OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Announcements
This forum covers OpenCL* for CPU only. OpenCL* for GPU questions can be asked in the GPU Compute Software forum. Intel® FPGA SDK for OpenCL™ questions can be ask in the FPGA Intel® High Level Design forum.

Eclipse Luno does not load after linking with Opencl Code Builder

Thomas_N_
Beginner
2,577 Views

I am using Centos 7 to use Opencl Code Builder. I have already downloaded and installed Intel Media Server Studio for Centos 7 OS. To start programming with Opencl, I use Eclipse Luno (Eclipse for Parallel Application Developers version) and the Eclipse IDE is loaded properly. To link with Code Builder, I followed the discussion here. The instructions are

To enable the OpenCL™ API Offline Compiler plug-in for Eclipse* IDE, do the following:

  1. Copy the plug-in *.jar file from $(INTELOCLSDKROOT)\bin\eclipse-plug-in to $(ECLIPSEROOT)\dropins.
  2. On Linux* OS add $(INTELOCLSDKROOT)\bin to LD_LIBRARY_PATH.
  3. Run Eclipse IDE.
  4. Select Window > Preferences.
  5. Switch to the Intel OpenCL dialog and set OpenCL binary directory$(INTELOCLSDKROOT)\bin\. I have already finished 1 and 2. But when I run Eclipse IDE, I have error and IDE stop loading in halfway. The error is "Cannot get machine list. Could not load required libraries. Please make sure to set the correct path under the Code Builder for Opencl preference page". What is wrong with that error? Thanks

 

0 Kudos
25 Replies
Thomas_N_
Beginner
2,222 Views

The error dialog box appeared and I pressed OK. But IDE is not loaded and stop loading after that. Thanks
 

0 Kudos
Oded_P_Intel
Employee
2,222 Views

Hi Thomas,

 

What JVM/JDK version are you using ?

What eclipse version are you using (Juno/Luna) ?

Please check the eclipse home directory, when eclipse fails to load it wrotes an error log to the home directory. Can you please send me the error log ?

 

Regards,

Oded

0 Kudos
Thomas_N_
Beginner
2,222 Views

Hi Oded,

thanks for the reply. My eclipse is LUNA, my apologies. My installed java versions are

[root@localhost ~]# java -version
java version "1.7.0_79"
OpenJDK Runtime Environment (rhel-2.5.5.1.el7_1-x86_64 u79-b14)
OpenJDK 64-Bit Server VM (build 24.79-b02, mixed mode)


I can't find error log file in the eclipse home folder. But the error comes out as a dialog box '"Can't get machine list. Couldn't load required libraries. Please make sure to set the correct path under the Code Builder for Opencl Preference Page".

Thanks,

Thomas

0 Kudos
Oded_P_Intel
Employee
2,222 Views

Hi Thomas,

Please check  that libKernelBuilderAPI.so exists in /etc/alternatives/opencl-intel-tools/lib64.

Best Regards,

Oded

 

0 Kudos
Marina_G_
Beginner
2,222 Views

Hello,

I am having same issue. In my case, lots of error dialogs appear on the screen so I have to kill the eclipse opening proccess. The error msg says exactly the same "Cannot get machine list. Could not load required libraries. Please make sure to set the correct path under the Code Builder for Opencl preference page". I have checked that libKernelBuilderAPI.so exists in  /etc/alternatives/opencl-intel-tools/lib64 and everything seems to be fine.

I am using:

Linux Ubuntu 12.04

- Eclipse mars

- java version "1.7.0_85"
OpenJDK Runtime Environment (IcedTea 2.6.1) (7u85-2.6.1-5ubuntu0.12.04.1)
OpenJDK 64-Bit Server VM (build 24.85-b03, mixed mode)

What is wrong with this issue? Thanks,

Marina

 

0 Kudos
Robert_I_Intel
Employee
2,222 Views

Hi Marina,

Unfortunately, Ubuntu is not on a list of supported platforms. One thing that I recommend is that you need to make sure that  /etc/alternatives/opencl-intel-tools/lib64 is in LD_LIBRARY_PATH. Make sure that environment variable is set.

0 Kudos
Cheng_J_
Beginner
2,222 Views

Hi, guys,

I have a similar problem. But my eclipse doesn't even start when CodeBuilder.jar is in the eclipse/dropins/ directory. The log file is attached here:

 

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00000000000a60d6, pid=6096, tid=140639547283200
#
# JRE version: Java(TM) SE Runtime Environment (8.0_72-b15) (build 1.8.0_72-b15)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.72-b15 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  0x00000000000a60d6
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x00007fe92c00a000):  JavaThread "main" [_thread_in_native, id=6097, stack(0x00007fe93231d000,0x00007fe93241e000)]

siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x00000000000a60d6

Registers:
RAX=0x0000000000000000, RBX=0x00007fe9324130e0, RCX=0x00007fe932413060, RDX=0x00007fe92d8e4200
RSP=0x00007fe932413008, RBP=0x00007fe9324130e0, RSI=0x000000013241d6f8, RDI=0x00007fe92d8e32f0
R8 =0x00007fe86de36bb2, R9 =0x00007fe900000001, R10=0x00007fe932413030, R11=0x00007fe86da57ab0
R12=0x0000000000000008, R13=0x0000000000000000, R14=0x00007fe932413200, R15=0x00007fe92d8e32f0
RIP=0x00000000000a60d6, EFLAGS=0x0000000000010202, CSGSFS=0x0000000000000033, ERR=0x0000000000000014
  TRAPNO=0x000000000000000e

Top of Stack: (sp=0x00007fe932413008)
0x00007fe932413008:   00007fe86da57ac9 00007fe9324131d0
0x00007fe932413018:   0000000000000000 0000000000000008
0x00007fe932413028:   00007fe908eca7f8 00007fe92d8e32f0
0x00007fe932413038:   000000013241d6f8 00007fe92d8e4200
0x00007fe932413048:   00007fe932413060 00007fe86de36bb2
0x00007fe932413058:   00007fe900000001 00000000ffffffff
0x00007fe932413068:   00007fe932413080 00007fe908ec5998
0x00007fe932413078:   00007fe92c33b2f0 0000000003697c74
0x00007fe932413088:   000002ce2c000948 00007fe86de367a0
0x00007fe932413098:   00007fe92d8e4200 7ea8b4d5e04348c1
0x00007fe9324130a8:   00007fe9324130e0 00007fe9324130e0
0x00007fe9324130b8:   0000000000000008 0000000000000000
0x00007fe9324130c8:   00007fe932413200 00007fe9324131e0
0x00007fe9324130d8:   00007fe908ecad90 000000000000000a
0x00007fe9324130e8:   00007fe932413b58 00007fe9324131d0
0x00007fe9324130f8:   00007fe908eca7f8 0000000000000000
0x00007fe932413108:   00007fe93223599d 0000000000000005
0x00007fe932413118:   0000000000000000 00007fe86da57ab0
0x00007fe932413128:   00007fe932413b58 00007fe932413030
0x00007fe932413138:   0000000000000000 00007fe932413ad0
0x00007fe932413148:   000000013223cf20 0000000000000008
0x00007fe932413158:   00007fe93241317c 00007fe932413178
0x00007fe932413168:   00007fe932413180 00007fe92c007998
0x00007fe932413178:   0000000000000001 00007fe900000001
0x00007fe932413188:   00007fe92d779280 0000000000000000
0x00007fe932413198:   2589194398e59c00 00007fe932413b58
0x00007fe9324131a8:   0000000000000000 00007fe932413258
0x00007fe9324131b8:   00007fe9324131e8 00007fe932413208
0x00007fe9324131c8:   0000000000000001 00007fe932413b40
0x00007fe9324131d8:   00007fe86de3ae41 00007fe932413250
0x00007fe9324131e8:   00007fe931bef0f4 0000000000000000
0x00007fe9324131f8:   00007fe932236464 00007fe86de49eb0 

Instructions: (pc=0x00000000000a60d6)
0x00000000000a60b6:   
[error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xb]

Register to memory mapping:

RAX=0x0000000000000000 is an unknown value
RBX=0x00007fe9324130e0 is pointing into the stack for thread: 0x00007fe92c00a000
RCX=0x00007fe932413060 is pointing into the stack for thread: 0x00007fe92c00a000
RDX=0x00007fe92d8e4200 is an unknown value
RSP=0x00007fe932413008 is pointing into the stack for thread: 0x00007fe92c00a000
RBP=0x00007fe9324130e0 is pointing into the stack for thread: 0x00007fe92c00a000
RSI=0x000000013241d6f8 is an unknown value
RDI=0x00007fe92d8e32f0 is an unknown value
R8 =0x00007fe86de36bb2: <offset 0x1bb2> in /tmp/jna-1624562839/jna8123329471753564490.tmp at 0x00007fe86de35000
R9 =0x00007fe900000001 is an unknown value
R10=0x00007fe932413030 is pointing into the stack for thread: 0x00007fe92c00a000
R11=0x00007fe86da57ab0: KBAPI_Init+0 in /etc/alternatives/opencl-intel-tools/lib64/libKernelBuilderAPI.so at 0x00007fe86d97f000
R12=0x0000000000000008 is an unknown value
R13=0x0000000000000000 is an unknown value
R14=0x00007fe932413200 is pointing into the stack for thread: 0x00007fe92c00a000
R15=0x00007fe92d8e32f0 is an unknown value


