Last active
July 6, 2017 02:23
-
-
Save ykubota/70bfd6121e6258c276bce661ac854c31 to your computer and use it in GitHub Desktop.
TBB crash log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) bt | |
#0 0x00007f523e4741d7 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 | |
#1 0x00007f523e4758c8 in __GI_abort () at abort.c:90 | |
#2 0x00007f523dda7c89 in os::abort (dump_core=<optimized out>) | |
at /usr/src/debug/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:1513 | |
#3 0x00007f523df496d6 in VMError::report_and_die (this=this@entry=0x7f51f31f5150) | |
at /usr/src/debug/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/openjdk/hotspot/src/share/vm/utilities/vmError.cpp:1060 | |
#4 0x00007f523ddb1347 in JVM_handle_linux_signal (sig=11, info=0x7f51f31f53f0, ucVoid=0x7f51f31f52c0, | |
abort_if_unrecognized=<optimized out>) | |
at /usr/src/debug/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/openjdk/hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp:541 | |
#5 0x00007f523dda50a8 in signalHandler (sig=11, info=0x7f51f31f53f0, uc=0x7f51f31f52c0) | |
at /usr/src/debug/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:4354 | |
#6 <signal handler called> | |
#7 0x00007f523e487694 in _IO_vfprintf_internal (s=<optimized out>, format=<optimized out>, ap=<optimized out>) | |
at vfprintf.c:1635 | |
#8 0x00007f523e48b3e1 in buffered_vfprintf (s=s@entry=0x7f523e7fa1c0 <_IO_2_1_stderr_>, | |
format=format@entry=0x7f5237d9e948 "ALERT(DELTA): \"%s\" exceeded the threshold (%ld bytes)", args=args@entry=0x7f51f31f85c0) | |
at vfprintf.c:2319 | |
#9 0x00007f523e48631e in _IO_vfprintf_internal (s=s@entry=0x7f523e7fa1c0 <_IO_2_1_stderr_>, | |
format=0x7f5237d9e948 "ALERT(DELTA): \"%s\" exceeded the threshold (%ld bytes)", ap=0x7f51f31f85c0) at vfprintf.c:1289 | |
#10 0x00007f523e54bf2d in ___vfprintf_chk (fp=0x7f523e7fa1c0 <_IO_2_1_stderr_>, flag=1, format=<optimized out>, | |
ap=<optimized out>) at vfprintf_chk.c:34 | |
#11 0x00007f5237cd1623 in vfprintf (__ap=0x7f51f31f85c0, | |
__fmt=0x7f5237d9e948 "ALERT(DELTA): \"%s\" exceeded the threshold (%ld bytes)", __stream=0x7f523e7fa1c0 <_IO_2_1_stderr_>) | |
at /usr/include/bits/stdio2.h:127 | |
#12 printMessageInternal (this=<optimized out>, ap=0x7f51f31f85c0, | |
format=0x7f5237d9e948 "ALERT(DELTA): \"%s\" exceeded the threshold (%ld bytes)", isNewLine=true, | |
header=0x7f5237d9d0f4 "WARN", stream=0x7f523e7fa1c0 <_IO_2_1_stderr_>) at logger.hpp:66 | |
#13 TLogger::printWarnMsg (this=<optimized out>, | |
format=format@entry=0x7f5237d9e948 "ALERT(DELTA): \"%s\" exceeded the threshold (%ld bytes)") at logger.hpp:146 | |
#14 0x00007f5237ce03f2 in TClassContainer::afterTakeSnapShot (this=0x7f523801d6f0, snapshot=0x7f51ec000a30, rank=0x7f51f31f8d60) | |
at classContainer.cpp:686 | |
#15 0x00007f5237cdb398 in TSnapShotProcessor::entryPoint (jvmti=<optimized out>, jni=<optimized out>, data=0x7f52380393e0) | |
at snapShotProcessor.cpp:105 | |
#16 0x00007f523dc448fb in call_start_function (this=0x7f523961e800) | |
at /usr/src/debug/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/openjdk/hotspot/src/share/vm/prims/jvmtiImpl.cpp:80 | |
#17 JvmtiAgentThread::start_function_wrapper (thread=0x7f523961e800, __the_thread__=<optimized out>) | |
at /usr/src/debug/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/openjdk/hotspot/src/share/vm/prims/jvmtiImpl.cpp:74 | |
#18 0x00007f523def3ee2 in JavaThread::thread_main_inner (this=0x7f523961e800) | |
at /usr/src/debug/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/openjdk/hotspot/src/share/vm/runtime/thread.cpp:1699 | |
#19 0x00007f523dda6be2 in java_start (thread=0x7f523961e800) | |
at /usr/src/debug/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:790 | |
#20 0x00007f523ee30dc5 in start_thread (arg=0x7f51f31f9700) at pthread_create.c:308 | |
#21 0x00007f523e53676d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) f 14 | |
#14 0x00007f5237ce03f2 in TClassContainer::afterTakeSnapShot (this=0x7f523801d6f0, snapshot=0x7f51ec000a30, rank=0x7f51f31f8d60) | |
at classContainer.cpp:686 | |
686 objData->className, result.delta); | |
(gdb) list | |
681 /* If size is bigger more limit size. */ | |
682 if ((order == DELTA) && (AlertThreshold <= result.delta)) { | |
683 /* Raise alert. */ | |
684 logger->printWarnMsg( | |
685 "ALERT(DELTA): \"%s\" exceeded the threshold (%ld bytes)", | |
686 objData->className, result.delta); | |
687 /* Set need send trap flag. */ | |
688 sendFlag = 1; | |
689 } else if ((order == USAGE) && (AlertThreshold <= result.usage)) { | |
690 /* Raise alert. */ | |
(gdb) p objData->className | |
$1 = 0xdeaddeaf00000000 <Address 0xdeaddeaf00000000 out of bounds> | |
(gdb) p result.delta | |
$2 = 2401018183117962660 | |
(gdb) whatis objData->className | |
type = char * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# A fatal error has been detected by the Java Runtime Environment: | |
# | |
# SIGSEGV (0xb) at pc=0x00007f523e487694, pid=2832, tid=0x00007f51f31f9700 | |
# | |
# JRE version: OpenJDK Runtime Environment (8.0_131-b12) (build 1.8.0_131-b12) | |
# Java VM: OpenJDK 64-Bit Server VM (25.131-b12 mixed mode linux-amd64 compressed oops) | |
# Problematic frame: | |
# C [libc.so.6+0x48694] _IO_vfprintf+0x1564 | |
# | |
# Core dump written. Default location: /opt/SPECjvm2008_20170207/core or core.2832 | |
# | |
# 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 (0x00007f523961e800): JavaThread "HeapStats SnapShot Processor" daemon [_thread_in_native, id=2852, stack(0x00007f51f30f9000,0x00007f51f31fa000)] | |
siginfo: si_signo: 11 (SIGSEGV), si_code: 128 (SI_KERNEL), si_addr: 0x0000000000000000 | |
Registers: | |
RAX=0x0000000000000000, RBX=0x00007f51f31f5e80, RCX=0xffffffffffffffff, RDX=0x0000000000000018 | |
RSP=0x00007f51f31f5870, RBP=0x00007f51f31f5e50, RSI=0x00007f5237d9e948, RDI=0xdeaddeaf00000000 | |
R8 =0x00007f523e487938, R9 =0x000000000000000e, R10=0x00007f5237d9e948, R11=0x0000000000000000 | |
R12=0x0000000000000000, R13=0xdeaddeaf00000000, R14=0x00007f5237d9e948, R15=0x00007f51f31f85c0 | |
RIP=0x00007f523e487694, EFLAGS=0x0000000000010286, CSGSFS=0x0000000000000033, ERR=0x0000000000000000 | |
TRAPNO=0x000000000000000d | |
Top of Stack: (sp=0x00007f51f31f5870) | |
0x00007f51f31f5870: 0000000000000000 ffffffffffffffff | |
0x00007f51f31f5880: 00007f523e487938 0000000000000000 | |
0x00007f51f31f5890: 0000000000000000 0000000000000000 | |
0x00007f51f31f58a0: 0000000000000000 00007f5237d9d0ef | |
0x00007f51f31f58b0: 0000000000000000 00007f51f31f59d0 | |
0x00007f51f31f58c0: 00007f51f31f5990 0000000000000000 | |
0x00007f51f31f58d0: 0000000000000000 0000000000000000 | |
0x00007f51f31f58e0: 0000000000000000 0000000000000000 | |
0x00007f51f31f58f0: 0000000000000000 0000000000000000 | |
0x00007f51f31f5900: 0000000000000020 0000000000000000 | |
0x00007f51f31f5910: 0000000000000000 0000000000000000 | |
0x00007f51f31f5920: 0000003000000000 00007f51ffffffff | |
0x00007f51f31f5930: 00007f5100000000 0000000000000000 | |
0x00007f51f31f5940: 0000000000000000 ffffffffffffffff | |
0x00007f51f31f5950: 0000000000000073 0000000000000000 | |
0x00007f51f31f5960: 0000000000000000 0000000000000000 | |
0x00007f51f31f5970: 0000000000000000 00007f5237d9e957 | |
0x00007f51f31f5980: 0000000000000000 000000000000000f | |
0x00007f51f31f5990: 00007f5237d9e958 0000000000000000 | |
0x00007f51f31f59a0: 0000000000000000 0000000000000000 | |
0x00007f51f31f59b0: 0000000000000000 0000000000000000 | |
0x00007f51f31f59c0: 0000000000000000 0000000000000000 | |
0x00007f51f31f59d0: 0000000000000000 0000000000000000 | |
0x00007f51f31f59e0: 0000000000000000 0000000000000000 | |
0x00007f51f31f59f0: 0000003000000010 00007f51f31f86b0 | |
0x00007f51f31f5a00: 00007f51f31f85e0 0000000000000000 | |
0x00007f51f31f5a10: 0000000000000000 0000000000000000 | |
0x00007f51f31f5a20: 0000000000000000 0000000000000000 | |
0x00007f51f31f5a30: 0000000000000000 0000000000000000 | |
0x00007f51f31f5a40: 0000000000000000 0000000000000000 | |
0x00007f51f31f5a50: 0000000000000000 0000000000000000 | |
0x00007f51f31f5a60: 0000000000000000 0000000000000000 | |
Instructions: (pc=0x00007f523e487694) | |
0x00007f523e487674: ff ff 29 c8 41 01 c9 48 98 49 39 c2 0f 86 5c f2 | |
0x00007f523e487684: ff ff e9 df f5 ff ff 31 c0 48 83 c9 ff 4c 89 ef | |
0x00007f523e487694: f2 ae c7 85 00 fb ff ff 00 00 00 00 48 89 ce 48 | |
0x00007f523e4876a4: f7 d6 4c 8d 56 ff e9 cd fd ff ff 48 8d 85 80 fb | |
Register to memory mapping: | |
RAX=0x0000000000000000 is an unknown value | |
RBX=0x00007f51f31f5e80 is pointing into the stack for thread: 0x00007f523961e800 | |
RCX=0xffffffffffffffff is an unknown value | |
RDX=0x0000000000000018 is an unknown value | |
RSP=0x00007f51f31f5870 is pointing into the stack for thread: 0x00007f523961e800 | |
RBP=0x00007f51f31f5e50 is pointing into the stack for thread: 0x00007f523961e800 | |
RSI=0x00007f5237d9e948: <offset 0x121948> in /usr/lib64/heapstats/heapstats-engines/libheapstats-engine-avx-2.0.so at 0x00007f5237c7d000 | |
RDI=0xdeaddeaf00000000 is an unknown value | |
R8 =0x00007f523e487938: _IO_vfprintf+0x1808 in /lib64/libc.so.6 at 0x00007f523e43f000 | |
R9 =0x000000000000000e is an unknown value | |
R10=0x00007f5237d9e948: <offset 0x121948> in /usr/lib64/heapstats/heapstats-engines/libheapstats-engine-avx-2.0.so at 0x00007f5237c7d000 | |
R11=0x0000000000000000 is an unknown value | |
R12=0x0000000000000000 is an unknown value | |
R13=0xdeaddeaf00000000 is an unknown value | |
R14=0x00007f5237d9e948: <offset 0x121948> in /usr/lib64/heapstats/heapstats-engines/libheapstats-engine-avx-2.0.so at 0x00007f5237c7d000 | |
R15=0x00007f51f31f85c0 is pointing into the stack for thread: 0x00007f523961e800 | |
Stack: [0x00007f51f30f9000,0x00007f51f31fa000], sp=0x00007f51f31f5870, free space=1010k | |
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) | |
C [libc.so.6+0x48694] _IO_vfprintf+0x1564 | |
C [libc.so.6+0x4c3e1] buffered_vfprintf+0x91 | |
C [libc.so.6+0x10cf2d] __vfprintf_chk+0x7d | |
--------------- P R O C E S S --------------- | |
Java Threads: ( => current thread ) | |
0x00007f51a00bc000 JavaThread "BenchmarkThread scimark.lu.large 8" [_thread_in_Java, id=4673, stack(0x00007f51f1eeb000,0x00007f51f1fec000)] | |
0x00007f51a035f800 JavaThread "BenchmarkThread scimark.lu.large 7" [_thread_in_vm, id=4672, stack(0x00007f51dd2c2000,0x00007f51dd3c3000)] | |
0x00007f51a003f800 JavaThread "BenchmarkThread scimark.lu.large 6" [_thread_in_Java, id=4671, stack(0x00007f51f24ed000,0x00007f51f25ee000)] | |
0x00007f51a00bf800 JavaThread "BenchmarkThread scimark.lu.large 5" [_thread_in_Java, id=4670, stack(0x00007f51dd1c1000,0x00007f51dd2c2000)] | |
0x00007f51a00bd800 JavaThread "BenchmarkThread scimark.lu.large 4" [_thread_in_Java, id=4669, stack(0x00007f51f26ef000,0x00007f51f27f0000)] | |
0x00007f51a01f6000 JavaThread "BenchmarkThread scimark.lu.large 3" [_thread_in_Java, id=4668, stack(0x00007f51f25ee000,0x00007f51f26ef000)] | |
0x00007f51a010b800 JavaThread "BenchmarkThread scimark.lu.large 2" [_thread_in_Java, id=4667, stack(0x00007f51f1ce9000,0x00007f51f1dea000)] | |
0x00007f51a01bc800 JavaThread "BenchmarkThread scimark.lu.large 1" [_thread_in_Java, id=4666, stack(0x00007f51f1dea000,0x00007f51f1eeb000)] | |
0x00007f5239798800 JavaThread "Program Runner for scimark.lu.large" [_thread_blocked, id=4640, stack(0x00007f51f27f0000,0x00007f51f28f1000)] | |
0x00007f523963f800 JavaThread "Service Thread" daemon [_thread_blocked, id=2859, stack(0x00007f51f29f2000,0x00007f51f2af3000)] | |
0x00007f523962c000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=2858, stack(0x00007f51f2af3000,0x00007f51f2bf4000)] | |
0x00007f523962a000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=2857, stack(0x00007f51f2bf4000,0x00007f51f2cf5000)] | |
0x00007f5239627800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=2856, stack(0x00007f51f2cf5000,0x00007f51f2df6000)] | |
0x00007f5239625800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=2855, stack(0x00007f51f2df6000,0x00007f51f2ef7000)] | |
0x00007f5239623000 JavaThread "HeapStats Signal Watcher" daemon [_thread_in_native, id=2854, stack(0x00007f51f2ef7000,0x00007f51f2ff8000)] | |
0x00007f5239620800 JavaThread "HeapStats Log Timer" daemon [_thread_in_native, id=2853, stack(0x00007f51f2ff8000,0x00007f51f30f9000)] | |
=>0x00007f523961e800 JavaThread "HeapStats SnapShot Processor" daemon [_thread_in_native, id=2852, stack(0x00007f51f30f9000,0x00007f51f31fa000)] | |
0x00007f523961c800 JavaThread "HeapStats GC Watcher" daemon [_thread_in_native, id=2851, stack(0x00007f51f31fa000,0x00007f51f32fb000)] | |
0x00007f51d0001000 JavaThread "Attach Listener" daemon [_thread_blocked, id=2850, stack(0x00007f51f32fb000,0x00007f51f33fc000)] | |
0x00007f5239609800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2849, stack(0x00007f51f33fc000,0x00007f51f34fd000)] | |
0x00007f5239607800 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=2848, stack(0x00007f51f34fd000,0x00007f51f35fe000)] | |
0x00007f52395dd800 JavaThread "Finalizer" daemon [_thread_blocked, id=2847, stack(0x00007f51f35fe000,0x00007f51f36ff000)] | |
0x00007f52395d9000 JavaThread "Reference Handler" daemon [_thread_blocked, id=2846, stack(0x00007f51f36ff000,0x00007f51f3800000)] | |
0x00007f523803f000 JavaThread "main" [_thread_blocked, id=2833, stack(0x00007f523f149000,0x00007f523f24a000)] | |
Other Threads: | |
0x00007f52395cf000 VMThread [stack: 0x00007f52040de000,0x00007f52041df000] [id=2845] | |
0x00007f5239642000 WatcherThread [stack: 0x00007f51f28f1000,0x00007f51f29f2000] [id=2860] | |
VM state:not at safepoint (normal execution) | |
VM Mutex/Monitor currently owned by a thread: None | |
Heap: | |
par new generation total 707840K, used 231499K [0x00000006a6c00000, 0x00000006d6c00000, 0x00000006d6c00000) | |
eden space 629248K, 24% used [0x00000006a6c00000, 0x00000006b0153848, 0x00000006cd280000) | |
from space 78592K, 99% used [0x00000006d1f40000, 0x00000006d6bff410, 0x00000006d6c00000) | |
to space 78592K, 0% used [0x00000006cd280000, 0x00000006cd280000, 0x00000006d1f40000) | |
concurrent mark-sweep generation total 3821568K, used 1049533K [0x00000006d6c00000, 0x00000007c0000000, 0x00000007c0000000) | |
Metaspace used 22550K, capacity 22930K, committed 23296K, reserved 1071104K | |
class space used 2117K, capacity 2236K, committed 2304K, reserved 1048576K | |
Card table byte_map: [0x00007f5226a30000,0x00007f52272fb000] byte_map_base: 0x00007f52234fa000 | |
Marking Bits: (CMSBitMap*) 0x00007f52388d6328 | |
Bits: [0x00007f52045af000, 0x00007f5207fff000) | |
Mod Union Table: (CMSBitMap*) 0x00007f52388d63e8 | |
Bits: [0x00007f52261fb000, 0x00007f52262e4400) | |
Polling page: 0x00007f523f262000 | |
CodeCache: size=245760Kb used=29393Kb max_used=29753Kb free=216366Kb | |
bounds [0x00007f5227ec3000, 0x00007f5229c13000, 0x00007f5236ec3000] | |
total_blobs=7338 nmethods=6758 adapters=491 | |
compilation: enabled | |
Compilation events (10 events): | |
Event: 3613.458 Thread 0x00007f523962c000 11963 3 sun.util.calendar.CalendarDate::setNormalized (6 bytes) | |
Event: 3613.458 Thread 0x00007f523962c000 nmethod 11963 0x00007f5228ef75d0 code [0x00007f5228ef7720, 0x00007f5228ef7870] | |
Event: 3613.459 Thread 0x00007f523962c000 11964 3 java.lang.Thread::init (12 bytes) | |
Event: 3613.459 Thread 0x00007f523962c000 nmethod 11964 0x00007f5229a288d0 code [0x00007f5229a28a40, 0x00007f5229a28be8] | |
Event: 3613.459 Thread 0x00007f523962c000 11965 3 java.lang.Thread::init (214 bytes) | |
Event: 3613.462 Thread 0x00007f523962c000 nmethod 11965 0x00007f5229a71f10 code [0x00007f5229a72240, 0x00007f5229a73fc8] | |
Event: 3613.462 Thread 0x00007f523962c000 11968 3 sun.reflect.ClassFileAssembler::opc_invokespecial (26 bytes) | |
Event: 3613.464 Thread 0x00007f523962c000 nmethod 11968 0x00007f52297325d0 code [0x00007f52297327a0, 0x00007f5229732d28] | |
Event: 3613.464 Thread 0x00007f523962c000 11967 3 sun.reflect.ByteVectorImpl::resize (44 bytes) | |
Event: 3613.464 Thread 0x00007f523962c000 nmethod 11967 0x00007f5229732090 code [0x00007f5229732200, 0x00007f52297324e8] | |
GC Heap History (10 events): | |
Event: 3562.883 GC heap before | |
{Heap before GC invocations=4288 (full 19): | |
par new generation total 707840K, used 707838K [0x00000006a6c00000, 0x00000006d6c00000, 0x00000006d6c00000) | |
eden space 629248K, 100% used [0x00000006a6c00000, 0x00000006cd280000, 0x00000006cd280000) | |
from space 78592K, 99% used [0x00000006cd280000, 0x00000006d1f3fbf0, 0x00000006d1f40000) | |
to space 78592K, 0% used [0x00000006d1f40000, 0x00000006d1f40000, 0x00000006d6c00000) | |
concurrent mark-sweep generation total 3821568K, used 2184072K [0x00000006d6c00000, 0x00000007c0000000, 0x00000007c0000000) | |
Metaspace used 22561K, capacity 22958K, committed 23296K, reserved 1071104K | |
class space used 2121K, capacity 2244K, committed 2304K, reserved 1048576K | |
Event: 3562.934 GC heap after | |
Heap after GC invocations=4289 (full 19): | |
par new generation total 707840K, used 78589K [0x00000006a6c00000, 0x00000006d6c00000, 0x00000006d6c00000) | |
eden space 629248K, 0% used [0x00000006a6c00000, 0x00000006a6c00000, 0x00000006cd280000) | |
from space 78592K, 99% used [0x00000006d1f40000, 0x00000006d6bff410, 0x00000006d6c00000) | |
to space 78592K, 0% used [0x00000006cd280000, 0x00000006cd280000, 0x00000006d1f40000) | |
concurrent mark-sweep generation total 3821568K, used 2503637K [0x00000006d6c00000, 0x00000007c0000000, 0x00000007c0000000) | |
Metaspace used 22561K, capacity 22958K, committed 23296K, reserved 1071104K | |
class space used 2121K, capacity 2244K, committed 2304K, reserved 1048576K | |
} | |
Event: 3582.190 GC heap before | |
{Heap before GC invocations=4289 (full 19): | |
par new generation total 707840K, used 707837K [0x00000006a6c00000, 0x00000006d6c00000, 0x00000006d6c00000) | |
eden space 629248K, 100% used [0x00000006a6c00000, 0x00000006cd280000, 0x00000006cd280000) | |
from space 78592K, 99% used [0x00000006d1f40000, 0x00000006d6bff410, 0x00000006d6c00000) | |
to space 78592K, 0% used [0x00000006cd280000, 0x00000006cd280000, 0x00000006d1f40000) | |
concurrent mark-sweep generation total 3821568K, used 2503637K [0x00000006d6c00000, 0x00000007c0000000, 0x00000007c0000000) | |
Metaspace used 22561K, capacity 22958K, committed 23296K, reserved 1071104K | |
class space used 2121K, capacity 2244K, committed 2304K, reserved 1048576K | |
Event: 3582.237 GC heap after | |
Heap after GC invocations=4290 (full 19): | |
par new generation total 707840K, used 78591K [0x00000006a6c00000, 0x00000006d6c00000, 0x00000006d6c00000) | |
eden space 629248K, 0% used [0x00000006a6c00000, 0x00000006a6c00000, 0x00000006cd280000) | |
from space 78592K, 99% used [0x00000006cd280000, 0x00000006d1f3fc10, 0x00000006d1f40000) | |
to space 78592K, 0% used [0x00000006d1f40000, 0x00000006d1f40000, 0x00000006d6c00000) | |
concurrent mark-sweep generation total 3821568K, used 2786718K [0x00000006d6c00000, 0x00000007c0000000, 0x00000007c0000000) | |
Metaspace used 22561K, capacity 22958K, committed 23296K, reserved 1071104K | |
class space used 2121K, capacity 2244K, committed 2304K, reserved 1048576K | |
} | |
Event: 3598.951 GC heap before | |
{Heap before GC invocations=4290 (full 19): | |
par new generation total 707840K, used 707839K [0x00000006a6c00000, 0x00000006d6c00000, 0x00000006d6c00000) | |
eden space 629248K, 100% used [0x00000006a6c00000, 0x00000006cd280000, 0x00000006cd280000) | |
from space 78592K, 99% used [0x00000006cd280000, 0x00000006d1f3fc10, 0x00000006d1f40000) | |
to space 78592K, 0% used [0x00000006d1f40000, 0x00000006d1f40000, 0x00000006d6c00000) | |
concurrent mark-sweep generation total 3821568K, used 2786718K [0x00000006d6c00000, 0x00000007c0000000, 0x00000007c0000000) | |
Metaspace used 22561K, capacity 22958K, committed 23296K, reserved 1071104K | |
class space used 2121K, capacity 2244K, committed 2304K, reserved 1048576K | |
Event: 3598.993 GC heap after | |
Heap after GC invocations=4291 (full 19): | |
par new generation total 707840K, used 78591K [0x00000006a6c00000, 0x00000006d6c00000, 0x00000006d6c00000) | |
eden space 629248K, 0% used [0x00000006a6c00000, 0x00000006a6c00000, 0x00000006cd280000) | |
from space 78592K, 99% used [0x00000006d1f40000, 0x00000006d6bffc20, 0x00000006d6c00000) | |
to space 78592K, 0% used [0x00000006cd280000, 0x00000006cd280000, 0x00000006d1f40000) | |
concurrent mark-sweep generation total 3821568K, used 3034737K [0x00000006d6c00000, 0x00000007c0000000, 0x00000007c0000000) | |
Metaspace used 22561K, capacity 22958K, committed 23296K, reserved 1071104K | |
class space used 2121K, capacity 2244K, committed 2304K, reserved 1048576K | |
} | |
Event: 3613.520 GC heap before | |
{Heap before GC invocations=4291 (full 19): | |
par new generation total 707840K, used 707839K [0x00000006a6c00000, 0x00000006d6c00000, 0x00000006d6c00000) | |
eden space 629248K, 100% used [0x00000006a6c00000, 0x00000006cd280000, 0x00000006cd280000) | |
from space 78592K, 99% used [0x00000006d1f40000, 0x00000006d6bffc20, 0x00000006d6c00000) | |
to space 78592K, 0% used [0x00000006cd280000, 0x00000006cd280000, 0x00000006d1f40000) | |
concurrent mark-sweep generation total 3821568K, used 3034737K [0x00000006d6c00000, 0x00000007c0000000, 0x00000007c0000000) | |
Metaspace used 22570K, capacity 22964K, committed 23296K, reserved 1071104K | |
class space used 2122K, capacity 2245K, committed 2304K, reserved 1048576K | |
Event: 3613.584 GC heap after | |
Heap after GC invocations=4292 (full 19): | |
par new generation total 707840K, used 78590K [0x00000006a6c00000, 0x00000006d6c00000, 0x00000006d6c00000) | |
eden space 629248K, 0% used [0x00000006a6c00000, 0x00000006a6c00000, 0x00000006cd280000) | |
from space 78592K, 99% used [0x00000006cd280000, 0x00000006d1f3f888, 0x00000006d1f40000) | |
to space 78592K, 0% used [0x00000006d1f40000, 0x00000006d1f40000, 0x00000006d6c00000) | |
concurrent mark-sweep generation total 3821568K, used 3442399K [0x00000006d6c00000, 0x00000007c0000000, 0x00000007c0000000) | |
Metaspace used 22570K, capacity 22964K, committed 23296K, reserved 1071104K | |
class space used 2122K, capacity 2245K, committed 2304K, reserved 1048576K | |
} | |
Event: 3646.689 GC heap before | |
{Heap before GC invocations=4292 (full 20): | |
par new generation total 707840K, used 707838K [0x00000006a6c00000, 0x00000006d6c00000, 0x00000006d6c00000) | |
eden space 629248K, 100% used [0x00000006a6c00000, 0x00000006cd280000, 0x00000006cd280000) | |
from space 78592K, 99% used [0x00000006cd280000, 0x00000006d1f3f888, 0x00000006d1f40000) | |
to space 78592K, 0% used [0x00000006d1f40000, 0x00000006d1f40000, 0x00000006d6c00000) | |
concurrent mark-sweep generation total 3821568K, used 680766K [0x00000006d6c00000, 0x00000007c0000000, 0x00000007c0000000) | |
Metaspace used 22550K, capacity 22930K, committed 23296K, reserved 1071104K | |
class space used 2117K, capacity 2236K, committed 2304K, reserved 1048576K | |
Event: 3646.752 GC heap after | |
Heap after GC invocations=4293 (full 20): | |
par new generation total 707840K, used 78589K [0x00000006a6c00000, 0x00000006d6c00000, 0x00000006d6c00000) | |
eden space 629248K, 0% used [0x00000006a6c00000, 0x00000006a6c00000, 0x00000006cd280000) | |
from space 78592K, 99% used [0x00000006d1f40000, 0x00000006d6bff410, 0x00000006d6c00000) | |
to space 78592K, 0% used [0x00000006cd280000, 0x00000006cd280000, 0x00000006d1f40000) | |
concurrent mark-sweep generation total 3821568K, used 1049533K [0x00000006d6c00000, 0x00000007c0000000, 0x00000007c0000000) | |
Metaspace used 22550K, capacity 22930K, committed 23296K, reserved 1071104K | |
class space used 2117K, capacity 2236K, committed 2304K, reserved 1048576K | |
} | |
Deoptimization events (10 events): | |
Event: 3487.094 Thread 0x00007f51a035f800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f52283da5e8 method=spec.benchmarks.scimark.utils.kernel.matvec([[D[D[D)V @ 15 | |
Event: 3487.103 Thread 0x00007f51a01bc800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f52297b5444 method=spec.benchmarks.scimark.utils.kernel.matvec([[D[D[D)V @ 15 | |
Event: 3487.103 Thread 0x00007f51a010b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f52297b5444 method=spec.benchmarks.scimark.utils.kernel.matvec([[D[D[D)V @ 15 | |
Event: 3487.103 Thread 0x00007f51a00bc000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f52297b5444 method=spec.benchmarks.scimark.utils.kernel.matvec([[D[D[D)V @ 15 | |
Event: 3487.103 Thread 0x00007f51a003f800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f52297b5444 method=spec.benchmarks.scimark.utils.kernel.matvec([[D[D[D)V @ 15 | |
Event: 3487.103 Thread 0x00007f51a01f6000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f52297b5444 method=spec.benchmarks.scimark.utils.kernel.matvec([[D[D[D)V @ 15 | |
Event: 3487.103 Thread 0x00007f51a035f800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f52297b5444 method=spec.benchmarks.scimark.utils.kernel.matvec([[D[D[D)V @ 15 | |
Event: 3503.742 Thread 0x00007f51a01bc800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f522969b5d8 method=spec.benchmarks.scimark.lu.LU.solve([[D[I[D)V @ 116 | |
Event: 3503.744 Thread 0x00007f51a00bc000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f522969b5d8 method=spec.benchmarks.scimark.lu.LU.solve([[D[I[D)V @ 116 | |
Event: 3503.750 Thread 0x00007f51a01f6000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f522969b5d8 method=spec.benchmarks.scimark.lu.LU.solve([[D[I[D)V @ 116 | |
Internal exceptions (10 events): | |
Event: 2275.506 Thread 0x00007f5239798800 Implicit null exception at 0x00007f52283f546f to 0x00007f52283f54e1 | |
Event: 2275.863 Thread 0x00007f5239798800 Implicit null exception at 0x00007f522885ab0c to 0x00007f522885ab4d | |
Event: 2366.771 Thread 0x00007f5239798800 Implicit null exception at 0x00007f522951be3c to 0x00007f522951be9d | |
Event: 2366.864 Thread 0x00007f51a00bd800 Implicit null exception at 0x00007f52295bfc90 to 0x00007f52295bfca1 | |
Event: 2366.864 Thread 0x00007f51a00bd800 Implicit null exception at 0x00007f52285bddac to 0x00007f52285be685 | |
Event: 2366.872 Thread 0x00007f51a00bd800 Implicit null exception at 0x00007f5228549fa4 to 0x00007f522854a3a9 | |
Event: 2366.891 Thread 0x00007f51a00bd800 Implicit null exception at 0x00007f5228c8a4e8 to 0x00007f5228c8a5c1 | |
Event: 2368.863 Thread 0x00007f51a03bb000 Implicit null exception at 0x00007f5229a30093 to 0x00007f5229a32cc5 | |
Event: 2729.428 Thread 0x00007f51a01f6000 Exception <a 'java/lang/InterruptedException'> (0x00000006b512b258) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/openjdk/hotspot/src/share/vm/runtime/objectMonitor.cpp, line 1684] | |
Event: 2729.428 Thread 0x00007f51a035f800 Exception <a 'java/lang/InterruptedException'> (0x00000006b512cf00) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/openjdk/hotspot/src/share/vm/runtime/objectMonitor.cpp, line 1684] | |
Events (10 events): | |
Event: 3613.460 Thread 0x00007f51a035f800 Thread added: 0x00007f51a035f800 | |
Event: 3613.460 Thread 0x00007f51a00bc000 Thread added: 0x00007f51a00bc000 | |
Event: 3613.519 Executing VM operation: GenCollectForAllocation | |
Event: 3613.584 Executing VM operation: GenCollectForAllocation done | |
Event: 3613.584 Executing VM operation: CMS_Initial_Mark | |
Event: 3613.588 Executing VM operation: CMS_Initial_Mark done | |
Event: 3618.858 Executing VM operation: CMS_Final_Remark | |
Event: 3621.858 Executing VM operation: CMS_Final_Remark done | |
Event: 3646.667 Executing VM operation: GenCollectForAllocation | |
Event: 3646.752 Executing VM operation: GenCollectForAllocation done | |
Dynamic libraries: | |
00400000-00401000 r-xp 00000000 fd:00 1108001 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/bin/java | |
00600000-00601000 r--p 00000000 fd:00 1108001 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/bin/java | |
00601000-00602000 rw-p 00001000 fd:00 1108001 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/bin/java | |
01ca4000-01cc5000 rw-p 00000000 00:00 0 [heap] | |
6a6c00000-7c0240000 rw-p 00000000 00:00 0 | |
7c0240000-800000000 ---p 00000000 00:00 0 | |
7f516c000000-7f516c06f000 rw-p 00000000 00:00 0 | |
7f516c06f000-7f5170000000 ---p 00000000 00:00 0 | |
7f5170000000-7f517008b000 rw-p 00000000 00:00 0 | |
7f517008b000-7f5174000000 ---p 00000000 00:00 0 | |
7f5174000000-7f517413c000 rw-p 00000000 00:00 0 | |
7f517413c000-7f5178000000 ---p 00000000 00:00 0 | |
7f5178000000-7f517805c000 rw-p 00000000 00:00 0 | |
7f517805c000-7f517c000000 ---p 00000000 00:00 0 | |
7f517c000000-7f517c548000 rw-p 00000000 00:00 0 | |
7f517c548000-7f5180000000 ---p 00000000 00:00 0 | |
7f5180000000-7f5180407000 rw-p 00000000 00:00 0 | |
7f5180407000-7f5184000000 ---p 00000000 00:00 0 | |
7f5184000000-7f51840b0000 rw-p 00000000 00:00 0 | |
7f51840b0000-7f5188000000 ---p 00000000 00:00 0 | |
7f5188000000-7f5188125000 rw-p 00000000 00:00 0 | |
7f5188125000-7f518c000000 ---p 00000000 00:00 0 | |
7f518c000000-7f518c086000 rw-p 00000000 00:00 0 | |
7f518c086000-7f5190000000 ---p 00000000 00:00 0 | |
7f5190000000-7f51900bb000 rw-p 00000000 00:00 0 | |
7f51900bb000-7f5194000000 ---p 00000000 00:00 0 | |
7f5194000000-7f5194102000 rw-p 00000000 00:00 0 | |
7f5194102000-7f5198000000 ---p 00000000 00:00 0 | |
7f5198000000-7f5198065000 rw-p 00000000 00:00 0 | |
7f5198065000-7f519c000000 ---p 00000000 00:00 0 | |
7f519c000000-7f519c021000 rw-p 00000000 00:00 0 | |
7f519c021000-7f51a0000000 ---p 00000000 00:00 0 | |
7f51a0000000-7f51a0bf4000 rw-p 00000000 00:00 0 | |
7f51a0bf4000-7f51a4000000 ---p 00000000 00:00 0 | |
7f51a4000000-7f51a5238000 rw-p 00000000 00:00 0 | |
7f51a5238000-7f51a8000000 ---p 00000000 00:00 0 | |
7f51a8000000-7f51a8021000 rw-p 00000000 00:00 0 | |
7f51a8021000-7f51ac000000 ---p 00000000 00:00 0 | |
7f51ac000000-7f51ad8ef000 rw-p 00000000 00:00 0 | |
7f51ad8ef000-7f51b0000000 ---p 00000000 00:00 0 | |
7f51b0000000-7f51b1bce000 rw-p 00000000 00:00 0 | |
7f51b1bce000-7f51b4000000 ---p 00000000 00:00 0 | |
7f51b4000000-7f51b4021000 rw-p 00000000 00:00 0 | |
7f51b4021000-7f51b8000000 ---p 00000000 00:00 0 | |
7f51b8000000-7f51b9956000 rw-p 00000000 00:00 0 | |
7f51b9956000-7f51bc000000 ---p 00000000 00:00 0 | |
7f51bc000000-7f51bc0b8000 rw-p 00000000 00:00 0 | |
7f51bc0b8000-7f51c0000000 ---p 00000000 00:00 0 | |
7f51c0000000-7f51c0021000 rw-p 00000000 00:00 0 | |
7f51c0021000-7f51c4000000 ---p 00000000 00:00 0 | |
7f51c4000000-7f51c4021000 rw-p 00000000 00:00 0 | |
7f51c4021000-7f51c8000000 ---p 00000000 00:00 0 | |
7f51ca000000-7f51d0000000 rw-p 00000000 00:00 0 | |
7f51d0000000-7f51d0021000 rw-p 00000000 00:00 0 | |
7f51d0021000-7f51d4000000 ---p 00000000 00:00 0 | |
7f51d4000000-7f51d4021000 rw-p 00000000 00:00 0 | |
7f51d4021000-7f51d8000000 ---p 00000000 00:00 0 | |
7f51d8000000-7f51d8021000 rw-p 00000000 00:00 0 | |
7f51d8021000-7f51dc000000 ---p 00000000 00:00 0 | |
7f51dcfc1000-7f51dd041000 rw-p 00000000 00:00 0 | |
7f51dd041000-7f51dd1c1000 ---p 00000000 00:00 0 | |
7f51dd1c1000-7f51dd1c4000 ---p 00000000 00:00 0 | |
7f51dd1c4000-7f51dd2c2000 rw-p 00000000 00:00 0 [stack:4670] | |
7f51dd2c2000-7f51dd2c5000 ---p 00000000 00:00 0 | |
7f51dd2c5000-7f51dd3c3000 rw-p 00000000 00:00 0 [stack:4672] | |
7f51dd3c3000-7f51dd3c6000 ---p 00000000 00:00 0 | |
7f51dd3c6000-7f51dd6c4000 rw-p 00000000 00:00 0 | |
7f51dd6c4000-7f51dd8c4000 rw-p 00000000 00:00 0 | |
7f51dd8c4000-7f51dd8d6000 r-xp 00000000 fd:00 2149608850 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libnio.so | |
7f51dd8d6000-7f51ddad5000 ---p 00012000 fd:00 2149608850 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libnio.so | |
7f51ddad5000-7f51ddad6000 r--p 00011000 fd:00 2149608850 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libnio.so | |
7f51ddad6000-7f51ddad7000 rw-p 00012000 fd:00 2149608850 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libnio.so | |
7f51ddad7000-7f51e4000000 r--p 00000000 fd:00 897837 /usr/lib/locale/locale-archive | |
7f51e4000000-7f51e4021000 rw-p 00000000 00:00 0 | |
7f51e4021000-7f51e8000000 ---p 00000000 00:00 0 | |
7f51e8000000-7f51e8021000 rw-p 00000000 00:00 0 | |
7f51e8021000-7f51ec000000 ---p 00000000 00:00 0 | |
7f51ec000000-7f51ec19d000 rw-p 00000000 00:00 0 | |
7f51ec19d000-7f51f0000000 ---p 00000000 00:00 0 | |
7f51f0032000-7f51f0035000 ---p 00000000 00:00 0 | |
7f51f0035000-7f51f0133000 rw-p 00000000 00:00 0 | |
7f51f0133000-7f51f014a000 r-xp 00000000 fd:00 2149608849 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libnet.so | |
7f51f014a000-7f51f0349000 ---p 00017000 fd:00 2149608849 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libnet.so | |
7f51f0349000-7f51f034a000 r--p 00016000 fd:00 2149608849 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libnet.so | |
7f51f034a000-7f51f034b000 rw-p 00017000 fd:00 2149608849 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libnet.so | |
7f51f034b000-7f51f054b000 rw-p 00000000 00:00 0 | |
7f51f054b000-7f51f074b000 rw-p 00000000 00:00 0 | |
7f51f074b000-7f51f07c4000 r-xp 00000000 fd:00 28044 /usr/lib64/libfreeblpriv3.so | |
7f51f07c4000-7f51f09c3000 ---p 00079000 fd:00 28044 /usr/lib64/libfreeblpriv3.so | |
7f51f09c3000-7f51f09c5000 r--p 00078000 fd:00 28044 /usr/lib64/libfreeblpriv3.so | |
7f51f09c5000-7f51f09c6000 rw-p 0007a000 fd:00 28044 /usr/lib64/libfreeblpriv3.so | |
7f51f09c6000-7f51f09ca000 rw-p 00000000 00:00 0 | |
7f51f09ca000-7f51f0a04000 r-xp 00000000 fd:00 646040 /usr/lib64/libnspr4.so | |
7f51f0a04000-7f51f0c03000 ---p 0003a000 fd:00 646040 /usr/lib64/libnspr4.so | |
7f51f0c03000-7f51f0c04000 r--p 00039000 fd:00 646040 /usr/lib64/libnspr4.so | |
7f51f0c04000-7f51f0c06000 rw-p 0003a000 fd:00 646040 /usr/lib64/libnspr4.so | |
7f51f0c06000-7f51f0c08000 rw-p 00000000 00:00 0 | |
7f51f0c08000-7f51f0c0c000 r-xp 00000000 fd:00 192296 /usr/lib64/libplc4.so | |
7f51f0c0c000-7f51f0e0b000 ---p 00004000 fd:00 192296 /usr/lib64/libplc4.so | |
7f51f0e0b000-7f51f0e0c000 r--p 00003000 fd:00 192296 /usr/lib64/libplc4.so | |
7f51f0e0c000-7f51f0e0d000 rw-p 00004000 fd:00 192296 /usr/lib64/libplc4.so | |
7f51f0e0d000-7f51f0e10000 r-xp 00000000 fd:00 192298 /usr/lib64/libplds4.so | |
7f51f0e10000-7f51f100f000 ---p 00003000 fd:00 192298 /usr/lib64/libplds4.so | |
7f51f100f000-7f51f1010000 r--p 00002000 fd:00 192298 /usr/lib64/libplds4.so | |
7f51f1010000-7f51f1011000 rw-p 00003000 fd:00 192298 /usr/lib64/libplds4.so | |
7f51f1011000-7f51f1037000 r-xp 00000000 fd:00 1378740 /usr/lib64/libnssutil3.so | |
7f51f1037000-7f51f1236000 ---p 00026000 fd:00 1378740 /usr/lib64/libnssutil3.so | |
7f51f1236000-7f51f123d000 r--p 00025000 fd:00 1378740 /usr/lib64/libnssutil3.so | |
7f51f123d000-7f51f123e000 rw-p 0002c000 fd:00 1378740 /usr/lib64/libnssutil3.so | |
7f51f123e000-7f51f135f000 r-xp 00000000 fd:00 1050208 /usr/lib64/libnss3.so | |
7f51f135f000-7f51f155f000 ---p 00121000 fd:00 1050208 /usr/lib64/libnss3.so | |
7f51f155f000-7f51f1564000 r--p 00121000 fd:00 1050208 /usr/lib64/libnss3.so | |
7f51f1564000-7f51f1566000 rw-p 00126000 fd:00 1050208 /usr/lib64/libnss3.so | |
7f51f1566000-7f51f1568000 rw-p 00000000 00:00 0 | |
7f51f1568000-7f51f158c000 r-xp 00000000 fd:00 1050210 /usr/lib64/libsmime3.so | |
7f51f158c000-7f51f178b000 ---p 00024000 fd:00 1050210 /usr/lib64/libsmime3.so | |
7f51f178b000-7f51f178e000 r--p 00023000 fd:00 1050210 /usr/lib64/libsmime3.so | |
7f51f178e000-7f51f178f000 rw-p 00026000 fd:00 1050210 /usr/lib64/libsmime3.so | |
7f51f178f000-7f51f17d6000 r-xp 00000000 fd:00 1050211 /usr/lib64/libssl3.so | |
7f51f17d6000-7f51f19d5000 ---p 00047000 fd:00 1050211 /usr/lib64/libssl3.so | |
7f51f19d5000-7f51f19d9000 r--p 00046000 fd:00 1050211 /usr/lib64/libssl3.so | |
7f51f19d9000-7f51f19da000 rw-p 0004a000 fd:00 1050211 /usr/lib64/libssl3.so | |
7f51f19da000-7f51f19db000 rw-p 00000000 00:00 0 | |
7f51f19db000-7f51f19e7000 r-xp 00000000 fd:00 2149608854 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libsunec.so | |
7f51f19e7000-7f51f1be6000 ---p 0000c000 fd:00 2149608854 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libsunec.so | |
7f51f1be6000-7f51f1be7000 r--p 0000b000 fd:00 2149608854 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libsunec.so | |
7f51f1be7000-7f51f1be8000 rw-p 0000c000 fd:00 2149608854 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libsunec.so | |
7f51f1be8000-7f51f1beb000 ---p 00000000 00:00 0 | |
7f51f1beb000-7f51f1ce9000 rw-p 00000000 00:00 0 | |
7f51f1ce9000-7f51f1cec000 ---p 00000000 00:00 0 | |
7f51f1cec000-7f51f1dea000 rw-p 00000000 00:00 0 [stack:4667] | |
7f51f1dea000-7f51f1ded000 ---p 00000000 00:00 0 | |
7f51f1ded000-7f51f1eeb000 rw-p 00000000 00:00 0 [stack:4666] | |
7f51f1eeb000-7f51f1eee000 ---p 00000000 00:00 0 | |
7f51f1eee000-7f51f1fec000 rw-p 00000000 00:00 0 [stack:4673] | |
7f51f1fec000-7f51f1fef000 ---p 00000000 00:00 0 | |
7f51f1fef000-7f51f22ed000 rw-p 00000000 00:00 0 | |
7f51f22ed000-7f51f24ed000 rw-p 00000000 00:00 0 | |
7f51f24ed000-7f51f24f0000 ---p 00000000 00:00 0 | |
7f51f24f0000-7f51f25ee000 rw-p 00000000 00:00 0 [stack:4671] | |
7f51f25ee000-7f51f25f1000 ---p 00000000 00:00 0 | |
7f51f25f1000-7f51f26ef000 rw-p 00000000 00:00 0 [stack:4668] | |
7f51f26ef000-7f51f26f2000 ---p 00000000 00:00 0 | |
7f51f26f2000-7f51f27f0000 rw-p 00000000 00:00 0 [stack:4669] | |
7f51f27f0000-7f51f27f3000 ---p 00000000 00:00 0 | |
7f51f27f3000-7f51f28f1000 rw-p 00000000 00:00 0 [stack:4640] | |
7f51f28f1000-7f51f28f2000 ---p 00000000 00:00 0 | |
7f51f28f2000-7f51f29f2000 rw-p 00000000 00:00 0 [stack:2860] | |
7f51f29f2000-7f51f29f5000 ---p 00000000 00:00 0 | |
7f51f29f5000-7f51f2af3000 rw-p 00000000 00:00 0 [stack:2859] | |
7f51f2af3000-7f51f2af6000 ---p 00000000 00:00 0 | |
7f51f2af6000-7f51f2bf4000 rw-p 00000000 00:00 0 [stack:2858] | |
7f51f2bf4000-7f51f2bf7000 ---p 00000000 00:00 0 | |
7f51f2bf7000-7f51f2cf5000 rw-p 00000000 00:00 0 [stack:2857] | |
7f51f2cf5000-7f51f2cf8000 ---p 00000000 00:00 0 | |
7f51f2cf8000-7f51f2df6000 rw-p 00000000 00:00 0 [stack:2856] | |
7f51f2df6000-7f51f2df9000 ---p 00000000 00:00 0 | |
7f51f2df9000-7f51f2ef7000 rw-p 00000000 00:00 0 [stack:2855] | |
7f51f2ef7000-7f51f2efa000 ---p 00000000 00:00 0 | |
7f51f2efa000-7f51f2ff8000 rw-p 00000000 00:00 0 [stack:2854] | |
7f51f2ff8000-7f51f2ffb000 ---p 00000000 00:00 0 | |
7f51f2ffb000-7f51f30f9000 rw-p 00000000 00:00 0 [stack:2853] | |
7f51f30f9000-7f51f30fc000 ---p 00000000 00:00 0 | |
7f51f30fc000-7f51f31fa000 rw-p 00000000 00:00 0 [stack:2852] | |
7f51f31fa000-7f51f31fd000 ---p 00000000 00:00 0 | |
7f51f31fd000-7f51f32fb000 rw-p 00000000 00:00 0 [stack:2851] | |
7f51f32fb000-7f51f32fe000 ---p 00000000 00:00 0 | |
7f51f32fe000-7f51f33fc000 rw-p 00000000 00:00 0 [stack:2850] | |
7f51f33fc000-7f51f33ff000 ---p 00000000 00:00 0 | |
7f51f33ff000-7f51f34fd000 rw-p 00000000 00:00 0 [stack:2849] | |
7f51f34fd000-7f51f3500000 ---p 00000000 00:00 0 | |
7f51f3500000-7f51f35fe000 rw-p 00000000 00:00 0 [stack:2848] | |
7f51f35fe000-7f51f3601000 ---p 00000000 00:00 0 | |
7f51f3601000-7f51f36ff000 rw-p 00000000 00:00 0 [stack:2847] | |
7f51f36ff000-7f51f3702000 ---p 00000000 00:00 0 | |
7f51f3702000-7f51f4000000 rw-p 00000000 00:00 0 [stack:2846] | |
7f51f4000000-7f51f4021000 rw-p 00000000 00:00 0 | |
7f51f4021000-7f51f8000000 ---p 00000000 00:00 0 | |
7f51f8000000-7f51f8079000 rw-p 00000000 00:00 0 | |
7f51f8079000-7f51fc000000 ---p 00000000 00:00 0 | |
7f51fc000000-7f51fc021000 rw-p 00000000 00:00 0 | |
7f51fc021000-7f5200000000 ---p 00000000 00:00 0 | |
7f5200000000-7f52000ac000 rw-p 00000000 00:00 0 | |
7f52000ac000-7f5204000000 ---p 00000000 00:00 0 | |
7f52040de000-7f52040df000 ---p 00000000 00:00 0 | |
7f52040df000-7f52041df000 rw-p 00000000 00:00 0 [stack:2845] | |
7f52041df000-7f52043ad000 r--s 043e2000 fd:00 2149881218 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/rt.jar | |
7f52043ad000-7f52043ae000 ---p 00000000 00:00 0 | |
7f52043ae000-7f52044ae000 rw-p 00000000 00:00 0 [stack:2844] | |
7f52044ae000-7f52044af000 ---p 00000000 00:00 0 | |
7f52044af000-7f5208000000 rw-p 00000000 00:00 0 [stack:2843] | |
7f5208000000-7f52080d4000 rw-p 00000000 00:00 0 | |
7f52080d4000-7f520c000000 ---p 00000000 00:00 0 | |
7f520c000000-7f520c09a000 rw-p 00000000 00:00 0 | |
7f520c09a000-7f5210000000 ---p 00000000 00:00 0 | |
7f5210000000-7f5210145000 rw-p 00000000 00:00 0 | |
7f5210145000-7f5214000000 ---p 00000000 00:00 0 | |
7f5214000000-7f52140f1000 rw-p 00000000 00:00 0 | |
7f52140f1000-7f5218000000 ---p 00000000 00:00 0 | |
7f5218000000-7f52180aa000 rw-p 00000000 00:00 0 | |
7f52180aa000-7f521c000000 ---p 00000000 00:00 0 | |
7f521c000000-7f521c0a1000 rw-p 00000000 00:00 0 | |
7f521c0a1000-7f5220000000 ---p 00000000 00:00 0 | |
7f5220000000-7f52200e2000 rw-p 00000000 00:00 0 | |
7f52200e2000-7f5224000000 ---p 00000000 00:00 0 | |
7f5224099000-7f52240c1000 r--p 00000000 fd:00 3221243503 /usr/share/locale/ja/LC_MESSAGES/libc.mo | |
7f52240c1000-7f52240c4000 ---p 00000000 00:00 0 | |
7f52240c4000-7f52240fa000 rw-p 00000000 00:00 0 | |
7f52240fa000-7f52240fb000 ---p 00000000 00:00 0 | |
7f52240fb000-7f52272fa000 rw-p 00000000 00:00 0 [stack:2842] | |
7f52272fa000-7f52272fb000 rw-p 00000000 00:00 0 | |
7f52272fb000-7f52272fc000 ---p 00000000 00:00 0 | |
7f52272fc000-7f52273fc000 rw-p 00000000 00:00 0 [stack:2841] | |
7f52273fc000-7f52273fd000 ---p 00000000 00:00 0 | |
7f52273fd000-7f52274fd000 rw-p 00000000 00:00 0 [stack:2840] | |
7f52274fd000-7f52274fe000 ---p 00000000 00:00 0 | |
7f52274fe000-7f52275fe000 rw-p 00000000 00:00 0 [stack:2839] | |
7f52275fe000-7f52275ff000 ---p 00000000 00:00 0 | |
7f52275ff000-7f52276ff000 rw-p 00000000 00:00 0 [stack:2838] | |
7f52276ff000-7f5227700000 ---p 00000000 00:00 0 | |
7f5227700000-7f5227800000 rw-p 00000000 00:00 0 [stack:2837] | |
7f5227800000-7f5227801000 ---p 00000000 00:00 0 | |
7f5227801000-7f5227901000 rw-p 00000000 00:00 0 [stack:2836] | |
7f5227901000-7f5227902000 ---p 00000000 00:00 0 | |
7f5227902000-7f5227a02000 rw-p 00000000 00:00 0 [stack:2835] | |
7f5227a02000-7f5227a03000 ---p 00000000 00:00 0 | |
7f5227a03000-7f5227b79000 rw-p 00000000 00:00 0 [stack:2834] | |
7f5227b79000-7f5227ec3000 ---p 00000000 00:00 0 | |
7f5227ec3000-7f5229c13000 rwxp 00000000 00:00 0 | |
7f5229c13000-7f5236ec3000 ---p 00000000 00:00 0 | |
7f5236ec3000-7f5236ecb000 r-xp 00000000 fd:00 2149608857 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libzip.so | |
7f5236ecb000-7f52370ca000 ---p 00008000 fd:00 2149608857 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libzip.so | |
7f52370ca000-7f52370cb000 r--p 00007000 fd:00 2149608857 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libzip.so | |
7f52370cb000-7f52370cc000 rw-p 00008000 fd:00 2149608857 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libzip.so | |
7f52370cc000-7f5237614000 rw-p 00000000 00:00 0 | |
7f523761e000-7f5237631000 r--s 00346000 fd:00 2149881217 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/resources.jar | |
7f5237631000-7f523763d000 r-xp 00000000 fd:00 897849 /usr/lib64/libnss_files-2.17.so | |
7f523763d000-7f523783c000 ---p 0000c000 fd:00 897849 /usr/lib64/libnss_files-2.17.so | |
7f523783c000-7f523783d000 r--p 0000b000 fd:00 897849 /usr/lib64/libnss_files-2.17.so | |
7f523783d000-7f523783e000 rw-p 0000c000 fd:00 897849 /usr/lib64/libnss_files-2.17.so | |
7f523783e000-7f5237a44000 rw-p 00000000 00:00 0 | |
7f5237a44000-7f5237a5a000 r-xp 00000000 fd:00 479387 /usr/lib64/libtbbmalloc.so.2 | |
7f5237a5a000-7f5237c5a000 ---p 00016000 fd:00 479387 /usr/lib64/libtbbmalloc.so.2 | |
7f5237c5a000-7f5237c5b000 r--p 00016000 fd:00 479387 /usr/lib64/libtbbmalloc.so.2 | |
7f5237c5b000-7f5237c5d000 rw-p 00017000 fd:00 479387 /usr/lib64/libtbbmalloc.so.2 | |
7f5237c5d000-7f5237c7d000 rw-p 00000000 00:00 0 | |
7f5237c7d000-7f5237ddd000 r-xp 00000000 fd:00 1859041 /usr/lib64/heapstats/heapstats-engines/libheapstats-engine-avx-2.0.so | |
7f5237ddd000-7f5237fdd000 ---p 00160000 fd:00 1859041 /usr/lib64/heapstats/heapstats-engines/libheapstats-engine-avx-2.0.so | |
7f5237fdd000-7f5237ff1000 r--p 00160000 fd:00 1859041 /usr/lib64/heapstats/heapstats-engines/libheapstats-engine-avx-2.0.so | |
7f5237ff1000-7f5237ffa000 rw-p 00174000 fd:00 1859041 /usr/lib64/heapstats/heapstats-engines/libheapstats-engine-avx-2.0.so | |
7f5237ffa000-7f5238000000 rw-p 00000000 00:00 0 | |
7f5238000000-7f52397a7000 rw-p 00000000 00:00 0 | |
7f52397a7000-7f523c000000 ---p 00000000 00:00 0 | |
7f523c005000-7f523c00b000 r--s 00043000 fd:00 897832 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/ext/sunjce_provider.jar | |
7f523c00b000-7f523c012000 r--s 00000000 fd:00 1073773339 /usr/lib64/gconv/gconv-modules.cache | |
7f523c012000-7f523c015000 r--s 00018000 fd:00 2149630260 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/jce.jar | |
7f523c015000-7f523c019000 r--s 000b3000 fd:00 2149630262 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/jsse.jar | |
7f523c019000-7f523c01d000 r--s 00028000 fd:03 1610802234 /opt/SPECjvm2008_20170207/lib/Tidy.jar | |
7f523c01d000-7f523c024000 r--s 00069000 fd:03 1610802230 /opt/SPECjvm2008_20170207/lib/xom-1.1.jar | |
7f523c024000-7f523c034000 r--s 000fc000 fd:03 1610802225 /opt/SPECjvm2008_20170207/lib/javac.jar | |
7f523c034000-7f523c094000 r-xp 00000000 fd:00 131241 /usr/lib64/libpcre.so.1.2.0 | |
7f523c094000-7f523c293000 ---p 00060000 fd:00 131241 /usr/lib64/libpcre.so.1.2.0 | |
7f523c293000-7f523c294000 r--p 0005f000 fd:00 131241 /usr/lib64/libpcre.so.1.2.0 | |
7f523c294000-7f523c295000 rw-p 00060000 fd:00 131241 /usr/lib64/libpcre.so.1.2.0 | |
7f523c295000-7f523c2c5000 r-xp 00000000 fd:00 479386 /usr/lib64/libtbb.so.2 | |
7f523c2c5000-7f523c4c4000 ---p 00030000 fd:00 479386 /usr/lib64/libtbb.so.2 | |
7f523c4c4000-7f523c4c6000 r--p 0002f000 fd:00 479386 /usr/lib64/libtbb.so.2 | |
7f523c4c6000-7f523c4c8000 rw-p 00031000 fd:00 479386 /usr/lib64/libtbb.so.2 | |
7f523c4c8000-7f523c4ca000 rw-p 00000000 00:00 0 | |
7f523c4ca000-7f523c4cc000 r-xp 00000000 fd:00 3224899950 /usr/lib64/heapstats/libheapstats-2.0.so.3 | |
7f523c4cc000-7f523c6cb000 ---p 00002000 fd:00 3224899950 /usr/lib64/heapstats/libheapstats-2.0.so.3 | |
7f523c6cb000-7f523c6cc000 r--p 00001000 fd:00 3224899950 /usr/lib64/heapstats/libheapstats-2.0.so.3 | |
7f523c6cc000-7f523c6cd000 rw-p 00002000 fd:00 3224899950 /usr/lib64/heapstats/libheapstats-2.0.so.3 | |
7f523c6cd000-7f523c6fa000 r-xp 00000000 fd:00 2149608839 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libjava.so | |
7f523c6fa000-7f523c8fa000 ---p 0002d000 fd:00 2149608839 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libjava.so | |
7f523c8fa000-7f523c8fb000 r--p 0002d000 fd:00 2149608839 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libjava.so | |
7f523c8fb000-7f523c8fd000 rw-p 0002e000 fd:00 2149608839 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libjava.so | |
7f523c8fd000-7f523c90a000 r-xp 00000000 fd:00 2149608856 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libverify.so | |
7f523c90a000-7f523cb09000 ---p 0000d000 fd:00 2149608856 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libverify.so | |
7f523cb09000-7f523cb0b000 r--p 0000c000 fd:00 2149608856 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libverify.so | |
7f523cb0b000-7f523cb0c000 rw-p 0000e000 fd:00 2149608856 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/libverify.so | |
7f523cb0c000-7f523cb13000 r-xp 00000000 fd:00 105533 /usr/lib64/librt-2.17.so | |
7f523cb13000-7f523cd12000 ---p 00007000 fd:00 105533 /usr/lib64/librt-2.17.so | |
7f523cd12000-7f523cd13000 r--p 00006000 fd:00 105533 /usr/lib64/librt-2.17.so | |
7f523cd13000-7f523cd14000 rw-p 00007000 fd:00 105533 /usr/lib64/librt-2.17.so | |
7f523cd14000-7f523cd29000 r-xp 00000000 fd:00 78 /usr/lib64/libgcc_s-4.8.5-20150702.so.1 | |
7f523cd29000-7f523cf28000 ---p 00015000 fd:00 78 /usr/lib64/libgcc_s-4.8.5-20150702.so.1 | |
7f523cf28000-7f523cf29000 r--p 00014000 fd:00 78 /usr/lib64/libgcc_s-4.8.5-20150702.so.1 | |
7f523cf29000-7f523cf2a000 rw-p 00015000 fd:00 78 /usr/lib64/libgcc_s-4.8.5-20150702.so.1 | |
7f523cf2a000-7f523d02a000 r-xp 00000000 fd:00 4032 /usr/lib64/libm-2.17.so | |
7f523d02a000-7f523d22a000 ---p 00100000 fd:00 4032 /usr/lib64/libm-2.17.so | |
7f523d22a000-7f523d22b000 r--p 00100000 fd:00 4032 /usr/lib64/libm-2.17.so | |
7f523d22b000-7f523d22c000 rw-p 00101000 fd:00 4032 /usr/lib64/libm-2.17.so | |
7f523d22c000-7f523d315000 r-xp 00000000 fd:00 105584 /usr/lib64/libstdc++.so.6.0.19 | |
7f523d315000-7f523d515000 ---p 000e9000 fd:00 105584 /usr/lib64/libstdc++.so.6.0.19 | |
7f523d515000-7f523d51d000 r--p 000e9000 fd:00 105584 /usr/lib64/libstdc++.so.6.0.19 | |
7f523d51d000-7f523d51f000 rw-p 000f1000 fd:00 105584 /usr/lib64/libstdc++.so.6.0.19 | |
7f523d51f000-7f523d534000 rw-p 00000000 00:00 0 | |
7f523d534000-7f523e146000 r-xp 00000000 fd:00 1074439255 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/server/libjvm.so | |
7f523e146000-7f523e345000 ---p 00c12000 fd:00 1074439255 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/server/libjvm.so | |
7f523e345000-7f523e3cc000 r--p 00c11000 fd:00 1074439255 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/server/libjvm.so | |
7f523e3cc000-7f523e3cd000 rw-p 00c98000 fd:00 1074439255 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/server/libjvm.so | |
7f523e3cd000-7f523e3ce000 r--p 00c99000 fd:00 1074439255 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/server/libjvm.so | |
7f523e3ce000-7f523e3cf000 rw-p 00c9a000 fd:00 1074439255 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/server/libjvm.so | |
7f523e3cf000-7f523e3d3000 r--p 00c9b000 fd:00 1074439255 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/server/libjvm.so | |
7f523e3d3000-7f523e3d4000 rw-p 00c9f000 fd:00 1074439255 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/server/libjvm.so | |
7f523e3d4000-7f523e3d5000 r--p 00ca0000 fd:00 1074439255 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/server/libjvm.so | |
7f523e3d5000-7f523e3d7000 rw-p 00ca1000 fd:00 1074439255 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/server/libjvm.so | |
7f523e3d7000-7f523e3dc000 r--p 00ca3000 fd:00 1074439255 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/server/libjvm.so | |
7f523e3dc000-7f523e3de000 rw-p 00ca8000 fd:00 1074439255 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/server/libjvm.so | |
7f523e3de000-7f523e3e0000 r--p 00caa000 fd:00 1074439255 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/server/libjvm.so | |
7f523e3e0000-7f523e3e2000 rw-p 00cac000 fd:00 1074439255 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/server/libjvm.so | |
7f523e3e2000-7f523e3e4000 r--p 00cae000 fd:00 1074439255 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/server/libjvm.so | |
7f523e3e4000-7f523e40d000 rw-p 00cb0000 fd:00 1074439255 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/amd64/server/libjvm.so | |
7f523e40d000-7f523e43f000 rw-p 00000000 00:00 0 | |
7f523e43f000-7f523e5f6000 r-xp 00000000 fd:00 4024 /usr/lib64/libc-2.17.so | |
7f523e5f6000-7f523e7f5000 ---p 001b7000 fd:00 4024 /usr/lib64/libc-2.17.so | |
7f523e7f5000-7f523e7f9000 r--p 001b6000 fd:00 4024 /usr/lib64/libc-2.17.so | |
7f523e7f9000-7f523e7fb000 rw-p 001ba000 fd:00 4024 /usr/lib64/libc-2.17.so | |
7f523e7fb000-7f523e800000 rw-p 00000000 00:00 0 | |
7f523e800000-7f523e802000 r-xp 00000000 fd:00 4030 /usr/lib64/libdl-2.17.so | |
7f523e802000-7f523ea02000 ---p 00002000 fd:00 4030 /usr/lib64/libdl-2.17.so | |
7f523ea02000-7f523ea03000 r--p 00002000 fd:00 4030 /usr/lib64/libdl-2.17.so | |
7f523ea03000-7f523ea04000 rw-p 00003000 fd:00 4030 /usr/lib64/libdl-2.17.so | |
7f523ea04000-7f523ea12000 r-xp 00000000 fd:00 1074439235 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/lib/amd64/jli/libjli.so | |
7f523ea12000-7f523ec11000 ---p 0000e000 fd:00 1074439235 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/lib/amd64/jli/libjli.so | |
7f523ec11000-7f523ec12000 r--p 0000d000 fd:00 1074439235 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/lib/amd64/jli/libjli.so | |
7f523ec12000-7f523ec13000 rw-p 0000e000 fd:00 1074439235 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/lib/amd64/jli/libjli.so | |
7f523ec13000-7f523ec28000 r-xp 00000000 fd:00 131253 /usr/lib64/libz.so.1.2.7 | |
7f523ec28000-7f523ee27000 ---p 00015000 fd:00 131253 /usr/lib64/libz.so.1.2.7 | |
7f523ee27000-7f523ee28000 r--p 00014000 fd:00 131253 /usr/lib64/libz.so.1.2.7 | |
7f523ee28000-7f523ee29000 rw-p 00015000 fd:00 131253 /usr/lib64/libz.so.1.2.7 | |
7f523ee29000-7f523ee40000 r-xp 00000000 fd:00 4038 /usr/lib64/libpthread-2.17.so | |
7f523ee40000-7f523f03f000 ---p 00017000 fd:00 4038 /usr/lib64/libpthread-2.17.so | |
7f523f03f000-7f523f040000 r--p 00016000 fd:00 4038 /usr/lib64/libpthread-2.17.so | |
7f523f040000-7f523f041000 rw-p 00017000 fd:00 4038 /usr/lib64/libpthread-2.17.so | |
7f523f041000-7f523f045000 rw-p 00000000 00:00 0 | |
7f523f045000-7f523f065000 r-xp 00000000 fd:00 105529 /usr/lib64/ld-2.17.so | |
7f523f065000-7f523f066000 rw-p 00000000 00:00 0 | |
7f523f066000-7f523f067000 r--s 00007000 fd:00 897831 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/ext/sunec.jar | |
7f523f067000-7f523f072000 r--s 00063000 fd:03 1610802229 /opt/SPECjvm2008_20170207/lib/janino.jar | |
7f523f072000-7f523f078000 r--s 000d9000 fd:03 1610802224 /opt/SPECjvm2008_20170207/lib/sunflow.jar | |
7f523f078000-7f523f086000 r--s 0011f000 fd:03 1610802226 /opt/SPECjvm2008_20170207/lib/jfreechart-1.0.5.jar | |
7f523f086000-7f523f08c000 r--s 0004a000 fd:03 1610802233 /opt/SPECjvm2008_20170207/lib/jcommon-1.0.9.jar | |
7f523f08c000-7f523f08f000 r--s 00019000 fd:03 1610802228 /opt/SPECjvm2008_20170207/lib/jl1.0.jar | |
7f523f08f000-7f523f0b2000 r--s 00234000 fd:03 1610802232 /opt/SPECjvm2008_20170207/lib/derby.jar | |
7f523f0b2000-7f523f0bd000 r--s 0011c000 fd:00 897828 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/ext/localedata.jar | |
7f523f0bd000-7f523f0d9000 r--s 003b6000 fd:00 1291754 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/lib/ext/cldrdata.jar | |
7f523f0d9000-7f523f149000 rw-p 00000000 00:00 0 | |
7f523f149000-7f523f14c000 ---p 00000000 00:00 0 | |
7f523f14c000-7f523f24f000 rw-p 00000000 00:00 0 [stack:2833] | |
7f523f24f000-7f523f250000 r--s 00002000 fd:03 1610802235 /opt/SPECjvm2008_20170207/lib/check.jar | |
7f523f250000-7f523f255000 r--s 0004a000 fd:03 1074468156 /opt/SPECjvm2008_20170207/SPECjvm2008.jar | |
7f523f255000-7f523f25d000 rw-s 00000000 fd:00 3221722988 /tmp/hsperfdata_root/2832 | |
7f523f25d000-7f523f262000 rw-p 00000000 00:00 0 | |
7f523f262000-7f523f263000 r--p 00000000 00:00 0 | |
7f523f263000-7f523f264000 rw-p 00000000 00:00 0 | |
7f523f264000-7f523f265000 r--p 0001f000 fd:00 105529 /usr/lib64/ld-2.17.so | |
7f523f265000-7f523f266000 rw-p 00020000 fd:00 105529 /usr/lib64/ld-2.17.so | |
7f523f266000-7f523f267000 rw-p 00000000 00:00 0 | |
7ffd14e0f000-7ffd14e31000 rw-p 00000000 00:00 0 [stack] | |
7ffd14e50000-7ffd14e52000 r-xp 00000000 00:00 0 [vdso] | |
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] | |
VM Arguments: | |
jvm_args: -Xmn768m -Xms4500m -Xmx4500m -XX:MaxTenuringThreshold=15 -XX:+UseConcMarkSweepGC -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=80 -XX:+CMSClassUnloadingEnabled -agentlib:heapstats -XX:+PrintGCDetails -Xloggc:/opt/SPECjvm2008/results/CMS_normal_2_7_gclog.log -Dspecjvm.home.dir=/opt/SPECjvm2008 -Dspecjvm.result.dir=results -Dspec.jvm2008.report.jvm.command.line=-Xmn768m -Xms4500m -Xmx4500m -XX:MaxTenuringThreshold=15 -XX:+UseConcMarkSweepGC -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=80 -XX:+CMSClassUnloadingEnabled -agentlib:heapstats | |
java_command: /opt/SPECjvm2008/SPECjvm2008.jar -pf /root/suenaga/specjvm_autorun_webr07-webr08/runner/specjvm.properties -ja -Xmn768m -Xms4500m -Xmx4500m -XX:MaxTenuringThreshold=15 -XX:+UseConcMarkSweepGC -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=80 -XX:+CMSClassUnloadingEnabled -agentlib:heapstats -pja --peak | |
java_class_path (initial): /opt/SPECjvm2008/SPECjvm2008.jar | |
Launcher Type: SUN_STANDARD | |
Environment Variables: | |
JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk | |
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin | |
SHELL=/bin/bash | |
Signal Handlers: | |
SIGSEGV: [libjvm.so+0xa15d20], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO | |
SIGBUS: [libjvm.so+0xa15d20], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO | |
SIGFPE: [libjvm.so+0x871070], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO | |
SIGPIPE: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none | |
SIGXFSZ: [libjvm.so+0x871070], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO | |
SIGILL: [libjvm.so+0x871070], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO | |
SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none | |
SIGUSR2: [libheapstats-engine-avx-2.0.so+0x67790], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO | |
SIGHUP: [libheapstats-engine-avx-2.0.so+0x67790], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO | |
SIGINT: [libjvm.so+0x871130], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO | |
SIGTERM: [libjvm.so+0x871130], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO | |
SIGQUIT: [libjvm.so+0x871130], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO | |
--------------- S Y S T E M --------------- | |
OS:Red Hat Enterprise Linux Server release 7.3 (Maipo) | |
uname:Linux 3.10.0-514.21.1.el7.x86_64 #1 SMP Sat Apr 22 02:41:35 EDT 2017 x86_64 | |
libc:glibc 2.17 NPTL 2.17 | |
rlimit: STACK 8192k, CORE infinity, NPROC 513306, NOFILE 4096, AS infinity | |
load average:7.95 7.96 7.71 | |
/proc/meminfo: | |
MemTotal: 131601852 kB | |
MemFree: 124981804 kB | |
MemAvailable: 124769312 kB | |
Buffers: 1088 kB | |
Cached: 487552 kB | |
SwapCached: 0 kB | |
Active: 5330560 kB | |
Inactive: 344992 kB | |
Active(anon): 5187932 kB | |
Inactive(anon): 8400 kB | |
Active(file): 142628 kB | |
Inactive(file): 336592 kB | |
Unevictable: 0 kB | |
Mlocked: 0 kB | |
SwapTotal: 32767996 kB | |
SwapFree: 32767996 kB | |
Dirty: 40 kB | |
Writeback: 0 kB | |
AnonPages: 5187184 kB | |
Mapped: 106056 kB | |
Shmem: 9420 kB | |
Slab: 85336 kB | |
SReclaimable: 35832 kB | |
SUnreclaim: 49504 kB | |
KernelStack: 6672 kB | |
PageTables: 24744 kB | |
NFS_Unstable: 0 kB | |
Bounce: 0 kB | |
WritebackTmp: 0 kB | |
CommitLimit: 98568920 kB | |
Committed_AS: 6703144 kB | |
VmallocTotal: 34359738367 kB | |
VmallocUsed: 489432 kB | |
VmallocChunk: 34358947836 kB | |
HardwareCorrupted: 0 kB | |
AnonHugePages: 4995072 kB | |
HugePages_Total: 0 | |
HugePages_Free: 0 | |
HugePages_Rsvd: 0 | |
HugePages_Surp: 0 | |
Hugepagesize: 2048 kB | |
DirectMap4k: 160252 kB | |
DirectMap2M: 4818944 kB | |
DirectMap1G: 131072000 kB | |
CPU:total 8 (initial active 8) (8 cores per cpu, 1 threads per core) family 6 model 79 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, rtm, 3dnowpref, lzcnt, tsc, tscinvbit, bmi1, bmi2, adx | |
/proc/cpuinfo: | |
processor : 0 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 79 | |
model name : Intel(R) Xeon(R) CPU E5-2609 v4 @ 1.70GHz | |
stepping : 1 | |
microcode : 0xb00001e | |
cpu MHz : 1700.000 | |
cache size : 20480 KB | |
physical id : 0 | |
siblings : 8 | |
core id : 0 | |
cpu cores : 8 | |
apicid : 0 | |
initial apicid : 0 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 20 | |
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch arat epb pln pts dtherm intel_pt tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdseed adx smap xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local | |
bogomips : 3395.70 | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 46 bits physical, 48 bits virtual | |
power management: | |
processor : 1 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 79 | |
model name : Intel(R) Xeon(R) CPU E5-2609 v4 @ 1.70GHz | |
stepping : 1 | |
microcode : 0xb00001e | |
cpu MHz : 1700.000 | |
cache size : 20480 KB | |
physical id : 0 | |
siblings : 8 | |
core id : 2 | |
cpu cores : 8 | |
apicid : 4 | |
initial apicid : 4 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 20 | |
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch arat epb pln pts dtherm intel_pt tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdseed adx smap xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local | |
bogomips : 3395.70 | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 46 bits physical, 48 bits virtual | |
power management: | |
processor : 2 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 79 | |
model name : Intel(R) Xeon(R) CPU E5-2609 v4 @ 1.70GHz | |
stepping : 1 | |
microcode : 0xb00001e | |
cpu MHz : 1700.000 | |
cache size : 20480 KB | |
physical id : 0 | |
siblings : 8 | |
core id : 4 | |
cpu cores : 8 | |
apicid : 8 | |
initial apicid : 8 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 20 | |
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch arat epb pln pts dtherm intel_pt tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdseed adx smap xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local | |
bogomips : 3395.70 | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 46 bits physical, 48 bits virtual | |
power management: | |
processor : 3 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 79 | |
model name : Intel(R) Xeon(R) CPU E5-2609 v4 @ 1.70GHz | |
stepping : 1 | |
microcode : 0xb00001e | |
cpu MHz : 1700.000 | |
cache size : 20480 KB | |
physical id : 0 | |
siblings : 8 | |
core id : 6 | |
cpu cores : 8 | |
apicid : 12 | |
initial apicid : 12 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 20 | |
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch arat epb pln pts dtherm intel_pt tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdseed adx smap xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local | |
bogomips : 3395.70 | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 46 bits physical, 48 bits virtual | |
power management: | |
processor : 4 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 79 | |
model name : Intel(R) Xeon(R) CPU E5-2609 v4 @ 1.70GHz | |
stepping : 1 | |
microcode : 0xb00001e | |
cpu MHz : 1700.000 | |
cache size : 20480 KB | |
physical id : 0 | |
siblings : 8 | |
core id : 1 | |
cpu cores : 8 | |
apicid : 2 | |
initial apicid : 2 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 20 | |
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch arat epb pln pts dtherm intel_pt tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdseed adx smap xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local | |
bogomips : 3395.70 | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 46 bits physical, 48 bits virtual | |
power management: | |
processor : 5 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 79 | |
model name : Intel(R) Xeon(R) CPU E5-2609 v4 @ 1.70GHz | |
stepping : 1 | |
microcode : 0xb00001e | |
cpu MHz : 1700.000 | |
cache size : 20480 KB | |
physical id : 0 | |
siblings : 8 | |
core id : 3 | |
cpu cores : 8 | |
apicid : 6 | |
initial apicid : 6 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 20 | |
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch arat epb pln pts dtherm intel_pt tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdseed adx smap xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local | |
bogomips : 3395.70 | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 46 bits physical, 48 bits virtual | |
power management: | |
processor : 6 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 79 | |
model name : Intel(R) Xeon(R) CPU E5-2609 v4 @ 1.70GHz | |
stepping : 1 | |
microcode : 0xb00001e | |
cpu MHz : 1700.000 | |
cache size : 20480 KB | |
physical id : 0 | |
siblings : 8 | |
core id : 5 | |
cpu cores : 8 | |
apicid : 10 | |
initial apicid : 10 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 20 | |
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch arat epb pln pts dtherm intel_pt tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdseed adx smap xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local | |
bogomips : 3395.70 | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 46 bits physical, 48 bits virtual | |
power management: | |
processor : 7 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 79 | |
model name : Intel(R) Xeon(R) CPU E5-2609 v4 @ 1.70GHz | |
stepping : 1 | |
microcode : 0xb00001e | |
cpu MHz : 1700.000 | |
cache size : 20480 KB | |
physical id : 0 | |
siblings : 8 | |
core id : 7 | |
cpu cores : 8 | |
apicid : 14 | |
initial apicid : 14 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 20 | |
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch arat epb pln pts dtherm intel_pt tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdseed adx smap xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local | |
bogomips : 3395.70 | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 46 bits physical, 48 bits virtual | |
power management: | |
Memory: 4k page, physical 131601852k(124981804k free), swap 32767996k(32767996k free) | |
vm_info: OpenJDK 64-Bit Server VM (25.131-b12) for linux-amd64 JRE (1.8.0_131-b12), built on May 9 2017 21:36:32 by "mockbuild" with gcc 4.8.5 20150623 (Red Hat 4.8.5-11) | |
time: Wed Jul 5 05:55:59 2017 | |
elapsed time: 3646 seconds (0d 1h 0m 46s) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment