JDK-8041984 : CompilerThread seems to occupy all CPU in a very rare situation
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 7u55,8u40,9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux_ubuntu
  • CPU: x86
  • Submitted: 2014-04-24
  • Updated: 2019-09-13
  • Resolved: 2014-10-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8 JDK 9
7u80Fixed 8u40Fixed 9 b40Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Description
FULL PRODUCT VERSION :
java version "1.7.0_51"
OpenJDK Runtime Environment (IcedTea 2.4.4) (7u51-2.4.4-0ubuntu0.12.04.2)
OpenJDK Server VM (build 24.45-b08, mixed mode)


FULL OS VERSION :
I'm on Ubuntu 12.04 with 3.2.0-60-generic-pae

A DESCRIPTION OF THE PROBLEM :
My program GraphHopper is a core and a server side component. Under rare circumstances my system reports over 100% or sometimes even 200% CPU usage, although the server is IDLE and gets no requests.

I can reproduce it on jdk7_51, jdk7_55 and jdk8_5 but I cannot reproduce in jdk1.6.0_45! So when using jdk6 everything is the same but CPU usage is 0%!

There further are indications that this is a JVM bug as it only occurs with this particular map and the current thread is a compiler one although bigger maps which requires more RAM run without a problem. I cannot reproduce this on command line, only in NetBeans where I tested 7.2, 7.4 and 8. 

Additionally I can reproduce this on a Mac 10.6.8 with NetBeans 7.2.1 and jdk8 (extracted the Contents from the pkg file to install it on the system)

THE PROBLEM WAS REPRODUCIBLE WITH -Xint FLAG: Did not try

THE PROBLEM WAS REPRODUCIBLE WITH -server FLAG: Yes

REGRESSION.  Last worked in version 6u45

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Get the prepared package from Github: https://github.com/karussell/graphhopper/, then checkout the branch 'bug187'
2. Open the core and the web project under NetBeans 8 and make sure you use jdk8 or jdk7
3. Now right click GraphHopper (core) and click Build
4. Now right click GraphHopper Web (web) and click Run, then GraphHopper says 'Started server at HTTP 8900' and it should be IDLE but it is not!

To retry with other settings you need to delete the created folder: rm -rf map.osm-gh 
Then e.g. select jdk7 and retry (step 4) => 100% CPU usage will appear. Then again remove the folder and retry with jdk6 => 0% CPU usage

Because if you don't delete it will just load the data from disk instead of reparsing the OSM data.

EXPECTED VERSUS ACTUAL BEHAVIOR :
When the program says 'Started server at HTTP 8900' it should be IDLE and not use >100% of the CPU.
ERROR MESSAGES/STACK TRACES THAT OCCUR :
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 536870920 bytes for Chunk::new
# Possible reasons:
#   The system is out of physical RAM or swap space
#   In 32 bit mode, the process size limit was hit
# Possible solutions:
#   Reduce memory load on the system
#   Increase physical memory or swap space
#   Check if swap backing store is full
#   Use 64 bit Java on a 64 bit OS
#   Decrease Java heap size (-Xmx/-Xms)
#   Decrease number of Java threads
#   Decrease Java thread stack sizes (-Xss)
#   Set larger code cache with -XX:ReservedCodeCacheSize=
# This output file may be truncated or incomplete.
#
#  Out of Memory Error (allocation.cpp:323), pid=15166, tid=1831254848
#
# JRE version: Java(TM) SE Runtime Environment (7.0_55-b13) (build 1.7.0_55-b13)
# Java VM: Java HotSpot(TM) Server VM (24.55-b03 mixed mode linux-x86 )
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#

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

Current thread (0x6d725800):  JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=15177, stack(0x6d1eb000,0x6d26c000)]

Stack: [0x6d1eb000,0x6d26c000],  sp=0x6d2694d0,  free space=505k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0x7dcc36]  VMError::report_and_die()+0x1a6
V  [libjvm.so+0x33a652]  report_vm_out_of_memory(char const*, int, unsigned int, char const*)+0x72
V  [libjvm.so+0x18b6c5]  Chunk::operator new(unsigned int, AllocFailStrategy::AllocFailEnum, unsigned int)+0x105
V  [libjvm.so+0x18c1fc]  Arena::grow(unsigned int, AllocFailStrategy::AllocFailEnum)+0x2c
V  [libjvm.so+0x6f6184]  resource_allocate_bytes(unsigned int, AllocFailStrategy::AllocFailEnum)+0x64
V  [libjvm.so+0x4264fa]  GenericGrowableArray::raw_allocate(int)+0xea
V  [libjvm.so+0x3b4123]  GrowableArray<PointsToNode*>::append(PointsToNode* const&)+0x63
V  [libjvm.so+0x3b11f2]  ConnectionGraph::add_field_uses_to_worklist(FieldNode*)+0x312
V  [libjvm.so+0x3b236e]  ConnectionGraph::add_java_object_edges(JavaObjectNode*, bool)+0x67e
V  [libjvm.so+0x3b2657]  ConnectionGraph::complete_connection_graph(GrowableArray<PointsToNode*>&, GrowableArray<JavaObjectNode*>&, GrowableArray<JavaObjectNode*>&, GrowableArray<FieldNode*>&)+0x257
V  [libjvm.so+0x3b2e67]  ConnectionGraph::compute_escape()+0x6e7
V  [libjvm.so+0x3b3ce3]  ConnectionGraph::do_analysis(Compile*, PhaseIterGVN*)+0xf3
V  [libjvm.so+0x2f3311]  Compile::Optimize()+0x531
V  [libjvm.so+0x2f641d]  Compile::Compile(ciEnv*, C2Compiler*, ciMethod*, int, bool, bool)+0x10ad
V  [libjvm.so+0x269e6f]  C2Compiler::compile_method(ciEnv*, ciMethod*, int)+0x19f
V  [libjvm.so+0x2fc9c5]  CompileBroker::invoke_compiler_on_method(CompileTask*)+0x345
V  [libjvm.so+0x2fd81f]  CompileBroker::compiler_thread_loop()+0x42f
V  [libjvm.so+0x791d18]  compiler_thread_entry(JavaThread*, Thread*)+0x18
V  [libjvm.so+0x799849]  JavaThread::thread_main_inner()+0x109
V  [libjvm.so+0x7999a3]  JavaThread::run()+0x123
V  [libjvm.so+0x67e479]  java_start(Thread*)+0x119
C  [libpthread.so.0+0x6d4c]  start_thread+0xcc


Current CompileTask:
C2: 203099  168             com.graphhopper.reader.OSMReader::prepareHighwayNode (50 bytes)


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

Java Threads: ( => current thread )
  0xb6608400 JavaThread "DestroyJavaVM" [_thread_blocked, id=15170, stack(0xb67ef000,0xb6840000)]
  0x63579800 JavaThread "qtp20229324-19" [_thread_blocked, id=15194, stack(0x6846b000,0x684bc000)]
  0x63577c00 JavaThread "qtp20229324-18" [_thread_blocked, id=15193, stack(0x684bc000,0x6850d000)]
  0x63576400 JavaThread "qtp20229324-17" [_thread_blocked, id=15192, stack(0x6850d000,0x6855e000)]
  0x63574c00 JavaThread "qtp20229324-16" [_thread_blocked, id=15191, stack(0x6855e000,0x685af000)]
  0x63573000 JavaThread "qtp20229324-15" [_thread_blocked, id=15190, stack(0x68704000,0x68755000)]
  0x63571800 JavaThread "qtp20229324-14" [_thread_blocked, id=15189, stack(0x68755000,0x687a6000)]
  0x63570000 JavaThread "qtp20229324-13 Acceptor0 SelectChannelConnector@0.0.0.0:8900" [_thread_in_native, id=15188, stack(0x687a6000,0x687f7000)]
  0x6356e800 JavaThread "qtp20229324-12 Selector0" [_thread_in_native, id=15187, stack(0x6c52c000,0x6c57d000)]
  0x6ce39400 JavaThread "com.google.inject.internal.util.$Finalizer" daemon [_thread_blocked, id=15186, stack(0x685af000,0x68600000)]
  0x6cf99400 JavaThread "AsyncAppender-Dispatcher-Thread-0" daemon [_thread_blocked, id=15181, stack(0x6d047000,0x6d098000)]
  0x6d729400 JavaThread "Service Thread" daemon [_thread_blocked, id=15179, stack(0x6d119000,0x6d16a000)]
  0x6d727800 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=15178, stack(0x6d16a000,0x6d1eb000)]
=>0x6d725800 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=15177, stack(0x6d1eb000,0x6d26c000)]
  0x6d723c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=15176, stack(0x6d26c000,0x6d2bd000)]
  0x6d714000 JavaThread "Finalizer" daemon [_thread_blocked, id=15175, stack(0x6d808000,0x6d859000)]
  0x6d711800 JavaThread "Reference Handler" daemon [_thread_blocked, id=15174, stack(0x6d62e000,0x6d67f000)]

Other Threads:
  0x6d710400 VMThread [stack: 0x6d67f000,0x6d700000] [id=15173]
  0x6d72b000 WatcherThread [stack: 0x6d098000,0x6d119000] [id=15180]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 PSYoungGen      total 116224K, used 53274K [0x9e580000, 0xa64c0000, 0xb3500000)
  eden space 114944K, 46% used [0x9e580000,0xa1986b10,0xa55c0000)
  from space 1280K, 0% used [0xa6380000,0xa6380000,0xa64c0000)
  to   space 5632K, 0% used [0xa59c0000,0xa59c0000,0xa5f40000)
 ParOldGen       total 42752K, used 11780K [0x74700000, 0x770c0000, 0x9e580000)
  object space 42752K, 27% used [0x74700000,0x75281088,0x770c0000)
 PSPermGen       total 16384K, used 8894K [0x70700000, 0x71700000, 0x74700000)
  object space 16384K, 54% used [0x70700000,0x70faf988,0x71700000)

Card table byte_map: [0x704e8000,0x70700000] byte_map_base: 0x70164800

Polling page: 0xb775b000

Code Cache  [0xb35d9000, 0xb3819000, 0xb65d9000)
 total_blobs=336 nmethods=177 adapters=113 free_code_cache=48256Kb largest_free_block=49364544

Compilation events (10 events):
Event: 3,844 Thread 0x6d725800 nmethod 165 0xb36953c8 code [0xb3695500, 0xb36958fc]
Event: 3,844 Thread 0x6d725800  166             gnu.trove.list.array.TLongArrayList::ensureCapacity (46 bytes)
Event: 3,846 Thread 0x6d725800 nmethod 166 0xb368b288 code [0xb368b380, 0xb368b530]
Event: 3,846 Thread 0x6d725800  167             gnu.trove.list.array.TLongArrayList::get (24 bytes)
Event: 3,854 Thread 0x6d725800 nmethod 167 0xb3693d48 code [0xb3693e40, 0xb3693ed0]
Event: 3,854 Thread 0x6d725800  168             com.graphhopper.reader.OSMReader::prepareHighwayNode (50 bytes)
Event: 28,438 Thread 0x6d727800 nmethod 163% 0xb36aaa08 code [0xb36ab4a0, 0xb36b3400]
Event: 28,438 Thread 0x6d727800  169             com.graphhopper.coll.GHLongIntBTree::get (9 bytes)
Event: 28,445 Thread 0x6d727800 nmethod 169 0xb3685208 code [0xb3685340, 0xb368575c]
Event: 28,445 Thread 0x6d727800  170             com.graphhopper.coll.GHLongIntBTree::put (115 bytes)

GC Heap History (10 events):
Event: 17,306 GC heap before
{Heap before GC invocations=9 (full 0):
 PSYoungGen      total 134656K, used 132576K [0x9e580000, 0xa6c80000, 0xb3500000)
  eden space 131072K, 100% used [0x9e580000,0xa6580000,0xa6580000)
  from space 3584K, 41% used [0xa6900000,0xa6a78000,0xa6c80000)
  to   space 3584K, 0% used [0xa6580000,0xa6580000,0xa6900000)
 ParOldGen       total 42752K, used 3107K [0x74700000, 0x770c0000, 0x9e580000)
  object space 42752K, 7% used [0x74700000,0x74a08f30,0x770c0000)
 PSPermGen       total 16384K, used 6273K [0x70700000, 0x71700000, 0x74700000)
  object space 16384K, 38% used [0x70700000,0x70d20400,0x71700000)
Event: 17,312 GC heap after
Heap after GC invocations=9 (full 0):
 PSYoungGen      total 129024K, used 3582K [0x9e580000, 0xa6b80000, 0xb3500000)
  eden space 125440K, 0% used [0x9e580000,0x9e580000,0xa6000000)
  from space 3584K, 99% used [0xa6580000,0xa68ff8e8,0xa6900000)
  to   space 2560K, 0% used [0xa6900000,0xa6900000,0xa6b80000)
 ParOldGen       total 42752K, used 7894K [0x74700000, 0x770c0000, 0x9e580000)
  object space 42752K, 18% used [0x74700000,0x74eb5bf8,0x770c0000)
 PSPermGen       total 16384K, used 6273K [0x70700000, 0x71700000, 0x74700000)
  object space 16384K, 38% used [0x70700000,0x70d20400,0x71700000)
}
Event: 23,894 GC heap before
{Heap before GC invocations=10 (full 0):
 PSYoungGen      total 129024K, used 129022K [0x9e580000, 0xa6b80000, 0xb3500000)
  eden space 125440K, 100% used [0x9e580000,0xa6000000,0xa6000000)
  from space 3584K, 99% used [0xa6580000,0xa68ff8e8,0xa6900000)
  to   space 2560K, 0% used [0xa6900000,0xa6900000,0xa6b80000)
 ParOldGen       total 42752K, used 7894K [0x74700000, 0x770c0000, 0x9e580000)
  object space 42752K, 18% used [0x74700000,0x74eb5bf8,0x770c0000)
 PSPermGen       total 16384K, used 6273K [0x70700000, 0x71700000, 0x74700000)
  object space 16384K, 38% used [0x70700000,0x70d20610,0x71700000)
Event: 23,897 GC heap after
Heap after GC invocations=10 (full 0):
 PSYoungGen      total 122368K, used 2097K [0x9e580000, 0xa6b40000, 0xb3500000)
  eden space 120064K, 0% used [0x9e580000,0x9e580000,0xa5ac0000)
  from space 2304K, 91% used [0xa6900000,0xa6b0c6e0,0xa6b40000)
  to   space 5888K, 0% used [0xa5fc0000,0xa5fc0000,0xa6580000)
 ParOldGen       total 42752K, used 10519K [0x74700000, 0x770c0000, 0x9e580000)
  object space 42752K, 24% used [0x74700000,0x75145c18,0x770c0000)
 PSPermGen       total 16384K, used 6273K [0x70700000, 0x71700000, 0x74700000)
  object space 16384K, 38% used [0x70700000,0x70d20610,0x71700000)
}
Event: 36,524 GC heap before
{Heap before GC invocations=11 (full 0):
 PSYoungGen      total 122368K, used 122161K [0x9e580000, 0xa6b40000, 0xb3500000)
  eden space 120064K, 100% used [0x9e580000,0xa5ac0000,0xa5ac0000)
  from space 2304K, 91% used [0xa6900000,0xa6b0c6e0,0xa6b40000)
  to   space 5888K, 0% used [0xa5fc0000,0xa5fc0000,0xa6580000)
 ParOldGen       total 42752K, used 10519K [0x74700000, 0x770c0000, 0x9e580000)
  object space 42752K, 24% used [0x74700000,0x75145c18,0x770c0000)
 PSPermGen       total 16384K, used 6380K [0x70700000, 0x71700000, 0x74700000)
  object space 16384K, 38% used [0x70700000,0x70d3b0d0,0x71700000)
Event: 36,529 GC heap after
Heap after GC invocations=11 (full 0):
 PSYoungGen      total 116224K, used 1098K [0x9e580000, 0xa6940000, 0xb3500000)
  eden space 114944K, 0% used [0x9e580000,0x9e580000,0xa55c0000)
  from space 1280K, 85% used [0xa5fc0000,0xa60d29a0,0xa6100000)
  to   space 5888K, 0% used [0xa6380000,0xa6380000,0xa6940000)
 ParOldGen       total 42752K, used 12753K [0x74700000, 0x770c0000, 0x9e580000)
  object space 42752K, 29% used [0x74700000,0x753744f0,0x770c0000)
 PSPermGen       total 16384K, used 6380K [0x70700000, 0x71700000, 0x74700000)
  object space 16384K, 38% used [0x70700000,0x70d3b0d0,0x71700000)
}
Event: 40,398 GC heap before
{Heap before GC invocations=12 (full 0):
 PSYoungGen      total 116224K, used 35546K [0x9e580000, 0xa6940000, 0xb3500000)
  eden space 114944K, 29% used [0x9e580000,0xa0723ed0,0xa55c0000)
  from space 1280K, 85% used [0xa5fc0000,0xa60d29a0,0xa6100000)
  to   space 5888K, 0% used [0xa6380000,0xa6380000,0xa6940000)
 ParOldGen       total 42752K, used 12753K [0x74700000, 0x770c0000, 0x9e580000)
  object space 42752K, 29% used [0x74700000,0x753744f0,0x770c0000)
 PSPermGen       total 16384K, used 6413K [0x70700000, 0x71700000, 0x74700000)
  object space 16384K, 39% used [0x70700000,0x70d437a8,0x71700000)
Event: 40,402 GC heap after
Heap after GC invocations=12 (full 0):
 PSYoungGen      total 116224K, used 1056K [0x9e580000, 0xa64c0000, 0xb3500000)
  eden space 114944K, 0% used [0x9e580000,0x9e580000,0xa55c0000)
  from space 1280K, 82% used [0xa6380000,0xa6488010,0xa64c0000)
  to   space 5632K, 0% used [0xa59c0000,0xa59c0000,0xa5f40000)
 ParOldGen       total 42752K, used 13823K [0x74700000, 0x770c0000, 0x9e580000)
  object space 42752K, 32% used [0x74700000,0x7547fe80,0x770c0000)
 PSPermGen       total 16384K, used 6413K [0x70700000, 0x71700000, 0x74700000)
  object space 16384K, 39% used [0x70700000,0x70d437a8,0x71700000)
}
Event: 40,402 GC heap before
{Heap before GC invocations=13 (full 1):
 PSYoungGen      total 116224K, used 1056K [0x9e580000, 0xa64c0000, 0xb3500000)
  eden space 114944K, 0% used [0x9e580000,0x9e580000,0xa55c0000)
  from space 1280K, 82% used [0xa6380000,0xa6488010,0xa64c0000)
  to   space 5632K, 0% used [0xa59c0000,0xa59c0000,0xa5f40000)
 ParOldGen       total 42752K, used 13823K [0x74700000, 0x770c0000, 0x9e580000)
  object space 42752K, 32% used [0x74700000,0x7547fe80,0x770c0000)
 PSPermGen       total 16384K, used 6413K [0x70700000, 0x71700000, 0x74700000)
  object space 16384K, 39% used [0x70700000,0x70d437a8,0x71700000)
Event: 40,480 GC heap after
Heap after GC invocations=13 (full 1):
 PSYoungGen      total 116224K, used 0K [0x9e580000, 0xa64c0000, 0xb3500000)
  eden space 114944K, 0% used [0x9e580000,0x9e580000,0xa55c0000)
  from space 1280K, 0% used [0xa6380000,0xa6380000,0xa64c0000)
  to   space 5632K, 0% used [0xa59c0000,0xa59c0000,0xa5f40000)
 ParOldGen       total 42752K, used 11780K [0x74700000, 0x770c0000, 0x9e580000)
  object space 42752K, 27% used [0x74700000,0x75281088,0x770c0000)
 PSPermGen       total 16384K, used 6411K [0x70700000, 0x71700000, 0x74700000)
  object space 16384K, 39% used [0x70700000,0x70d42c10,0x71700000)
}

Deoptimization events (10 events):
Event: 9,074 Thread 0xb6608400 Uncommon trap: reason=class_check action=maybe_recompile pc=0xb368e0f4 method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Event: 9,081 Thread 0xb6608400 Uncommon trap: reason=class_check action=maybe_recompile pc=0xb368e0f4 method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Event: 9,081 Thread 0xb6608400 Uncommon trap: reason=class_check action=maybe_recompile pc=0xb368e0f4 method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Event: 9,081 Thread 0xb6608400 Uncommon trap: reason=class_check action=maybe_recompile pc=0xb368e0f4 method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Event: 24,831 Thread 0xb6608400 Uncommon trap: reason=unloaded action=reinterpret pc=0xb3631f88 method=java.lang.Integer.parseInt(Ljava/lang/String;I)I @ 201
Event: 40,383 Thread 0xb6608400 Uncommon trap: reason=class_check action=maybe_recompile pc=0xb365d27c method=com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next()I @ 4
Event: 47,888 Thread 0xb6608400 Uncommon trap: reason=class_check action=maybe_recompile pc=0xb362376c method=java.util.Properties$LineReader.readLine()I @ 62
Event: 47,893 Thread 0xb6608400 Uncommon trap: reason=class_check action=maybe_recompile pc=0xb362376c method=java.util.Properties$LineReader.readLine()I @ 62
Event: 47,916 Thread 0xb6608400 Uncommon trap: reason=class_check action=maybe_recompile pc=0xb362376c method=java.util.Properties$LineReader.readLine()I @ 62
Event: 47,917 Thread 0xb6608400 Uncommon trap: reason=class_check action=maybe_recompile pc=0xb362376c method=java.util.Properties$LineReader.readLine()I @ 62

Internal exceptions (10 events):
Event: 48,239 Thread 0xb6608400 Threw 0xa136bfd8 at /HUDSON/workspace/7u-2-build-linux-i586/jdk7u55/869/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 48,240 Thread 0xb6608400 Threw 0xa1371828 at /HUDSON/workspace/7u-2-build-linux-i586/jdk7u55/869/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 48,240 Thread 0xb6608400 Threw 0xa1376180 at /HUDSON/workspace/7u-2-build-linux-i586/jdk7u55/869/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 48,241 Thread 0xb6608400 Threw 0xa137d828 at /HUDSON/workspace/7u-2-build-linux-i586/jdk7u55/869/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 48,250 Thread 0xb6608400 Threw 0xa13841e0 at /HUDSON/workspace/7u-2-build-linux-i586/jdk7u55/869/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 48,253 Thread 0xb6608400 Threw 0xa1398560 at /HUDSON/workspace/7u-2-build-linux-i586/jdk7u55/869/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 48,254 Thread 0xb6608400 Threw 0xa13a0568 at /HUDSON/workspace/7u-2-build-linux-i586/jdk7u55/869/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 48,256 Thread 0xb6608400 Threw 0xa13a89c0 at /HUDSON/workspace/7u-2-build-linux-i586/jdk7u55/869/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 48,257 Thread 0xb6608400 Threw 0xa13af3e8 at /HUDSON/workspace/7u-2-build-linux-i586/jdk7u55/869/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 48,658 Thread 0x6356e800 Threw 0xa1508078 at /HUDSON/workspace/7u-2-build-linux-i586/jdk7u55/869/hotspot/src/share/vm/prims/jvm.cpp:1244

Events (10 events):
Event: 48,263 Executing VM operation: RevokeBias
Event: 48,263 Executing VM operation: RevokeBias done
Event: 48,263 Executing VM operation: RevokeBias
Event: 48,263 Executing VM operation: RevokeBias done
Event: 48,658 loading class 0x63583da8
Event: 48,658 loading class 0x63583da8 done
Event: 48,659 loading class 0x70166e48
Event: 48,659 loading class 0x70166e48 done
Event: 48,659 loading class 0x70166e08
Event: 48,659 loading class 0x70166e08 done


Dynamic libraries:
08048000-08049000 r-xp 00000000 08:05 4368370    /home/peterk/Programme/jdk1.7.0_55/bin/java
08049000-0804a000 rw-p 00000000 08:05 4368370    /home/peterk/Programme/jdk1.7.0_55/bin/java
08b89000-09240000 rw-p 00000000 00:00 0          [heap]
0b5f5000-63400000 rw-p 00000000 00:00 0 
63400000-63429000 rw-p 00000000 00:00 0 
63429000-63500000 ---p 00000000 00:00 0 
63500000-63600000 rw-p 00000000 00:00 0 
63600000-63800000 rw-p 00000000 00:00 0 
63800000-638fe000 rw-p 00000000 00:00 0 
638fe000-63900000 ---p 00000000 00:00 0 
63900000-63a00000 rw-p 00000000 00:00 0 
63a00000-63abb000 rw-p 00000000 00:00 0 
63abb000-63b00000 ---p 00000000 00:00 0 
63c00000-63cb9000 rw-p 00000000 00:00 0 
63cb9000-63d00000 ---p 00000000 00:00 0 
63e00000-63ef9000 rw-p 00000000 00:00 0 
63ef9000-63f00000 ---p 00000000 00:00 0 
63ff9000-67ffa000 rw-p 00000000 00:00 0 
68252000-6846b000 rw-p 00000000 00:00 0 
6846b000-6846e000 ---p 00000000 00:00 0 
6846e000-684bc000 rw-p 00000000 00:00 0 
684bc000-684bf000 ---p 00000000 00:00 0 
684bf000-6850d000 rw-p 00000000 00:00 0 
6850d000-68510000 ---p 00000000 00:00 0 
68510000-6855e000 rw-p 00000000 00:00 0 
6855e000-68561000 ---p 00000000 00:00 0 
68561000-685af000 rw-p 00000000 00:00 0 
685af000-685b2000 ---p 00000000 00:00 0 
685b2000-68600000 rw-p 00000000 00:00 0 
68600000-686e9000 rw-p 00000000 00:00 0 
686e9000-68700000 ---p 00000000 00:00 0 
68704000-68707000 ---p 00000000 00:00 0 
68707000-68755000 rw-p 00000000 00:00 0 
68755000-68758000 ---p 00000000 00:00 0 
68758000-687a6000 rw-p 00000000 00:00 0 
687a6000-687a9000 ---p 00000000 00:00 0 
687a9000-6c4fc000 rw-p 00000000 00:00 0 
6c52c000-6c52f000 ---p 00000000 00:00 0 
6c52f000-6c900000 rw-p 00000000 00:00 0 
6c900000-6c9eb000 rw-p 00000000 00:00 0 
6c9eb000-6ca00000 ---p 00000000 00:00 0 
6ca00000-6cafe000 rw-p 00000000 00:00 0 
6cafe000-6cb00000 ---p 00000000 00:00 0 
6cb00000-6cbfd000 rw-p 00000000 00:00 0 
6cbfd000-6cc00000 ---p 00000000 00:00 0 
6cc00000-6cd00000 rw-p 00000000 00:00 0 
6cd00000-6ce00000 rw-p 00000000 00:00 0 
6ce00000-6cefb000 rw-p 00000000 00:00 0 
6cefb000-6cf00000 ---p 00000000 00:00 0 
6cf00000-6cfff000 rw-p 00000000 00:00 0 
6cfff000-6d000000 ---p 00000000 00:00 0 
6d031000-6d046000 r-xp 00000000 08:05 5007528    /home/peterk/Programme/jdk1.7.0_55/jre/lib/i386/libnet.so
6d046000-6d047000 rw-p 00014000 08:05 5007528    /home/peterk/Programme/jdk1.7.0_55/jre/lib/i386/libnet.so
6d047000-6d04a000 ---p 00000000 00:00 0 
6d04a000-6d098000 rw-p 00000000 00:00 0 
6d098000-6d099000 ---p 00000000 00:00 0 
6d099000-6d119000 rw-p 00000000 00:00 0 
6d119000-6d11c000 ---p 00000000 00:00 0 
6d11c000-6d16a000 rw-p 00000000 00:00 0 
6d16a000-6d16d000 ---p 00000000 00:00 0 
6d16d000-6d1eb000 rw-p 00000000 00:00 0 
6d1eb000-6d1ee000 ---p 00000000 00:00 0 
6d1ee000-6d26c000 rw-p 00000000 00:00 0 
6d26c000-6d26f000 ---p 00000000 00:00 0 
6d26f000-6d2bd000 rw-p 00000000 00:00 0 
6d2bd000-6d42e000 r--p 006e8000 08:06 922475     /usr/lib/locale/locale-archive
6d42e000-6d62e000 r--p 00000000 08:06 922475     /usr/lib/locale/locale-archive
6d62e000-6d631000 ---p 00000000 00:00 0 
6d631000-6d67f000 rw-p 00000000 00:00 0 
6d67f000-6d680000 ---p 00000000 00:00 0 
6d680000-6d700000 rw-p 00000000 00:00 0 
6d700000-6d7f9000 rw-p 00000000 00:00 0 
6d7f9000-6d800000 ---p 00000000 00:00 0 
6d808000-6d80b000 ---p 00000000 00:00 0 
6d80b000-6d8a4000 rw-p 00000000 00:00 0 
6d8a4000-6da62000 r--s 039d0000 08:05 4476892    /home/peterk/Programme/jdk1.7.0_55/jre/lib/rt.jar
6da62000-70000000 rw-p 00000000 00:00 0 
70000000-700f9000 rw-p 00000000 00:00 0 
700f9000-70100000 ---p 00000000 00:00 0 
70115000-70123000 r-xp 00000000 08:05 5007495    /home/peterk/Programme/jdk1.7.0_55/jre/lib/i386/libnio.so
70123000-70124000 rw-p 0000e000 08:05 5007495    /home/peterk/Programme/jdk1.7.0_55/jre/lib/i386/libnio.so
70124000-7017f000 rw-p 00000000 00:00 0 
7017f000-70180000 ---p 00000000 00:00 0 
70180000-70200000 rw-p 00000000 00:00 0 
70200000-7022c000 rw-p 00000000 00:00 0 
7022c000-70300000 ---p 00000000 00:00 0 
7030e000-70317000 r--s 00251000 08:05 4476931    /home/peterk/Programme/jdk1.7.0_55/jre/lib/resources.jar
70317000-70318000 ---p 00000000 00:00 0 
70318000-703ad000 rw-p 00000000 00:00 0 
703ad000-704e8000 rw-p 00000000 00:00 0 
704e8000-704f0000 rw-p 00000000 00:00 0 
704f0000-70508000 rw-p 00000000 00:00 0 
70508000-7051d000 rw-p 00000000 00:00 0 
7051d000-70657000 rw-p 00000000 00:00 0 
70657000-70697000 rw-p 00000000 00:00 0 
70697000-7069b000 ---p 00000000 00:00 0 
7069b000-706ff000 rw-p 00000000 00:00 0 
706ff000-71700000 rw-p 00000000 00:00 0 
71700000-74700000 rw-p 00000000 00:00 0 
74700000-770c0000 rw-p 00000000 00:00 0 
770c0000-9e580000 rw-p 00000000 00:00 0 
9e580000-a64c0000 rw-p 00000000 00:00 0 
a64c0000-a6c80000 ---p 00000000 00:00 0 
a6c80000-b3500000 rw-p 00000000 00:00 0 
b3501000-b3503000 r--s 00014000 08:05 525827     /home/peterk/.m2/repository/org/eclipse/jetty/jetty-security/8.1.14.v20131031/jetty-security-8.1.14.v20131031.jar
b3503000-b3505000 r--s 00017000 08:05 525826     /home/peterk/.m2/repository/org/eclipse/jetty/jetty-servlet/8.1.14.v20131031/jetty-servlet-8.1.14.v20131031.jar
b3505000-b3508000 r--s 00017000 08:05 1319920    /home/peterk/.m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/jetty-io-8.1.14.v20131031.jar
b3508000-b350a000 r--s 00016000 08:05 1318763    /home/peterk/.m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/jetty-http-8.1.14.v20131031.jar
b350a000-b350c000 r--s 00019000 08:05 4476907    /home/peterk/Programme/jdk1.7.0_55/jre/lib/jce.jar
b350c000-b3510000 r--s 0008a000 08:05 4476902    /home/peterk/Programme/jdk1.7.0_55/jre/lib/jsse.jar
b3510000-b3513000 r--s 0002e000 08:05 1312975    /home/peterk/.m2/repository/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.jar
b3513000-b3519000 r--s 00052000 08:05 1318758    /home/peterk/.m2/repository/org/eclipse/jetty/jetty-server/8.1.14.v20131031/jetty-server-8.1.14.v20131031.jar
b3519000-b3522000 rw-p 00000000 00:00 0 
b3522000-b35d9000 rw-p 00000000 00:00 0 
b35d9000-b3819000 rwxp 00000000 00:00 0 
b3819000-b65d9000 rw-p 00000000 00:00 0 
b65d9000-b65e0000 r-xp 00000000 08:06 672985     /lib/i386-linux-gnu/libnss_compat-2.15.so
b65e0000-b65e1000 r--p 00006000 08:06 672985     /lib/i386-linux-gnu/libnss_compat-2.15.so
b65e1000-b65e2000 rw-p 00007000 08:06 672985     /lib/i386-linux-gnu/libnss_compat-2.15.so
b65e2000-b65e3000 rw-p 00000000 00:00 0 
b65e3000-b65e8000 r--s 00042000 08:05 1319922    /home/peterk/.m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/jetty-util-8.1.14.v20131031.jar
b65e8000-b65ea000 r--s 00001000 08:05 5510897    /home/peterk/.m2/repository/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar
b65ea000-b65ec000 r--s 00006000 08:05 5510896    /home/peterk/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
b65ec000-b65ee000 r--s 0000e000 08:05 2490460    /home/peterk/.m2/repository/com/google/inject/extensions/guice-servlet/3.0/guice-servlet-3.0.jar
b65ee000-b65f0000 r--s 00000000 08:05 393973     /home/peterk/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
b65f0000-b65f1000 r--s 00000000 08:05 393965     /home/peterk/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar
b65f1000-b6600000 r--s 0009f000 08:05 2490459    /home/peterk/.m2/repository/com/google/inject/guice/3.0/guice-3.0.jar
b6600000-b66f4000 rw-p 00000000 00:00 0 
b66f4000-b6700000 ---p 00000000 00:00 0 
b6700000-b6701000 rw-p 00000000 00:00 0 
b6701000-b6703000 r--s 00014000 08:05 1330206    /home/peterk/.m2/repository/org/eclipse/jetty/jetty-client/8.1.14.v20131031/jetty-client-8.1.14.v20131031.jar
b6703000-b672b000 r--s 00241000 08:05 5508028    /home/peterk/.m2/repository/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar
b672b000-b674d000 rw-p 00000000 00:00 0 
b674d000-b6765000 rw-p 00000000 00:00 0 
b6765000-b677c000 r-xp 00000000 08:05 5007515    /home/peterk/Programme/jdk1.7.0_55/jre/lib/i386/libzip.so
b677c000-b677d000 rw-p 00017000 08:05 5007515    /home/peterk/Programme/jdk1.7.0_55/jre/lib/i386/libzip.so
b677d000-b6788000 r-xp 00000000 08:06 672984     /lib/i386-linux-gnu/libnss_files-2.15.so
b6788000-b6789000 r--p 0000a000 08:06 672984     /lib/i386-linux-gnu/libnss_files-2.15.so
b6789000-b678a000 rw-p 0000b000 08:06 672984     /lib/i386-linux-gnu/libnss_files-2.15.so
b678a000-b678c000 r--s 00004000 08:05 1318761    /home/peterk/.m2/repository/org/eclipse/jetty/jetty-continuation/8.1.14.v20131031/jetty-continuation-8.1.14.v20131031.jar
b678c000-b678f000 r--s 00015000 08:05 525825     /home/peterk/.m2/repository/org/eclipse/jetty/jetty-servlets/8.1.14.v20131031/jetty-servlets-8.1.14.v20131031.jar
b678f000-b6798000 r--s 0006f000 08:05 5638786    /home/peterk/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar
b6798000-b67a0000 r--s 0007b000 08:05 2624005    /home/peterk/.m2/repository/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.jar
b67a0000-b67a8000 rw-s 00000000 08:06 135579     /tmp/hsperfdata_peterk/15166
b67a8000-b67be000 r-xp 00000000 08:06 672970     /lib/i386-linux-gnu/libnsl-2.15.so
b67be000-b67bf000 r--p 00015000 08:06 672970     /lib/i386-linux-gnu/libnsl-2.15.so
b67bf000-b67c0000 rw-p 00016000 08:06 672970     /lib/i386-linux-gnu/libnsl-2.15.so
b67c0000-b67c2000 rw-p 00000000 00:00 0 
b67c2000-b67e5000 r-xp 00000000 08:05 5007485    /home/peterk/Programme/jdk1.7.0_55/jre/lib/i386/libjava.so
b67e5000-b67e6000 rw-p 00022000 08:05 5007485    /home/peterk/Programme/jdk1.7.0_55/jre/lib/i386/libjava.so
b67e6000-b67ed000 r-xp 00000000 08:06 672978     /lib/i386-linux-gnu/librt-2.15.so
b67ed000-b67ee000 r--p 00006000 08:06 672978     /lib/i386-linux-gnu/librt-2.15.so
b67ee000-b67ef000 rw-p 00007000 08:06 672978     /lib/i386-linux-gnu/librt-2.15.so
b67ef000-b67f2000 ---p 00000000 00:00 0 
b67f2000-b6840000 rw-p 00000000 00:00 0 
b6840000-b686a000 r-xp 00000000 08:06 672982     /lib/i386-linux-gnu/libm-2.15.so
b686a000-b686b000 r--p 00029000 08:06 672982     /lib/i386-linux-gnu/libm-2.15.so
b686b000-b686c000 rw-p 0002a000 08:06 672982     /lib/i386-linux-gnu/libm-2.15.so
b686c000-b70e3000 r-xp 00000000 08:05 5007524    /home/peterk/Programme/jdk1.7.0_55/jre/lib/i386/server/libjvm.so
b70e3000-b7147000 rw-p 00877000 08:05 5007524    /home/peterk/Programme/jdk1.7.0_55/jre/lib/i386/server/libjvm.so
b7147000-b756b000 rw-p 00000000 00:00 0 
b756b000-b770f000 r-xp 00000000 08:06 672987     /lib/i386-linux-gnu/libc-2.15.so
b770f000-b7711000 r--p 001a4000 08:06 672987     /lib/i386-linux-gnu/libc-2.15.so
b7711000-b7712000 rw-p 001a6000 08:06 672987     /lib/i386-linux-gnu/libc-2.15.so
b7712000-b7715000 rw-p 00000000 00:00 0 
b7715000-b7718000 r-xp 00000000 08:06 672986     /lib/i386-linux-gnu/libdl-2.15.so
b7718000-b7719000 r--p 00002000 08:06 672986     /lib/i386-linux-gnu/libdl-2.15.so
b7719000-b771a000 rw-p 00003000 08:06 672986     /lib/i386-linux-gnu/libdl-2.15.so
b771a000-b772d000 r-xp 00000000 08:05 5387009    /home/peterk/Programme/jdk1.7.0_55/lib/i386/jli/libjli.so
b772d000-b772e000 rw-p 00012000 08:05 5387009    /home/peterk/Programme/jdk1.7.0_55/lib/i386/jli/libjli.so
b772e000-b772f000 rw-p 00000000 00:00 0 
b772f000-b7746000 r-xp 00000000 08:06 672976     /lib/i386-linux-gnu/libpthread-2.15.so
b7746000-b7747000 r--p 00016000 08:06 672976     /lib/i386-linux-gnu/libpthread-2.15.so
b7747000-b7748000 rw-p 00017000 08:06 672976     /lib/i386-linux-gnu/libpthread-2.15.so
b7748000-b774a000 rw-p 00000000 00:00 0 
b774a000-b774b000 r--s 0000f000 08:05 5648637    /home/peterk/.m2/repository/org/json/json/20140107/json-20140107.jar
b774b000-b774e000 r--s 00022000 08:05 5767853    /home/peterk/.m2/repository/org/openstreetmap/osmosis/osmosis-osm-binary/0.43.1/osmosis-osm-binary-0.43.1.jar
b774e000-b7758000 r-xp 00000000 08:06 672983     /lib/i386-linux-gnu/libnss_nis-2.15.so
b7758000-b7759000 r--p 00009000 08:06 672983     /lib/i386-linux-gnu/libnss_nis-2.15.so
b7759000-b775a000 rw-p 0000a000 08:06 672983     /lib/i386-linux-gnu/libnss_nis-2.15.so
b775a000-b775b000 rw-p 00000000 00:00 0 
b775b000-b775c000 r--p 00000000 00:00 0 
b775c000-b7767000 r-xp 00000000 08:05 5007539    /home/peterk/Programme/jdk1.7.0_55/jre/lib/i386/libverify.so
b7767000-b7768000 rw-p 0000b000 08:05 5007539    /home/peterk/Programme/jdk1.7.0_55/jre/lib/i386/libverify.so
b7768000-b776a000 rw-p 00000000 00:00 0 
b776a000-b776b000 r-xp 00000000 00:00 0          [vdso]
b776b000-b778b000 r-xp 00000000 08:06 672977     /lib/i386-linux-gnu/ld-2.15.so
b778b000-b778c000 r--p 0001f000 08:06 672977     /lib/i386-linux-gnu/ld-2.15.so
b778c000-b778d000 rw-p 00020000 08:06 672977     /lib/i386-linux-gnu/ld-2.15.so
bf92f000-bf951000 rw-p 00000000 00:00 0          [stack]

VM Arguments:
java_command: com.graphhopper.http.GHServer graph.elevation.cachedir=../srtmprovider jetty.port=8900 config=../config.properties osmreader.osm=../map.osm.gz
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=/home/peterk/Programme/jdk
PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/brlcad/bin
LD_LIBRARY_PATH=/home/peterk/Programme/jdk/jre/lib/amd64:/home/peterk/Programme/jdk/jre/lib/i386:
SHELL=/bin/bash
DISPLAY=:0.0

Signal Handlers:
SIGSEGV: [libjvm.so+0x7dd750], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGBUS: [libjvm.so+0x7dd750], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGFPE: [libjvm.so+0x678ec0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGPIPE: [libjvm.so+0x678ec0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGXFSZ: [libjvm.so+0x678ec0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGILL: [libjvm.so+0x678ec0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: [libjvm.so+0x67a3b0], sa_mask[0]=0x00000004, sa_flags=0x10000004
SIGHUP: [libjvm.so+0x67b500], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGTERM: [libjvm.so+0x67b500], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGQUIT: [libjvm.so+0x67b500], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004


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

OS:wheezy/sid

uname:Linux 3.2.0-60-generic-pae #91-Ubuntu SMP Wed Feb 19 04:14:56 UTC 2014 i686
libc:glibc 2.15 NPTL 2.15 
rlimit: STACK 8192k, CORE 0k, NPROC 32041, NOFILE 4096, AS infinity
load average:2,34 1,99 1,61

/proc/meminfo:
MemTotal:        4115900 kB
MemFree:          279476 kB
Buffers:           48592 kB
Cached:           585736 kB
SwapCached:        41176 kB
Active:          2738272 kB
Inactive:         928188 kB
Active(anon):    2427228 kB
Inactive(anon):   619328 kB
Active(file):     311044 kB
Inactive(file):   308860 kB
Unevictable:          16 kB
Mlocked:              16 kB
HighTotal:       3268916 kB
HighFree:          84256 kB
LowTotal:         846984 kB
LowFree:          195220 kB
SwapTotal:       8068092 kB
SwapFree:        7653388 kB
Dirty:               248 kB
Writeback:             0 kB
AnonPages:       3024848 kB
Mapped:            80612 kB
Shmem:             14372 kB
Slab:              71164 kB
SReclaimable:      49736 kB
SUnreclaim:        21428 kB
KernelStack:        4816 kB
PageTables:        16836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    10126040 kB
Committed_AS:    6475756 kB
VmallocTotal:     122880 kB
VmallocUsed:       56320 kB
VmallocChunk:      60212 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      796664 kB
DirectMap2M:      116736 kB


CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, tsc

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 23
model name	: Intel(R) Core(TM)2 Duo CPU     P8600  @ 2.40GHz
stepping	: 10
microcode	: 0xa07
cpu MHz		: 2401.000
cache size	: 3072 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
apicid		: 0
initial apicid	: 0
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
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 nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm ida dtherm tpr_shadow vnmi flexpriority
bogomips	: 4787.84
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		: 23
model name	: Intel(R) Core(TM)2 Duo CPU     P8600  @ 2.40GHz
stepping	: 10
microcode	: 0xa07
cpu MHz		: 2401.000
cache size	: 3072 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
apicid		: 1
initial apicid	: 1
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
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 nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm ida dtherm tpr_shadow vnmi flexpriority
bogomips	: 4787.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:



Memory: 4k page, physical 4115900k(279476k free), swap 8068092k(7653388k free)

vm_info: Java HotSpot(TM) Server VM (24.55-b03) for linux-x86 JRE (1.7.0_55-b13), built on Mar 17 2014 19:41:29 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)

time: Thu Apr 24 20:49:34 2014
elapsed time: 203 seconds



There are also other outputs possible:

#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 1073741832 bytes for Chunk::new
# Possible reasons:
#   The system is out of physical RAM or swap space
#   In 32 bit mode, the process size limit was hit
# Possible solutions:
#   Reduce memory load on the system
#   Increase physical memory or swap space
#   Check if swap backing store is full
#   Use 64 bit Java on a 64 bit OS
#   Decrease Java heap size (-Xmx/-Xms)
#   Decrease number of Java threads
#   Decrease Java thread stack sizes (-Xss)
#   Set larger code cache with -XX:ReservedCodeCacheSize=
# This output file may be truncated or incomplete.
#
#  Out of Memory Error (allocation.cpp:323), pid=23996, tid=1759099712
#
# JRE version: OpenJDK Runtime Environment (7.0_51) (build 1.7.0_51-b00)
# Java VM: OpenJDK Server VM (24.45-b08 mixed mode linux-x86 )
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#

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

Current thread (0x69228400):  JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=24007, stack(0x68d1b000,0x68d9c000)]

Stack: [0x68d1b000,0x68d9c000]
[error occurred during error reporting (printing stack bounds), id 0xb]


Current CompileTask:
C2: 311459  167             com.graphhopper.coll.GHLongIntBTree::put (115 bytes)


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

Java Threads: ( => current thread )
  0x65c12800 JavaThread "SIGTERM handler" daemon [_thread_blocked, id=24189, stack(0x68bc8000,0x68c49000)]
  0x65cf3c00 JavaThread "SIGTERM handler" daemon [_thread_blocked, id=24188, stack(0x6590d000,0x6595e000)]
  0x65b1fc00 JavaThread "SIGTERM handler" daemon [_thread_in_vm, id=24183, stack(0x659af000,0x65a00000)]
  0x6bff2c00 JavaThread "YJPAgent-OOMESnapshotDetector" daemon [_thread_in_native, id=24144, stack(0x66f0d000,0x66f5e000)]
  0x6bff1400 JavaThread "YJPAgent-CPUSampler" daemon [_thread_blocked, id=24143, stack(0x66fa7000,0x66ff8000)]
  0x6bf66c00 JavaThread "YJPAgent-RequestListener" daemon [_thread_in_native, id=24142, stack(0x65d36000,0x65d87000)]
  0x6bf9e400 JavaThread "YJPAgent-Telemetry" daemon [_thread_blocked, id=24141, stack(0x65d87000,0x65dd8000)]
  0x66cb9c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=24140, stack(0x457a0000,0x457f1000)]
  0xb6408800 JavaThread "DestroyJavaVM" [_thread_blocked, id=23998, stack(0xb6555000,0xb65a6000)]
  0x66cb3800 JavaThread "qtp29147690-19" [_thread_blocked, id=24025, stack(0x673af000,0x67400000)]
  0x66cb2000 JavaThread "qtp29147690-18" [_thread_blocked, id=24024, stack(0x67f0d000,0x67f5e000)]
  0x66cb0800 JavaThread "qtp29147690-17" [_thread_blocked, id=24023, stack(0x67f5e000,0x67faf000)]
  0x66caf000 JavaThread "qtp29147690-16" [_thread_blocked, id=24022, stack(0x67faf000,0x68000000)]
  0x66cad400 JavaThread "qtp29147690-15" [_thread_blocked, id=24021, stack(0x6830d000,0x6835e000)]
  0x66cabc00 JavaThread "qtp29147690-14" [_thread_blocked, id=24020, stack(0x6835e000,0x683af000)]
  0x66ca9400 JavaThread "qtp29147690-13 Acceptor0 SelectChannelConnector@0.0.0.0:8900" [_thread_in_native, id=24019, stack(0x683af000,0x68400000)]
  0x66ca7c00 JavaThread "qtp29147690-12 Selector0" [_thread_blocked, id=24018, stack(0x6850e000,0x6855f000)]
  0x66c02000 JavaThread "com.google.inject.internal.util.$Finalizer" daemon [_thread_blocked, id=24017, stack(0x6855f000,0x685b0000)]
  0x6884e400 JavaThread "AsyncAppender-Dispatcher-Thread-0" daemon [_thread_blocked, id=24011, stack(0x68b69000,0x68bba000)]
  0x6922c000 JavaThread "Service Thread" daemon [_thread_blocked, id=24009, stack(0x68c49000,0x68c9a000)]
  0x6922a400 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=24008, stack(0x68c9a000,0x68d1b000)]