Stack: [0x00007fe93231d000,0x00007fe93241e000],  sp=0x00007fe932413008,  free space=984k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  0x00000000000a60d6
C  0x00007fe932413b58

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.sun.jna.Native.invokeInt(JI[Ljava/lang/Object;)I+0
j  com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;Z)Ljava/lang/Object;+108
j  com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;+262
j  com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+316
j  com.sun.proxy.$Proxy16.KBAPI_Init(Ljava/lang/String;)B+16
j  com.intel.opencl.codebuilder.CodeBuilderUtilHandler.loadKernelBuilderAPI()Z+165
j  com.intel.opencl.codebuilder.CodeBuilderUtilHandler.getAvailableMachines()[Ljava/lang/String;+7
j  com.intel.opencl.guicomponents.CodeBuilderMachineSelectionCombo.updateMachineOptions()V+10
j  com.intel.opencl.guicomponents.CodeBuilderMachineSelectionCombo.<init>(Lorg/eclipse/swt/widgets/Composite;)V+24
j  com.intel.opencl.guicomponents.CodeBuilderToolbarMachineSelector.createControl(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Control;+65
j  org.eclipse.ui.menus.WorkbenchWindowControlContribution.delegateCreateControl(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Control;+2
j  org.eclipse.ui.internal.menus.CompatibilityWorkbenchWindowControlContribution.construct(Lorg/eclipse/e4/ui/model/application/ui/basic/MWindow;Lorg/eclipse/e4/ui/model/application/ui/menu/MToolControl;Lorg/eclipse/swt/widgets/Composite;)V+246
v  ~StubRoutines::call_stub
J 7449  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (0 bytes) @ 0x00007fe91c6a8cf7 [0x00007fe91c6a8c80+0x77]
J 7448 C1 sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (104 bytes) @ 0x00007fe91d37fd8c [0x00007fe91d37ec00+0x118c]
J 4611 C2 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x00007fe91c76e830 [0x00007fe91c76e460+0x3d0]
J 6708 C1 org.eclipse.e4.core.internal.di.MethodRequestor.execute()Ljava/lang/Object; (239 bytes) @ 0x00007fe91d616b24 [0x00007fe91d615da0+0xd84]
J 7555 C1 org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/Class;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Ljava/util/ArrayList;)V (199 bytes) @ 0x00007fe91d8634e4 [0x00007fe91d861c80+0x1864]
j  org.eclipse.e4.core.internal.di.InjectorImpl.inject(Ljava/lang/Object;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;)V+174
j  org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(Ljava/lang/Class;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;)Ljava/lang/Object;+345
j  org.eclipse.e4.core.internal.di.InjectorImpl.make(Ljava/lang/Class;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;)Ljava/lang/Object;+13
j  org.eclipse.e4.core.contexts.ContextInjectionFactory.make(Ljava/lang/Class;Lorg/eclipse/e4/core/contexts/IEclipseContext;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+24
j  org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(Lorg/osgi/framework/Bundle;Lorg/eclipse/e4/core/contexts/IEclipseContext;Lorg/eclipse/e4/core/contexts/IEclipseContext;Lorg/eclipse/emf/common/util/URI;)Ljava/lang/Object;+181
j  org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(Ljava/lang/String;Lorg/eclipse/e4/core/contexts/IEclipseContext;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+90
j  org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(Ljava/lang/String;Lorg/eclipse/e4/core/contexts/IEclipseContext;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+4
j  org.eclipse.e4.ui.workbench.renderers.swt.ToolControlContribution.createControl(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Control;+95
j  org.eclipse.jface.action.ControlContribution.fill(Lorg/eclipse/swt/widgets/ToolBar;I)V+2
j  org.eclipse.jface.action.ToolBarManager.update(Z)V+472
j  org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer.subscribeTopicUpdateToBeRendered(Lorg/osgi/service/event/Event;)V+346
j  sun.reflect.GeneratedMethodAccessor16.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+40
J 4611 C2 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x00007fe91c76e830 [0x00007fe91c76e460+0x3d0]
J 6708 C1 org.eclipse.e4.core.internal.di.MethodRequestor.execute()Ljava/lang/Object; (239 bytes) @ 0x00007fe91d616b24 [0x00007fe91d615da0+0xd84]
J 7454 C1 org.eclipse.e4.ui.internal.di.UIEventObjectSupplier$UIEventHandler$1.run()V (14 bytes) @ 0x00007fe91d151fcc [0x00007fe91d151ec0+0x10c]
J 7214 C1 org.eclipse.swt.widgets.Synchronizer.syncExec(Ljava/lang/Runnable;)V (222 bytes) @ 0x00007fe91d768914 [0x00007fe91d768000+0x914]
J 7215 C1 org.eclipse.ui.internal.UISynchronizer.syncExec(Ljava/lang/Runnable;)V (163 bytes) @ 0x00007fe91d76c41c [0x00007fe91d76a9c0+0x1a5c]
J 7290 C1 org.eclipse.swt.widgets.Display.syncExec(Ljava/lang/Runnable;)V (81 bytes) @ 0x00007fe91d7ada2c [0x00007fe91d7ad2c0+0x76c]
J 6413 C1 org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(Ljava/lang/Runnable;)V (26 bytes) @ 0x00007fe91d1d393c [0x00007fe91d1d3660+0x2dc]
J 7410 C1 org.eclipse.e4.ui.internal.di.UIEventObjectSupplier$UIEventHandler.handleEvent(Lorg/osgi/service/event/Event;)V (126 bytes) @ 0x00007fe91d82b7dc [0x00007fe91d82a520+0x12bc]
J 7288 C1 org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(Lorg/osgi/service/event/Event;Ljava/security/Permission;)V (138 bytes) @ 0x00007fe91d7b1524 [0x00007fe91d7b0c40+0x8e4]
J 6411 C1 org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(Ljava/lang/Object;Ljava/lang/Object;ILjava/lang/Object;)V (19 bytes) @ 0x00007fe91d21d5ac [0x00007fe91d21d220+0x38c]
J 5383 C2 org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(Ljava/util/Set;Lorg/eclipse/osgi/framework/eventmgr/EventDispatcher;ILjava/lang/Object;)V (69 bytes) @ 0x00007fe91c5faf28 [0x00007fe91c5fae40+0xe8]
J 1534 C1 org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ILjava/lang/Object;)V (81 bytes) @ 0x00007fe91c95c8ec [0x00007fe91c95c0e0+0x80c]
J 6372 C1 org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(Lorg/osgi/service/event/Event;Z)V (219 bytes) @ 0x00007fe91c932654 [0x00007fe91c9312e0+0x1374]
J 6423 C1 org.eclipse.equinox.internal.event.EventComponent.sendEvent(Lorg/osgi/service/event/Event;)V (9 bytes) @ 0x00007fe91d2c1e4c [0x00007fe91d2c1d80+0xcc]
J 6396 C1 org.eclipse.e4.ui.services.internal.events.EventBroker.send(Ljava/lang/String;Ljava/lang/Object;)Z (56 bytes) @ 0x00007fe91ce03834 [0x00007fe91ce03400+0x434]
J 6360 C1 org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(Lorg/eclipse/emf/common/notify/Notification;)V (61 bytes) @ 0x00007fe91d51b9a4 [0x00007fe91d51adc0+0xbe4]
J 5548 C1 org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(Lorg/eclipse/emf/common/notify/Notification;)V (44 bytes) @ 0x00007fe91c734e94 [0x00007fe91c734b80+0x314]
j  org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl.setVisible(Z)V+34
j  org.eclipse.e4.ui.workbench.renderers.swt.ToolBarContributionRecord.updateVisibility(Lorg/eclipse/e4/core/contexts/IEclipseContext;)V+81
j  org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer$5.changed(Lorg/eclipse/e4/core/contexts/IEclipseContext;)Z+29
J 7194 C1 org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(Lorg/eclipse/e4/core/internal/contexts/ContextChangeEvent;)Z (305 bytes) @ 0x00007fe91d755c64 [0x00007fe91d754380+0x18e4]
J 7208 C1 org.eclipse.e4.core.internal.contexts.EclipseContext.runAndTrack(Lorg/eclipse/e4/core/contexts/RunAndTrack;)V (74 bytes) @ 0x00007fe91d765c24 [0x00007fe91d765860+0x3c4]
j  org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer.processAddition(Lorg/eclipse/e4/ui/model/application/ui/menu/MToolBar;Lorg/eclipse/jface/action/ToolBarManager;Lorg/eclipse/e4/ui/model/application/ui/menu/MToolBarContribution;)Z+85
j  org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer.generateContributions(Lorg/eclipse/e4/ui/model/application/ui/menu/MToolBar;Ljava/util/List;)V+76
j  org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer.processContribution(Lorg/eclipse/e4/ui/model/application/ui/menu/MToolBar;Ljava/lang/String;)V+55
j  org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer.createWidget(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;)Ljava/lang/Object;+47
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;)Ljava/lang/Object;+21
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+557
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+168
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(Lorg/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine;Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+2
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run()V+13
J 7117 C2 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00007fe91d6ec064 [0x00007fe91d6ec040+0x24]
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+15
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.subscribeChildrenHandler(Lorg/osgi/service/event/Event;)V+173
j  sun.reflect.GeneratedMethodAccessor14.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+40
J 4611 C2 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x00007fe91c76e830 [0x00007fe91c76e460+0x3d0]
J 6708 C1 org.eclipse.e4.core.internal.di.MethodRequestor.execute()Ljava/lang/Object; (239 bytes) @ 0x00007fe91d616b24 [0x00007fe91d615da0+0xd84]
j  org.eclipse.e4.core.di.internal.extensions.EventObjectSupplier$DIEventHandler.handleEvent(Lorg/osgi/service/event/Event;)V+61
J 7288 C1 org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(Lorg/osgi/service/event/Event;Ljava/security/Permission;)V (138 bytes) @ 0x00007fe91d7b1524 [0x00007fe91d7b0c40+0x8e4]
J 6411 C1 org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(Ljava/lang/Object;Ljava/lang/Object;ILjava/lang/Object;)V (19 bytes) @ 0x00007fe91d21d5ac [0x00007fe91d21d220+0x38c]
J 5383 C2 org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(Ljava/util/Set;Lorg/eclipse/osgi/framework/eventmgr/EventDispatcher;ILjava/lang/Object;)V (69 bytes) @ 0x00007fe91c5faf28 [0x00007fe91c5fae40+0xe8]
J 1534 C1 org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ILjava/lang/Object;)V (81 bytes) @ 0x00007fe91c95c8ec [0x00007fe91c95c0e0+0x80c]
J 6372 C1 org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(Lorg/osgi/service/event/Event;Z)V (219 bytes) @ 0x00007fe91c932654 [0x00007fe91c9312e0+0x1374]
J 6423 C1 org.eclipse.equinox.internal.event.EventComponent.sendEvent(Lorg/osgi/service/event/Event;)V (9 bytes) @ 0x00007fe91d2c1e4c [0x00007fe91d2c1d80+0xcc]
J 6396 C1 org.eclipse.e4.ui.services.internal.events.EventBroker.send(Ljava/lang/String;Ljava/lang/Object;)Z (56 bytes) @ 0x00007fe91ce03834 [0x00007fe91ce03400+0x434]
J 6360 C1 org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(Lorg/eclipse/emf/common/notify/Notification;)V (61 bytes) @ 0x00007fe91d51b9a4 [0x00007fe91d51adc0+0xbe4]
J 5548 C1 org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(Lorg/eclipse/emf/common/notify/Notification;)V (44 bytes) @ 0x00007fe91c734e94 [0x00007fe91c734b80+0x314]
J 7327 C1 org.eclipse.emf.ecore.util.EcoreEList.dispatchNotification(Lorg/eclipse/emf/common/notify/Notification;)V (11 bytes) @ 0x00007fe91d7c762c [0x00007fe91d7c7500+0x12c]
J 7559 C1 org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(ILjava/lang/Object;)V (134 bytes) @ 0x00007fe91d85ef44 [0x00007fe91d85e3e0+0xb64]
j  org.eclipse.emf.common.util.AbstractEList.add(ILjava/lang/Object;)V+48
j  org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.processAddition(Lorg/eclipse/e4/ui/model/application/ui/basic/MTrimBar;Lorg/eclipse/e4/ui/model/application/ui/menu/MTrimContribution;Ljava/util/List;Ljava/util/HashSet;)Z+133
j  org.eclipse.e4.ui.workbench.renderers.swt.TrimBarRenderer.addTrimContributions(Lorg/eclipse/e4/ui/model/application/ui/basic/MTrimBar;Ljava/util/ArrayList;Lorg/eclipse/e4/core/contexts/IEclipseContext;Lorg/eclipse/e4/core/commands/ExpressionContext;)V+199
j  org.eclipse.e4.ui.workbench.renderers.swt.TrimBarRenderer.processContents(Lorg/eclipse/e4/ui/model/application/ui/MElementContainer;)V+78
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+597
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+168
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(Lorg/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine;Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+2
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run()V+13
J 7117 C2 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00007fe91d6ec064 [0x00007fe91d6ec040+0x24]
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+15
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.subscribeTopicToBeRendered(Lorg/osgi/service/event/Event;)V+89
v  ~StubRoutines::call_stub
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100
J 4611 C2 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x00007fe91c76e830 [0x00007fe91c76e460+0x3d0]
J 6708 C1 org.eclipse.e4.core.internal.di.MethodRequestor.execute()Ljava/lang/Object; (239 bytes) @ 0x00007fe91d616b24 [0x00007fe91d615da0+0xd84]
j  org.eclipse.e4.core.di.internal.extensions.EventObjectSupplier$DIEventHandler.handleEvent(Lorg/osgi/service/event/Event;)V+61
J 7288 C1 org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(Lorg/osgi/service/event/Event;Ljava/security/Permission;)V (138 bytes) @ 0x00007fe91d7b1524 [0x00007fe91d7b0c40+0x8e4]
J 6411 C1 org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(Ljava/lang/Object;Ljava/lang/Object;ILjava/lang/Object;)V (19 bytes) @ 0x00007fe91d21d5ac [0x00007fe91d21d220+0x38c]
J 5383 C2 org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(Ljava/util/Set;Lorg/eclipse/osgi/framework/eventmgr/EventDispatcher;ILjava/lang/Object;)V (69 bytes) @ 0x00007fe91c5faf28 [0x00007fe91c5fae40+0xe8]
J 1534 C1 org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ILjava/lang/Object;)V (81 bytes) @ 0x00007fe91c95c8ec [0x00007fe91c95c0e0+0x80c]
J 6372 C1 org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(Lorg/osgi/service/event/Event;Z)V (219 bytes) @ 0x00007fe91c932654 [0x00007fe91c9312e0+0x1374]
J 6423 C1 org.eclipse.equinox.internal.event.EventComponent.sendEvent(Lorg/osgi/service/event/Event;)V (9 bytes) @ 0x00007fe91d2c1e4c [0x00007fe91d2c1d80+0xcc]
J 6396 C1 org.eclipse.e4.ui.services.internal.events.EventBroker.send(Ljava/lang/String;Ljava/lang/Object;)Z (56 bytes) @ 0x00007fe91ce03834 [0x00007fe91ce03400+0x434]
J 6360 C1 org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(Lorg/eclipse/emf/common/notify/Notification;)V (61 bytes) @ 0x00007fe91d51b9a4 [0x00007fe91d51adc0+0xbe4]
J 5548 C1 org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(Lorg/eclipse/emf/common/notify/Notification;)V (44 bytes) @ 0x00007fe91c734e94 [0x00007fe91c734b80+0x314]
j  org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl.setToBeRendered(Z)V+34
j  org.eclipse.ui.internal.CoolBarToTrimManager.update(Z)V+205
j  org.eclipse.ui.internal.WorkbenchWindow.updateActionBars()V+71
j  org.eclipse.ui.internal.WorkbenchWindow.largeUpdateEnd()V+15
j  org.eclipse.ui.internal.Workbench.largeUpdateEnd()V+39
j  org.eclipse.ui.internal.WorkbenchWindow.fillActionBars(I)V+28
j  org.eclipse.ui.internal.WorkbenchWindow.setup()V+520
v  ~StubRoutines::call_stub
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100
J 4611 C2 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x00007fe91c76e830 [0x00007fe91c76e460+0x3d0]
J 6708 C1 org.eclipse.e4.core.internal.di.MethodRequestor.execute()Ljava/lang/Object; (239 bytes) @ 0x00007fe91d616b24 [0x00007fe91d615da0+0xd84]
j  org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/Class;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Ljava/util/ArrayList;)V+184
j  org.eclipse.e4.core.internal.di.InjectorImpl.inject(Ljava/lang/Object;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;)V+174
j  org.eclipse.e4.core.internal.di.InjectorImpl.inject(Ljava/lang/Object;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;)V+4
j  org.eclipse.e4.core.contexts.ContextInjectionFactory.inject(Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)V+13
j  org.eclipse.ui.internal.Workbench.createWorkbenchWindow(Lorg/eclipse/core/runtime/IAdaptable;Lorg/eclipse/ui/IPerspectiveDescriptor;Lorg/eclipse/e4/ui/model/application/ui/basic/MWindow;Z)Lorg/eclipse/ui/IWorkbenchWindow;+139
j  org.eclipse.ui.internal.Workbench.openWorkbenchWindow(Lorg/eclipse/core/runtime/IAdaptable;Lorg/eclipse/ui/IPerspectiveDescriptor;Lorg/eclipse/e4/ui/model/application/ui/basic/MWindow;Z)Lorg/eclipse/ui/internal/WorkbenchWindow;+6
j  org.eclipse.ui.internal.Workbench.getWorkbenchPage(Lorg/eclipse/e4/ui/model/application/ui/basic/MPart;)Lorg/eclipse/ui/internal/WorkbenchPage;+67
j  org.eclipse.ui.internal.Workbench.setReference(Lorg/eclipse/e4/ui/model/application/ui/basic/MPart;Lorg/eclipse/e4/core/contexts/IEclipseContext;)V+161
j  org.eclipse.ui.internal.Workbench.access$27(Lorg/eclipse/ui/internal/Workbench;Lorg/eclipse/e4/ui/model/application/ui/basic/MPart;Lorg/eclipse/e4/core/contexts/IEclipseContext;)V+3
j  org.eclipse.ui.internal.Workbench$35.handleEvent(Lorg/osgi/service/event/Event;)V+39
j  org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run()V+11
J 7214 C1 org.eclipse.swt.widgets.Synchronizer.syncExec(Ljava/lang/Runnable;)V (222 bytes) @ 0x00007fe91d768914 [0x00007fe91d768000+0x914]
J 7215 C1 org.eclipse.ui.internal.UISynchronizer.syncExec(Ljava/lang/Runnable;)V (163 bytes) @ 0x00007fe91d76c41c [0x00007fe91d76a9c0+0x1a5c]
j  org.eclipse.swt.widgets.Display.syncExec(Ljava/lang/Runnable;)V+77
J 6413 C1 org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(Ljava/lang/Runnable;)V (26 bytes) @ 0x00007fe91d1d393c [0x00007fe91d1d3660+0x2dc]
j  org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(Lorg/osgi/service/event/Event;)V+33
j  org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(Lorg/osgi/service/event/Event;Ljava/security/Permission;)V+66
J 6411 C1 org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(Ljava/lang/Object;Ljava/lang/Object;ILjava/lang/Object;)V (19 bytes) @ 0x00007fe91d21d5ac [0x00007fe91d21d220+0x38c]
J 5383 C2 org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(Ljava/util/Set;Lorg/eclipse/osgi/framework/eventmgr/EventDispatcher;ILjava/lang/Object;)V (69 bytes) @ 0x00007fe91c5faf28 [0x00007fe91c5fae40+0xe8]
J 1534 C1 org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ILjava/lang/Object;)V (81 bytes) @ 0x00007fe91c95c8ec [0x00007fe91c95c0e0+0x80c]
J 6372 C1 org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(Lorg/osgi/service/event/Event;Z)V (219 bytes) @ 0x00007fe91c932654 [0x00007fe91c9312e0+0x1374]
J 6423 C1 org.eclipse.equinox.internal.event.EventComponent.sendEvent(Lorg/osgi/service/event/Event;)V (9 bytes) @ 0x00007fe91d2c1e4c [0x00007fe91d2c1d80+0xcc]
J 6396 C1 org.eclipse.e4.ui.services.internal.events.EventBroker.send(Ljava/lang/String;Ljava/lang/Object;)Z (56 bytes) @ 0x00007fe91ce03834 [0x00007fe91ce03400+0x434]
J 6360 C1 org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(Lorg/eclipse/emf/common/notify/Notification;)V (61 bytes) @ 0x00007fe91d51b9a4 [0x00007fe91d51adc0+0xbe4]
J 5548 C1 org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(Lorg/eclipse/emf/common/notify/Notification;)V (44 bytes) @ 0x00007fe91c734e94 [0x00007fe91c734b80+0x314]
j  org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl.setContext(Lorg/eclipse/e4/core/contexts/IEclipseContext;)V+34
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+418
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$1.run()V+21
J 7117 C2 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00007fe91d6ec064 [0x00007fe91d6ec040+0x24]
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+19
j  org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer.createWidget(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;)Ljava/lang/Object;+181
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;)Ljava/lang/Object;+21
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+557
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+168
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(Lorg/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine;Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+2
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run()V+13
J 7117 C2 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00007fe91d6ec064 [0x00007fe91d6ec040+0x24]
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+15
j  org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)V+113
j  org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)V+41
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+603
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+168
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(Lorg/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine;Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+2
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run()V+13
J 7117 C2 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00007fe91d6ec064 [0x00007fe91d6ec040+0x24]
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+15
j  org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(Lorg/eclipse/e4/ui/model/application/ui/MElementContainer;)V+70
j  org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(Lorg/eclipse/e4/ui/model/application/ui/MElementContainer;)V+12
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+597
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+168
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(Lorg/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine;Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+2
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run()V+13
J 7117 C2 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00007fe91d6ec064 [0x00007fe91d6ec040+0x24]
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+15
j  org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(Lorg/eclipse/e4/ui/model/application/ui/MElementContainer;)V+70
j  org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(Lorg/eclipse/e4/ui/model/application/ui/MElementContainer;)V+2
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+597
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+168
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(Lorg/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine;Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+2
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run()V+13
J 7117 C2 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00007fe91d6ec064 [0x00007fe91d6ec040+0x24]
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+15
j  org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)V+24
j  org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)V+41
j  org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)V+2
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+603
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+168
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(Lorg/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine;Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+2
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run()V+13
J 7117 C2 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00007fe91d6ec064 [0x00007fe91d6ec040+0x24]
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+15
j  org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(Lorg/eclipse/e4/ui/model/application/ui/MElementContainer;)V+70
j  org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(Lorg/eclipse/e4/ui/model/application/ui/MElementContainer;)V+12
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+597
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+168
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(Lorg/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine;Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+2
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run()V+13
J 7117 C2 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00007fe91d6ec064 [0x00007fe91d6ec040+0x24]
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+15
j  org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(Lorg/eclipse/e4/ui/model/application/ui/MElementContainer;)V+70
j  org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(Lorg/eclipse/e4/ui/model/application/ui/MElementContainer;)V+15
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+597
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+168
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(Lorg/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine;Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+2
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run()V+13
J 7117 C2 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00007fe91d6ec064 [0x00007fe91d6ec040+0x24]
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+15
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run()V+283
j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(Lorg/eclipse/e4/ui/model/application/MApplicationElement;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+57
j  org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(Lorg/eclipse/e4/ui/model/application/MApplicationElement;)V+20
j  org.eclipse.ui.internal.Workbench$5.run()V+310
j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j  org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
j  org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j  org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+111
j  org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+85
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+82
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+109
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+132
v  ~StubRoutines::call_stub
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+56
j  org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+265
j  org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+160
j  org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
j  org.eclipse.equinox.launcher.Main.main([Ljava/lang/String;)V+10
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x00007fe890003000 JavaThread "Worker-1" [_thread_blocked, id=6147, stack(0x00007fe86e6b3000,0x00007fe86e7b4000)]
  0x00007fe89800b800 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=6145, stack(0x00007fe87c0b0000,0x00007fe87c1b1000)]
  0x00007fe92c7b7800 JavaThread "EMF Reference Cleaner" daemon [_thread_blocked, id=6135, stack(0x00007fe8aa88d000,0x00007fe8aa98e000)]
  0x00007fe8a40b7000 JavaThread "Refresh Thread: Equinox Container: 900e04e8-00ce-0015-19ed-d691bd5a294f" daemon [_thread_blocked, id=6132, stack(0x00007fe8aaa8f000,0x00007fe8aab90000)]
  0x00007fe8a45a4000 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=6131, stack(0x00007fe8ab6ff000,0x00007fe8ab800000)]
  0x00007fe8a41b7000 JavaThread "Provisioning Event Dispatcher" daemon [_thread_blocked, id=6126, stack(0x00007fe8aaffc000,0x00007fe8ab0fd000)]
  0x00007fe8a418a800 JavaThread "Worker-0" [_thread_blocked, id=6125, stack(0x00007fe8ab2fd000,0x00007fe8ab3fe000)]
  0x00007fe8a0124000 JavaThread "Worker-JM" [_thread_blocked, id=6124, stack(0x00007fe8ab3fe000,0x00007fe8ab4ff000)]
  0x00007fe8a408f800 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=6123, stack(0x00007fe8c0567000,0x00007fe8c0668000)]
  0x00007fe92c6f1800 JavaThread "Start Level: Equinox Container: 900e04e8-00ce-0015-19ed-d691bd5a294f" daemon [_thread_blocked, id=6121, stack(0x00007fe8c0253000,0x00007fe8c0354000)]
  0x00007fe92c6e4000 JavaThread "Framework Event Dispatcher: Equinox Container: 900e04e8-00ce-0015-19ed-d691bd5a294f" daemon [_thread_blocked, id=6120, stack(0x00007fe8c0354000,0x00007fe8c0455000)]
  0x00007fe92c69b800 JavaThread "Active Thread: Equinox Container: 900e04e8-00ce-0015-19ed-d691bd5a294f" [_thread_blocked, id=6119, stack(0x00007fe8c066a000,0x00007fe8c076b000)]
  0x00007fe92c223800 JavaThread "Service Thread" daemon [_thread_blocked, id=6114, stack(0x00007fe911e01000,0x00007fe911f02000)]
  0x00007fe92c210800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=6113, stack(0x00007fe911f02000,0x00007fe912003000)]
  0x00007fe92c20e000 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=6112, stack(0x00007fe912003000,0x00007fe912104000)]
  0x00007fe92c20c000 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=6111, stack(0x00007fe912104000,0x00007fe912205000)]
  0x00007fe92c209800 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=6110, stack(0x00007fe912205000,0x00007fe912306000)]
  0x00007fe92c207800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6109, stack(0x00007fe912306000,0x00007fe912407000)]
  0x00007fe92c1d4000 JavaThread "Finalizer" daemon [_thread_blocked, id=6108, stack(0x00007fe912aeb000,0x00007fe912bec000)]
  0x00007fe92c1cf800 JavaThread "Reference Handler" daemon [_thread_blocked, id=6107, stack(0x00007fe912bec000,0x00007fe912ced000)]
=>0x00007fe92c00a000 JavaThread "main" [_thread_in_native, id=6097, stack(0x00007fe93231d000,0x00007fe93241e000)]

Other Threads:
  0x00007fe92c1c8000 VMThread [stack: 0x00007fe912ced000,0x00007fe912dee000] [id=6106]
  0x00007fe92c226800 WatcherThread [stack: 0x00007fe911d00000,0x00007fe911e01000] [id=6115]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 PSYoungGen      total 301568K, used 101873K [0x00000000eab00000, 0x00000000ffd80000, 0x0000000100000000)
  eden space 285696K, 35% used [0x00000000eab00000,0x00000000f0e7c6f0,0x00000000fc200000)
  from space 15872K, 0% used [0x00000000fc200000,0x00000000fc200000,0x00000000fd180000)
  to   space 30208K, 0% used [0x00000000fe000000,0x00000000fe000000,0x00000000ffd80000)
 ParOldGen       total 176640K, used 49910K [0x00000000c0000000, 0x00000000cac80000, 0x00000000eab00000)
  object space 176640K, 28% used [0x00000000c0000000,0x00000000c30bd9b8,0x00000000cac80000)
 Metaspace       used 42186K, capacity 46092K, committed 46296K, reserved 1089536K
  class space    used 4843K, capacity 6089K, committed 6144K, reserved 1048576K

Card table byte_map: [0x00007fe91bdbc000,0x00007fe91bfbd000] byte_map_base: 0x00007fe91b7bc000

Marking Bits: (ParMarkBitMap*) 0x00007fe9317f9100
 Begin Bits: [0x00007fe91955f000, 0x00007fe91a55f000)
 End Bits:   [0x00007fe91a55f000, 0x00007fe91b55f000)

Polling page: 0x00007fe932446000

CodeCache: size=245760Kb used=21695Kb max_used=21695Kb free=224064Kb
 bounds [0x00007fe91c37d000, 0x00007fe91d8cd000, 0x00007fe92b37d000]
 total_blobs=6348 nmethods=5718 adapters=541
 compilation: enabled

Compilation events (10 events):
Event: 39.583 Thread 0x00007fe92c210800 7655       3       java.lang.ClassLoader::getClassLoader (11 bytes)
Event: 39.584 Thread 0x00007fe92c210800 nmethod 7655 0x00007fe91d8c4910 code [0x00007fe91d8c4a80, 0x00007fe91d8c4cb0]
Event: 39.592 Thread 0x00007fe92c209800 nmethod 7640 0x00007fe91d8c9950 code [0x00007fe91d8c9b80, 0x00007fe91d8cbb30]
Event: 39.592 Thread 0x00007fe92c209800 7629       4       sun.misc.ProxyGenerator$ConstantPool::getIndirect (67 bytes)
Event: 39.592 Thread 0x00007fe92c210800 7656       3       java.util.Locale::toString (273 bytes)
Event: 39.597 Thread 0x00007fe92c210800 nmethod 7656 0x00007fe91d8c5750 code [0x00007fe91d8c5ae0, 0x00007fe91d8c8508]
Event: 39.597 Thread 0x00007fe92c210800 7659       2       org.eclipse.osgi.framework.util.Headers::getIndex (75 bytes)
Event: 39.597 Thread 0x00007fe92c210800 nmethod 7659 0x00007fe91d8c4f90 code [0x00007fe91d8c5120, 0x00007fe91d8c54d8]
Event: 39.597 Thread 0x00007fe92c210800 7657       3       org.eclipse.osgi.storage.bundlefile.ZipBundleEntry$ZipBundleEntryInputStream::read (9 bytes)
Event: 39.598 Thread 0x00007fe92c210800 nmethod 7657 0x00007fe91d8ccb10 code [0x00007fe91d8ccc80, 0x00007fe91d8ccea8]

GC Heap History (10 events):
Event: 16.682 GC heap before
{Heap before GC invocations=15 (full 0):
 PSYoungGen      total 319488K, used 299187K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 289792K, 100% used [0x00000000eab00000,0x00000000fc600000,0x00000000fc600000)
  from space 29696K, 31% used [0x00000000fe300000,0x00000000fec2ce10,0x0000000100000000)
  to   space 29696K, 0% used [0x00000000fc600000,0x00000000fc600000,0x00000000fe300000)
 ParOldGen       total 175104K, used 94256K [0x00000000c0000000, 0x00000000cab00000, 0x00000000eab00000)
  object space 175104K, 53% used [0x00000000c0000000,0x00000000c5c0c028,0x00000000cab00000)
 Metaspace       used 17836K, capacity 19370K, committed 19456K, reserved 1067008K
  class space    used 1826K, capacity 2246K, committed 2304K, reserved 1048576K
Event: 16.689 GC heap after
Heap after GC invocations=15 (full 0):
 PSYoungGen      total 293376K, used 3072K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 289792K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000fc600000)
  from space 3584K, 85% used [0x00000000fc600000,0x00000000fc900010,0x00000000fc980000)
  to   space 31232K, 0% used [0x00000000fe180000,0x00000000fe180000,0x0000000100000000)
 ParOldGen       total 175104K, used 96799K [0x00000000c0000000, 0x00000000cab00000, 0x00000000eab00000)
  object space 175104K, 55% used [0x00000000c0000000,0x00000000c5e87c58,0x00000000cab00000)
 Metaspace       used 17836K, capacity 19370K, committed 19456K, reserved 1067008K
  class space    used 1826K, capacity 2246K, committed 2304K, reserved 1048576K
}
Event: 17.853 GC heap before
{Heap before GC invocations=16 (full 0):
 PSYoungGen      total 293376K, used 206288K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 289792K, 70% used [0x00000000eab00000,0x00000000f71743c0,0x00000000fc600000)
  from space 3584K, 85% used [0x00000000fc600000,0x00000000fc900010,0x00000000fc980000)
  to   space 31232K, 0% used [0x00000000fe180000,0x00000000fe180000,0x0000000100000000)
 ParOldGen       total 175104K, used 96799K [0x00000000c0000000, 0x00000000cab00000, 0x00000000eab00000)
  object space 175104K, 55% used [0x00000000c0000000,0x00000000c5e87c58,0x00000000cab00000)
 Metaspace       used 19275K, capacity 21196K, committed 21248K, reserved 1069056K
  class space    used 1971K, capacity 2536K, committed 2560K, reserved 1048576K
Event: 17.867 GC heap after
Heap after GC invocations=16 (full 0):
 PSYoungGen      total 316928K, used 21572K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 285696K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000fc200000)
  from space 31232K, 69% used [0x00000000fe180000,0x00000000ff691320,0x0000000100000000)
  to   space 31744K, 0% used [0x00000000fc200000,0x00000000fc200000,0x00000000fe100000)
 ParOldGen       total 175104K, used 97627K [0x00000000c0000000, 0x00000000cab00000, 0x00000000eab00000)
  object space 175104K, 55% used [0x00000000c0000000,0x00000000c5f56c98,0x00000000cab00000)
 Metaspace       used 19275K, capacity 21196K, committed 21248K, reserved 1069056K
  class space    used 1971K, capacity 2536K, committed 2560K, reserved 1048576K
}
Event: 17.867 GC heap before
{Heap before GC invocations=17 (full 1):
 PSYoungGen      total 316928K, used 21572K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 285696K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000fc200000)
  from space 31232K, 69% used [0x00000000fe180000,0x00000000ff691320,0x0000000100000000)
  to   space 31744K, 0% used [0x00000000fc200000,0x00000000fc200000,0x00000000fe100000)
 ParOldGen       total 175104K, used 97627K [0x00000000c0000000, 0x00000000cab00000, 0x00000000eab00000)
  object space 175104K, 55% used [0x00000000c0000000,0x00000000c5f56c98,0x00000000cab00000)
 Metaspace       used 19275K, capacity 21196K, committed 21248K, reserved 1069056K
  class space    used 1971K, capacity 2536K, committed 2560K, reserved 1048576K
Event: 17.966 GC heap after
Heap after GC invocations=17 (full 1):
 PSYoungGen      total 316928K, used 0K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 285696K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000fc200000)
  from space 31232K, 0% used [0x00000000fe180000,0x00000000fe180000,0x0000000100000000)
  to   space 31744K, 0% used [0x00000000fc200000,0x00000000fc200000,0x00000000fe100000)
 ParOldGen       total 175104K, used 53582K [0x00000000c0000000, 0x00000000cab00000, 0x00000000eab00000)
  object space 175104K, 30% used [0x00000000c0000000,0x00000000c3453a18,0x00000000cab00000)
 Metaspace       used 19275K, capacity 21196K, committed 21248K, reserved 1069056K
  class space    used 1971K, capacity 2536K, committed 2560K, reserved 1048576K
}
Event: 37.067 GC heap before
{Heap before GC invocations=18 (full 1):
 PSYoungGen      total 316928K, used 71877K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 285696K, 25% used [0x00000000eab00000,0x00000000ef1317a0,0x00000000fc200000)
  from space 31232K, 0% used [0x00000000fe180000,0x00000000fe180000,0x0000000100000000)
  to   space 31744K, 0% used [0x00000000fc200000,0x00000000fc200000,0x00000000fe100000)
 ParOldGen       total 175104K, used 53582K [0x00000000c0000000, 0x00000000cab00000, 0x00000000eab00000)
  object space 175104K, 30% used [0x00000000c0000000,0x00000000c3453a18,0x00000000cab00000)
 Metaspace       used 32032K, capacity 35282K, committed 35416K, reserved 1081344K
  class space    used 3580K, capacity 4479K, committed 4480K, reserved 1048576K
Event: 37.083 GC heap after
Heap after GC invocations=18 (full 1):
 PSYoungGen      total 301568K, used 15462K [0x00000000eab00000, 0x00000000ffd80000, 0x0000000100000000)
  eden space 285696K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000fc200000)
  from space 15872K, 97% used [0x00000000fc200000,0x00000000fd119848,0x00000000fd180000)
  to   space 30208K, 0% used [0x00000000fe000000,0x00000000fe000000,0x00000000ffd80000)
 ParOldGen       total 175104K, used 53590K [0x00000000c0000000, 0x00000000cab00000, 0x00000000eab00000)
  object space 175104K, 30% used [0x00000000c0000000,0x00000000c3455a18,0x00000000cab00000)
 Metaspace       used 32032K, capacity 35282K, committed 35416K, reserved 1081344K
  class space    used 3580K, capacity 4479K, committed 4480K, reserved 1048576K
}
Event: 37.084 GC heap before
{Heap before GC invocations=19 (full 2):
 PSYoungGen      total 301568K, used 15462K [0x00000000eab00000, 0x00000000ffd80000, 0x0000000100000000)
  eden space 285696K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000fc200000)
  from space 15872K, 97% used [0x00000000fc200000,0x00000000fd119848,0x00000000fd180000)
  to   space 30208K, 0% used [0x00000000fe000000,0x00000000fe000000,0x00000000ffd80000)
 ParOldGen       total 175104K, used 53590K [0x00000000c0000000, 0x00000000cab00000, 0x00000000eab00000)
  object space 175104K, 30% used [0x00000000c0000000,0x00000000c3455a18,0x00000000cab00000)
 Metaspace       used 32032K, capacity 35282K, committed 35416K, reserved 1081344K
  class space    used 3580K, capacity 4479K, committed 4480K, reserved 1048576K
Event: 37.223 GC heap after
Heap after GC invocations=19 (full 2):
 PSYoungGen      total 301568K, used 0K [0x00000000eab00000, 0x00000000ffd80000, 0x0000000100000000)
  eden space 285696K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000fc200000)
  from space 15872K, 0% used [0x00000000fc200000,0x00000000fc200000,0x00000000fd180000)
  to   space 30208K, 0% used [0x00000000fe000000,0x00000000fe000000,0x00000000ffd80000)
 ParOldGen       total 176640K, used 49910K [0x00000000c0000000, 0x00000000cac80000, 0x00000000eab00000)
  object space 176640K, 28% used [0x00000000c0000000,0x00000000c30bd9b8,0x00000000cac80000)
 Metaspace       used 32032K, capacity 35282K, committed 35416K, reserved 1081344K
  class space    used 3580K, capacity 4479K, committed 4480K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 38.938 Thread 0x00007fe92c00a000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007fe91cc24b84 method=com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Z)Z @ 9