=>0x69228400 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=24007, stack(0x68d1b000,0x68d9c000)]
  0x69226c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=24006, stack(0x68d9c000,0x68ded000)]
  0x69215000 JavaThread "Finalizer" daemon [_thread_blocked, id=24005, stack(0x6915e000,0x691af000)]
  0x69213800 JavaThread "Reference Handler" daemon [_thread_blocked, id=24004, stack(0x691af000,0x69200000)]

Other Threads:
  0x69210c00 VMThread [stack: 0x6be24000,0x6bea5000] [id=24003]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 PSYoungGen      total 121344K, used 72728K [0x9e380000, 0xab1c0000, 0xb3300000)
  eden space 120064K, 60% used [0x9e380000,0xa2a862a0,0xa58c0000)
  from space 1280K, 0% used [0xab080000,0xab080000,0xab1c0000)
  to   space 6144K, 0% used [0xaa5c0000,0xaa5c0000,0xaabc0000)
 ParOldGen       total 42752K, used 11739K [0x74500000, 0x76ec0000, 0x9e380000)
  object space 42752K, 27% used [0x74500000,0x75076d30,0x76ec0000)
 PSPermGen       total 24320K, used 24246K [0x6c500000, 0x6dcc0000, 0x74500000)
  object space 24320K, 99% used [0x6c500000,0x6dcadb10,0x6dcc0000)

Card table byte_map: [0x6c2c8000,0x6c500000] byte_map_base: 0x6bf65800

Polling page: 0xb76f0000

Code Cache  [0xb33cc000, 0xb366c000, 0xb63cc000)
 total_blobs=787 nmethods=622 adapters=119 free_code_cache=46537Kb largest_free_block=47608448

Compilation events (10 events):
Event: 156,393 Thread 0x6922a400  644 %           java.lang.String::lastIndexOf @ 21 (52 bytes)
Event: 156,396 Thread 0x6922a400 nmethod 644% 0xb3640d88 code [0xb3640e80, 0xb3641010]
Event: 156,396 Thread 0x6922a400  645             java.lang.String::lastIndexOf (52 bytes)
Event: 156,398 Thread 0x6922a400 nmethod 645 0xb3653708 code [0xb3653800, 0xb365393c]
Event: 172,223 Thread 0x6922a400  646             com.yourkit.runtime.Callback::yjpMethodEntry (1 bytes)
Event: 172,224 Thread 0x6922a400 nmethod 646 0xb3619f48 code [0xb361a020, 0xb361a050]
Event: 172,224 Thread 0x6922a400  647             com.yourkit.runtime.Callback::yjpMethodExit (1 bytes)
Event: 172,224 Thread 0x6922a400 nmethod 647 0xb361b188 code [0xb361b260, 0xb361b290]
Event: 194,833 Thread 0x6922a400  648             java.util.Arrays::fill (39 bytes)
Event: 194,834 Thread 0x6922a400 nmethod 648 0xb36534c8 code [0xb36535c0, 0xb3653650]

GC Heap History (10 events):
Event: 18,526 GC heap before
{Heap before GC invocations=9 (full 0):
 PSYoungGen      total 134656K, used 132544K [0x9e380000, 0xa6a80000, 0xb3300000)
  eden space 131072K, 100% used [0x9e380000,0xa6380000,0xa6380000)
  from space 3584K, 41% used [0xa6700000,0xa6870000,0xa6a80000)
  to   space 3584K, 0% used [0xa6380000,0xa6380000,0xa6700000)
 ParOldGen       total 42752K, used 3079K [0x74500000, 0x76ec0000, 0x9e380000)
  object space 42752K, 7% used [0x74500000,0x74801e88,0x76ec0000)
 PSPermGen       total 16384K, used 6752K [0x6c500000, 0x6d500000, 0x74500000)
  object space 16384K, 41% used [0x6c500000,0x6cb983a0,0x6d500000)
Event: 18,544 GC heap after
Heap after GC invocations=9 (full 0):
 PSYoungGen      total 134656K, used 3572K [0x9e380000, 0xabc00000, 0xb3300000)
  eden space 131072K, 0% used [0x9e380000,0x9e380000,0xa6380000)
  from space 3584K, 99% used [0xa6380000,0xa66fd200,0xa6700000)
  to   space 5888K, 0% used [0xab640000,0xab640000,0xabc00000)
 ParOldGen       total 42752K, used 7775K [0x74500000, 0x76ec0000, 0x9e380000)
  object space 42752K, 18% used [0x74500000,0x74c97ed8,0x76ec0000)
 PSPermGen       total 16384K, used 6752K [0x6c500000, 0x6d500000, 0x74500000)
  object space 16384K, 41% used [0x6c500000,0x6cb983a0,0x6d500000)
}
Event: 29,823 GC heap before
{Heap before GC invocations=10 (full 0):
 PSYoungGen      total 134656K, used 134644K [0x9e380000, 0xabc00000, 0xb3300000)
  eden space 131072K, 100% used [0x9e380000,0xa6380000,0xa6380000)
  from space 3584K, 99% used [0xa6380000,0xa66fd200,0xa6700000)
  to   space 5888K, 0% used [0xab640000,0xab640000,0xabc00000)
 ParOldGen       total 42752K, used 7775K [0x74500000, 0x76ec0000, 0x9e380000)
  object space 42752K, 18% used [0x74500000,0x74c97ed8,0x76ec0000)
 PSPermGen       total 16384K, used 6753K [0x6c500000, 0x6d500000, 0x74500000)
  object space 16384K, 41% used [0x6c500000,0x6cb98468,0x6d500000)
Event: 29,831 GC heap after
Heap after GC invocations=10 (full 0):
 PSYoungGen      total 129536K, used 4024K [0x9e380000, 0xaba40000, 0xb3300000)
  eden space 125440K, 0% used [0x9e380000,0x9e380000,0xa5e00000)
  from space 4096K, 98% used [0xab640000,0xaba2e018,0xaba40000)
  to   space 6144K, 0% used [0xaae40000,0xaae40000,0xab440000)
 ParOldGen       total 42752K, used 8491K [0x74500000, 0x76ec0000, 0x9e380000)
  object space 42752K, 19% used [0x74500000,0x74d4aed8,0x76ec0000)
 PSPermGen       total 16384K, used 6753K [0x6c500000, 0x6d500000, 0x74500000)
  object space 16384K, 41% used [0x6c500000,0x6cb98468,0x6d500000)
}
Event: 45,987 GC heap before
{Heap before GC invocations=11 (full 0):
 PSYoungGen      total 129536K, used 129464K [0x9e380000, 0xaba40000, 0xb3300000)
  eden space 125440K, 100% used [0x9e380000,0xa5e00000,0xa5e00000)
  from space 4096K, 98% used [0xab640000,0xaba2e018,0xaba40000)
  to   space 6144K, 0% used [0xaae40000,0xaae40000,0xab440000)
 ParOldGen       total 42752K, used 8491K [0x74500000, 0x76ec0000, 0x9e380000)
  object space 42752K, 19% used [0x74500000,0x74d4aed8,0x76ec0000)
 PSPermGen       total 16384K, used 6866K [0x6c500000, 0x6d500000, 0x74500000)
  object space 16384K, 41% used [0x6c500000,0x6cbb48d0,0x6d500000)
Event: 45,994 GC heap after
Heap after GC invocations=11 (full 0):
 PSYoungGen      total 121344K, used 1118K [0x9e380000, 0xab680000, 0xb3300000)
  eden space 120064K, 0% used [0x9e380000,0x9e380000,0xa58c0000)
  from space 1280K, 87% used [0xaae40000,0xaaf57bb8,0xaaf80000)
  to   space 6144K, 0% used [0xab080000,0xab080000,0xab680000)
 ParOldGen       total 42752K, used 12668K [0x74500000, 0x76ec0000, 0x9e380000)
  object space 42752K, 29% used [0x74500000,0x7515f0e8,0x76ec0000)
 PSPermGen       total 16384K, used 6866K [0x6c500000, 0x6d500000, 0x74500000)
  object space 16384K, 41% used [0x6c500000,0x6cbb48d0,0x6d500000)
}
Event: 47,277 GC heap before
{Heap before GC invocations=12 (full 0):
 PSYoungGen      total 121344K, used 37465K [0x9e380000, 0xab680000, 0xb3300000)
  eden space 120064K, 30% used [0x9e380000,0xa06fe9f8,0xa58c0000)
  from space 1280K, 87% used [0xaae40000,0xaaf57bb8,0xaaf80000)
  to   space 6144K, 0% used [0xab080000,0xab080000,0xab680000)
 ParOldGen       total 42752K, used 12668K [0x74500000, 0x76ec0000, 0x9e380000)
  object space 42752K, 29% used [0x74500000,0x7515f0e8,0x76ec0000)
 PSPermGen       total 16384K, used 6903K [0x6c500000, 0x6d500000, 0x74500000)
  object space 16384K, 42% used [0x6c500000,0x6cbbdf38,0x6d500000)
Event: 47,280 GC heap after
Heap after GC invocations=12 (full 0):
 PSYoungGen      total 121344K, used 1056K [0x9e380000, 0xab1c0000, 0xb3300000)
  eden space 120064K, 0% used [0x9e380000,0x9e380000,0xa58c0000)
  from space 1280K, 82% used [0xab080000,0xab188010,0xab1c0000)
  to   space 6144K, 0% used [0xaa5c0000,0xaa5c0000,0xaabc0000)
 ParOldGen       total 42752K, used 13738K [0x74500000, 0x76ec0000, 0x9e380000)
  object space 42752K, 32% used [0x74500000,0x7526aa78,0x76ec0000)
 PSPermGen       total 16384K, used 6903K [0x6c500000, 0x6d500000, 0x74500000)
  object space 16384K, 42% used [0x6c500000,0x6cbbdf38,0x6d500000)
}
Event: 47,280 GC heap before
{Heap before GC invocations=13 (full 1):
 PSYoungGen      total 121344K, used 1056K [0x9e380000, 0xab1c0000, 0xb3300000)
  eden space 120064K, 0% used [0x9e380000,0x9e380000,0xa58c0000)
  from space 1280K, 82% used [0xab080000,0xab188010,0xab1c0000)
  to   space 6144K, 0% used [0xaa5c0000,0xaa5c0000,0xaabc0000)
 ParOldGen       total 42752K, used 13738K [0x74500000, 0x76ec0000, 0x9e380000)
  object space 42752K, 32% used [0x74500000,0x7526aa78,0x76ec0000)
 PSPermGen       total 16384K, used 6903K [0x6c500000, 0x6d500000, 0x74500000)
  object space 16384K, 42% used [0x6c500000,0x6cbbdf38,0x6d500000)
Event: 47,343 GC heap after
Heap after GC invocations=13 (full 1):
 PSYoungGen      total 121344K, used 0K [0x9e380000, 0xab1c0000, 0xb3300000)
  eden space 120064K, 0% used [0x9e380000,0x9e380000,0xa58c0000)
  from space 1280K, 0% used [0xab080000,0xab080000,0xab1c0000)
  to   space 6144K, 0% used [0xaa5c0000,0xaa5c0000,0xaabc0000)
 ParOldGen       total 42752K, used 11739K [0x74500000, 0x76ec0000, 0x9e380000)
  object space 42752K, 27% used [0x74500000,0x75076d30,0x76ec0000)
 PSPermGen       total 16384K, used 6900K [0x6c500000, 0x6d500000, 0x74500000)
  object space 16384K, 42% used [0x6c500000,0x6cbbd390,0x6d500000)
}