Event: 38.939 Thread 0x00007fe92c00a000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007fe91cc24b84 method=com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Z)Z @ 9
Event: 38.941 Thread 0x00007fe92c00a000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007fe91cc24b84 method=com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Z)Z @ 9
Event: 38.950 Thread 0x00007fe92c00a000 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00007fe91d486cc4 method=org.eclipse.core.commands.contexts.ContextManager.getContext(Ljava/lang/String;)Lorg/eclipse/core/commands/contexts/Context; @ 15
Event: 39.007 Thread 0x00007fe92c00a000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007fe91c614448 method=java.util.HashMap$HashIterator.<init>(Ljava/util/HashMap;)V @ 45
Event: 39.036 Thread 0x00007fe92c00a000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007fe91d46ff68 method=java.util.Properties.load0(Ljava/util/Properties$LineReader;)V @ 168
Event: 39.479 Thread 0x00007fe92c00a000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007fe91c49dde0 method=java.lang.CharacterData.of(I)Ljava/lang/CharacterData; @ 4
Event: 39.500 Thread 0x00007fe92c00a000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007fe91d78f46c method=java.util.regex.Matcher.search(I)Z @ 86
Event: 39.500 Thread 0x00007fe92c00a000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007fe91cf2a104 method=java.util.zip.ZipEntry.setExtra0([BZ)V @ 32
Event: 39.516 Thread 0x00007fe92c00a000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007fe91c987970 method=java.util.Collections$SynchronizedCollection.add(Ljava/lang/Object;)Z @ 12

Internal exceptions (10 events):
Event: 38.615 Thread 0x00007fe92c00a000 Exception <a 'java/io/FileNotFoundException'> (0x00000000eed05820) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u72/5732/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 38.615 Thread 0x00007fe92c00a000 Exception <a 'java/io/FileNotFoundException'> (0x00000000eed075e0) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u72/5732/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 38.615 Thread 0x00007fe92c00a000 Exception <a 'java/io/FileNotFoundException'> (0x00000000eed09400) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u72/5732/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 38.615 Thread 0x00007fe92c00a000 Exception <a 'java/io/FileNotFoundException'> (0x00000000eed0b118) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u72/5732/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 38.615 Thread 0x00007fe92c00a000 Exception <a 'java/io/FileNotFoundException'> (0x00000000eed0cd40) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u72/5732/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 38.615 Thread 0x00007fe92c00a000 Exception <a 'java/io/FileNotFoundException'> (0x00000000eed0ea28) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u72/5732/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 38.615 Thread 0x00007fe92c00a000 Exception <a 'java/io/FileNotFoundException'> (0x00000000eed10590) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u72/5732/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 38.616 Thread 0x00007fe92c00a000 Exception <a 'java/io/FileNotFoundException'> (0x00000000eed12120) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u72/5732/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 38.616 Thread 0x00007fe92c00a000 Exception <a 'java/io/FileNotFoundException'> (0x00000000eed13c98) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u72/5732/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 39.526 Thread 0x00007fe92c00a000 Exception <a 'java/lang/UnsatisfiedLinkError': /etc/alternatives/opencl-intel-tools/lib64/libboost_regex.so.1.52.0: undefined symbol: _ZN6icu_526LocaleD1Ev> (0x00000000f0a4cb38) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u72/5732/hotspot/src/s

Events (10 events):
Event: 39.515 Executing VM operation: RevokeBias
Event: 39.516 Executing VM operation: RevokeBias done
Event: 39.516 Thread 0x00007fe92c00a000 DEOPT PACKING pc=0x00007fe91c987970 sp=0x00007fe932413d00
Event: 39.516 Thread 0x00007fe92c00a000 DEOPT UNPACKING pc=0x00007fe91c382229 sp=0x00007fe932413ce0 mode 2
Event: 39.518 Executing VM operation: Deoptimize
Event: 39.518 Executing VM operation: Deoptimize done
Event: 39.593 Thread 0x00007fe92c00a000 DEOPT PACKING pc=0x00007fe91d8155a5 sp=0x00007fe9324139d0
Event: 39.593 Thread 0x00007fe92c00a000 DEOPT UNPACKING pc=0x00007fe91c3c4633 sp=0x00007fe932413708 mode 0
Event: 39.596 loading class java/lang/reflect/AnnotatedType
Event: 39.596 loading class java/lang/reflect/AnnotatedType done


Dynamic libraries:
00400000-00401000 r-xp 00000000 08:02 1455880                            /usr/lib/jvm/java-8-oracle/jre/bin/java
00600000-00601000 rw-p 00000000 08:02 1455880                            /usr/lib/jvm/java-8-oracle/jre/bin/java
01a6b000-01a8c000 rw-p 00000000 00:00 0                                  [heap]
c0000000-cac80000 rw-p 00000000 00:00 0 
cac80000-eab00000 ---p 00000000 00:00 0 
eab00000-ffd80000 rw-p 00000000 00:00 0 
ffd80000-100000000 ---p 00000000 00:00 0 
100000000-100600000 rw-p 00000000 00:00 0 
100600000-140000000 ---p 00000000 00:00 0 
7fe866e78000-7fe866e7c000 r-xp 00000000 08:02 397387                     /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7fe866e7c000-7fe86707b000 ---p 00004000 08:02 397387                     /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7fe86707b000-7fe86707c000 r--p 00003000 08:02 397387                     /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7fe86707c000-7fe86707d000 rw-p 00004000 08:02 397387                     /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7fe86707d000-7fe867093000 r-xp 00000000 08:02 1449719                    /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
7fe867093000-7fe867292000 ---p 00016000 08:02 1449719                    /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
7fe867292000-7fe867293000 r--p 00015000 08:02 1449719                    /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
7fe867293000-7fe867294000 rw-p 00016000 08:02 1449719                    /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
7fe867294000-7fe867297000 rw-p 00000000 00:00 0 
7fe867297000-7fe86729e000 r-xp 00000000 08:02 1449838                    /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
7fe86729e000-7fe86749d000 ---p 00007000 08:02 1449838                    /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
7fe86749d000-7fe86749e000 r--p 00006000 08:02 1449838                    /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
7fe86749e000-7fe86749f000 rw-p 00007000 08:02 1449838                    /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
7fe86749f000-7fe8676f3000 r-xp 00000000 08:02 1450420                    /usr/lib/x86_64-linux-gnu/libicui18n.so.55.1
7fe8676f3000-7fe8678f2000 ---p 00254000 08:02 1450420                    /usr/lib/x86_64-linux-gnu/libicui18n.so.55.1
7fe8678f2000-7fe867901000 r--p 00253000 08:02 1450420                    /usr/lib/x86_64-linux-gnu/libicui18n.so.55.1
7fe867901000-7fe867902000 rw-p 00262000 08:02 1450420                    /usr/lib/x86_64-linux-gnu/libicui18n.so.55.1
7fe867902000-7fe867908000 r-xp 00000000 08:02 2099342                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-6.0.0.1049/lib64/libOpenCL.so.1.2
7fe867908000-7fe867b07000 ---p 00006000 08:02 2099342                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-6.0.0.1049/lib64/libOpenCL.so.1.2
7fe867b07000-7fe867b08000 r--p 00005000 08:02 2099342                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-6.0.0.1049/lib64/libOpenCL.so.1.2
7fe867b08000-7fe867b09000 rw-p 00006000 08:02 2099342                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-6.0.0.1049/lib64/libOpenCL.so.1.2
7fe867b09000-7fe867def000 r-xp 00000000 08:02 2099598                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libQtCore.so.4.8.5
7fe867def000-7fe867fef000 ---p 002e6000 08:02 2099598                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libQtCore.so.4.8.5
7fe867fef000-7fe867ffa000 r--p 002e6000 08:02 2099598                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libQtCore.so.4.8.5
7fe867ffa000-7fe867fff000 rw-p 002f1000 08:02 2099598                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libQtCore.so.4.8.5
7fe867fff000-7fe868000000 rw-p 00000000 00:00 0 
7fe868000000-7fe868022000 rw-p 00000000 00:00 0 
7fe868022000-7fe86c000000 ---p 00000000 00:00 0 
7fe86c13a000-7fe86cbd4000 r-xp 00000000 08:02 2099600                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libQtGui.so.4.8.5
7fe86cbd4000-7fe86cdd3000 ---p 00a9a000 08:02 2099600                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libQtGui.so.4.8.5
7fe86cdd3000-7fe86ce15000 r--p 00a99000 08:02 2099600                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libQtGui.so.4.8.5
7fe86ce15000-7fe86ce29000 rw-p 00adb000 08:02 2099600                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libQtGui.so.4.8.5
7fe86ce29000-7fe86ce2c000 rw-p 00000000 00:00 0 
7fe86ce2c000-7fe86ce4c000 r-xp 00000000 08:02 2099612                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libboost_thread.so.1.52.0
7fe86ce4c000-7fe86d04c000 ---p 00020000 08:02 2099612                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libboost_thread.so.1.52.0
7fe86d04c000-7fe86d04e000 r--p 00020000 08:02 2099612                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libboost_thread.so.1.52.0
7fe86d04e000-7fe86d04f000 rw-p 00022000 08:02 2099612                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libboost_thread.so.1.52.0
7fe86d04f000-7fe86d063000 r-xp 00000000 08:02 2099608                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libboost_signals.so.1.52.0
7fe86d063000-7fe86d263000 ---p 00014000 08:02 2099608                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libboost_signals.so.1.52.0
7fe86d263000-7fe86d264000 r--p 00014000 08:02 2099608                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libboost_signals.so.1.52.0
7fe86d264000-7fe86d265000 rw-p 00015000 08:02 2099608                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libboost_signals.so.1.52.0
7fe86d265000-7fe86d35d000 r-xp 00000000 08:02 2099606                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libboost_regex.so.1.52.0
7fe86d35d000-7fe86d55d000 ---p 000f8000 08:02 2099606                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libboost_regex.so.1.52.0
7fe86d55d000-7fe86d564000 rw-p 000f8000 08:02 2099606                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libboost_regex.so.1.52.0
7fe86d564000-7fe86d579000 r-xp 00000000 08:02 2099604                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libboost_filesystem.so.1.52.0
7fe86d579000-7fe86d779000 ---p 00015000 08:02 2099604                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libboost_filesystem.so.1.52.0
7fe86d779000-7fe86d77b000 rw-p 00015000 08:02 2099604                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libboost_filesystem.so.1.52.0
7fe86d77b000-7fe86d77e000 r-xp 00000000 08:02 2099610                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libboost_system.so.1.52.0
7fe86d77e000-7fe86d97d000 ---p 00003000 08:02 2099610                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libboost_system.so.1.52.0
7fe86d97d000-7fe86d97e000 r--p 00002000 08:02 2099610                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libboost_system.so.1.52.0
7fe86d97e000-7fe86d97f000 rw-p 00003000 08:02 2099610                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libboost_system.so.1.52.0
7fe86d97f000-7fe86dc25000 r-xp 00000000 08:02 2099596                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libKernelBuilderAPI.so
7fe86dc25000-7fe86de25000 ---p 002a6000 08:02 2099596                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libKernelBuilderAPI.so
7fe86de25000-7fe86de33000 rw-p 002a6000 08:02 2099596                    /opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-1.2-sdk-6.0.0.1049/lib64/libKernelBuilderAPI.so
7fe86de33000-7fe86de35000 rw-p 00000000 00:00 0 
7fe86de35000-7fe86de4c000 r-xp 00000000 08:02 1576711                    /tmp/jna-1624562839/jna8123329471753564490.tmp (deleted)
7fe86de4c000-7fe86df4b000 ---p 00017000 08:02 1576711                    /tmp/jna-1624562839/jna8123329471753564490.tmp (deleted)
7fe86df4b000-7fe86df4d000 rw-p 00016000 08:02 1576711                    /tmp/jna-1624562839/jna8123329471753564490.tmp (deleted)
7fe86df4d000-7fe86dfa5000 r--p 00000000 08:02 2228336                    /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-BI.ttf
7fe86dfa5000-7fe86e1a5000 rw-p 00000000 00:00 0 
7fe86e1a5000-7fe86e1ab000 r-xp 00000000 08:02 1832517                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
7fe86e1ab000-7fe86e3aa000 ---p 00006000 08:02 1832517                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
7fe86e3aa000-7fe86e3ab000 r--p 00005000 08:02 1832517                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
7fe86e3ab000-7fe86e3ac000 rw-p 00006000 08:02 1832517                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
7fe86e3ac000-7fe86e5ac000 rw-p 00000000 00:00 0 
7fe86e5ac000-7fe86e5b2000 r--s 0002e000 08:05 394206                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.e4.ui.css.core_0.11.0.v20150511-1937.jar
7fe86e5b2000-7fe86e5b5000 ---p 00000000 00:00 0 
7fe86e5b5000-7fe86e6b3000 rw-p 00000000 00:00 0 
7fe86e6b3000-7fe86e6b6000 ---p 00000000 00:00 0 
7fe86e6b6000-7fe86e7b4000 rw-p 00000000 00:00 0                          [stack:6147]
7fe86e7b4000-7fe86e7b9000 r--s 00031000 08:05 394198                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.e4.ui.css.swt_0.12.0.v20150511-1003.jar
7fe86e7b9000-7fe86e9b9000 rw-p 00000000 00:00 0 
7fe86e9b9000-7fe86e9bc000 r--s 00015000 08:05 394043                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.core.runtime.compatibility_3.2.300.v20150423-0821.jar
7fe86e9bc000-7fe86e9c1000 r--s 0003b000 08:05 393822                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.help_3.6.0.v20130326-1254.jar
7fe86e9c1000-7fe86e9db000 r--s 00122000 08:05 394178                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.wst.xsd.ui_1.2.500.v201208081537.jar
7fe86e9db000-7fe86e9ee000 r--s 000ea000 08:05 394157                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.wst.sse.ui_1.3.400.v201505141512.jar
7fe86e9ee000-7fe86e9f4000 r--s 00035000 08:05 394163                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.wst.dtd.ui_1.0.801.v201308100602.jar
7fe86e9f4000-7fe86e9fe000 r--s 00063000 08:05 393760                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.mylyn.wikitext.ui_2.3.2.v20150217-2315.jar
7fe86ea0a000-7fe86ea19000 r--s 00206000 08:05 34375                      /home/jiacheng/opt/eclipse-mars/dropins/CodeBuilder_0.1.0.jar
7fe86ea19000-7fe86ea41000 r--s 001c9000 08:05 394381                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.tracecompass.tmf.ui_1.1.0.201509141028.jar
7fe86ea4d000-7fe86eaac000 r--p 00000000 08:02 2228343                    /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-RI.ttf
7fe86eaac000-7fe86eafe000 r--p 00000000 08:02 2228335                    /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-B.ttf
7fe86eafe000-7fe86ec3e000 rw-p 00000000 00:00 0 
7fe86ec3e000-7fe86ecfe000 ---p 00000000 00:00 0 
7fe86ecfe000-7fe86eef4000 rw-p 00000000 00:00 0 
7fe86eef4000-7fe86eefe000 ---p 00000000 00:00 0 
7fe86eefe000-7fe86f6fe000 rw-s 00000000 00:05 6848535                    /SYSV00000000 (deleted)
7fe86f6fe000-7fe86f8fe000 rw-p 00000000 00:00 0 
7fe86f8fe000-7fe86fafe000 rw-p 00000000 00:00 0 
7fe86fafe000-7fe86fcfe000 rw-p 00000000 00:00 0 
7fe86fcfe000-7fe86fd00000 r-xp 00000000 08:05 4194936                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/103/0/.cp/os/linux/x86_64/libunixfile_1_0_0.so
7fe86fd00000-7fe86fdff000 ---p 00002000 08:05 4194936                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/103/0/.cp/os/linux/x86_64/libunixfile_1_0_0.so
7fe86fdff000-7fe86fe00000 rw-p 00001000 08:05 4194936                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/103/0/.cp/os/linux/x86_64/libunixfile_1_0_0.so
7fe86fe00000-7fe870000000 rw-p 00000000 00:00 0 
7fe870000000-7fe870022000 rw-p 00000000 00:00 0 
7fe870022000-7fe874000000 ---p 00000000 00:00 0 
7fe874000000-7fe874022000 rw-p 00000000 00:00 0 
7fe874022000-7fe878000000 ---p 00000000 00:00 0 
7fe878000000-7fe878022000 rw-p 00000000 00:00 0 
7fe878022000-7fe87c000000 ---p 00000000 00:00 0 
7fe87c03d000-7fe87c04f000 r--s 000dd000 08:05 393960                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.wst.xml.ui_1.1.501.v201501212057.jar
7fe87c051000-7fe87c0b0000 r--s 00578000 08:05 394492                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.cdt.ui_5.11.0.201509131935.jar
7fe87c0b0000-7fe87c0b3000 ---p 00000000 00:00 0 
7fe87c0b3000-7fe87c1b1000 rw-p 00000000 00:00 0                          [stack:6145]
7fe87c1b1000-7fe87c1b2000 ---p 00000000 00:00 0 
7fe87c1b2000-7fe87c9b2000 rw-p 00000000 00:00 0 
7fe87c9b2000-7fe87c9b3000 ---p 00000000 00:00 0 
7fe87c9b3000-7fe87d1b3000 rw-p 00000000 00:00 0 
7fe87d1b3000-7fe87d1b4000 ---p 00000000 00:00 0 
7fe87d1b4000-7fe87d9b4000 rw-p 00000000 00:00 0 
7fe87d9b4000-7fe87d9b5000 ---p 00000000 00:00 0 
7fe87d9b5000-7fe87e1b5000 rw-p 00000000 00:00 0 
7fe87e1b5000-7fe87fa6b000 r-xp 00000000 08:02 1450418                    /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
7fe87fa6b000-7fe87fc6a000 ---p 018b6000 08:02 1450418                    /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
7fe87fc6a000-7fe87fc6b000 r--p 018b5000 08:02 1450418                    /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
7fe87fc6b000-7fe87fc6c000 rw-p 018b6000 08:02 1450418                    /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
7fe87fc6c000-7fe87fdeb000 r-xp 00000000 08:02 1450432                    /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
7fe87fdeb000-7fe87ffeb000 ---p 0017f000 08:02 1450432                    /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
7fe87ffeb000-7fe87fffb000 r--p 0017f000 08:02 1450432                    /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
7fe87fffb000-7fe87fffc000 rw-p 0018f000 08:02 1450432                    /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
7fe87fffc000-7fe880000000 rw-p 00000000 00:00 0 
7fe880000000-7fe880035000 rw-p 00000000 00:00 0 
7fe880035000-7fe884000000 ---p 00000000 00:00 0 
7fe884000000-7fe884027000 rw-p 00000000 00:00 0 
7fe884027000-7fe888000000 ---p 00000000 00:00 0 
7fe888000000-7fe888063000 rw-p 00000000 00:00 0 
7fe888063000-7fe88c000000 ---p 00000000 00:00 0 
7fe88c000000-7fe88c359000 rw-p 00000000 00:00 0 
7fe88c359000-7fe890000000 ---p 00000000 00:00 0 
7fe890000000-7fe890021000 rw-p 00000000 00:00 0 
7fe890021000-7fe894000000 ---p 00000000 00:00 0 
7fe894000000-7fe894021000 rw-p 00000000 00:00 0 
7fe894021000-7fe898000000 ---p 00000000 00:00 0 
7fe898000000-7fe898021000 rw-p 00000000 00:00 0 
7fe898021000-7fe89c000000 ---p 00000000 00:00 0 
7fe89c000000-7fe89c021000 rw-p 00000000 00:00 0 
7fe89c021000-7fe8a0000000 ---p 00000000 00:00 0 
7fe8a0000000-7fe8a03c9000 rw-p 00000000 00:00 0 
7fe8a03c9000-7fe8a4000000 ---p 00000000 00:00 0 
7fe8a4000000-7fe8a46d2000 rw-p 00000000 00:00 0 
7fe8a46d2000-7fe8a8000000 ---p 00000000 00:00 0 
7fe8a8002000-7fe8a800c000 r-xp 00000000 08:05 1573576                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/423/0/.cp/libswt-atk-gtk-4528.so
7fe8a800c000-7fe8a820c000 ---p 0000a000 08:05 1573576                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/423/0/.cp/libswt-atk-gtk-4528.so
7fe8a820c000-7fe8a820d000 rw-p 0000a000 08:05 1573576                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/423/0/.cp/libswt-atk-gtk-4528.so
7fe8a820d000-7fe8a83ba000 r-xp 00000000 08:02 1443369                    /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.2
7fe8a83ba000-7fe8a85ba000 ---p 001ad000 08:02 1443369                    /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.2
7fe8a85ba000-7fe8a85c2000 r--p 001ad000 08:02 1443369                    /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.2
7fe8a85c2000-7fe8a85c4000 rw-p 001b5000 08:02 1443369                    /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.2
7fe8a85c4000-7fe8a85c5000 rw-p 00000000 00:00 0 
7fe8a85c5000-7fe8a85fc000 r-xp 00000000 08:02 1450055                    /usr/lib/x86_64-linux-gnu/libcroco-0.6.so.3.0.1
7fe8a85fc000-7fe8a87fc000 ---p 00037000 08:02 1450055                    /usr/lib/x86_64-linux-gnu/libcroco-0.6.so.3.0.1
7fe8a87fc000-7fe8a87ff000 r--p 00037000 08:02 1450055                    /usr/lib/x86_64-linux-gnu/libcroco-0.6.so.3.0.1
7fe8a87ff000-7fe8a8800000 rw-p 0003a000 08:02 1450055                    /usr/lib/x86_64-linux-gnu/libcroco-0.6.so.3.0.1
7fe8a8800000-7fe8a8835000 r-xp 00000000 08:02 1450735                    /usr/lib/x86_64-linux-gnu/librsvg-2.so.2.40.10
7fe8a8835000-7fe8a8a34000 ---p 00035000 08:02 1450735                    /usr/lib/x86_64-linux-gnu/librsvg-2.so.2.40.10
7fe8a8a34000-7fe8a8a35000 r--p 00034000 08:02 1450735                    /usr/lib/x86_64-linux-gnu/librsvg-2.so.2.40.10
7fe8a8a35000-7fe8a8a36000 rw-p 00035000 08:02 1450735                    /usr/lib/x86_64-linux-gnu/librsvg-2.so.2.40.10
7fe8a8a36000-7fe8a8a38000 r-xp 00000000 08:02 1832524                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
7fe8a8a38000-7fe8a8c37000 ---p 00002000 08:02 1832524                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
7fe8a8c37000-7fe8a8c38000 r--p 00001000 08:02 1832524                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
7fe8a8c38000-7fe8a8c39000 rw-p 00002000 08:02 1832524                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
7fe8a8c39000-7fe8a9039000 rw-s 00000000 00:05 6815766                    /SYSV00000000 (deleted)
7fe8a9039000-7fe8a903a000 ---p 00000000 00:00 0 
7fe8a903a000-7fe8a983a000 rw-p 00000000 00:00 0                          [stack:6136]
7fe8a983a000-7fe8a988e000 r--p 00000000 08:02 2228171                    /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf
7fe8a988e000-7fe8a9897000 r-xp 00000000 08:05 1573569                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/423/0/.cp/libswt-cairo-gtk-4528.so
7fe8a9897000-7fe8a9a97000 ---p 00009000 08:05 1573569                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/423/0/.cp/libswt-cairo-gtk-4528.so
7fe8a9a97000-7fe8a9a98000 rw-p 00009000 08:05 1573569                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/423/0/.cp/libswt-cairo-gtk-4528.so
7fe8a9a98000-7fe8a9a9d000 r-xp 00000000 08:02 1449885                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7fe8a9a9d000-7fe8a9c9c000 ---p 00005000 08:02 1449885                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7fe8a9c9c000-7fe8a9c9d000 r--p 00004000 08:02 1449885                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7fe8a9c9d000-7fe8a9c9e000 rw-p 00005000 08:02 1449885                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7fe8a9c9e000-7fe8a9c9f000 r-xp 00000000 08:02 1450371                    /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.4600.1
7fe8a9c9f000-7fe8a9e9e000 ---p 00001000 08:02 1450371                    /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.4600.1
7fe8a9e9e000-7fe8a9e9f000 r--p 00000000 08:02 1450371                    /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.4600.1
7fe8a9e9f000-7fe8a9ea0000 rw-p 00001000 08:02 1450371                    /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.4600.1
7fe8a9ec5000-7fe8a9f38000 r-xp 00000000 08:05 1573568                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/423/0/.cp/libswt-pi3-gtk-4528.so
7fe8a9f38000-7fe8aa137000 ---p 00073000 08:05 1573568                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/423/0/.cp/libswt-pi3-gtk-4528.so
7fe8aa137000-7fe8aa13a000 rw-p 00072000 08:05 1573568                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/423/0/.cp/libswt-pi3-gtk-4528.so
7fe8aa13a000-7fe8aa13c000 rw-p 00000000 00:00 0 
7fe8aa13c000-7fe8aa1ba000 r-xp 00000000 08:05 1573567                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/423/0/.cp/libswt-gtk-4528.so
7fe8aa1ba000-7fe8aa3b9000 ---p 0007e000 08:05 1573567                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/423/0/.cp/libswt-gtk-4528.so
7fe8aa3b9000-7fe8aa3c1000 rw-p 0007d000 08:05 1573567                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/423/0/.cp/libswt-gtk-4528.so
7fe8aa3c1000-7fe8aa5c3000 rw-p 00000000 00:00 0 
7fe8aa5d5000-7fe8aa636000 r--s 00a81000 08:05 393973                     /home/jiacheng/opt/eclipse-mars/plugins/com.ibm.icu_54.1.1.v201501272100.jar
7fe8aa636000-7fe8aa64b000 r--s 0026e000 08:05 393972                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.swt.gtk.linux.x86_64_3.104.1.v20150825-0743.jar
7fe8aa64b000-7fe8aa84b000 rw-p 00000000 00:00 0 
7fe8aa84b000-7fe8aa88d000 r--s 00394000 08:05 394193                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.ui.workbench_3.107.0.v20150825-2206.jar
7fe8aa88d000-7fe8aa890000 ---p 00000000 00:00 0 
7fe8aa890000-7fe8aa98e000 rw-p 00000000 00:00 0                          [stack:6135]
7fe8aa98e000-7fe8aa991000 ---p 00000000 00:00 0 
7fe8aa991000-7fe8aaa8f000 rw-p 00000000 00:00 0 
7fe8aaa8f000-7fe8aaa92000 ---p 00000000 00:00 0 
7fe8aaa92000-7fe8aab90000 rw-p 00000000 00:00 0                          [stack:6132]
7fe8aab98000-7fe8aabb7000 r--s 001e8000 08:05 394119                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.jgit_4.0.3.201509231615-r.jar
7fe8aabb7000-7fe8aabe6000 r--s 001c3000 08:05 394174                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.wb.core_1.8.0.r45x201506110820.jar
7fe8aabe6000-7fe8aabfc000 r--s 0010d000 08:05 394165                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.jface_3.11.0.v20150602-1400.jar
7fe8aabfc000-7fe8aadfc000 rw-p 00000000 00:00 0 
7fe8aadfc000-7fe8aaffc000 rw-p 00000000 00:00 0 
7fe8aaffc000-7fe8aafff000 ---p 00000000 00:00 0 
7fe8aafff000-7fe8ab2fd000 rw-p 00000000 00:00 0                          [stack:6126]
7fe8ab2fd000-7fe8ab300000 ---p 00000000 00:00 0 
7fe8ab300000-7fe8ab3fe000 rw-p 00000000 00:00 0                          [stack:6125]
7fe8ab3fe000-7fe8ab401000 ---p 00000000 00:00 0 
7fe8ab401000-7fe8ab6ff000 rw-p 00000000 00:00 0                          [stack:6124]
7fe8ab6ff000-7fe8ab702000 ---p 00000000 00:00 0 
7fe8ab702000-7fe8ab800000 rw-p 00000000 00:00 0                          [stack:6131]
7fe8ab803000-7fe8ab807000 r--s 0001f000 08:05 393802                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.rse.shells.ui_3.0.500.201403271554.jar
7fe8ab81a000-7fe8ab83e000 r--s 0013b000 08:05 394390                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.wb.swing_1.8.0.r45x201506110826.jar
7fe8ab83e000-7fe8ab8f7000 r--p 00000000 08:02 2228169                    /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
7fe8ab8f7000-7fe8ab9a3000 r--p 00000000 08:02 2228168                    /usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf
7fe8ab9a3000-7fe8ab9d6000 r--p 00000000 08:02 2097476                    /usr/share/icons/Humanity/icon-theme.cache
7fe8ab9d6000-7fe8ab9e9000 r-xp 00000000 08:02 1450163                    /usr/lib/x86_64-linux-gnu/libfcitx-utils.so.0.1
7fe8ab9e9000-7fe8abbe8000 ---p 00013000 08:02 1450163                    /usr/lib/x86_64-linux-gnu/libfcitx-utils.so.0.1
7fe8abbe8000-7fe8abbe9000 r--p 00012000 08:02 1450163                    /usr/lib/x86_64-linux-gnu/libfcitx-utils.so.0.1
7fe8abbe9000-7fe8abbea000 rw-p 00013000 08:02 1450163                    /usr/lib/x86_64-linux-gnu/libfcitx-utils.so.0.1
7fe8abbea000-7fe8abbf6000 r-xp 00000000 08:02 1450161                    /usr/lib/x86_64-linux-gnu/libfcitx-gclient.so.0.1
7fe8abbf6000-7fe8abdf5000 ---p 0000c000 08:02 1450161                    /usr/lib/x86_64-linux-gnu/libfcitx-gclient.so.0.1
7fe8abdf5000-7fe8abdf6000 r--p 0000b000 08:02 1450161                    /usr/lib/x86_64-linux-gnu/libfcitx-gclient.so.0.1
7fe8abdf6000-7fe8abdf7000 rw-p 0000c000 08:02 1450161                    /usr/lib/x86_64-linux-gnu/libfcitx-gclient.so.0.1
7fe8abdf7000-7fe8abdff000 r-xp 00000000 08:02 1846193                    /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-fcitx.so
7fe8abdff000-7fe8abffe000 ---p 00008000 08:02 1846193                    /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-fcitx.so
7fe8abffe000-7fe8abfff000 r--p 00007000 08:02 1846193                    /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-fcitx.so
7fe8abfff000-7fe8ac000000 rw-p 00008000 08:02 1846193                    /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-fcitx.so
7fe8ac000000-7fe8ac066000 rw-p 00000000 00:00 0 
7fe8ac066000-7fe8b0000000 ---p 00000000 00:00 0 
7fe8b0000000-7fe8b0021000 rw-p 00000000 00:00 0 
7fe8b0021000-7fe8b4000000 ---p 00000000 00:00 0 
7fe8b4000000-7fe8b4024000 rw-p 00000000 00:00 0 
7fe8b4024000-7fe8b8000000 ---p 00000000 00:00 0 
7fe8b8000000-7fe8b8022000 rw-p 00000000 00:00 0 
7fe8b8022000-7fe8bc000000 ---p 00000000 00:00 0 
7fe8bc000000-7fe8bc021000 rw-p 00000000 00:00 0 
7fe8bc021000-7fe8c0000000 ---p 00000000 00:00 0 
7fe8c0047000-7fe8c0247000 rw-p 00000000 00:00 0 
7fe8c0247000-7fe8c0253000 r--s 00185000 08:05 394093                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.ui.intro.universal_3.2.800.v20150325-0952.jar
7fe8c0253000-7fe8c0256000 ---p 00000000 00:00 0 
7fe8c0256000-7fe8c0354000 rw-p 00000000 00:00 0                          [stack:6121]
7fe8c0354000-7fe8c0357000 ---p 00000000 00:00 0 
7fe8c0357000-7fe8c0455000 rw-p 00000000 00:00 0                          [stack:6120]
7fe8c045c000-7fe8c0461000 r--s 0002a000 08:05 393642                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.tm.terminal_3.3.0.201501281007.jar
7fe8c0461000-7fe8c0468000 r--s 00050000 08:05 393761                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.epp.mpc.ui_1.3.2.v20150204-1930.jar
7fe8c0468000-7fe8c0472000 r--s 0008a000 08:05 394341                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.m2e.core_1.6.2.20150902-0002.jar
7fe8c0472000-7fe8c0475000 r--s 00016000 08:05 393980                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.ui.views_3.8.0.v20150422-0725.jar
7fe8c0476000-7fe8c047b000 r--s 0002f000 08:05 394320                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.mylyn.builds.core_1.9.0.v20150908-1655.jar
7fe8c047b000-7fe8c0487000 r--s 001d4000 08:05 393524                     /home/jiacheng/opt/eclipse-mars/plugins/net.sourceforge.metrics_1.3.8.20100730-001.jar
7fe8c048b000-7fe8c048d000 r--s 0000a000 08:05 394150                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.wb.core.ui_1.8.0.r45x201506110822.jar
7fe8c048d000-7fe8c0494000 r--s 00040000 08:05 394097                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.e4.ui.workbench_1.3.0.v20150531-1948.jar
7fe8c0494000-7fe8c049c000 r--s 0003c000 08:05 394070                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.ui_3.107.0.v20150507-1945.jar
7fe8c049c000-7fe8c04a4000 r--s 0005c000 08:05 393804                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.rse.core_3.3.100.201407181907.jar
7fe8c04a4000-7fe8c04a6000 r--s 00015000 08:05 394586                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.cdt.launch.remote_2.4.0.201509131935.jar
7fe8c04a6000-7fe8c04a7000 r--s 00005000 08:05 393609                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.rse.services.telnet_2.0.400.201403100950.jar
7fe8c04a7000-7fe8c04aa000 r--s 00052000 08:05 393601                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.rse.services.dstore_3.3.0.201406041609.jar
7fe8c04aa000-7fe8c04ae000 r--s 00029000 08:05 394145                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.equinox.registry_3.6.0.v20150318-1503.jar
7fe8c04ae000-7fe8c04b1000 r--s 00019000 08:05 393962                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.equinox.common_3.7.0.v20150402-1709.jar
7fe8c04b1000-7fe8c04b3000 r--s 00009000 08:05 393851                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.rse.services.files.ftp_3.0.500.201403100950.jar
7fe8c04b3000-7fe8c04b5000 r--s 00006000 08:05 394480                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.cdt.build.crossgcc_1.1.0.201509131935.jar
7fe8c04b5000-7fe8c04b9000 r--s 00068000 08:05 394233                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.wb.layout.group_1.8.0.r45x201506110824.jar
7fe8c04b9000-7fe8c04bb000 r--s 00003000 08:05 394037                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.m2e.logback.configuration_1.6.2.20150902-0002.jar
7fe8c04bb000-7fe8c04c2000 r--s 00037000 08:05 393503                     /home/jiacheng/opt/eclipse-mars/plugins/com.mountainminds.eclemma.ui_2.3.2.201409141915.jar
7fe8c04c2000-7fe8c04cc000 r--s 00068000 08:05 5785740                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/713/0/.cp/metrics.jar
7fe8c04d0000-7fe8c04d4000 r--s 000dc000 08:05 10619762                   /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/993/0/.cp/lib/jna-4.0.0.jar
7fe8c04d4000-7fe8c04d6000 r--s 00006000 08:05 394362                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.mylyn.versions.core_1.9.0.v20150908-1643.jar
7fe8c04d6000-7fe8c04d8000 r--s 00012000 08:05 5785741                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/713/0/.cp/jdbm.jar
7fe8c04d8000-7fe8c04dc000 r--s 0002b000 08:05 394079                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.ui.console_3.6.100.v20150822-1912.jar
7fe8c04dc000-7fe8c04e5000 r--s 00051000 08:05 393839                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.mylyn.wikitext.core_2.3.2.v20150217-2315.jar
7fe8c04e5000-7fe8c04e7000 r--s 0000e000 08:05 393631                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.rse.services.ssh_3.2.100.201403281521.jar
7fe8c04e7000-7fe8c04f9000 r--s 00111000 08:05 393961                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.emf.ecore_2.11.1.v20150805-0538.jar
7fe8c04f9000-7fe8c04fc000 r--s 00014000 08:05 394106                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.core.expressions_3.5.0.v20150421-2214.jar
7fe8c04fc000-7fe8c04fe000 r--s 00005000 08:05 393997                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.e4.core.commands_0.11.0.v20150422-0725.jar
7fe8c04fe000-7fe8c04ff000 r--s 00003000 08:05 393689                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.cdt.gdb_7.0.0.201502131403.jar
7fe8c04ff000-7fe8c0501000 r--s 0000a000 08:05 394246                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.jdt_3.11.1.v20150904-0015.jar
7fe8c0501000-7fe8c0505000 r--s 0001c000 08:05 394305                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.mylyn.context.core_3.17.0.v20150625-2044.jar
7fe8c0505000-7fe8c050a000 r--s 0002d000 08:05 394425                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.recommenders.rcp_2.2.4.v20150914-0857.jar
7fe8c050a000-7fe8c050d000 r--s 0001c000 08:05 394186                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.mylyn.commons.core_3.17.0.v20150625-2042.jar
7fe8c050d000-7fe8c0510000 r--s 00034000 08:05 4732511                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/556/0/.cp/jars/plexus-utils-2.1.jar
7fe8c0510000-7fe8c0519000 r--s 00066000 08:05 394283                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.mylyn.tasks.core_3.17.0.v20150828-2026.jar
7fe8c0519000-7fe8c0520000 r--s 0005f000 08:05 393996                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.help.base_4.0.300.v20150904-0015.jar
7fe8c0520000-7fe8c0526000 r--s 00050000 08:05 394073                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.13.0.v20150901-1347.jar
7fe8c0526000-7fe8c0528000 r--s 0000e000 08:05 393763                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.rse.services.local_2.2.0.201410241330.jar
7fe8c0528000-7fe8c052c000 r--s 00023000 08:05 4732508                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/556/0/.cp/jars/maven-model-builder-3.1.0.jar
7fe8c052c000-7fe8c0533000 r--s 00050000 08:05 394204                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.emf.common_2.11.0.v20150805-0538.jar
7fe8c0533000-7fe8c053a000 r--s 00055000 08:05 394420                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.e4.ui.model.workbench_1.1.100.v20150407-1430.jar
7fe8c053a000-7fe8c053c000 r--s 0000d000 08:05 393714                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.rse.terminals.ui_1.2.200.201412161015.jar
7fe8c053c000-7fe8c053e000 r--s 00026000 08:05 4732507                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/556/0/.cp/jars/maven-model-3.1.0.jar
7fe8c053e000-7fe8c0540000 r--s 00006000 08:05 4732510                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/556/0/.cp/jars/maven-repository-metadata-3.1.0.jar
7fe8c0540000-7fe8c0543000 r--s 00019000 08:05 394315                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.core.commands_3.7.0.v20150422-0725.jar
7fe8c0543000-7fe8c0544000 r--s 00002000 08:05 393909                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.cvs_1.4.100.v20150204-1700.jar
7fe8c0544000-7fe8c0546000 r--s 00008000 08:05 394369                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.cdt_8.8.0.201509131935.jar
7fe8c0546000-7fe8c0548000 r--s 0000d000 08:05 4732509                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/556/0/.cp/jars/plexus-interpolation-1.16.jar
7fe8c0548000-7fe8c054a000 r--s 00017000 08:05 393532                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.update.configurator_3.3.300.v20140518-1928.jar
7fe8c054a000-7fe8c054b000 r--s 00002000 08:05 394208                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.rcp_4.5.1.v20150904-0015.jar
7fe8c054b000-7fe8c054d000 r--s 0000d000 08:05 4732506                    /home/jiacheng/opt/eclipse-mars/configuration/org.eclipse.osgi/556/0/.cp/jars/maven-aether-provider-3.1.0.jar
7fe8c054d000-7fe8c0551000 r--s 00021000 08:05 394175                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.ui.navigator.resources_3.5.0.v20150422-0725.jar
7fe8c0551000-7fe8c0552000 r--s 00006000 08:05 394336                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.e4.core.di.extensions_0.13.0.v20150421-2214.jar
7fe8c0552000-7fe8c0555000 r--s 00021000 08:05 394025                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.2.0.v20150512-1414.jar
7fe8c0555000-7fe8c0556000 r--s 00003000 08:05 394360                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.e4.ui.di_1.1.0.v20150422-0725.jar
7fe8c0556000-7fe8c0557000 r--s 00006000 08:05 393779                     /home/jiacheng/opt/eclipse-mars/plugins/javax.annotation_1.2.0.v201401042248.jar
7fe8c0557000-7fe8c0559000 r--s 0000b000 08:05 394423                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.e4.core.contexts_1.4.0.v20150828-0818.jar
7fe8c0559000-7fe8c055b000 r--s 00002000 08:05 524291                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.core.runtime.compatibility.registry_3.6.0.v20150318-1505/runtime_registry_compatibility.jar
7fe8c055b000-7fe8c055d000 r--s 0000b000 08:05 394267                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.e4.ui.bindings_0.11.0.v20150422-0725.jar
7fe8c055d000-7fe8c055e000 r--s 00002000 08:05 394220                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.e4.core.di.annotations_1.4.0.v20150528-1451.jar
7fe8c055e000-7fe8c055f000 r--s 00003000 08:05 393963                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.e4.ui.widgets_1.1.0.v20150427-1751.jar
7fe8c055f000-7fe8c0561000 r--s 000a1000 08:05 394236                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.aether.maven_3.1.0.v20140706-2237.jar
7fe8c0561000-7fe8c0562000 r--s 00004000 08:05 393986                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.swt_3.104.1.v20150825-0743.jar
7fe8c0562000-7fe8c0565000 r--s 00012000 08:05 394088                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.ui.ide.application_1.1.0.v20150422-0725.jar
7fe8c0565000-7fe8c0567000 r--s 00002000 08:05 393883                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.rse_3.5.0.201403100950.jar
7fe8c0567000-7fe8c056a000 ---p 00000000 00:00 0 
7fe8c056a000-7fe8c0668000 rw-p 00000000 00:00 0                          [stack:6123]
7fe8c0668000-7fe8c0669000 r--s 00002000 08:05 394348                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.egit_4.0.3.201509231615-r.jar
7fe8c0669000-7fe8c066a000 r--s 00002000 08:05 394134                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.buildship.branding_1.0.5.v20150922-2202.jar
7fe8c066a000-7fe8c066d000 ---p 00000000 00:00 0 
7fe8c066d000-7fe8c076b000 rw-p 00000000 00:00 0                          [stack:6119]
7fe8c076b000-7fe8c077c000 r-xp 00000000 08:02 1455796                    /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libnio.so
7fe8c077c000-7fe8c097b000 ---p 00011000 08:02 1455796                    /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libnio.so
7fe8c097b000-7fe8c097c000 rw-p 00010000 08:02 1455796                    /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libnio.so
7fe8c097c000-7fe8c0c7d000 rw-p 00000000 00:00 0 
7fe8c0c7d000-7fe8c0c93000 r-xp 00000000 08:02 1455769                    /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libnet.so
7fe8c0c93000-7fe8c0e93000 ---p 00016000 08:02 1455769                    /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libnet.so
7fe8c0e93000-7fe8c0e94000 rw-p 00016000 08:02 1455769                    /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libnet.so
7fe8c0e94000-7fe8c0ea8000 r--s 0012b000 08:05 394061                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.osgi_3.10.101.v20150820-1432.jar
7fe8c0ea8000-7fe8c0eff000 r--p 00000000 08:02 2228342                    /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-R.ttf
7fe8c0eff000-7fe8c0f0a000 r--s 00000000 08:02 1843530                    /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-4
7fe8c0f0a000-7fe8c0f20000 r--s 00000000 08:02 1843510                    /var/cache/fontconfig/04aabc0a78ac019cf9454389977116d2-le64.cache-4
7fe8c0f20000-7fe8c0f23000 r-xp 00000000 08:02 1832516                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so
7fe8c0f23000-7fe8c1123000 ---p 00003000 08:02 1832516                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so
7fe8c1123000-7fe8c1124000 r--p 00003000 08:02 1832516                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so
7fe8c1124000-7fe8c1125000 rw-p 00004000 08:02 1832516                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so
7fe8c1125000-7fe8c112a000 r-xp 00000000 08:02 1832521                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7fe8c112a000-7fe8c1329000 ---p 00005000 08:02 1832521                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7fe8c1329000-7fe8c132a000 r--p 00004000 08:02 1832521                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7fe8c132a000-7fe8c132b000 rw-p 00005000 08:02 1832521                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7fe8c132b000-7fe8c1332000 r-xp 00000000 08:02 1450605                    /usr/lib/x86_64-linux-gnu/libogg.so.0.8.2
7fe8c1332000-7fe8c1532000 ---p 00007000 08:02 1450605                    /usr/lib/x86_64-linux-gnu/libogg.so.0.8.2
7fe8c1532000-7fe8c1533000 r--p 00007000 08:02 1450605                    /usr/lib/x86_64-linux-gnu/libogg.so.0.8.2
7fe8c1533000-7fe8c1534000 rw-p 00008000 08:02 1450605                    /usr/lib/x86_64-linux-gnu/libogg.so.0.8.2
7fe8c1534000-7fe8c155f000 r-xp 00000000 08:02 1450925                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.7
7fe8c155f000-7fe8c175e000 ---p 0002b000 08:02 1450925                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.7
7fe8c175e000-7fe8c175f000 r--p 0002a000 08:02 1450925                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.7
7fe8c175f000-7fe8c1760000 rw-p 0002b000 08:02 1450925                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.7
7fe8c1760000-7fe8c1769000 r-xp 00000000 08:02 1450490                    /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
7fe8c1769000-7fe8c1968000 ---p 00009000 08:02 1450490                    /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
7fe8c1968000-7fe8c1969000 r--p 00008000 08:02 1450490                    /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
7fe8c1969000-7fe8c196a000 rw-p 00009000 08:02 1450490                    /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
7fe8c196a000-7fe8c197e000 r-xp 00000000 08:02 1450832                    /usr/lib/x86_64-linux-gnu/libtdb.so.1.3.5
7fe8c197e000-7fe8c1b7d000 ---p 00014000 08:02 1450832                    /usr/lib/x86_64-linux-gnu/libtdb.so.1.3.5
7fe8c1b7d000-7fe8c1b7e000 r--p 00013000 08:02 1450832                    /usr/lib/x86_64-linux-gnu/libtdb.so.1.3.5
7fe8c1b7e000-7fe8c1b7f000 rw-p 00014000 08:02 1450832                    /usr/lib/x86_64-linux-gnu/libtdb.so.1.3.5
7fe8c1b7f000-7fe8c1b86000 r-xp 00000000 08:02 1450929                    /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.6
7fe8c1b86000-7fe8c1d86000 ---p 00007000 08:02 1450929                    /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.6
7fe8c1d86000-7fe8c1d87000 r--p 00007000 08:02 1450929                    /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.6
7fe8c1d87000-7fe8c1d88000 rw-p 00008000 08:02 1450929                    /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.6
7fe8c1d88000-7fe8c1d98000 r-xp 00000000 08:02 1449999                    /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
7fe8c1d98000-7fe8c1f98000 ---p 00010000 08:02 1449999                    /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
7fe8c1f98000-7fe8c1f99000 r--p 00010000 08:02 1449999                    /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
7fe8c1f99000-7fe8c1f9a000 rw-p 00011000 08:02 1449999                    /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
7fe8c1f9a000-7fe8c1f9e000 r-xp 00000000 08:02 1449997                    /usr/lib/x86_64-linux-gnu/libcanberra-gtk3.so.0.1.9
7fe8c1f9e000-7fe8c219d000 ---p 00004000 08:02 1449997                    /usr/lib/x86_64-linux-gnu/libcanberra-gtk3.so.0.1.9
7fe8c219d000-7fe8c219e000 r--p 00003000 08:02 1449997                    /usr/lib/x86_64-linux-gnu/libcanberra-gtk3.so.0.1.9
7fe8c219e000-7fe8c219f000 rw-p 00004000 08:02 1449997                    /usr/lib/x86_64-linux-gnu/libcanberra-gtk3.so.0.1.9
7fe8c219f000-7fe8c21a4000 r-xp 00000000 08:02 1832835                    /usr/lib/x86_64-linux-gnu/gtk-3.0/modules/libcanberra-gtk3-module.so
7fe8c21a4000-7fe8c23a3000 ---p 00005000 08:02 1832835                    /usr/lib/x86_64-linux-gnu/gtk-3.0/modules/libcanberra-gtk3-module.so
7fe8c23a3000-7fe8c23a4000 r--p 00004000 08:02 1832835                    /usr/lib/x86_64-linux-gnu/gtk-3.0/modules/libcanberra-gtk3-module.so
7fe8c23a4000-7fe8c23a5000 rw-p 00005000 08:02 1832835                    /usr/lib/x86_64-linux-gnu/gtk-3.0/modules/libcanberra-gtk3-module.so
7fe8c23a5000-7fe8c23a6000 ---p 00000000 00:00 0 
7fe8c23a6000-7fe8c2ba6000 rw-p 00000000 00:00 0                          [stack:6118]
7fe8c2ba6000-7fe8c2ba7000 ---p 00000000 00:00 0 
7fe8c2ba7000-7fe8c33a7000 rw-p 00000000 00:00 0                          [stack:6117]
7fe8c33a7000-7fe8c33a8000 ---p 00000000 00:00 0 
7fe8c33a8000-7fe8c3ba8000 rw-p 00000000 00:00 0                          [stack:6116]
7fe8c3ba8000-7fe8c3bc1000 r-xp 00000000 08:02 1832596                    /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
7fe8c3bc1000-7fe8c3dc1000 ---p 00019000 08:02 1832596                    /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
7fe8c3dc1000-7fe8c3dc4000 r--p 00019000 08:02 1832596                    /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
7fe8c3dc4000-7fe8c3dc5000 rw-p 0001c000 08:02 1832596                    /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
7fe8c3dc5000-7fe8c3dfa000 r-xp 00000000 08:02 1833152                    /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
7fe8c3dfa000-7fe8c3ffa000 ---p 00035000 08:02 1833152                    /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
7fe8c3ffa000-7fe8c3fff000 r--p 00035000 08:02 1833152                    /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
7fe8c3fff000-7fe8c4000000 rw-p 0003a000 08:02 1833152                    /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
7fe8c4000000-7fe8c4021000 rw-p 00000000 00:00 0 
7fe8c4021000-7fe8c8000000 ---p 00000000 00:00 0 
7fe8c8000000-7fe8c8021000 rw-p 00000000 00:00 0 
7fe8c8021000-7fe8cc000000 ---p 00000000 00:00 0 
7fe8cc000000-7fe8cdb2f000 rw-p 00000000 00:00 0 
7fe8cdb2f000-7fe8d0000000 ---p 00000000 00:00 0 
7fe8d0000000-7fe8d0fff000 rw-p 00000000 00:00 0 
7fe8d0fff000-7fe8d4000000 ---p 00000000 00:00 0 
7fe8d4000000-7fe8d56a5000 rw-p 00000000 00:00 0 
7fe8d56a5000-7fe8d8000000 ---p 00000000 00:00 0 
7fe8d8000000-7fe8d99f3000 rw-p 00000000 00:00 0 
7fe8d99f3000-7fe8dc000000 ---p 00000000 00:00 0 
7fe8dc000000-7fe8dc021000 rw-p 00000000 00:00 0 
7fe8dc021000-7fe8e0000000 ---p 00000000 00:00 0 
7fe8e0000000-7fe8e0021000 rw-p 00000000 00:00 0 
7fe8e0021000-7fe8e4000000 ---p 00000000 00:00 0 
7fe8e4000000-7fe8e41bc000 rw-p 00000000 00:00 0 
7fe8e41bc000-7fe8e8000000 ---p 00000000 00:00 0 
7fe8e8000000-7fe8e8021000 rw-p 00000000 00:00 0 
7fe8e8021000-7fe8ec000000 ---p 00000000 00:00 0 
7fe8ec000000-7fe8ec021000 rw-p 00000000 00:00 0 
7fe8ec021000-7fe8f0000000 ---p 00000000 00:00 0 
7fe8f0000000-7fe8f0021000 rw-p 00000000 00:00 0 
7fe8f0021000-7fe8f4000000 ---p 00000000 00:00 0 
7fe8f4000000-7fe8f4021000 rw-p 00000000 00:00 0 
7fe8f4021000-7fe8f8000000 ---p 00000000 00:00 0 
7fe8f8000000-7fe8f8021000 rw-p 00000000 00:00 0 
7fe8f8021000-7fe8fc000000 ---p 00000000 00:00 0 
7fe8fc000000-7fe8fc021000 rw-p 00000000 00:00 0 
7fe8fc021000-7fe900000000 ---p 00000000 00:00 0 
7fe900000000-7fe900001000 r--s 00002000 08:05 393975                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.e4.ui.workbench3_0.13.0.v20150422-0725.jar
7fe900001000-7fe900004000 r--s 00039000 08:05 393674                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.osgi.compatibility.state_1.0.1.v20140709-1414.jar
7fe900004000-7fe90000a000 r--s 00000000 08:02 1843515                    /var/cache/fontconfig/2cd17615ca594fa2959ae173292e504c-le64.cache-4
7fe90000a000-7fe90000b000 r--s 00000000 08:02 1843512                    /var/cache/fontconfig/0d8c3b2ac0904cb8a57a757ad11a4a08-le64.cache-4
7fe90000b000-7fe90008b000 rw-s 00000000 00:05 6750229                    /SYSV00000000 (deleted)
7fe90008b000-7fe9000bb000 r-xp 00000000 08:02 1832597                    /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
7fe9000bb000-7fe9002bb000 ---p 00030000 08:02 1832597                    /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
7fe9002bb000-7fe9002bc000 r--p 00030000 08:02 1832597                    /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
7fe9002bc000-7fe9002bd000 rw-p 00031000 08:02 1832597                    /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
7fe9002bd000-7fe9002be000 rw-p 00000000 00:00 0 
7fe9002be000-7fe9002c9000 r-xp 00000000 08:02 1832592                    /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
7fe9002c9000-7fe9004c9000 ---p 0000b000 08:02 1832592                    /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
7fe9004c9000-7fe9004ca000 r--p 0000b000 08:02 1832592                    /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
7fe9004ca000-7fe9004cb000 rw-p 0000c000 08:02 1832592                    /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
7fe9004cb000-7fe9004db000 r-xp 00000000 08:02 1450890                    /usr/lib/x86_64-linux-gnu/libunity-gtk3-parser.so.0.0.0
7fe9004db000-7fe9006da000 ---p 00010000 08:02 1450890                    /usr/lib/x86_64-linux-gnu/libunity-gtk3-parser.so.0.0.0
7fe9006da000-7fe9006db000 r--p 0000f000 08:02 1450890                    /usr/lib/x86_64-linux-gnu/libunity-gtk3-parser.so.0.0.0
7fe9006db000-7fe9006dc000 rw-p 00010000 08:02 1450890                    /usr/lib/x86_64-linux-gnu/libunity-gtk3-parser.so.0.0.0
7fe9006dc000-7fe9006e1000 r-xp 00000000 08:02 1832836                    /usr/lib/x86_64-linux-gnu/gtk-3.0/modules/libunity-gtk-module.so
7fe9006e1000-7fe9008e1000 ---p 00005000 08:02 1832836                    /usr/lib/x86_64-linux-gnu/gtk-3.0/modules/libunity-gtk-module.so
7fe9008e1000-7fe9008e3000 r--p 00005000 08:02 1832836                    /usr/lib/x86_64-linux-gnu/gtk-3.0/modules/libunity-gtk-module.so
7fe9008e3000-7fe9008e4000 rw-p 00007000 08:02 1832836                    /usr/lib/x86_64-linux-gnu/gtk-3.0/modules/libunity-gtk-module.so
7fe9008e4000-7fe9008f6000 r-xp 00000000 08:02 397252                     /lib/x86_64-linux-gnu/libgpg-error.so.0.15.0
7fe9008f6000-7fe900af5000 ---p 00012000 08:02 397252                     /lib/x86_64-linux-gnu/libgpg-error.so.0.15.0
7fe900af5000-7fe900af6000 r--p 00011000 08:02 397252                     /lib/x86_64-linux-gnu/libgpg-error.so.0.15.0
7fe900af6000-7fe900af7000 rw-p 00012000 08:02 397252                     /lib/x86_64-linux-gnu/libgpg-error.so.0.15.0
7fe900af7000-7fe900bcf000 r-xp 00000000 08:02 397248                     /lib/x86_64-linux-gnu/libgcrypt.so.20.0.3
7fe900bcf000-7fe900dcf000 ---p 000d8000 08:02 397248                     /lib/x86_64-linux-gnu/libgcrypt.so.20.0.3
7fe900dcf000-7fe900dd0000 r--p 000d8000 08:02 397248                     /lib/x86_64-linux-gnu/libgcrypt.so.20.0.3
7fe900dd0000-7fe900dd9000 rw-p 000d9000 08:02 397248                     /lib/x86_64-linux-gnu/libgcrypt.so.20.0.3
7fe900dd9000-7fe900dfa000 r-xp 00000000 08:02 397272                     /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7fe900dfa000-7fe900ff9000 ---p 00021000 08:02 397272                     /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7fe900ff9000-7fe900ffa000 r--p 00020000 08:02 397272                     /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7fe900ffa000-7fe900ffb000 rw-p 00021000 08:02 397272                     /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7fe900ffb000-7fe901045000 r-xp 00000000 08:02 397229                     /lib/x86_64-linux-gnu/libdbus-1.so.3.14.3
7fe901045000-7fe901245000 ---p 0004a000 08:02 397229                     /lib/x86_64-linux-gnu/libdbus-1.so.3.14.3
7fe901245000-7fe901246000 r--p 0004a000 08:02 397229                     /lib/x86_64-linux-gnu/libdbus-1.so.3.14.3
7fe901246000-7fe901247000 rw-p 0004b000 08:02 397229                     /lib/x86_64-linux-gnu/libdbus-1.so.3.14.3
7fe901247000-7fe901273000 r-xp 00000000 08:02 1449944                    /usr/lib/x86_64-linux-gnu/libatspi.so.0.0.1
7fe901273000-7fe901473000 ---p 0002c000 08:02 1449944                    /usr/lib/x86_64-linux-gnu/libatspi.so.0.0.1
7fe901473000-7fe901477000 r--p 0002c000 08:02 1449944                    /usr/lib/x86_64-linux-gnu/libatspi.so.0.0.1
7fe901477000-7fe901478000 rw-p 00030000 08:02 1449944                    /usr/lib/x86_64-linux-gnu/libatspi.so.0.0.1
7fe901478000-7fe9014a4000 r-xp 00000000 08:02 1449938                    /usr/lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0.0.0
7fe9014a4000-7fe9016a4000 ---p 0002c000 08:02 1449938                    /usr/lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0.0.0
7fe9016a4000-7fe9016a5000 r--p 0002c000 08:02 1449938                    /usr/lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0.0.0
7fe9016a5000-7fe9016a7000 rw-p 0002d000 08:02 1449938                    /usr/lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0.0.0
7fe9016a7000-7fe9016c9000 r-xp 00000000 08:02 1449936                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.21609.1
7fe9016c9000-7fe9018c8000 ---p 00022000 08:02 1449936                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.21609.1
7fe9018c8000-7fe9018cb000 r--p 00021000 08:02 1449936                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.21609.1
7fe9018cb000-7fe9018cc000 rw-p 00024000 08:02 1449936                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.21609.1
7fe9018cc000-7fe901faa000 r-xp 00000000 08:02 1450373                    /usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1600.7
7fe901faa000-7fe9021aa000 ---p 006de000 08:02 1450373                    /usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1600.7
7fe9021aa000-7fe9021b3000 r--p 006de000 08:02 1450373                    /usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1600.7
7fe9021b3000-7fe9021b9000 rw-p 006e7000 08:02 1450373                    /usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1600.7
7fe9021b9000-7fe9021bc000 rw-p 00000000 00:00 0 
7fe9021bc000-7fe9021d6000 r-xp 00000000 08:02 1450320                    /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7fe9021d6000-7fe9023d5000 ---p 0001a000 08:02 1450320                    /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7fe9023d5000-7fe9023d7000 r--p 00019000 08:02 1450320                    /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7fe9023d7000-7fe9023d8000 rw-p 0001b000 08:02 1450320                    /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7fe9023d8000-7fe9023de000 r-xp 00000000 08:02 1450074                    /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.2
7fe9023de000-7fe9025dd000 ---p 00006000 08:02 1450074                    /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.2
7fe9025dd000-7fe9025de000 r--p 00005000 08:02 1450074                    /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.2
7fe9025de000-7fe9025df000 rw-p 00006000 08:02 1450074                    /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.2
7fe9025df000-7fe9025e4000 r-xp 00000000 08:02 1449857                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7fe9025e4000-7fe9027e3000 ---p 00005000 08:02 1449857                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7fe9027e3000-7fe9027e4000 r--p 00004000 08:02 1449857                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7fe9027e4000-7fe9027e5000 rw-p 00005000 08:02 1449857                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7fe9027e5000-7fe9027e7000 r-xp 00000000 08:02 1449846                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7fe9027e7000-7fe9029e7000 ---p 00002000 08:02 1449846                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7fe9029e7000-7fe9029e8000 r--p 00002000 08:02 1449846                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7fe9029e8000-7fe9029e9000 rw-p 00003000 08:02 1449846                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7fe9029e9000-7fe902a00000 r-xp 00000000 08:02 1449978                    /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.58.0
7fe902a00000-7fe902bff000 ---p 00017000 08:02 1449978                    /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.58.0
7fe902bff000-7fe902c00000 r--p 00016000 08:02 1449978                    /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.58.0
7fe902c00000-7fe902c01000 rw-p 00017000 08:02 1449978                    /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.58.0
7fe902c01000-7fe902c5d000 r-xp 00000000 08:02 1450400                    /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10000.1
7fe902c5d000-7fe902e5d000 ---p 0005c000 08:02 1450400                    /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10000.1
7fe902e5d000-7fe902e5e000 r--p 0005c000 08:02 1450400                    /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10000.1
7fe902e5e000-7fe902e5f000 rw-p 0005d000 08:02 1450400                    /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10000.1
7fe902e5f000-7fe902e85000 r-xp 00000000 08:02 397239                     /lib/x86_64-linux-gnu/libexpat.so.1.6.0
7fe902e85000-7fe903085000 ---p 00026000 08:02 397239                     /lib/x86_64-linux-gnu/libexpat.so.1.6.0
7fe903085000-7fe903087000 r--p 00026000 08:02 397239                     /lib/x86_64-linux-gnu/libexpat.so.1.6.0
7fe903087000-7fe903088000 rw-p 00028000 08:02 397239                     /lib/x86_64-linux-gnu/libexpat.so.1.6.0
7fe903088000-7fe9030f4000 r-xp 00000000 08:02 397332                     /lib/x86_64-linux-gnu/libpcre.so.3.13.1
7fe9030f4000-7fe9032f3000 ---p 0006c000 08:02 397332                     /lib/x86_64-linux-gnu/libpcre.so.3.13.1
7fe9032f3000-7fe9032f4000 r--p 0006b000 08:02 397332                     /lib/x86_64-linux-gnu/libpcre.so.3.13.1
7fe9032f4000-7fe9032f5000 rw-p 0006c000 08:02 397332                     /lib/x86_64-linux-gnu/libpcre.so.3.13.1
7fe9032f5000-7fe9032fd000 r-xp 00000000 08:02 1450844                    /usr/lib/x86_64-linux-gnu/libthai.so.0.2.2
7fe9032fd000-7fe9034fc000 ---p 00008000 08:02 1450844                    /usr/lib/x86_64-linux-gnu/libthai.so.0.2.2
7fe9034fc000-7fe9034fd000 r--p 00007000 08:02 1450844                    /usr/lib/x86_64-linux-gnu/libthai.so.0.2.2
7fe9034fd000-7fe9034fe000 rw-p 00008000 08:02 1450844                    /usr/lib/x86_64-linux-gnu/libthai.so.0.2.2
7fe9034fe000-7fe903506000 r-xp 00000000 08:02 1451026                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7fe903506000-7fe903706000 ---p 00008000 08:02 1451026                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7fe903706000-7fe903707000 r--p 00008000 08:02 1451026                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7fe903707000-7fe903708000 rw-p 00009000 08:02 1451026                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7fe903708000-7fe90370a000 r-xp 00000000 08:02 1451030                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7fe90370a000-7fe90390a000 ---p 00002000 08:02 1451030                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7fe90390a000-7fe90390b000 r--p 00002000 08:02 1451030                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7fe90390b000-7fe90390c000 rw-p 00003000 08:02 1451030                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7fe90390c000-7fe903931000 r-xp 00000000 08:02 418383                     /lib/x86_64-linux-gnu/libpng12.so.0.51.0
7fe903931000-7fe903b30000 ---p 00025000 08:02 418383                     /lib/x86_64-linux-gnu/libpng12.so.0.51.0
7fe903b30000-7fe903b31000 r--p 00024000 08:02 418383                     /lib/x86_64-linux-gnu/libpng12.so.0.51.0
7fe903b31000-7fe903b32000 rw-p 00025000 08:02 418383                     /lib/x86_64-linux-gnu/libpng12.so.0.51.0
7fe903b32000-7fe903bd7000 r-xp 00000000 08:02 1450646                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.32.6
7fe903bd7000-7fe903dd6000 ---p 000a5000 08:02 1450646                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.32.6
7fe903dd6000-7fe903dde000 r--p 000a4000 08:02 1450646                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.32.6
7fe903dde000-7fe903ddf000 rw-p 000ac000 08:02 1450646                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.32.6
7fe903ddf000-7fe903dff000 r-xp 00000000 08:02 1451040                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7fe903dff000-7fe903ffe000 ---p 00020000 08:02 1451040                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7fe903ffe000-7fe903fff000 r--p 0001f000 08:02 1451040                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7fe903fff000-7fe904000000 rw-p 00020000 08:02 1451040                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7fe904000000-7fe904021000 rw-p 00000000 00:00 0 
7fe904021000-7fe908000000 ---p 00000000 00:00 0 
7fe908000000-7fe908007000 r--s 00000000 08:02 1843534                    /var/cache/fontconfig/a755afe4a08bf5b97852ceb7400b47bc-le64.cache-4
7fe908007000-7fe90800b000 r--s 00000000 08:02 1850718                    /var/cache/fontconfig/6d41288fd70b0be22e8c3a91e032eec0-le64.cache-4
7fe90800b000-7fe908015000 r--s 00000000 08:02 1850802                    /var/cache/fontconfig/a6354e3ac43af67bd8d7b8e43c34e49f-le64.cache-4
7fe908015000-7fe908016000 r--s 00000000 08:02 1843514                    /var/cache/fontconfig/1ac9eb803944fde146138c791f5cc56a-le64.cache-4
7fe908016000-7fe90801a000 r--s 00000000 08:02 1843518                    /var/cache/fontconfig/385c0604a188198f04d133e54aba7fe7-le64.cache-4
7fe90801a000-7fe90801b000 r--s 00000000 08:02 1843544                    /var/cache/fontconfig/dc05db6664285cc2f12bf69c139ae4c3-le64.cache-4
7fe90801b000-7fe90801d000 r--s 00000000 08:02 1843527                    /var/cache/fontconfig/767a8244fc0220cfb567a839d0392e0b-le64.cache-4
7fe90801d000-7fe90801e000 r--s 00000000 08:02 1843520                    /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-4
7fe90801e000-7fe908023000 r--s 00000000 08:02 1843529                    /var/cache/fontconfig/8801497958630a81b71ace7c5f9b32a8-le64.cache-4
7fe908023000-7fe908027000 r--s 00000000 08:02 1851351                    /var/cache/fontconfig/c57959a16110560c8d0fcea73374aeeb-le64.cache-4
7fe908027000-7fe90802e000 r--s 00000000 08:02 1843516                    /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-4
7fe90802e000-7fe908034000 r--s 00000000 08:02 1843535                    /var/cache/fontconfig/b47c4e1ecd0709278f4910c18777a504-le64.cache-4
7fe908034000-7fe908047000 r--s 00000000 08:02 1843541                    /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-4
7fe908047000-7fe908051000 r--s 00000000 08:02 1843519                    /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-4
7fe908051000-7fe90805e000 r--s 00000000 08:02 1831538                    /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-4
7fe90805e000-7fe908074000 r-xp 00000000 08:02 397246                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7fe908074000-7fe908273000 ---p 00016000 08:02 397246                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7fe908273000-7fe908274000 r--p 00015000 08:02 397246                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7fe908274000-7fe908275000 rw-p 00016000 08:02 397246                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7fe908275000-7fe9083e8000 r-xp 00000000 08:02 1450822                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7fe9083e8000-7fe9085e7000 ---p 00173000 08:02 1450822                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7fe9085e7000-7fe9085f1000 r--p 00172000 08:02 1450822                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7fe9085f1000-7fe9085f3000 rw-p 0017c000 08:02 1450822                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7fe9085f3000-7fe9085f7000 rw-p 00000000 00:00 0 
7fe9085f7000-7fe908627000 r-xp 00000000 08:02 1450667                    /usr/lib/x86_64-linux-gnu/libprotobuf-lite.so.9.0.1
7fe908627000-7fe908826000 ---p 00030000 08:02 1450667                    /usr/lib/x86_64-linux-gnu/libprotobuf-lite.so.9.0.1
7fe908826000-7fe908827000 r--p 0002f000 08:02 1450667                    /usr/lib/x86_64-linux-gnu/libprotobuf-lite.so.9.0.1
7fe908827000-7fe908828000 rw-p 00030000 08:02 1450667                    /usr/lib/x86_64-linux-gnu/libprotobuf-lite.so.9.0.1
7fe908828000-7fe90882b000 r-xp 00000000 08:02 1449980                    /usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0
7fe90882b000-7fe908a2a000 ---p 00003000 08:02 1449980                    /usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0
7fe908a2a000-7fe908a2b000 r--p 00002000 08:02 1449980                    /usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0
7fe908a2b000-7fe908a2c000 rw-p 00003000 08:02 1449980                    /usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0
7fe908a2c000-7fe908a84000 r-xp 00000000 08:02 1450515                    /usr/lib/x86_64-linux-gnu/libmirprotobuf.so.3
7fe908a84000-7fe908c84000 ---p 00058000 08:02 1450515                    /usr/lib/x86_64-linux-gnu/libmirprotobuf.so.3
7fe908c84000-7fe908c86000 r--p 00058000 08:02 1450515                    /usr/lib/x86_64-linux-gnu/libmirprotobuf.so.3
7fe908c86000-7fe908c87000 rw-p 0005a000 08:02 1450515                    /usr/lib/x86_64-linux-gnu/libmirprotobuf.so.3
7fe908c87000-7fe908cc2000 r-xp 00000000 08:02 1450514                    /usr/lib/x86_64-linux-gnu/libmircommon.so.5
7fe908cc2000-7fe908ec2000 ---p 0003b000 08:02 1450514                    /usr/lib/x86_64-linux-gnu/libmircommon.so.5
7fe908ec2000-7fe908ec4000 r--p 0003b000 08:02 1450514                    /usr/lib/x86_64-linux-gnu/libmircommon.so.5
7fe908ec4000-7fe908ec5000 rw-p 0003d000 08:02 1450514                    /usr/lib/x86_64-linux-gnu/libmircommon.so.5
7fe908ec5000-7fe908ecc000 r-xp 00000000 08:02 1450165                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7fe908ecc000-7fe9090cb000 ---p 00007000 08:02 1450165                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7fe9090cb000-7fe9090cc000 r--p 00006000 08:02 1450165                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7fe9090cc000-7fe9090cd000 rw-p 00007000 08:02 1450165                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7fe9090cd000-7fe9090d6000 r-xp 00000000 08:02 1449879                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7fe9090d6000-7fe9092d5000 ---p 00009000 08:02 1449879                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7fe9092d5000-7fe9092d6000 r--p 00008000 08:02 1449879                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7fe9092d6000-7fe9092d7000 rw-p 00009000 08:02 1449879                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7fe9092d7000-7fe9092ee000 r-xp 00000000 08:02 397355                     /lib/x86_64-linux-gnu/libresolv-2.21.so
7fe9092ee000-7fe9094ee000 ---p 00017000 08:02 397355                     /lib/x86_64-linux-gnu/libresolv-2.21.so
7fe9094ee000-7fe9094f0000 r--p 00017000 08:02 397355                     /lib/x86_64-linux-gnu/libresolv-2.21.so
7fe9094f0000-7fe9094f1000 rw-p 00019000 08:02 397355                     /lib/x86_64-linux-gnu/libresolv-2.21.so
7fe9094f1000-7fe9094f3000 rw-p 00000000 00:00 0 
7fe9094f3000-7fe909514000 r-xp 00000000 08:02 397361                     /lib/x86_64-linux-gnu/libselinux.so.1
7fe909514000-7fe909713000 ---p 00021000 08:02 397361                     /lib/x86_64-linux-gnu/libselinux.so.1
7fe909713000-7fe909714000 r--p 00020000 08:02 397361                     /lib/x86_64-linux-gnu/libselinux.so.1
7fe909714000-7fe909715000 rw-p 00021000 08:02 397361                     /lib/x86_64-linux-gnu/libselinux.so.1
7fe909715000-7fe909717000 rw-p 00000000 00:00 0 
7fe909717000-7fe909730000 r-xp 00000000 08:02 397392                     /lib/x86_64-linux-gnu/libz.so.1.2.8
7fe909730000-7fe90992f000 ---p 00019000 08:02 397392                     /lib/x86_64-linux-gnu/libz.so.1.2.8
7fe90992f000-7fe909930000 r--p 00018000 08:02 397392                     /lib/x86_64-linux-gnu/libz.so.1.2.8
7fe909930000-7fe909931000 rw-p 00019000 08:02 397392                     /lib/x86_64-linux-gnu/libz.so.1.2.8
7fe909931000-7fe909934000 r-xp 00000000 08:02 1450284                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.4600.1
7fe909934000-7fe909b33000 ---p 00003000 08:02 1450284                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.4600.1
7fe909b33000-7fe909b34000 r--p 00002000 08:02 1450284                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.4600.1
7fe909b34000-7fe909b35000 rw-p 00003000 08:02 1450284                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.4600.1
7fe909b35000-7fe909bd5000 r-xp 00000000 08:02 1450211                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.11.1
7fe909bd5000-7fe909dd4000 ---p 000a0000 08:02 1450211                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.11.1
7fe909dd4000-7fe909dda000 r--p 0009f000 08:02 1450211                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.11.1
7fe909dda000-7fe909ddb000 rw-p 000a5000 08:02 1450211                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.11.1
7fe909ddb000-7fe909def000 r-xp 00000000 08:02 1450623                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3600.8
7fe909def000-7fe909fef000 ---p 00014000 08:02 1450623                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3600.8
7fe909fef000-7fe909ff0000 r--p 00014000 08:02 1450623                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3600.8
7fe909ff0000-7fe909ff1000 rw-p 00015000 08:02 1450623                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3600.8
7fe909ff1000-7fe90a02d000 r-xp 00000000 08:02 1450179                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7fe90a02d000-7fe90a22c000 ---p 0003c000 08:02 1450179                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7fe90a22c000-7fe90a22e000 r--p 0003b000 08:02 1450179                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7fe90a22e000-7fe90a22f000 rw-p 0003d000 08:02 1450179                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7fe90a22f000-7fe90a33c000 r-xp 00000000 08:02 397250                     /lib/x86_64-linux-gnu/libglib-2.0.so.0.4600.1
7fe90a33c000-7fe90a53b000 ---p 0010d000 08:02 397250                     /lib/x86_64-linux-gnu/libglib-2.0.so.0.4600.1
7fe90a53b000-7fe90a53c000 r--p 0010c000 08:02 397250                     /lib/x86_64-linux-gnu/libglib-2.0.so.0.4600.1
7fe90a53c000-7fe90a53d000 rw-p 0010d000 08:02 397250                     /lib/x86_64-linux-gnu/libglib-2.0.so.0.4600.1
7fe90a53d000-7fe90a53e000 rw-p 00000000 00:00 0 
7fe90a53e000-7fe90a590000 r-xp 00000000 08:02 1450300                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4600.1
7fe90a590000-7fe90a78f000 ---p 00052000 08:02 1450300                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4600.1
7fe90a78f000-7fe90a790000 r--p 00051000 08:02 1450300                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4600.1
7fe90a790000-7fe90a791000 rw-p 00052000 08:02 1450300                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4600.1
7fe90a791000-7fe90a7dc000 r-xp 00000000 08:02 1450619                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3600.8
7fe90a7dc000-7fe90a9dc000 ---p 0004b000 08:02 1450619                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3600.8
7fe90a9dc000-7fe90a9de000 r--p 0004b000 08:02 1450619                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3600.8
7fe90a9de000-7fe90a9df000 rw-p 0004d000 08:02 1450619                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3600.8
7fe90a9df000-7fe90aab8000 r-xp 00000000 08:02 1450135                    /usr/lib/x86_64-linux-gnu/libepoxy.so.0.0.0
7fe90aab8000-7fe90acb7000 ---p 000d9000 08:02 1450135                    /usr/lib/x86_64-linux-gnu/libepoxy.so.0.0.0
7fe90acb7000-7fe90acbe000 r--p 000d8000 08:02 1450135                    /usr/lib/x86_64-linux-gnu/libepoxy.so.0.0.0
7fe90acbe000-7fe90acc5000 rw-p 000df000 08:02 1450135                    /usr/lib/x86_64-linux-gnu/libepoxy.so.0.0.0
7fe90acc5000-7fe90add3000 r-xp 00000000 08:02 1449991                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.2
7fe90add3000-7fe90afd2000 ---p 0010e000 08:02 1449991                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.2
7fe90afd2000-7fe90afd5000 r--p 0010d000 08:02 1449991                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.2
7fe90afd5000-7fe90afd6000 rw-p 00110000 08:02 1449991                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.2
7fe90afd6000-7fe90afd8000 rw-p 00000000 00:00 0 
7fe90afd8000-7fe90afe9000 r-xp 00000000 08:02 1449859                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7fe90afe9000-7fe90b1e8000 ---p 00011000 08:02 1449859                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7fe90b1e8000-7fe90b1e9000 r--p 00010000 08:02 1449859                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7fe90b1e9000-7fe90b1ea000 rw-p 00011000 08:02 1449859                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7fe90b1ea000-7fe90b31f000 r-xp 00000000 08:02 1449842                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7fe90b31f000-7fe90b51f000 ---p 00135000 08:02 1449842                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7fe90b51f000-7fe90b520000 r--p 00135000 08:02 1449842                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7fe90b520000-7fe90b524000 rw-p 00136000 08:02 1449842                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7fe90b524000-7fe90b5a3000 r-xp 00000000 08:02 1450513                    /usr/lib/x86_64-linux-gnu/libmirclient.so.9
7fe90b5a3000-7fe90b7a3000 ---p 0007f000 08:02 1450513                    /usr/lib/x86_64-linux-gnu/libmirclient.so.9
7fe90b7a3000-7fe90b7a7000 r--p 0007f000 08:02 1450513                    /usr/lib/x86_64-linux-gnu/libmirclient.so.9
7fe90b7a7000-7fe90b7a8000 rw-p 00083000 08:02 1450513                    /usr/lib/x86_64-linux-gnu/libmirclient.so.9
7fe90b7a8000-7fe90b7a9000 rw-p 00000000 00:00 0 
7fe90b7a9000-7fe90b7b5000 r-xp 00000000 08:02 1450938                    /usr/lib/x86_64-linux-gnu/libwayland-client.so.0.3.0
7fe90b7b5000-7fe90b9b4000 ---p 0000c000 08:02 1450938                    /usr/lib/x86_64-linux-gnu/libwayland-client.so.0.3.0
7fe90b9b4000-7fe90b9b6000 r--p 0000b000 08:02 1450938                    /usr/lib/x86_64-linux-gnu/libwayland-client.so.0.3.0
7fe90b9b6000-7fe90b9b7000 rw-p 0000d000 08:02 1450938                    /usr/lib/x86_64-linux-gnu/libwayland-client.so.0.3.0
7fe90b9b7000-7fe90b9b8000 r-xp 00000000 08:02 1450942                    /usr/lib/x86_64-linux-gnu/libwayland-egl.so.1.0.0
7fe90b9b8000-7fe90bbb7000 ---p 00001000 08:02 1450942                    /usr/lib/x86_64-linux-gnu/libwayland-egl.so.1.0.0
7fe90bbb7000-7fe90bbb8000 r--p 00000000 08:02 1450942                    /usr/lib/x86_64-linux-gnu/libwayland-egl.so.1.0.0
7fe90bbb8000-7fe90bbb9000 rw-p 00001000 08:02 1450942                    /usr/lib/x86_64-linux-gnu/libwayland-egl.so.1.0.0
7fe90bbb9000-7fe90bbbd000 r-xp 00000000 08:02 1450940                    /usr/lib/x86_64-linux-gnu/libwayland-cursor.so.0.0.0
7fe90bbbd000-7fe90bdbc000 ---p 00004000 08:02 1450940                    /usr/lib/x86_64-linux-gnu/libwayland-cursor.so.0.0.0
7fe90bdbc000-7fe90bdbd000 r--p 00003000 08:02 1450940                    /usr/lib/x86_64-linux-gnu/libwayland-cursor.so.0.0.0
7fe90bdbd000-7fe90bdc1000 rw-p 00004000 08:02 1450940                    /usr/lib/x86_64-linux-gnu/libwayland-cursor.so.0.0.0
7fe90bdc1000-7fe90bdfe000 r-xp 00000000 08:02 1451044                    /usr/lib/x86_64-linux-gnu/libxkbcommon.so.0.0.0
7fe90bdfe000-7fe90bffd000 ---p 0003d000 08:02 1451044                    /usr/lib/x86_64-linux-gnu/libxkbcommon.so.0.0.0
7fe90bffd000-7fe90bfff000 r--p 0003c000 08:02 1451044                    /usr/lib/x86_64-linux-gnu/libxkbcommon.so.0.0.0
7fe90bfff000-7fe90c000000 rw-p 0003e000 08:02 1451044                    /usr/lib/x86_64-linux-gnu/libxkbcommon.so.0.0.0
7fe90c000000-7fe90c021000 rw-p 00000000 00:00 0 
7fe90c021000-7fe910000000 ---p 00000000 00:00 0 
7fe910000000-7fe910001000 r--s 00000000 08:02 1843537                    /var/cache/fontconfig/bab58bb527bb656aaa9f116d68a48d89-le64.cache-4
7fe910001000-7fe910002000 r--s 00000000 08:02 1843523                    /var/cache/fontconfig/56cf4f4769d0f4abc89a4895d7bd3ae1-le64.cache-4
7fe910002000-7fe910003000 r--s 00000000 08:02 1843536                    /var/cache/fontconfig/b9d506c9ac06c20b433354fa67a72993-le64.cache-4
7fe910003000-7fe910007000 r--s 00029000 08:05 394039                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.e4.ui.workbench.swt_0.13.0.v20150504-0621.jar
7fe910007000-7fe910008000 r--s 00002000 08:05 394087                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.e4.ui.swt.gtk_1.0.1.v20150708-1529.jar
7fe910008000-7fe91000b000 r--s 00024000 08:05 393705                     /home/jiacheng/opt/eclipse-mars/plugins/org.apache.batik.util_1.7.0.v201011041433.jar
7fe91000b000-7fe910012000 r--s 00050000 08:05 393952                     /home/jiacheng/opt/eclipse-mars/plugins/org.apache.batik.css_1.7.0.v201011041433.jar
7fe910012000-7fe910015000 r--s 0001d000 08:05 394318                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar
7fe910015000-7fe91001b000 r--s 00048000 08:05 393976                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.ui.forms_3.6.200.v20150506-2029.jar
7fe91001b000-7fe91001d000 r--s 00008000 08:05 393694                     /home/jiacheng/opt/eclipse-mars/plugins/org.w3c.css.sac_1.3.1.v200903091627.jar
7fe91001d000-7fe91001f000 r--s 00005000 08:05 394242                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.e4.ui.css.swt.theme_0.10.0.v20150422-0725.jar
7fe91001f000-7fe910026000 r--s 00000000 08:02 1832503                    /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7fe910026000-7fe91002d000 r--p 00000000 08:02 2099363                    /usr/share/icons/hicolor/icon-theme.cache
7fe91002d000-7fe910032000 r--p 00000000 08:02 2097827                    /usr/share/icons/Humanity-Dark/icon-theme.cache
7fe910032000-7fe910040000 r--p 00000000 08:02 2107629                    /usr/share/icons/ubuntu-mono-dark/icon-theme.cache
7fe910040000-7fe910067000 r--s 00218000 08:05 394294                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.ui.ide_3.11.0.v20150825-2158.jar
7fe910067000-7fe9100ad000 r--p 00000000 08:02 1839049                    /usr/share/glib-2.0/schemas/gschemas.compiled
7fe9100ad000-7fe91012a000 r-xp 00000000 08:02 397371                     /lib/x86_64-linux-gnu/libsystemd.so.0.10.2
7fe91012a000-7fe91012d000 r--p 0007c000 08:02 397371                     /lib/x86_64-linux-gnu/libsystemd.so.0.10.2
7fe91012d000-7fe91012e000 rw-p 0007f000 08:02 397371                     /lib/x86_64-linux-gnu/libsystemd.so.0.10.2
7fe91012e000-7fe910133000 r-xp 00000000 08:02 1449861                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7fe910133000-7fe910332000 ---p 00005000 08:02 1449861                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7fe910332000-7fe910333000 r--p 00004000 08:02 1449861                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7fe910333000-7fe910334000 rw-p 00005000 08:02 1449861                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7fe910334000-7fe910336000 r-xp 00000000 08:02 1449855                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7fe910336000-7fe910535000 ---p 00002000 08:02 1449855                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7fe910535000-7fe910536000 r--p 00001000 08:02 1449855                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7fe910536000-7fe910537000 rw-p 00002000 08:02 1449855                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7fe910537000-7fe910539000 r-xp 00000000 08:02 1449851                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7fe910539000-7fe910738000 ---p 00002000 08:02 1449851                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7fe910738000-7fe910739000 r--p 00001000 08:02 1449851                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7fe910739000-7fe91073a000 rw-p 00002000 08:02 1449851                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7fe91073a000-7fe910743000 r-xp 00000000 08:02 1449853                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7fe910743000-7fe910942000 ---p 00009000 08:02 1449853                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7fe910942000-7fe910943000 r--p 00008000 08:02 1449853                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7fe910943000-7fe910944000 rw-p 00009000 08:02 1449853                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7fe910944000-7fe91094e000 r-xp 00000000 08:02 1449877                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7fe91094e000-7fe910b4d000 ---p 0000a000 08:02 1449877                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7fe910b4d000-7fe910b4e000 r--p 00009000 08:02 1449877                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7fe910b4e000-7fe910b4f000 rw-p 0000a000 08:02 1449877                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7fe910b4f000-7fe910b5e000 r-xp 00000000 08:02 1449867                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7fe910b5e000-7fe910d5d000 ---p 0000f000 08:02 1449867                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7fe910d5d000-7fe910d5e000 r--p 0000e000 08:02 1449867                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7fe910d5e000-7fe910d5f000 rw-p 0000f000 08:02 1449867                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7fe910d5f000-7fe910d61000 r-xp 00000000 08:02 1449869                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7fe910d61000-7fe910f60000 ---p 00002000 08:02 1449869                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7fe910f60000-7fe910f61000 r--p 00001000 08:02 1449869                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7fe910f61000-7fe910f62000 rw-p 00002000 08:02 1449869                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7fe910f62000-7fe9110dc000 r-xp 00000000 08:02 1450270                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.4600.1
7fe9110dc000-7fe9112db000 ---p 0017a000 08:02 1450270                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.4600.1
7fe9112db000-7fe9112df000 r--p 00179000 08:02 1450270                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.4600.1
7fe9112df000-7fe9112e1000 rw-p 0017d000 08:02 1450270                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.4600.1
7fe9112e1000-7fe9112e3000 rw-p 00000000 00:00 0 
7fe9112e3000-7fe9112e9000 r-xp 00000000 08:02 1449989                    /usr/lib/x86_64-linux-gnu/libcairo-gobject.so.2.11400.2
7fe9112e9000-7fe9114e9000 ---p 00006000 08:02 1449989                    /usr/lib/x86_64-linux-gnu/libcairo-gobject.so.2.11400.2
7fe9114e9000-7fe9114eb000 r--p 00006000 08:02 1449989                    /usr/lib/x86_64-linux-gnu/libcairo-gobject.so.2.11400.2
7fe9114eb000-7fe9114ec000 rw-p 00008000 08:02 1449989                    /usr/lib/x86_64-linux-gnu/libcairo-gobject.so.2.11400.2
7fe9114ec000-7fe91150d000 r-xp 00000000 08:02 1450246                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3200.1
7fe91150d000-7fe91170c000 ---p 00021000 08:02 1450246                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3200.1
7fe91170c000-7fe91170d000 r--p 00020000 08:02 1450246                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3200.1
7fe91170d000-7fe91170e000 rw-p 00021000 08:02 1450246                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3200.1
7fe91170e000-7fe91171a000 r-xp 00000000 08:02 1450621                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3600.8
7fe91171a000-7fe911919000 ---p 0000c000 08:02 1450621                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3600.8
7fe911919000-7fe91191a000 r--p 0000b000 08:02 1450621                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3600.8
7fe91191a000-7fe91191b000 rw-p 0000c000 08:02 1450621                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3600.8
7fe91191b000-7fe9119e9000 r-xp 00000000 08:02 1450242                    /usr/lib/x86_64-linux-gnu/libgdk-3.so.0.1600.7
7fe9119e9000-7fe911be8000 ---p 000ce000 08:02 1450242                    /usr/lib/x86_64-linux-gnu/libgdk-3.so.0.1600.7
7fe911be8000-7fe911bec000 r--p 000cd000 08:02 1450242                    /usr/lib/x86_64-linux-gnu/libgdk-3.so.0.1600.7
7fe911bec000-7fe911bef000 rw-p 000d1000 08:02 1450242                    /usr/lib/x86_64-linux-gnu/libgdk-3.so.0.1600.7
7fe911bef000-7fe911bff000 r-xp 00000000 08:05 1048588                    /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.300.v20150602-1417/eclipse_1612.so
7fe911bff000-7fe911cfe000 ---p 00010000 08:05 1048588                    /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.300.v20150602-1417/eclipse_1612.so
7fe911cfe000-7fe911d00000 rw-p 0000f000 08:05 1048588                    /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.300.v20150602-1417/eclipse_1612.so
7fe911d00000-7fe911d01000 ---p 00000000 00:00 0 
7fe911d01000-7fe911e01000 rw-p 00000000 00:00 0                          [stack:6115]
7fe911e01000-7fe911e04000 ---p 00000000 00:00 0 
7fe911e04000-7fe911f02000 rw-p 00000000 00:00 0                          [stack:6114]
7fe911f02000-7fe911f05000 ---p 00000000 00:00 0 
7fe911f05000-7fe912003000 rw-p 00000000 00:00 0                          [stack:6113]
7fe912003000-7fe912006000 ---p 00000000 00:00 0 
7fe912006000-7fe912104000 rw-p 00000000 00:00 0                          [stack:6112]
7fe912104000-7fe912107000 ---p 00000000 00:00 0 
7fe912107000-7fe912205000 rw-p 00000000 00:00 0                          [stack:6111]
7fe912205000-7fe912208000 ---p 00000000 00:00 0 
7fe912208000-7fe912306000 rw-p 00000000 00:00 0                          [stack:6110]
7fe912306000-7fe912309000 ---p 00000000 00:00 0 
7fe912309000-7fe912407000 rw-p 00000000 00:00 0                          [stack:6109]
7fe912407000-7fe912aeb000 r--p 00000000 08:02 1448024                    /usr/lib/locale/locale-archive
7fe912aeb000-7fe912aee000 ---p 00000000 00:00 0 
7fe912aee000-7fe912bec000 rw-p 00000000 00:00 0                          [stack:6108]
7fe912bec000-7fe912bef000 ---p 00000000 00:00 0 
7fe912bef000-7fe912ced000 rw-p 00000000 00:00 0                          [stack:6107]
7fe912ced000-7fe912cee000 ---p 00000000 00:00 0 
7fe912cee000-7fe914000000 rw-p 00000000 00:00 0                          [stack:6106]
7fe914000000-7fe914021000 rw-p 00000000 00:00 0 
7fe914021000-7fe918000000 ---p 00000000 00:00 0 
7fe918000000-7fe918001000 r--s 00000000 08:02 1843522                    /var/cache/fontconfig/551ecf3b0e8b0bca0f25c0944f561853-le64.cache-4
7fe918001000-7fe918005000 r--s 00000000 08:02 1843542                    /var/cache/fontconfig/d589a48862398ed80a3d6066f4f56f4c-le64.cache-4
7fe918005000-7fe918009000 r--s 00000000 08:02 1850719                    /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-4
7fe918009000-7fe918028000 r--s 00000000 08:02 1839039                    /usr/share/mime/mime.cache
7fe918028000-7fe91802f000 r--p 00000000 08:05 34335                      /home/jiacheng/.config/dconf/user (deleted)
7fe91802f000-7fe918987000 rw-p 00000000 00:00 0 
7fe918987000-7fe918b5f000 r--s 03d1d000 08:02 1455814                    /usr/lib/jvm/java-8-oracle/jre/lib/rt.jar
7fe918b5f000-7fe91b55f000 rw-p 00000000 00:00 0 
7fe91b55f000-7fe91b560000 ---p 00000000 00:00 0 
7fe91b560000-7fe91b660000 rw-p 00000000 00:00 0                          [stack:6105]
7fe91b660000-7fe91b661000 ---p 00000000 00:00 0 
7fe91b661000-7fe91b761000 rw-p 00000000 00:00 0                          [stack:6104]
7fe91b761000-7fe91b762000 ---p 00000000 00:00 0 
7fe91b762000-7fe91b862000 rw-p 00000000 00:00 0                          [stack:6103]
7fe91b862000-7fe91b863000 ---p 00000000 00:00 0 
7fe91b863000-7fe91b963000 rw-p 00000000 00:00 0                          [stack:6102]
7fe91b963000-7fe91b964000 ---p 00000000 00:00 0 
7fe91b964000-7fe91ba64000 rw-p 00000000 00:00 0                          [stack:6101]
7fe91ba64000-7fe91ba65000 ---p 00000000 00:00 0 
7fe91ba65000-7fe91bb65000 rw-p 00000000 00:00 0                          [stack:6100]
7fe91bb65000-7fe91bb66000 ---p 00000000 00:00 0 
7fe91bb66000-7fe91bcbd000 rw-p 00000000 00:00 0                          [stack:6099]
7fe91bcbd000-7fe91bdbc000 ---p 00000000 00:00 0 
7fe91bdbc000-7fe91be13000 rw-p 00000000 00:00 0 
7fe91be13000-7fe91bf11000 ---p 00000000 00:00 0 
7fe91bf11000-7fe91bfbb000 rw-p 00000000 00:00 0 
7fe91bfbb000-7fe91bfbc000 ---p 00000000 00:00 0 
7fe91bfbc000-7fe91c013000 rw-p 00000000 00:00 0 
7fe91c013000-7fe91c37d000 ---p 00000000 00:00 0 
7fe91c37d000-7fe91d8dd000 rwxp 00000000 00:00 0 
7fe91d8dd000-7fe92b37d000 ---p 00000000 00:00 0 
7fe92b37d000-7fe92b397000 r-xp 00000000 08:02 1455764                    /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libzip.so
7fe92b397000-7fe92b597000 ---p 0001a000 08:02 1455764                    /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libzip.so
7fe92b597000-7fe92b598000 rw-p 0001a000 08:02 1455764                    /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libzip.so
7fe92b598000-7fe92b5a4000 r-xp 00000000 08:02 397302                     /lib/x86_64-linux-gnu/libnss_files-2.21.so
7fe92b5a4000-7fe92b7a3000 ---p 0000c000 08:02 397302                     /lib/x86_64-linux-gnu/libnss_files-2.21.so
7fe92b7a3000-7fe92b7a4000 r--p 0000b000 08:02 397302                     /lib/x86_64-linux-gnu/libnss_files-2.21.so
7fe92b7a4000-7fe92b7a5000 rw-p 0000c000 08:02 397302                     /lib/x86_64-linux-gnu/libnss_files-2.21.so
7fe92b7a5000-7fe92b7b0000 r-xp 00000000 08:02 397312                     /lib/x86_64-linux-gnu/libnss_nis-2.21.so
7fe92b7b0000-7fe92b9af000 ---p 0000b000 08:02 397312                     /lib/x86_64-linux-gnu/libnss_nis-2.21.so
7fe92b9af000-7fe92b9b0000 r--p 0000a000 08:02 397312                     /lib/x86_64-linux-gnu/libnss_nis-2.21.so
7fe92b9b0000-7fe92b9b1000 rw-p 0000b000 08:02 397312                     /lib/x86_64-linux-gnu/libnss_nis-2.21.so
7fe92b9b1000-7fe92b9c8000 r-xp 00000000 08:02 397296                     /lib/x86_64-linux-gnu/libnsl-2.21.so
7fe92b9c8000-7fe92bbc7000 ---p 00017000 08:02 397296                     /lib/x86_64-linux-gnu/libnsl-2.21.so
7fe92bbc7000-7fe92bbc8000 r--p 00016000 08:02 397296                     /lib/x86_64-linux-gnu/libnsl-2.21.so
7fe92bbc8000-7fe92bbc9000 rw-p 00017000 08:02 397296                     /lib/x86_64-linux-gnu/libnsl-2.21.so
7fe92bbc9000-7fe92bbcb000 rw-p 00000000 00:00 0 
7fe92bbcb000-7fe92bbd3000 r-xp 00000000 08:02 397298                     /lib/x86_64-linux-gnu/libnss_compat-2.21.so
7fe92bbd3000-7fe92bdd2000 ---p 00008000 08:02 397298                     /lib/x86_64-linux-gnu/libnss_compat-2.21.so
7fe92bdd2000-7fe92bdd3000 r--p 00007000 08:02 397298                     /lib/x86_64-linux-gnu/libnss_compat-2.21.so
7fe92bdd3000-7fe92bdd4000 rw-p 00008000 08:02 397298                     /lib/x86_64-linux-gnu/libnss_compat-2.21.so
7fe92bdd4000-7fe92bdfe000 r-xp 00000000 08:02 1455740                    /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libjava.so
7fe92bdfe000-7fe92bffe000 ---p 0002a000 08:02 1455740                    /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libjava.so
7fe92bffe000-7fe92c000000 rw-p 0002a000 08:02 1455740                    /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libjava.so
7fe92c000000-7fe92db21000 rw-p 00000000 00:00 0 
7fe92db21000-7fe930000000 ---p 00000000 00:00 0 
7fe930000000-7fe930001000 r--s 00000000 08:02 1843511                    /var/cache/fontconfig/0c9eb80ebd1c36541ebe2852d3bb0c49-le64.cache-4
7fe930001000-7fe930002000 r--s 00000000 00:2a 29                         /run/user/1000/dconf/user (deleted)
7fe930002000-7fe93001f000 r-xp 00000000 08:02 397377                     /lib/x86_64-linux-gnu/libudev.so.1.6.4
7fe93001f000-7fe930020000 r--p 0001c000 08:02 397377                     /lib/x86_64-linux-gnu/libudev.so.1.6.4
7fe930020000-7fe930021000 rw-p 0001d000 08:02 397377                     /lib/x86_64-linux-gnu/libudev.so.1.6.4
7fe930021000-7fe930024000 r--s 0001a000 08:02 1455729                    /usr/lib/jvm/java-8-oracle/jre/lib/jce.jar
7fe930024000-7fe930025000 ---p 00000000 00:00 0 
7fe930025000-7fe930125000 rw-p 00000000 00:00 0                          [stack:6098]
7fe930125000-7fe930132000 r-xp 00000000 08:02 1455757                    /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libverify.so
7fe930132000-7fe930332000 ---p 0000d000 08:02 1455757                    /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libverify.so
7fe930332000-7fe930334000 rw-p 0000d000 08:02 1455757                    /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libverify.so
7fe930334000-7fe93033b000 r-xp 00000000 08:02 397357                     /lib/x86_64-linux-gnu/librt-2.21.so
7fe93033b000-7fe93053a000 ---p 00007000 08:02 397357                     /lib/x86_64-linux-gnu/librt-2.21.so
7fe93053a000-7fe93053b000 r--p 00006000 08:02 397357                     /lib/x86_64-linux-gnu/librt-2.21.so
7fe93053b000-7fe93053c000 rw-p 00007000 08:02 397357                     /lib/x86_64-linux-gnu/librt-2.21.so
7fe93053c000-7fe930643000 r-xp 00000000 08:02 397275                     /lib/x86_64-linux-gnu/libm-2.21.so
7fe930643000-7fe930842000 ---p 00107000 08:02 397275                     /lib/x86_64-linux-gnu/libm-2.21.so
7fe930842000-7fe930843000 r--p 00106000 08:02 397275                     /lib/x86_64-linux-gnu/libm-2.21.so
7fe930843000-7fe930844000 rw-p 00107000 08:02 397275                     /lib/x86_64-linux-gnu/libm-2.21.so
7fe930844000-7fe931503000 r-xp 00000000 08:02 1455780                    /usr/lib/jvm/java-8-oracle/jre/lib/amd64/server/libjvm.so
7fe931503000-7fe931702000 ---p 00cbf000 08:02 1455780                    /usr/lib/jvm/java-8-oracle/jre/lib/amd64/server/libjvm.so
7fe931702000-7fe9317db000 rw-p 00cbe000 08:02 1455780                    /usr/lib/jvm/java-8-oracle/jre/lib/amd64/server/libjvm.so
7fe9317db000-7fe931824000 rw-p 00000000 00:00 0 
7fe931824000-7fe9319e4000 r-xp 00000000 08:02 397213                     /lib/x86_64-linux-gnu/libc-2.21.so
7fe9319e4000-7fe931be4000 ---p 001c0000 08:02 397213                     /lib/x86_64-linux-gnu/libc-2.21.so
7fe931be4000-7fe931be8000 r--p 001c0000 08:02 397213                     /lib/x86_64-linux-gnu/libc-2.21.so
7fe931be8000-7fe931bea000 rw-p 001c4000 08:02 397213                     /lib/x86_64-linux-gnu/libc-2.21.so
7fe931bea000-7fe931bee000 rw-p 00000000 00:00 0 
7fe931bee000-7fe931bf1000 r-xp 00000000 08:02 397232                     /lib/x86_64-linux-gnu/libdl-2.21.so
7fe931bf1000-7fe931df0000 ---p 00003000 08:02 397232                     /lib/x86_64-linux-gnu/libdl-2.21.so
7fe931df0000-7fe931df1000 r--p 00002000 08:02 397232                     /lib/x86_64-linux-gnu/libdl-2.21.so
7fe931df1000-7fe931df2000 rw-p 00003000 08:02 397232                     /lib/x86_64-linux-gnu/libdl-2.21.so
7fe931df2000-7fe931e07000 r-xp 00000000 08:02 1455750                    /usr/lib/jvm/java-8-oracle/jre/lib/amd64/jli/libjli.so
7fe931e07000-7fe932007000 ---p 00015000 08:02 1455750                    /usr/lib/jvm/java-8-oracle/jre/lib/amd64/jli/libjli.so
7fe932007000-7fe932008000 rw-p 00015000 08:02 1455750                    /usr/lib/jvm/java-8-oracle/jre/lib/amd64/jli/libjli.so
7fe932008000-7fe932020000 r-xp 00000000 08:02 397349                     /lib/x86_64-linux-gnu/libpthread-2.21.so
7fe932020000-7fe932220000 ---p 00018000 08:02 397349                     /lib/x86_64-linux-gnu/libpthread-2.21.so
7fe932220000-7fe932221000 r--p 00018000 08:02 397349                     /lib/x86_64-linux-gnu/libpthread-2.21.so
7fe932221000-7fe932222000 rw-p 00019000 08:02 397349                     /lib/x86_64-linux-gnu/libpthread-2.21.so
7fe932222000-7fe932226000 rw-p 00000000 00:00 0 
7fe932226000-7fe93224a000 r-xp 00000000 08:02 397185                     /lib/x86_64-linux-gnu/ld-2.21.so
7fe93224a000-7fe93224c000 r--s 00039000 08:05 394021                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.osgi.compatibility.state_1.0.100.v20150402-1551.jar
7fe93224c000-7fe93231d000 rw-p 00000000 00:00 0 
7fe93231d000-7fe932320000 ---p 00000000 00:00 0 
7fe932320000-7fe932422000 rw-p 00000000 00:00 0                          [stack:6097]
7fe932422000-7fe932423000 r--p 00000000 08:02 1839979                    /usr/share/locale-langpack/en/LC_MESSAGES/gtk30.mo
7fe932423000-7fe932427000 r--s 00097000 08:02 1455817                    /usr/lib/jvm/java-8-oracle/jre/lib/jsse.jar
7fe932427000-7fe932429000 r--s 0000b000 08:05 394124                     /home/jiacheng/opt/eclipse-mars/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
7fe932429000-7fe93243d000 rw-p 00000000 00:00 0 
7fe93243d000-7fe932445000 rw-s 00000000 08:02 1576708                    /tmp/hsperfdata_jiacheng/6096
7fe932445000-7fe932446000 rw-p 00000000 00:00 0 
7fe932446000-7fe932447000 r--p 00000000 00:00 0 
7fe932447000-7fe932449000 rw-p 00000000 00:00 0 
7fe932449000-7fe93244a000 r--p 00023000 08:02 397185                     /lib/x86_64-linux-gnu/ld-2.21.so
7fe93244a000-7fe93244b000 rw-p 00024000 08:02 397185                     /lib/x86_64-linux-gnu/ld-2.21.so
7fe93244b000-7fe93244c000 rw-p 00000000 00:00 0 
7fff0cf6b000-7fff0cf8d000 rw-p 00000000 00:00 0                          [stack]
7fff0cffb000-7fff0cffd000 r--p 00000000 00:00 0                          [vvar]
7fff0cffd000-7fff0cfff000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]