Deoptimization events (10 events):
Event: 52,751 Thread 0x66ca9400 Uncommon trap: reason=unloaded action=reinterpret pc=0xb359d5b0 method=java.util.regex.Pattern.closure(Ljava/util/regex/Pattern$Node;)Ljava/util/regex/Pattern$Node; @ 95
Event: 52,752 Thread 0x66ca9400 Uncommon trap: reason=unreached action=reinterpret pc=0xb3465e88 method=java.util.regex.Pattern.clazz(Z)Ljava/util/regex/Pattern$CharProperty; @ 351
Event: 52,752 Thread 0x66ca9400 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0xb36210ac method=java.util.regex.Pattern$BmpCharProperty.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 31
Event: 52,754 Thread 0x66ca9400 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0xb36210ac method=java.util.regex.Pattern$BmpCharProperty.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 31
Event: 52,754 Thread 0x66ca9400 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0xb36210ac method=java.util.regex.Pattern$BmpCharProperty.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 31
Event: 96,121 Thread 0x6bf9e400 Uncommon trap: reason=class_check action=maybe_recompile pc=0xb352ec48 method=java.util.HashMap.put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; @ 105
Event: 96,160 Thread 0x6bf9e400 Uncommon trap: reason=class_check action=maybe_recompile pc=0xb352ec48 method=java.util.HashMap.put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; @ 105
Event: 96,217 Thread 0x6bf9e400 Uncommon trap: reason=class_check action=maybe_recompile pc=0xb3514b9c method=java.util.HashMap.resize(I)V @ 35
Event: 96,231 Thread 0x6bf9e400 Uncommon trap: reason=class_check action=maybe_recompile pc=0xb3514b9c method=java.util.HashMap.resize(I)V @ 35
Event: 96,303 Thread 0x6bf9e400 Uncommon trap: reason=unreached action=reinterpret pc=0xb3643664 method=sun.misc.URLClassPath$JarLoader.ensureOpen()V @ 4

Internal exceptions (10 events):
Event: 156,187 Thread 0x6bf66c00 Threw 0xa24bef90 at /build/buildd/openjdk-7-7u51-2.4.4/build/openjdk/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 156,191 Thread 0x6bf66c00 Threw 0xa24c5cf0 at /build/buildd/openjdk-7-7u51-2.4.4/build/openjdk/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 156,198 Thread 0x6bf66c00 Threw 0xa24cebc8 at /build/buildd/openjdk-7-7u51-2.4.4/build/openjdk/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 156,390 Thread 0x6bf66c00 Threw 0xa24d7908 at /build/buildd/openjdk-7-7u51-2.4.4/build/openjdk/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 156,393 Thread 0x6bf66c00 Threw 0xa24e19a8 at /build/buildd/openjdk-7-7u51-2.4.4/build/openjdk/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 156,671 Thread 0x6bf66c00 Threw 0xa24ee278 at /build/buildd/openjdk-7-7u51-2.4.4/build/openjdk/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 156,776 Thread 0x6bf66c00 Threw 0xa24f6700 at /build/buildd/openjdk-7-7u51-2.4.4/build/openjdk/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 157,794 Thread 0x6bf66c00 Threw 0xa2513518 at /build/buildd/openjdk-7-7u51-2.4.4/build/openjdk/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 157,800 Thread 0x6bf66c00 Threw 0xa25198f8 at /build/buildd/openjdk-7-7u51-2.4.4/build/openjdk/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 308,532 Thread 0x65b1fc00 Threw 0xa282e250 at /build/buildd/openjdk-7-7u51-2.4.4/build/openjdk/hotspot/src/share/vm/prims/jni.cpp:717

Events (10 events):
Event: 308,996 Executing VM operation: HeapIterateOperation
Event: 309,326 Executing VM operation: HeapIterateOperation done
Event: 309,326 Executing VM operation: HeapIterateOperation
Event: 309,695 Executing VM operation: HeapIterateOperation done
Event: 309,695 Executing VM operation: GetAllStackTraces
Event: 309,695 Executing VM operation: GetAllStackTraces done
Event: 309,777 Executing VM operation: HeapIterateOperation
Event: 310,182 Executing VM operation: HeapIterateOperation done
Event: 310,182 Executing VM operation: HeapIterateOperation
Event: 310,545 Executing VM operation: HeapIterateOperation done


Dynamic libraries:
08048000-08049000 r-xp 00000000 08:06 973627     /usr/lib/jvm/java-7-openjdk-i386/jre/bin/java
08049000-0804a000 r--p 00000000 08:06 973627     /usr/lib/jvm/java-7-openjdk-i386/jre/bin/java
0804a000-0804b000 rw-p 00001000 08:06 973627     /usr/lib/jvm/java-7-openjdk-i386/jre/bin/java
09713000-0e903000 rw-p 00000000 00:00 0          [heap]
2526c000-25600000 rw-p 00000000 00:00 0 
25600000-256b8000 rw-p 00000000 00:00 0 
256b8000-25700000 ---p 00000000 00:00 0 
2579f000-457a0000 rw-p 00000000 00:00 0 
457a0000-457a3000 ---p 00000000 00:00 0 
457a3000-655f9000 rw-p 00000000 00:00 0 
65700000-657f2000 rw-p 00000000 00:00 0 
657f2000-65800000 ---p 00000000 00:00 0 
6580c000-6590d000 rw-p 00000000 00:00 0 
6590d000-65910000 ---p 00000000 00:00 0 
65910000-6595e000 rw-p 00000000 00:00 0 
6595e000-65961000 ---p 00000000 00:00 0 
65961000-659af000 rw-p 00000000 00:00 0 
659af000-659b2000 ---p 00000000 00:00 0 
659b2000-65a00000 rw-p 00000000 00:00 0 
65a00000-65a91000 rw-p 00000000 00:00 0 
65a91000-65b00000 ---p 00000000 00:00 0 
65b00000-65c00000 rw-p 00000000 00:00 0 
65c00000-65cf5000 rw-p 00000000 00:00 0 
65cf5000-65d00000 ---p 00000000 00:00 0 
65d36000-65d39000 ---p 00000000 00:00 0 
65d39000-65d87000 rw-p 00000000 00:00 0 
65d87000-65d8a000 ---p 00000000 00:00 0 
65d8a000-65dd8000 rw-p 00000000 00:00 0 
65dd8000-65e58000 rw-s 00000000 00:04 50167838   /SYSV4234148e (deleted)
65e58000-65e59000 rw-s 00000000 00:04 50233376   /SYSV42341491 (deleted)
65e59000-65f60000 rw-s 00000000 00:04 50200607   /SYSV42341490 (deleted)
65f60000-66c00000 rw-p 00000000 00:00 0 
66c00000-66d00000 rw-p 00000000 00:00 0 
66d36000-66efc000 rw-p 00000000 00:00 0 
66f0d000-66f10000 ---p 00000000 00:00 0 
66f10000-66f5e000 rw-p 00000000 00:00 0 
66f5e000-66f5f000 rw-s 00000000 00:04 50298881   /SYSV42341492 (deleted)
66fa7000-66faa000 ---p 00000000 00:00 0 
66faa000-66ff8000 rw-p 00000000 00:00 0 
66ff8000-67000000 r--s 00097000 08:06 138606     /tmp/yjp201302041743.jar
67000000-670ff000 rw-p 00000000 00:00 0 
670ff000-67100000 ---p 00000000 00:00 0 
67128000-67392000 r-xp 00000000 08:05 4855024    /home/peterk/Programme/yourkit-12.0.3/bin/linux-x86-32/libyjpagent.so
67392000-6739a000 rw-p 00269000 08:05 4855024    /home/peterk/Programme/yourkit-12.0.3/bin/linux-x86-32/libyjpagent.so
6739a000-673af000 rw-p 00000000 00:00 0 
673af000-673b2000 ---p 00000000 00:00 0 
673b2000-67400000 rw-p 00000000 00:00 0 
67400000-67600000 rw-p 00000000 00:00 0 
67600000-67800000 rw-p 00000000 00:00 0 
67800000-67a00000 rw-p 00000000 00:00 0 
67a00000-67ae9000 rw-p 00000000 00:00 0 
67ae9000-67b00000 ---p 00000000 00:00 0 
67b00000-67c00000 rw-p 00000000 00:00 0 
67c00000-67ccc000 rw-p 00000000 00:00 0 
67ccc000-67d00000 ---p 00000000 00:00 0 
67d00000-67dff000 rw-p 00000000 00:00 0 
67dff000-67e00000 ---p 00000000 00:00 0 
67e00000-67efc000 rw-p 00000000 00:00 0 
67efc000-67f00000 ---p 00000000 00:00 0 
67f0d000-67f10000 ---p 00000000 00:00 0 
67f10000-67f5e000 rw-p 00000000 00:00 0 
67f5e000-67f61000 ---p 00000000 00:00 0 
67f61000-67faf000 rw-p 00000000 00:00 0 
67faf000-67fb2000 ---p 00000000 00:00 0 
67fb2000-68000000 rw-p 00000000 00:00 0 
68000000-680e8000 rw-p 00000000 00:00 0 
680e8000-68100000 ---p 00000000 00:00 0 
68100000-68200000 rw-p 00000000 00:00 0 
68200000-68300000 rw-p 00000000 00:00 0 
6830d000-68310000 ---p 00000000 00:00 0 
68310000-6835e000 rw-p 00000000 00:00 0 
6835e000-68361000 ---p 00000000 00:00 0 
68361000-683af000 rw-p 00000000 00:00 0 
683af000-683b2000 ---p 00000000 00:00 0 
683b2000-68400000 rw-p 00000000 00:00 0 
68400000-684f6000 rw-p 00000000 00:00 0 
684f6000-68500000 ---p 00000000 00:00 0 
6850e000-68511000 ---p 00000000 00:00 0 
68511000-6855f000 rw-p 00000000 00:00 0 
6855f000-68562000 ---p 00000000 00:00 0 
68562000-685b0000 rw-p 00000000 00:00 0 
685b0000-686a7000 r-xp 00000000 08:06 673561     /lib/i386-linux-gnu/libglib-2.0.so.0.3200.4
686a7000-686a8000 r--p 000f6000 08:06 673561     /lib/i386-linux-gnu/libglib-2.0.so.0.3200.4
686a8000-686a9000 rw-p 000f7000 08:06 673561     /lib/i386-linux-gnu/libglib-2.0.so.0.3200.4
686a9000-687fc000 r-xp 00000000 08:06 926448     /usr/lib/i386-linux-gnu/libgio-2.0.so.0.3200.4
687fc000-687fe000 r--p 00153000 08:06 926448     /usr/lib/i386-linux-gnu/libgio-2.0.so.0.3200.4
687fe000-687ff000 rw-p 00155000 08:06 926448     /usr/lib/i386-linux-gnu/libgio-2.0.so.0.3200.4
687ff000-68800000 rw-p 00000000 00:00 0 
68800000-688ff000 rw-p 00000000 00:00 0 
688ff000-68900000 ---p 00000000 00:00 0 
68923000-6892a000 r--s 00000000 08:06 959544     /usr/lib/i386-linux-gnu/gconv/gconv-modules.cache
6892a000-6894f000 r--p 00000000 08:06 1174802    /usr/share/locale-langpack/de/LC_MESSAGES/libc.mo
6894f000-68989000 r-xp 00000000 08:06 655084     /lib/i386-linux-gnu/libpcre.so.3.12.1
68989000-6898a000 r--p 00039000 08:06 655084     /lib/i386-linux-gnu/libpcre.so.3.12.1
6898a000-6898b000 rw-p 0003a000 08:06 655084     /lib/i386-linux-gnu/libpcre.so.3.12.1
6898b000-68990000 r-xp 00000000 08:06 920782     /usr/lib/i386-linux-gnu/libffi.so.6.0.0
68990000-68991000 r--p 00004000 08:06 920782     /usr/lib/i386-linux-gnu/libffi.so.6.0.0
68991000-68992000 rw-p 00005000 08:06 920782     /usr/lib/i386-linux-gnu/libffi.so.6.0.0
68992000-689af000 r-xp 00000000 08:06 655099     /lib/i386-linux-gnu/libselinux.so.1
689af000-689b0000 r--p 0001c000 08:06 655099     /lib/i386-linux-gnu/libselinux.so.1
689b0000-689b1000 rw-p 0001d000 08:06 655099     /lib/i386-linux-gnu/libselinux.so.1
689b1000-689fe000 r-xp 00000000 08:06 926447     /usr/lib/i386-linux-gnu/libgobject-2.0.so.0.3200.4
689fe000-689ff000 r--p 0004c000 08:06 926447     /usr/lib/i386-linux-gnu/libgobject-2.0.so.0.3200.4
689ff000-68a00000 rw-p 0004d000 08:06 926447     /usr/lib/i386-linux-gnu/libgobject-2.0.so.0.3200.4
68a00000-68afe000 rw-p 00000000 00:00 0 
68afe000-68b00000 ---p 00000000 00:00 0 
68b02000-68b15000 r-xp 00000000 08:06 672973     /lib/i386-linux-gnu/libresolv-2.15.so
68b15000-68b16000 ---p 00013000 08:06 672973     /lib/i386-linux-gnu/libresolv-2.15.so
68b16000-68b17000 r--p 00013000 08:06 672973     /lib/i386-linux-gnu/libresolv-2.15.so
68b17000-68b18000 rw-p 00014000 08:06 672973     /lib/i386-linux-gnu/libresolv-2.15.so
68b18000-68b1a000 rw-p 00000000 00:00 0 
68b1a000-68b1d000 r-xp 00000000 08:06 931722     /usr/lib/i386-linux-gnu/libgmodule-2.0.so.0.3200.4
68b1d000-68b1e000 r--p 00002000 08:06 931722     /usr/lib/i386-linux-gnu/libgmodule-2.0.so.0.3200.4
68b1e000-68b1f000 rw-p 00003000 08:06 931722     /usr/lib/i386-linux-gnu/libgmodule-2.0.so.0.3200.4
68b33000-68b3b000 r-xp 00000000 08:06 1240858    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/libmanagement.so
68b3b000-68b3c000 r--p 00007000 08:06 1240858    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/libmanagement.so
68b3c000-68b3d000 rw-p 00008000 08:06 1240858    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/libmanagement.so
68b3d000-68b54000 r-xp 00000000 08:06 1240851    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/libnet.so
68b54000-68b55000 r--p 00016000 08:06 1240851    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/libnet.so
68b55000-68b56000 rw-p 00017000 08:06 1240851    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/libnet.so
68b56000-68b67000 r-xp 00000000 08:06 1240843    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/libnio.so
68b67000-68b68000 r--p 00010000 08:06 1240843    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/libnio.so
68b68000-68b69000 rw-p 00011000 08:06 1240843    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/libnio.so
68b69000-68b6c000 ---p 00000000 00:00 0 
68b6c000-68bba000 rw-p 00000000 00:00 0 
68bba000-68bc4000 r--s 000b8000 08:06 1069378    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/resources.jar
68bc4000-68bc6000 r--s 00014000 08:05 525827     /home/peterk/.m2/repository/org/eclipse/jetty/jetty-security/8.1.14.v20131031/jetty-security-8.1.14.v20131031.jar
68bc6000-68bc8000 r--s 00017000 08:05 525826     /home/peterk/.m2/repository/org/eclipse/jetty/jetty-servlet/8.1.14.v20131031/jetty-servlet-8.1.14.v20131031.jar
68bc8000-68bcb000 ---p 00000000 00:00 0 
68bcb000-68c49000 rw-p 00000000 00:00 0 
68c49000-68c4c000 ---p 00000000 00:00 0 
68c4c000-68c9a000 rw-p 00000000 00:00 0 
68c9a000-68c9d000 ---p 00000000 00:00 0 
68c9d000-68d1b000 rw-p 00000000 00:00 0 
68d1b000-68d1e000 ---p 00000000 00:00 0 
68d1e000-68d9c000 rw-p 00000000 00:00 0 
68d9c000-68d9f000 ---p 00000000 00:00 0 
68d9f000-68ded000 rw-p 00000000 00:00 0 
68ded000-68f5e000 r--p 006e8000 08:06 922475     /usr/lib/locale/locale-archive
68f5e000-6915e000 r--p 00000000 08:06 922475     /usr/lib/locale/locale-archive
6915e000-69161000 ---p 00000000 00:00 0 
69161000-691af000 rw-p 00000000 00:00 0 
691af000-691b2000 ---p 00000000 00:00 0 
691b2000-69200000 rw-p 00000000 00:00 0 
69200000-692fe000 rw-p 00000000 00:00 0 
692fe000-69300000 ---p 00000000 00:00 0 
69301000-69304000 r--s 00017000 08:05 1319920    /home/peterk/.m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/jetty-io-8.1.14.v20131031.jar
69304000-6932c000 r--s 00241000 08:05 5508028    /home/peterk/.m2/repository/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar
6932c000-69374000 rw-p 00000000 00:00 0 
69374000-69522000 r--s 01cf4000 08:06 1069382    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/rt.jar
69522000-6bd00000 rw-p 00000000 00:00 0 
6bd00000-6be00000 rw-p 00000000 00:00 0 
6be01000-6be03000 r--s 00016000 08:05 1318763    /home/peterk/.m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/jetty-http-8.1.14.v20131031.jar
6be03000-6be06000 r--s 00017000 08:06 1069374    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/jce.jar
6be06000-6be0b000 r--s 0004c000 08:06 1069338    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/jsse.jar
6be0b000-6be0e000 r--s 0002e000 08:05 1312975    /home/peterk/.m2/repository/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.jar
6be0e000-6be14000 r--s 00052000 08:05 1318758    /home/peterk/.m2/repository/org/eclipse/jetty/jetty-server/8.1.14.v20131031/jetty-server-8.1.14.v20131031.jar
6be14000-6be19000 r--s 00042000 08:05 1319922    /home/peterk/.m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/jetty-util-8.1.14.v20131031.jar
6be19000-6be1b000 r--s 00014000 08:05 1330206    /home/peterk/.m2/repository/org/eclipse/jetty/jetty-client/8.1.14.v20131031/jetty-client-8.1.14.v20131031.jar
6be1b000-6be24000 r--s 0006f000 08:05 5638786    /home/peterk/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar
6be24000-6be25000 ---p 00000000 00:00 0 
6be25000-6bf00000 rw-p 00000000 00:00 0 
6bf00000-6c000000 rw-p 00000000 00:00 0 
6c001000-6c003000 r--s 00004000 08:05 1318761    /home/peterk/.m2/repository/org/eclipse/jetty/jetty-continuation/8.1.14.v20131031/jetty-continuation-8.1.14.v20131031.jar
6c003000-6c006000 r--s 00015000 08:05 525825     /home/peterk/.m2/repository/org/eclipse/jetty/jetty-servlets/8.1.14.v20131031/jetty-servlets-8.1.14.v20131031.jar
6c006000-6c008000 r--s 00001000 08:05 5510897    /home/peterk/.m2/repository/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar
6c008000-6c00a000 r--s 00006000 08:05 5510896    /home/peterk/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
6c00a000-6c00c000 r--s 0000e000 08:05 2490460    /home/peterk/.m2/repository/com/google/inject/extensions/guice-servlet/3.0/guice-servlet-3.0.jar
6c00c000-6c01b000 r--s 0009f000 08:05 2490459    /home/peterk/.m2/repository/com/google/inject/guice/3.0/guice-3.0.jar
6c01b000-6c036000 rw-p 00000000 00:00 0 
6c036000-6c037000 ---p 00000000 00:00 0 
6c037000-6c0b7000 rw-p 00000000 00:00 0 
6c0b7000-6c0b8000 ---p 00000000 00:00 0 
6c0b8000-6c144000 rw-p 00000000 00:00 0 
6c144000-6c178000 rw-p 00000000 00:00 0 
6c178000-6c18d000 rw-p 00000000 00:00 0 
6c18d000-6c2c8000 rw-p 00000000 00:00 0 
6c2c8000-6c2d4000 rw-p 00000000 00:00 0 
6c2d4000-6c308000 rw-p 00000000 00:00 0 
6c308000-6c31d000 rw-p 00000000 00:00 0 
6c31d000-6c457000 rw-p 00000000 00:00 0 
6c457000-6c4bf000 rw-p 00000000 00:00 0 
6c4bf000-6c4c4000 ---p 00000000 00:00 0 
6c4c4000-6c4ff000 rw-p 00000000 00:00 0 
6c4ff000-6dcc0000 rw-p 00000000 00:00 0 
6dcc0000-74500000 rw-p 00000000 00:00 0 
74500000-76ec0000 rw-p 00000000 00:00 0 
76ec0000-9e380000 rw-p 00000000 00:00 0 
9e380000-ab1c0000 rw-p 00000000 00:00 0 
ab1c0000-abc00000 ---p 00000000 00:00 0 
abc00000-b3300000 rw-p 00000000 00:00 0 
b3301000-b3304000 r--s 00022000 08:05 5767853    /home/peterk/.m2/repository/org/openstreetmap/osmosis/osmosis-osm-binary/0.43.1/osmosis-osm-binary-0.43.1.jar
b3304000-b330c000 r--s 0007b000 08:05 2624005    /home/peterk/.m2/repository/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.jar
b330c000-b3317000 rw-p 00000000 00:00 0 
b3317000-b33cc000 rw-p 00000000 00:00 0 
b33cc000-b366c000 rwxp 00000000 00:00 0 
b366c000-b63cc000 rw-p 00000000 00:00 0 
b63cc000-b63d7000 r-xp 00000000 08:06 672984     /lib/i386-linux-gnu/libnss_files-2.15.so
b63d7000-b63d8000 r--p 0000a000 08:06 672984     /lib/i386-linux-gnu/libnss_files-2.15.so
b63d8000-b63d9000 rw-p 0000b000 08:06 672984     /lib/i386-linux-gnu/libnss_files-2.15.so
b63d9000-b63e0000 r-xp 00000000 08:06 672985     /lib/i386-linux-gnu/libnss_compat-2.15.so
b63e0000-b63e1000 r--p 00006000 08:06 672985     /lib/i386-linux-gnu/libnss_compat-2.15.so
b63e1000-b63e2000 rw-p 00007000 08:06 672985     /lib/i386-linux-gnu/libnss_compat-2.15.so
b63e3000-b63e5000 r--s 00000000 08:05 393973     /home/peterk/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
b63e5000-b63e6000 r--s 00007000 08:06 1075442    /usr/share/java/java-atk-wrapper.jar
b63e6000-b63e8000 r--s 0000f000 08:06 1240869    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/ext/pulse-java.jar
b63e8000-b63ea000 r--s 00012000 08:06 1240873    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/ext/zipfs.jar
b63ea000-b63eb000 r--s 00002000 08:06 1240867    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/ext/dnsns.jar
b63eb000-b63ef000 r--s 0003b000 08:06 1240877    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/ext/sunpkcs11.jar
b63ef000-b63f2000 r--s 00032000 08:06 1240875    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/ext/sunjce_provider.jar
b63f2000-b63f6000 r--s 00085000 08:06 1240871    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/ext/localedata.jar
b63f6000-b63fe000 r-xp 00000000 08:06 1240846    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/libzip.so
b63fe000-b63ff000 r--p 00007000 08:06 1240846    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/libzip.so
b63ff000-b6400000 rw-p 00008000 08:06 1240846    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/libzip.so
b6400000-b64fd000 rw-p 00000000 00:00 0 
b64fd000-b6500000 ---p 00000000 00:00 0 
b6500000-b6501000 rw-p 00000000 00:00 0 
b6501000-b6509000 rw-s 00000000 08:06 138592     /tmp/hsperfdata_peterk/23996
b6509000-b651f000 r-xp 00000000 08:06 672970     /lib/i386-linux-gnu/libnsl-2.15.so
b651f000-b6520000 r--p 00015000 08:06 672970     /lib/i386-linux-gnu/libnsl-2.15.so
b6520000-b6521000 rw-p 00016000 08:06 672970     /lib/i386-linux-gnu/libnsl-2.15.so
b6521000-b6523000 rw-p 00000000 00:00 0 
b6523000-b654a000 r-xp 00000000 08:06 1199227    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/libjava.so
b654a000-b654b000 r--p 00026000 08:06 1199227    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/libjava.so
b654b000-b654c000 rw-p 00027000 08:06 1199227    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/libjava.so
b654c000-b6553000 r-xp 00000000 08:06 672978     /lib/i386-linux-gnu/librt-2.15.so
b6553000-b6554000 r--p 00006000 08:06 672978     /lib/i386-linux-gnu/librt-2.15.so
b6554000-b6555000 rw-p 00007000 08:06 672978     /lib/i386-linux-gnu/librt-2.15.so
b6555000-b6558000 ---p 00000000 00:00 0 
b6558000-b65a6000 rw-p 00000000 00:00 0 
b65a6000-b65c2000 r-xp 00000000 08:06 655032     /lib/i386-linux-gnu/libgcc_s.so.1
b65c2000-b65c3000 r--p 0001b000 08:06 655032     /lib/i386-linux-gnu/libgcc_s.so.1
b65c3000-b65c4000 rw-p 0001c000 08:06 655032     /lib/i386-linux-gnu/libgcc_s.so.1
b65c4000-b65ee000 r-xp 00000000 08:06 672982     /lib/i386-linux-gnu/libm-2.15.so
b65ee000-b65ef000 r--p 00029000 08:06 672982     /lib/i386-linux-gnu/libm-2.15.so
b65ef000-b65f0000 rw-p 0002a000 08:06 672982     /lib/i386-linux-gnu/libm-2.15.so
b65f0000-b66c8000 r-xp 00000000 08:06 921116     /usr/lib/i386-linux-gnu/libstdc++.so.6.0.16
b66c8000-b66c9000 ---p 000d8000 08:06 921116     /usr/lib/i386-linux-gnu/libstdc++.so.6.0.16
b66c9000-b66cd000 r--p 000d8000 08:06 921116     /usr/lib/i386-linux-gnu/libstdc++.so.6.0.16
b66cd000-b66ce000 rw-p 000dc000 08:06 921116     /usr/lib/i386-linux-gnu/libstdc++.so.6.0.16
b66ce000-b66d5000 rw-p 00000000 00:00 0 
b66d5000-b7079000 r-xp 00000000 08:06 1240854    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/server/libjvm.so
b7079000-b70ce000 r--p 009a3000 08:06 1240854    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/server/libjvm.so
b70ce000-b70e2000 rw-p 009f8000 08:06 1240854    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/server/libjvm.so
b70e2000-b7500000 rw-p 00000000 00:00 0 
b7500000-b7514000 r-xp 00000000 08:06 655122     /lib/i386-linux-gnu/libz.so.1.2.3.4
b7514000-b7515000 r--p 00013000 08:06 655122     /lib/i386-linux-gnu/libz.so.1.2.3.4
b7515000-b7516000 rw-p 00014000 08:06 655122     /lib/i386-linux-gnu/libz.so.1.2.3.4
b7516000-b752d000 r-xp 00000000 08:06 672976     /lib/i386-linux-gnu/libpthread-2.15.so
b752d000-b752e000 r--p 00016000 08:06 672976     /lib/i386-linux-gnu/libpthread-2.15.so
b752e000-b752f000 rw-p 00017000 08:06 672976     /lib/i386-linux-gnu/libpthread-2.15.so
b752f000-b7531000 rw-p 00000000 00:00 0 
b7531000-b7534000 r-xp 00000000 08:06 672986     /lib/i386-linux-gnu/libdl-2.15.so
b7534000-b7535000 r--p 00002000 08:06 672986     /lib/i386-linux-gnu/libdl-2.15.so
b7535000-b7536000 rw-p 00003000 08:06 672986     /lib/i386-linux-gnu/libdl-2.15.so
b7536000-b76da000 r-xp 00000000 08:06 672987     /lib/i386-linux-gnu/libc-2.15.so
b76da000-b76dc000 r--p 001a4000 08:06 672987     /lib/i386-linux-gnu/libc-2.15.so
b76dc000-b76dd000 rw-p 001a6000 08:06 672987     /lib/i386-linux-gnu/libc-2.15.so
b76dd000-b76e1000 rw-p 00000000 00:00 0 
b76e1000-b76e2000 r--s 00000000 08:05 393965     /home/peterk/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar
b76e2000-b76e3000 r--s 0000f000 08:05 5648637    /home/peterk/.m2/repository/org/json/json/20140107/json-20140107.jar
b76e3000-b76ed000 r-xp 00000000 08:06 672983     /lib/i386-linux-gnu/libnss_nis-2.15.so
b76ed000-b76ee000 r--p 00009000 08:06 672983     /lib/i386-linux-gnu/libnss_nis-2.15.so
b76ee000-b76ef000 rw-p 0000a000 08:06 672983     /lib/i386-linux-gnu/libnss_nis-2.15.so
b76ef000-b76f0000 rw-p 00000000 00:00 0 
b76f0000-b76f1000 r--p 00000000 00:00 0 
b76f1000-b76fd000 r-xp 00000000 08:06 1240845    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/libverify.so
b76fd000-b76fe000 r--p 0000b000 08:06 1240845    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/libverify.so
b76fe000-b76ff000 rw-p 0000c000 08:06 1240845    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/libverify.so
b76ff000-b770c000 r-xp 00000000 08:06 1199319    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/jli/libjli.so
b770c000-b770d000 r--p 0000c000 08:06 1199319    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/jli/libjli.so
b770d000-b770e000 rw-p 0000d000 08:06 1199319    /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/jli/libjli.so
b770e000-b7710000 rw-p 00000000 00:00 0 
b7710000-b7711000 r-xp 00000000 00:00 0          [vdso]
b7711000-b7731000 r-xp 00000000 08:06 672977     /lib/i386-linux-gnu/ld-2.15.so
b7731000-b7732000 r--p 0001f000 08:06 672977     /lib/i386-linux-gnu/ld-2.15.so
b7732000-b7733000 rw-p 00020000 08:06 672977     /lib/i386-linux-gnu/ld-2.15.so
bff3a000-bff5c000 rw-p 00000000 00:00 0          [stack]