VM Arguments:
jvm_args: -Dosgi.requiredJavaVersion=1.7 -XX:MaxPermSize=256m -Xms256m -Xmx1024m 
java_command: /home/jiacheng/opt/eclipse-mars//plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar -os linux -ws gtk -arch x86_64 -showsplash /home/jiacheng/opt/eclipse-mars//plugins/org.eclipse.platform_4.5.1.v20150904-0015/splash.bmp -launcher /home/jiacheng/opt/eclipse-mars/eclipse -name Eclipse --launcher.library /home/jiacheng/opt/eclipse-mars//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.300.v20150602-1417/eclipse_1612.so -startup /home/jiacheng/opt/eclipse-mars//plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar --launcher.appendVmargs -exitdata 658013 -product org.eclipse.epp.package.java.product -consoleLog -vm /usr/bin/java -vmargs -Dosgi.requiredJavaVersion=1.7 -XX:MaxPermSize=256m -Xms256m -Xmx1024m -jar /home/jiacheng/opt/eclipse-mars//plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
java_class_path (initial): /home/jiacheng/opt/eclipse-mars//plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=/home/jiacheng/opt/anaconda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
LD_LIBRARY_PATH=:/opt/intel/intel-opencl-1.2-6.0.0.1049/opencl-sdk/bin:/etc/alternatives/opencl-intel-tools/lib64
SHELL=/bin/bash
DISPLAY=:0