VM Arguments:
java_command: com.graphhopper.http.GHServer graph.elevation.cachedir=../srtmprovider jetty.port=8900 config=../config.properties osmreader.osm=/home/peterk/Dokumente/download/map_bt_trebgast.osm
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=/home/peterk/Programme/jdk
PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/brlcad/bin
LD_LIBRARY_PATH=/home/peterk/Programme/jdk/jre/lib/amd64:/home/peterk/Programme/jdk/jre/lib/i386:
SHELL=/bin/bash
DISPLAY=:0.0

Signal Handlers:
SIGSEGV: [libjvm.so+0x7f05f0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGBUS: [libjvm.so+0x7f05f0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGFPE: [libjvm.so+0x65f0c0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGPIPE: [libjvm.so+0x65f0c0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGXFSZ: [libjvm.so+0x65f0c0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGILL: [libjvm.so+0x65f0c0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: [libjvm.so+0x65f400], sa_mask[0]=0x00000004, sa_flags=0x10000004
SIGHUP: [libjvm.so+0x65f5c0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGTERM: [libjvm.so+0x65f5c0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGQUIT: [libjvm.so+0x65f5c0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004


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

OS:Ubuntu 12.04 (precise)
uname:Linux 3.2.0-60-generic-pae #91-Ubuntu SMP Wed Feb 19 04:14:56 UTC 2014 i686
libc:glibc 2.15 NPTL 2.15 
rlimit: STACK 8192k, CORE 0k, NPROC 32041, NOFILE 4096, AS infinity
load average:1,42 1,43 1,24

/proc/meminfo:
MemTotal:        4115900 kB
MemFree:          390380 kB
Buffers:           68704 kB
Cached:           494956 kB
SwapCached:        67924 kB
Active:          2609196 kB
Inactive:         941088 kB
Active(anon):    2344872 kB
Inactive(anon):   657044 kB
Active(file):     264324 kB
Inactive(file):   284044 kB
Unevictable:          16 kB
Mlocked:              16 kB
HighTotal:       3268916 kB
HighFree:         180728 kB
LowTotal:         846984 kB
LowFree:          209652 kB
SwapTotal:       8068092 kB
SwapFree:        7634132 kB
Dirty:             22764 kB
Writeback:             0 kB
AnonPages:       2979896 kB
Mapped:           120032 kB
Shmem:             15260 kB
Slab:              55472 kB
SReclaimable:      34144 kB
SUnreclaim:        21328 kB
KernelStack:        4816 kB
PageTables:        17476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    10126040 kB
Committed_AS:    6493756 kB
VmallocTotal:     122880 kB
VmallocUsed:       56320 kB
VmallocChunk:      60212 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      796664 kB
DirectMap2M:      116736 kB


CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, tsc

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 23
model name	: Intel(R) Core(TM)2 Duo CPU     P8600  @ 2.40GHz
stepping	: 10
microcode	: 0xa07
cpu MHz		: 2401.000
cache size	: 3072 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
apicid		: 0
initial apicid	: 0
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
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 nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm ida dtherm tpr_shadow vnmi flexpriority
bogomips	: 4787.84
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		: 23
model name	: Intel(R) Core(TM)2 Duo CPU     P8600  @ 2.40GHz
stepping	: 10
microcode	: 0xa07
cpu MHz		: 2401.000
cache size	: 3072 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
apicid		: 1
initial apicid	: 1
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
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 nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm ida dtherm tpr_shadow vnmi flexpriority
bogomips	: 4787.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:



Memory: 4k page, physical 4115900k(390380k free), swap 8068092k(7634132k free)

vm_info: OpenJDK Server VM (24.45-b08) for linux-x86 JRE (1.7.0_51-b00), built on Jan 16 2014 18:39:16 by "buildd" with gcc 4.6.3

time: Thu Apr 24 15:41:26 2014
elapsed time: 311 seconds



REPRODUCIBILITY :
This bug can be reproduced always.

---------- BEGIN SOURCE ----------
See the steps where I prepared a github repo to make it easy for you to reproduce.
---------- END SOURCE ----------

CUSTOMER SUBMITTED WORKAROUND :
This is really a rare and strange bug. It occurs ONLY if I

 * use the AsyncAppender
 * use elevation data (can be disabled in the config.properties)
 * only for this specific OpenStreetMap in the github repo. And if I convert it into another format called 'pbf' this problem will disappear.


Comments
I attached graphhopper snapshort 187 branch which I used to reproduce the problem.
30-10-2014

noreg-hard: created separate RFE JDK-8061495 to write the test since it may take time.
20-10-2014

Without Xbatch product JVM 7u80 shows the problem customer see: 2918 181 com.graphhopper.coll.GHLongIntBTree::put (115 bytes) === EA: 1 iteration for 0.020207 sec to build connection graph with 18071 nodes and worklist size 1707 === === EA: 2 iteration for 162.689428 sec to build connection graph with 18071 nodes and worklist size 1707 === 165891 181 size: 87760 time: 162972 inlined: 5400 bytes <phase name='escapeAnalysis' nodes='18787' live='10038' stamp='4.417'> <phase name='connectionGraph' nodes='18787' live='10038' stamp='4.417'> <connectionGraph_bailout reason='reached time limit'/> <phase_done name='connectionGraph' nodes='18787' live='10038' stamp='150.967'/> <phase_done name='escapeAnalysis' nodes='18787' live='10038' stamp='150.967'/> The next loop in complete_connection_graph() took very long time when number of java objects are more then 200: for (int next = 0; next < java_objects_length; ++next) { JavaObjectNode* ptn = java_objects_worklist.at(next); new_edges += add_java_object_edges(ptn, true); } May be we need to check for time limit inside the loop. Current check is executed only after loop.
08-10-2014

I reproduced the problem with 7u80, 8u20, 8u40. I did not reproduce it with jdk9 but it may means nothing because of jdk libraries changes. 28380 166 % !b com.graphhopper.reader.OSMReader::preProcess @ 26 (361 bytes) 84570 166 % size: 117000 time: 56190 inlined: 6611 bytes <phase name='escapeAnalysis' nodes='20020' live='10340' stamp='28.485'> <phase name='connectionGraph' nodes='20020' live='10340' stamp='28.485'> <phase_done name='connectionGraph' nodes='20020' live='10340' stamp='83.822'/> <phase_done name='escapeAnalysis' nodes='20020' live='10340' stamp='83.823'/>
04-10-2014

Please verify if this applies to jdk 9. If not - retarget bug to relevant release.
30-04-2014

ILW = 100% CPU, low - -specific workload, -XX:-DoEscapeAnalysis = MLM=P4
30-04-2014

Workaround switch off EA: -XX:-DoEscapeAnalysis. Note, it will affect performance.
28-04-2014

Call stack show that memory problem happened in EA. Yes, that code can consume memory. The report indicates that there is only 390Mb free memory. There could a problem with page swapping too.
28-04-2014

A little confused by the report: 1. OpenJDK Runtime Environment (IcedTea 2.4.4) (7u51-2.4.4-0ubuntu0.12.04.2) Does this reproduce with Oracle JDK? 2. Problem is 100% CPU utilization but there is also an out-of-memory abort crash log ?? The crash/abort is in the compiler thread but I see nothing to indicate it is the compiler thread using 100% CPU. As we are exhausting memory it seems more likely that the CPU use comes from GC, or perhaps even thrashing as system memory is being consumed.
28-04-2014