Signal Handlers:
SIGSEGV: [libjvm.so+0xabb070], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.so+0xabb070], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.so+0x918480], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: SIG_IGN, sa_mask[0]=00000000000010000000000000000000, sa_flags=SA_RESTART
SIGXFSZ: [libjvm.so+0x918480], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.so+0x918480], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGUSR2: [libjvm.so+0x919ab0], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: [libjvm.so+0x91aeb0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGINT: [libjvm.so+0x91aeb0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGTERM: [libjvm.so+0x91aeb0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGQUIT: [libjvm.so+0x91aeb0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO


---------------  S Y S T E M  ---------------

OS:DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=15.10
DISTRIB_CODENAME=wily
DISTRIB_DESCRIPTION="Ubuntu 15.10"

uname:Linux 4.2.0-27-generic #32-Ubuntu SMP Fri Jan 22 04:49:08 UTC 2016 x86_64
libc:glibc 2.21 NPTL 2.21 
rlimit: STACK 8192k, CORE 0k, NPROC 63427, NOFILE 65536, AS infinity
load average:1.01 1.10 0.87

/proc/meminfo:
MemTotal:       16324416 kB
MemFree:        10195456 kB
MemAvailable:   12830244 kB
Buffers:          168388 kB
Cached:          2738492 kB
SwapCached:            0 kB
Active:          4569400 kB
Inactive:        1187524 kB
Active(anon):    2854348 kB
Inactive(anon):   382980 kB
Active(file):    1715052 kB
Inactive(file):   804544 kB
Unevictable:         272 kB
Mlocked:             272 kB
SwapTotal:       7812092 kB
SwapFree:        7812092 kB
Dirty:               672 kB
Writeback:             0 kB
AnonPages:       2850956 kB
Mapped:           509252 kB
Shmem:            387196 kB
Slab:             227388 kB
SReclaimable:     175564 kB
SUnreclaim:        51824 kB
KernelStack:       14128 kB
PageTables:        54660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    15974300 kB
Committed_AS:   10058236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      370656 kB
VmallocChunk:   34358947836 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1030144 kB
CmaTotal:              0 kB
CmaFree:               0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      160188 kB
DirectMap2M:    16508928 kB


CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, ht, tsc, tscinvbit, tscinv

/proc/cpuinfo:
processor    : 0
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i7-3632QM CPU @ 2.20GHz
stepping    : 9
microcode    : 0x1b
cpu MHz        : 2199.914
cache size    : 6144 KB
physical id    : 0
siblings    : 8
core id        : 0
cpu cores    : 4
apicid        : 0
initial apicid    : 0
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt
bugs        :
bogomips    : 4389.95
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:

processor    : 1
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i7-3632QM CPU @ 2.20GHz
stepping    : 9
microcode    : 0x1b
cpu MHz        : 2199.914
cache size    : 6144 KB
physical id    : 0
siblings    : 8
core id        : 0
cpu cores    : 4
apicid        : 1
initial apicid    : 1
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt
bugs        :
bogomips    : 4389.95
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:

processor    : 2
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i7-3632QM CPU @ 2.20GHz
stepping    : 9
microcode    : 0x1b
cpu MHz        : 2199.914
cache size    : 6144 KB
physical id    : 0
siblings    : 8
core id        : 1
cpu cores    : 4
apicid        : 2
initial apicid    : 2
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt
bugs        :
bogomips    : 4389.95
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:

processor    : 3
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i7-3632QM CPU @ 2.20GHz
stepping    : 9
microcode    : 0x1b
cpu MHz        : 2200.000
cache size    : 6144 KB
physical id    : 0
siblings    : 8
core id        : 1
cpu cores    : 4
apicid        : 3
initial apicid    : 3
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt
bugs        :
bogomips    : 4389.95
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:

processor    : 4
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i7-3632QM CPU @ 2.20GHz
stepping    : 9
microcode    : 0x1b
cpu MHz        : 2199.914
cache size    : 6144 KB
physical id    : 0
siblings    : 8
core id        : 2
cpu cores    : 4
apicid        : 4
initial apicid    : 4
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt
bugs        :
bogomips    : 4389.95
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:

processor    : 5
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i7-3632QM CPU @ 2.20GHz
stepping    : 9
microcode    : 0x1b
cpu MHz        : 2199.914
cache size    : 6144 KB
physical id    : 0
siblings    : 8
core id        : 2
cpu cores    : 4
apicid        : 5
initial apicid    : 5
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt
bugs        :
bogomips    : 4389.95
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:

processor    : 6
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i7-3632QM CPU @ 2.20GHz
stepping    : 9
microcode    : 0x1b
cpu MHz        : 2200.000
cache size    : 6144 KB
physical id    : 0
siblings    : 8
core id        : 3
cpu cores    : 4
apicid        : 6
initial apicid    : 6
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt
bugs        :
bogomips    : 4389.95
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:

processor    : 7
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i7-3632QM CPU @ 2.20GHz
stepping    : 9
microcode    : 0x1b
cpu MHz        : 2199.914
cache size    : 6144 KB
physical id    : 0
siblings    : 8
core id        : 3
cpu cores    : 4
apicid        : 7
initial apicid    : 7
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt
bugs        :
bogomips    : 4389.95
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:

 

Memory: 4k page, physical 16324416k(10195456k free), swap 7812092k(7812092k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.72-b15) for linux-amd64 JRE (1.8.0_72-b15), built on Dec 22 2015 22:00:07 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)

time: Sun Feb  7 20:12:18 2016
elapsed time: 39 seconds (0d 0h 0m 39s)

0 Kudos
Anna_G_Intel
Employee
2,222 Views

Hi Cheng,

Can you please run command

ioc64

and paste here it's output?

If case you've gotten an error "Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: Assertion `needed != ((void *)0)' failed!", please set

export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1

and try again. 

 

 

0 Kudos
LSolis
Beginner
2,222 Views

Hi,

I have added CodeBuilder plugin to Eclipse Mars. I get everytime the same message: "Cannot get machine list. Could not load required libraries. Please make sure to set the correct path under the Code Builder for Opencl preference page".

After that, eclipse loads but the target machine, platform, device are not found.

Do you have any updates on this issue?

Is there any way to track this ?

Thanks

Leo

 

0 Kudos
Robert_I_Intel
Employee
2,222 Views

Hi Leo,

Could you please let me know your processor, your OS, and which version of the OpenCL driver you installed?

I will try to reproduce the issue on Monday and will get back to you.

0 Kudos
LSolis
Beginner
2,222 Views

Hi Robert,

This problem persists also trying with Eclipse Luna (the LD_LIBRARY contains /etc/alternatives/opencl-intel-tools/lib64).

Screenshot.png

codebuilderpreferences.png

My processor:

Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz

My OS: LSB Version:    

base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID:    CentOS
Description:    CentOS release 6.7 (Final)
Release:    6.7
Codename:    Final

OpenCL driver installed:

Version=5.2.0.10002

SDK:

Version=6.0.0.1049

Also, I tried the "intel_ocl_caps_basic" example and it runs successfully using only command line interface:

[lvs@eredmithrim CapsBasic]$ ./CapsBasic
Number of available platforms: 1
Platform names:
    [0] Intel(R) OpenCL [Selected]
Number of devices available for each type:
    CL_DEVICE_TYPE_CPU: 1
    CL_DEVICE_TYPE_GPU: 0
    CL_DEVICE_TYPE_ACCELERATOR: 0

*** Detailed information for each device ***

CL_DEVICE_TYPE_CPU[0]
    CL_DEVICE_NAME: Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz
    CL_DEVICE_AVAILABLE: 1
    CL_DEVICE_VENDOR: Intel(R) Corporation
    CL_DEVICE_PROFILE: FULL_PROFILE
    CL_DEVICE_VERSION: OpenCL 2.0 (Build 10002)
    CL_DRIVER_VERSION: 1.2.0.10002
    CL_DEVICE_OPENCL_C_VERSION: OpenCL C 2.0
    CL_DEVICE_MAX_COMPUTE_UNITS: 4
    CL_DEVICE_MAX_CLOCK_FREQUENCY: 3500
    CL_DEVICE_MAX_WORK_GROUP_SIZE: 8192
    CL_DEVICE_ADDRESS_BITS: 64
    CL_DEVICE_MEM_BASE_ADDR_ALIGN: 1024
    CL_DEVICE_MAX_MEM_ALLOC_SIZE: 4125430784
    CL_DEVICE_GLOBAL_MEM_SIZE: 16501723136
    CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE: 131072
    CL_DEVICE_GLOBAL_MEM_CACHE_SIZE: 262144
    CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE: 64
    CL_DEVICE_LOCAL_MEM_SIZE: 32768
    CL_DEVICE_PROFILING_TIMER_RESOLUTION: 1
    CL_DEVICE_IMAGE_SUPPORT: 1
    CL_DEVICE_ERROR_CORRECTION_SUPPORT: 0
    CL_DEVICE_HOST_UNIFIED_MEMORY: 1
    CL_DEVICE_EXTENSIONS: cl_khr_icd cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_byte_addressable_store cl_khr_depth_images cl_khr_3d_image_writes cl_intel_exec_by_local_thread cl_khr_spir cl_khr_fp64 cl_khr_image2d_from_buffer
    CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT: 1
    CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG: 1
    CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT: 1
    CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE: 1
    CL_DEVICE_NATIVE_VECTOR_WIDTH_INT: 8
    CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG: 4
    CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT: 8
    CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE: 4

 

Thank you very much for your help.

 

Leo

 

 

 

 

0 Kudos
ramin_s_
Beginner
2,222 Views

Hello:

I, too, have exactly the same problem as Leo has described. I have managed to add the Plugin into Eclipse Luna. Upon startup of Eclipse I get the Error display box "Can Not get Machine List: Could not load required libraries; please make sure to set the correct path under the Code Builder for OpenCL preference page". The Target Machine, Platform and device windows are grayed out. I am using Centos 7, Luna Service Release 4.4.2. In my LD_LIBRARY_PATH i have added /opt/intel/opencl-sdk/bin:/etc/alternatives/opencl-intel-tools/lib64. Any suggestiond would be most appreciated. Thank you.

 

0 Kudos
Anna_G_Intel
Employee
2,222 Views

Hi L30nardoSV and ramin,

Can you please do the following

Use or create a valid cl file and run the following:

ioc64 -input=<name of your cl file> -device=gpu

and also 

ioc64 -input=<name of your cl file> -device=cpu

and paste here output of both commands?

Thanks,
Anna

0 Kudos
udar_i_
Beginner
2,222 Views

Hello,

I am having the same issue on: Ubuntu 14.04 with Eclipse Mars. SDK version opencl-1.2-sdk-6.2.0.1760 with Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz and videocard GeForce GTX 980 Ti. I have set all the library paths as described above.

Thank you in advance for any suggestions!

0 Kudos
Jeffrey_M_Intel1
Employee
2,222 Views

The first thing to check is if your OpenCL implementation is working properly.  You can run this script to check: https://software.intel.com/en-us/articles/mss-sys-analyzer-linux

As Anna indicated, an additional check not run by this test is whether you can compile a kernel with ioc64.  You could also try some of the Intel OpenCL samples.  https://software.intel.com/en-us/intel-opencl-support/code-samples

 

BTW, this is what I did to set up Eclipse:

  1. Start with CentOS 7.2
  2. Install Media Server Studio (from install scripts in SDK2017Production16.5)
  3. Install intel_sdk_for_opencl_2016_6.2.0.1760.x64, including latest Java from www.oracle.com/java (8u112)
  4. Download Eclipse Mars C/C++
  5. Follow steps to set up Code Builder for Eclipse from here: https://software.intel.com/en-us/node/671829 

 

 

 

 

0 Kudos
udar_i_
Beginner
2,222 Views

Hi,

The sample programs provided I can build and run just fine.

For the ioc64 commands

ioc64 -input=test.cl -device=cpu
No command specified, using 'build' as default
Setting target instruction set architecture to: Default (Advanced Vector Extension 2 (AVX2))
Failed to get platform id...: 0 (CL_SUCCESS)
Build failed!

ioc64 -input=test.cl -device=gpu
No command specified, using 'build' as default
Failed to get platform id...: 0 (CL_SUCCESS)
Build failed!

For the script

$ python sys_analyzer_linux.py -v
--------------------------
Hardware readiness checks:
--------------------------
 [ OK ] Processor name: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
 [ INFO ] Intel Processor
 [ INFO ] Processor brand: Core
 [ INFO ] Processor arch: Skylake
--------------------------
OS readiness checks:
--------------------------
 [ INFO ] no nomodeset in GRUB cmdline (good)
 [ INFO ] Linux distro   : Ubuntu 14.04
 [ INFO ] Linux kernel   : 4.4.0-42-generic
 [ INFO ] glibc version  : 2.19
 [ INFO ] gcc version    : 4.8.4 (>=4.8.2 suggested)
 [ INFO ] /dev/dri/card0 : YES
 [ INFO ] /dev/dri/renderD128 : YES
--------------------------
Component Smoke Tests:
--------------------------
 [ ERROR ] no OpenCL include files.  Are Intel OpenCL components installed?

 

0 Kudos
Jeffrey_M_Intel1
Employee
2,222 Views

The sys_analyzer output indicates you may have a missing or incomplete driver install.  For more information see https://software.intel.com/en-us/articles/opencl-drivers.

 

0 Kudos
SvanS
Beginner
2,222 Views

Fixed. 

0 Kudos
Erickson_LU
Beginner
2,222 Views

Hi,Everybody

I really need some help,as i got the error when I use the eclipse-cpp-neon-3-linux-gtk-x86_64 ,it report "please make sure to set the correct path under the Code Builder for OpenCl preference page"

1--From the scripti "python sys_analyzer_linux.py -v " I got the output

--------------------------
Hardware readiness checks:
--------------------------
 [ OK ] Processor name: Intel(R) Core(TM) i7-5675C CPU @ 3.10GHz
 [ INFO ] Intel Processor
 [ INFO ] Processor brand: Core
 [ INFO ] Processor arch: Broadwell
--------------------------
OS readiness checks:
--------------------------
 [ INFO ] GPU PCI id     : 1622
 [ INFO ] GPU description: BDW GT3 ULT
 [ OK ] GPU visible to OS
 [ INFO ] no nomodeset in GRUB cmdline (good)
 [ INFO ] Linux distro   : Ubuntu 16.04
 [ INFO ] Linux kernel   : 4.4.0-92-generic
 [ INFO ] glibc version  : 2.23
 [ INFO ] Linux distro suitable for Generic install
 [ INFO ] gcc version    : 20160609 (>=4.8.2 suggested)
--------------------------
Media Server Studio Install:
--------------------------
 [ OK ] user in video group
 [ OK ] libva.so.1 found
 [ INFO ] Intel iHD used by libva
 [ ERROR ] vainfo not reporting codec entry points
 [ INFO ] i915 driver in use by Intel video adapter
 [ ERROR ] could not open /dev/dri/renderD128
--------------------------
Component Smoke Tests:
--------------------------
 [ OK ] Media SDK HW API level:1.0
 [ OK ] Media SDK SW API level:1.19
 [ OK ] OpenCL check:platform:Intel(R) OpenCL GPU OK CPU OK
platform:Experimental OpenCL 2.1 CPU Only Platform GPU OK CPU OK

 

2--And ,from the scripti "sudo python sys_analyzer_linux.py -v " I got the output

--------------------------
Hardware readiness checks:
--------------------------
 [ OK ] Processor name: Intel(R) Core(TM) i7-5675C CPU @ 3.10GHz
 [ INFO ] Intel Processor
 [ INFO ] Processor brand: Core
 [ INFO ] Processor arch: Broadwell
--------------------------
OS readiness checks:
--------------------------
 [ INFO ] GPU PCI id     : 1622
 [ INFO ] GPU description: BDW GT3 ULT
 [ OK ] GPU visible to OS
 [ INFO ] no nomodeset in GRUB cmdline (good)
 [ INFO ] Linux distro   : Ubuntu 16.04
 [ INFO ] Linux kernel   : 4.4.0-92-generic
 [ INFO ] glibc version  : 2.23
 [ INFO ] Linux distro suitable for Generic install
 [ INFO ] gcc version    : 20160609 (>=4.8.2 suggested)
--------------------------
Media Server Studio Install:
--------------------------
 [ OK ] user in video group
 [ OK ] libva.so.1 found
 [ ERROR ] libva not loading Intel iHD
 [ OK ] vainfo reports valid codec entry points
 [ INFO ] i915 driver in use by Intel video adapter
 [ OK ] /dev/dri/renderD128 connects to Intel i915
--------------------------
Component Smoke Tests:
--------------------------
 [ OK ] Media SDK HW API level:1.0
 [ OK ] Media SDK SW API level:1.19
 [ OK ] OpenCL check:platform:Intel(R) OpenCL GPU OK CPU OK
platform:Experimental OpenCL 2.1 CPU Only Platform GPU OK CPU OK

 

3--sam@sam-dev:~/Downloads$ which ioc64
/usr/bin/ioc64

 

When I use the commond "ioc64 -input=22.cl -device=gpu",the log as that
No command specified, using 'build' as default
OpenCL Intel(R) Graphics device was found!
Device name: Intel(R) HD Graphics
Device version: OpenCL 1.2 
Device vendor: Intel(R) Corporation
Device profile: FULL_PROFILE
fcl build 1 succeeded.
fcl build 2 succeeded.
bcl build succeeded.

simpleAdd info:
	Maximum work-group size: 256
	Compiler work-group size: (0, 0, 0)
	Local memory size: 0
	Preferred multiple of work-group size: 32
	Minimum amount of private memory: 0
	Amount of spill memory used by the kernel: 0

Build succeeded!

6--sam@sam-dev:~/Downloads$ uname -r
4.4.0-92-generic

And the version of ubuntu is 16.04 LTS

 

7-- I follow the https://software.intel.com/en-us/code-builder-user-manual-configuring-the-offline-compiler-for-eclipse instruction 

sam@sam-dev:~/Downloads/eclipse/dropins$ ls
CodeBuilder_6.4.0.jar

The file --/etc/ld.so.conf.d/libintelopencl.conf 

/opt/intel/opencl
/opt/intel/opencl/SDK/bin

8--The file --/etc/environment 

PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/opt/intel/opencl/SDK/bin"

 

 

I really need solve the problem in eclipse.If i miss some important thing ,please let me know .Thanks.

At last , I'm not sure about my LD_LIBRARY_PATH is good , when i use the echo commond to print it.It shows nothing.

sam@sam-dev:/$ echo $LD_LIBRARY_PATH

Uh....i don't know how to set the environment of LD_LIBRARY_PATH.when i use set it in /etc/environment as "LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/x86_64-linux-gnu:/usr/lib64:/usr/local/lib" " .The sys_analyzer_linux will report can't find libva.so and libva.so.1.

Best regards

Erickson LU

0 Kudos
Jeffrey_M_Intel1
Employee
2,018 Views

I am seeing this behavior too with the latest release.  Hoping to gather more info on complete setup steps and get back to you.

It looks like your OpenCL setup is fine, so you can hopefully proceed with command line. 

0 Kudos
Reply