You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2014/06/10 00:35:02 UTC

[jira] [Updated] (AMQ-5130) If a STOMP listener attempts to connect to an OpenWire transport connector the broker dies

     [ https://issues.apache.org/jira/browse/AMQ-5130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish updated AMQ-5130:
------------------------------

    Attachment: AMQ5130.patch

A patch that adds initial frame validation for the OpenWire WireFormatInfo command on NIO Transport.

> If a STOMP listener attempts to connect to an OpenWire transport connector the broker dies
> ------------------------------------------------------------------------------------------
>
>                 Key: AMQ-5130
>                 URL: https://issues.apache.org/jira/browse/AMQ-5130
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.9.0
>         Environment: Linux Centos 6.4 Apache ActiveMQ 5.9.0, Apache ActiveMQ demo STOMP listener
>            Reporter: Matthew Western
>         Attachments: AMQ5130.patch
>
>
> If a STOMP listener attempts to connect to AMQ with an nio openwire transport connector URI the broker dies (The JVM terminates with an out of memory error).
> I have consistently reproduced this using the test STOMP listener provided with AMQ 5.9.0. I have not checked to see what happens with the STOMP publisher but I imagine the results would be the same.
> I discovered this due to accidentally using the wrong URI with my STOMP client.
> I think this is a serious issue as it could be exploited as a DOS attack on known broker URIs.
> My AMQ configuration file is as follows:
>     <broker xmlns="http://activemq.apache.org/schema/core" brokerName="broker2" dataDirectory="${activemq.data}" networkConnectorStartAsync="true" advisorySupport="true">
>         <!-- Destination specific policies using destination names or wildcards -->
>         <destinationPolicy>
>             <policyMap>
>                 <policyEntries>
>                     <policyEntry queue=">" producerFlowControl="true" memoryLimit="200mb" advisoryForConsumed="true" advisoryForDelivery="true">
>                         <deadLetterStrategy>
>                           <individualDeadLetterStrategy queuePrefix="DLQ." useQueueForQueueMessages="true" />
>                         </deadLetterStrategy>
>                     </policyEntry>
>                     <policyEntry topic=">" producerFlowControl="true" memoryLimit="200mb" advisoryForConsumed="true" advisoryForDelivery="true">
>                     </policyEntry>
>                 </policyEntries>
>             </policyMap>
>         </destinationPolicy>
>         <!-- Use the following to configure how ActiveMQ is exposed in JMX -->
>         <managementContext>
>             <managementContext createConnector="true" connectorPort="1100"/>
>         </managementContext>
>         <!--
>             The store and forward broker networks ActiveMQ will listen to
>             Create a duplex connector to the first broker
>         -->
>         <persistenceAdapter>
>             <levelDB directory="${activemq.data}/static-esb2/leveldb" />
>         </persistenceAdapter>
>         <!--  The maximum amount of space the broker will use before slowing down producers -->
>         <systemUsage>
>             <systemUsage>
>                 <memoryUsage>
>                     <memoryUsage limit="100 mb"/>
>                 </memoryUsage>
>                 <storeUsage>
>                     <storeUsage limit="200 mb" name="foo"/>
>                 </storeUsage>
>                 <tempUsage>
>                     <tempUsage limit="100 mb"/>
>                 </tempUsage>
>             </systemUsage>
>         </systemUsage>
>         <!-- The transport connectors ActiveMQ will listen to -->
>         <transportConnectors>
>             <transportConnector name="openwire-client" uri="nio://somehost.com:61610"
>               updateClusterClients="true"
>               rebalanceClusterClients="true"
> 	      updateClusterClientsOnRemove="true"            
>             />
>             <transportConnector name="stomp-client" uri="stomp+nio://somehost.com:61614"
>               updateClusterClients="true"
>               rebalanceClusterClients="true"
> 	      updateClusterClientsOnRemove="true"            
>             />
>         </transportConnectors>
>     </broker>
>     <!--
>         Enable web consoles, REST and Ajax APIs and demos
>         The web consoles requires by default login, you can disable this in the jetty.xml file
>         Take a look at ${ACTIVEMQ_HOME}/conf/jetty.xml for more details
>     -->
>     <import resource="jetty.xml"/>    
> </beans>
> The listener terminates immediately upon starting with:
> cannot sysread(): Connection reset by peer
> And the broker JVM dies with the following hs_errpid*.log error:
> #
> # There is insufficient memory for the Java Runtime Environment to continue.
> # Native memory allocation (malloc) failed to allocate 693723136 bytes for committing reserved memory.
> # 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 (os_linux.cpp:2718), pid=8783, tid=140478943950592
> #
> # JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
> # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode linux-amd64 compressed oops)
> # 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 (0x00007fc3c8086000):  VMThread [stack: 0x00007fc3cd7d7000,0x00007fc3cd8d8000] [id=8785]
> Stack: [0x00007fc3cd7d7000,0x00007fc3cd8d8000],  sp=0x00007fc3cd8d62d0,  free space=1020k
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
> V  [libjvm.so+0x992c8a]  VMError::report_and_die()+0x2ea
> V  [libjvm.so+0x49319b]  report_vm_out_of_memory(char const*, int, unsigned long, char const*)+0x9b
> V  [libjvm.so+0x81310e]  os::Linux::commit_memory_impl(char*, unsigned long, bool)+0xfe
> V  [libjvm.so+0x8135bf]  os::Linux::commit_memory_impl(char*, unsigned long, unsigned long, bool)+0x4f
> V  [libjvm.so+0x81377c]  os::pd_commit_memory(char*, unsigned long, unsigned long, bool)+0xc
> V  [libjvm.so+0x80d86a]  os::commit_memory(char*, unsigned long, unsigned long, bool)+0x2a
> V  [libjvm.so+0x98e5d9]  VirtualSpace::expand_by(unsigned long, bool)+0x1c9
> V  [libjvm.so+0x571725]  OneContigSpaceCardGeneration::grow_by(unsigned long)+0x25
> V  [libjvm.so+0x571b3e]  OneContigSpaceCardGeneration::expand(unsigned long, unsigned long)+0x3e
> V  [libjvm.so+0x571878]  OneContigSpaceCardGeneration::expand_and_allocate(unsigned long, bool, bool)+0xc8
> V  [libjvm.so+0x4270e4]  GenCollectorPolicy::expand_heap_and_allocate(unsigned long, bool)+0xa4
> V  [libjvm.so+0x428122]  GenCollectorPolicy::satisfy_failed_allocation(unsigned long, bool)+0x1c2
> V  [libjvm.so+0x993d14]  VM_GenCollectForAllocation::doit()+0x94
> V  [libjvm.so+0x99b955]  VM_Operation::evaluate()+0x55
> V  [libjvm.so+0x999d8a]  VMThread::evaluate_operation(VM_Operation*)+0xba
> V  [libjvm.so+0x99a10e]  VMThread::loop()+0x1ce
> V  [libjvm.so+0x99a580]  VMThread::run()+0x70
> V  [libjvm.so+0x815288]  java_start(Thread*)+0x108
> VM_Operation (0x00007fc3b07554c0): GenCollectForAllocation, mode: safepoint, requested by thread 0x0000000001edd000
> ---------------  P R O C E S S  ---------------
> Java Threads: ( => current thread )
>   0x00007fc3c8901800 JavaThread "ActiveMQ BrokerService[tmts-esb2] Task-6" daemon [_thread_blocked, id=8854, stack(0x00007fc3b0555000,0x00007fc3b0656000)]
>   0x00007fc3b8030800 JavaThread "ActiveMQ InactivityMonitor Worker" daemon [_thread_blocked, id=8850, stack(0x00007fc3b0151000,0x00007fc3b0252000)]
>   0x00007fc3b8024800 JavaThread "ActiveMQ InactivityMonitor Worker" daemon [_thread_blocked, id=8849, stack(0x00007fc3c4dfe000,0x00007fc3c4eff000)]
>   0x00007fc3a83cc000 JavaThread "ActiveMQ InactivityMonitor WriteCheckTimer" daemon [_thread_blocked, id=8837, stack(0x00007fc3b0353000,0x00007fc3b0454000)]
>   0x00007fc3a83ca800 JavaThread "ActiveMQ InactivityMonitor ReadCheckTimer" daemon [_thread_blocked, id=8836, stack(0x00007fc3b0454000,0x00007fc3b0555000)]
>   0x0000000001edd000 JavaThread "ActiveMQ NIO Worker 4" daemon [_thread_blocked, id=8834, stack(0x00007fc3b0656000,0x00007fc3b0757000)]
>   0x0000000001ed9800 JavaThread "ActiveMQ NIO Worker 2" daemon [_thread_blocked, id=8832, stack(0x00007fc3b0858000,0x00007fc3b0959000)]
>   0x00007fc3c8906800 JavaThread "Selector Worker: 0" daemon [_thread_blocked, id=8831, stack(0x00007fc3b0959000,0x00007fc3b0a5a000)]
>   0x00007fc3c8902800 JavaThread "ActiveMQ BrokerService[tmts-esb2] Task-3" daemon [_thread_blocked, id=8830, stack(0x00007fc3b0a5a000,0x00007fc3b0b5b000)]
>   0x00007fc3c8a19800 JavaThread "qtp731014169-45" [_thread_blocked, id=8827, stack(0x00007fc3b0d5d000,0x00007fc3b0e5e000)]
>   0x00007fc3c8a17800 JavaThread "qtp731014169-44" [_thread_blocked, id=8826, stack(0x00007fc3b0e5e000,0x00007fc3b0f5f000)]
>   0x00007fc3c8a16000 JavaThread "qtp731014169-43" [_thread_blocked, id=8825, stack(0x00007fc3b0f5f000,0x00007fc3b1060000)]
>   0x00007fc3c8a22000 JavaThread "qtp731014169-42" [_thread_blocked, id=8824, stack(0x00007fc3b1060000,0x00007fc3b1161000)]
>   0x00007fc3c89df800 JavaThread "qtp731014169-41" [_thread_blocked, id=8823, stack(0x00007fc3b1161000,0x00007fc3b1262000)]
>   0x00007fc3c8af4000 JavaThread "qtp731014169-40" [_thread_blocked, id=8822, stack(0x00007fc3b1262000,0x00007fc3b1363000)]
>   0x00007fc3c8af3000 JavaThread "qtp731014169-39 Acceptor0 SelectChannelConnector@0.0.0.0:8161" [_thread_in_native, id=8821, stack(0x00007fc3b1363000,0x00007fc3b1464000)]
>   0x00007fc3c8b98000 JavaThread "qtp731014169-38 Selector0" [_thread_in_native, id=8820, stack(0x00007fc3b1464000,0x00007fc3b1565000)]
>   0x00007fc3c8b9c000 JavaThread "HashSessionScavenger-3" daemon [_thread_blocked, id=8819, stack(0x00007fc3b1565000,0x00007fc3b1666000)]
>   0x00007fc3c8ba3000 JavaThread "HashSessionScavenger-2" daemon [_thread_blocked, id=8818, stack(0x00007fc3b1666000,0x00007fc3b1767000)]
>   0x00007fc3c8ae9800 JavaThread "HashSessionScavenger-1" daemon [_thread_blocked, id=8817, stack(0x00007fc3b1767000,0x00007fc3b1868000)]
>   0x00007fc3c8a69800 JavaThread "HashSessionScavenger-0" daemon [_thread_blocked, id=8816, stack(0x00007fc3b1868000,0x00007fc3b1969000)]
>   0x00007fc3c898b800 JavaThread "ActiveMQ Transport Server: stomp+nio://ec2-54-229-219-120.eu-west-1.compute.amazonaws.com:41414" daemon [_thread_in_native, id=8815, stack(0x00007fc3b1969000,0x00007fc3b1a6a000)]
>   0x00007fc3c898a000 JavaThread "ActiveMQ Transport Server Thread Handler: stomp+nio://ec2-54-229-219-120.eu-west-1.compute.amazonaws.com:41414" daemon [_thread_blocked, id=8814, stack(0x00007fc3b1a6a000,0x00007fc3b1b6b000)]
>   0x00007fc3c8977000 JavaThread "ActiveMQ Transport Server: nio://ec2-54-229-219-120.eu-west-1.compute.amazonaws.com:41410" daemon [_thread_in_native, id=8813, stack(0x00007fc3b1b6b000,0x00007fc3b1c6c000)]
>   0x00007fc3c896a800 JavaThread "ActiveMQ Transport Server Thread Handler: nio://ec2-54-229-219-120.eu-west-1.compute.amazonaws.com:41410" daemon [_thread_blocked, id=8812, stack(0x00007fc3b1c6c000,0x00007fc3b1d6d000)]
>   0x00007fc3c8944800 JavaThread "ActiveMQ Broker[tmts-esb2] Scheduler" daemon [_thread_blocked, id=8811, stack(0x00007fc3b1d6d000,0x00007fc3b1e6e000)]
>   0x00007fc3c8938000 JavaThread "LevelDB store io write" daemon [_thread_blocked, id=8810, stack(0x00007fc3b1e6e000,0x00007fc3b1f6f000)]
>   0x00007fc3c88ad000 JavaThread "process reaper" daemon [_thread_blocked, id=8807, stack(0x00007fc3c44be000,0x00007fc3c44f7000)]
>   0x00007fc3b8006800 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=8805, stack(0x00007fc3c46f7000,0x00007fc3c47f8000)]
>   0x0000000001ec8000 JavaThread "RMI RenewClean-[172.31.64.9:39640]" daemon [_thread_blocked, id=8804, stack(0x00007fc3c47f8000,0x00007fc3c48f9000)]
>   0x00007fc3bc017000 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=8803, stack(0x00007fc3c48f9000,0x00007fc3c49fa000)]
>   0x00007fc3ac001000 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=8802, stack(0x00007fc3c49fa000,0x00007fc3c4afb000)]
>   0x00007fc3bc009800 JavaThread "GC Daemon" daemon [_thread_blocked, id=8801, stack(0x00007fc3c4afb000,0x00007fc3c4bfc000)]
>   0x00007fc3bc007000 JavaThread "RMI Reaper" [_thread_blocked, id=8800, stack(0x00007fc3c4bfc000,0x00007fc3c4cfd000)]
>   0x00007fc3bc001800 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=8799, stack(0x00007fc3c4cfd000,0x00007fc3c4dfe000)]
>   0x00007fc3c8829800 JavaThread "RMI TCP Accept-1100" daemon [_thread_in_native, id=8797, stack(0x00007fc3c4eff000,0x00007fc3c5000000)]
>   0x00007fc3c8785000 JavaThread "hawtdispatch timer" daemon [_thread_blocked, id=8796, stack(0x00007fc3cc01e000,0x00007fc3cc11f000)]
>   0x00007fc3c8763000 JavaThread "hawtdispatch-DEFAULT-1" daemon [_thread_in_native, id=8795, stack(0x00007fc3cc11f000,0x00007fc3cc220000)]
>   0x00007fc3c815b000 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=8792, stack(0x00007fc3cc679000,0x00007fc3cc77a000)]
>   0x00007fc3c80b2000 JavaThread "Service Thread" daemon [_thread_blocked, id=8791, stack(0x00007fc3cd1d1000,0x00007fc3cd2d2000)]
>   0x00007fc3c80af800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=8790, stack(0x00007fc3cd2d2000,0x00007fc3cd3d3000)]
>   0x00007fc3c80ad000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=8789, stack(0x00007fc3cd3d3000,0x00007fc3cd4d4000)]
>   0x00007fc3c80a3000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8788, stack(0x00007fc3cd4d4000,0x00007fc3cd5d5000)]
>   0x00007fc3c808c800 JavaThread "Finalizer" daemon [_thread_blocked, id=8787, stack(0x00007fc3cd5d5000,0x00007fc3cd6d6000)]
>   0x00007fc3c8088000 JavaThread "Reference Handler" daemon [_thread_blocked, id=8786, stack(0x00007fc3cd6d6000,0x00007fc3cd7d7000)]
>   0x00007fc3c8009000 JavaThread "main" [_thread_blocked, id=8784, stack(0x00007fc3d0561000,0x00007fc3d0662000)]
> Other Threads:
> =>0x00007fc3c8086000 VMThread [stack: 0x00007fc3cd7d7000,0x00007fc3cd8d8000] [id=8785]
>   0x00007fc3c816a800 WatcherThread [stack: 0x00007fc3cc578000,0x00007fc3cc679000] [id=8793]
> VM state:at safepoint (normal execution)
> VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
> [0x00007fc3c8006be0] Threads_lock - owner thread: 0x00007fc3c8086000
> [0x00007fc3c80070e0] Heap_lock - owner thread: 0x0000000001edd000
> Heap
>  def new generation   total 9792K, used 0K [0x00000000bae00000, 0x00000000bb8a0000, 0x00000000d0350000)
>   eden space 8704K,   0% used [0x00000000bae00000, 0x00000000bae00000, 0x00000000bb680000)
>   from space 1088K,   0% used [0x00000000bb680000, 0x00000000bb680000, 0x00000000bb790000)
>   to   space 1088K,   0% used [0x00000000bb790000, 0x00000000bb790000, 0x00000000bb8a0000)
>  tenured generation   total 21608K, used 12964K [0x00000000d0350000, 0x00000000d186a000, 0x00000000fae00000)
>    the space 21608K,  59% used [0x00000000d0350000, 0x00000000d0ff91b0, 0x00000000d0ff9200, 0x00000000d186a000)
>  compacting perm gen  total 33280K, used 33274K [0x00000000fae00000, 0x00000000fce80000, 0x0000000100000000)
>    the space 33280K,  99% used [0x00000000fae00000, 0x00000000fce7e8d0, 0x00000000fce7ea00, 0x00000000fce80000)
> No shared spaces configured.
> Card table byte_map: [0x00007fc3cdd06000,0x00007fc3cdf30000] byte_map_base: 0x00007fc3cd72f000
> Polling page: 0x00007fc3d066c000
> Code Cache  [0x00007fc3c5000000, 0x00007fc3c5270000, 0x00007fc3c8000000)
>  total_blobs=724 nmethods=350 adapters=328 free_code_cache=47945Kb largest_free_block=49054144
> Compilation events (10 events):
> Event: 20.721 Thread 0x00007fc3c80af800  372             java.util.concurrent.locks.AbstractOwnableSynchronizer::getExclusiveOwnerThread (5 bytes)
> Event: 20.722 Thread 0x00007fc3c80af800 nmethod 372 0x00007fc3c50bfe50 code [0x00007fc3c50bff80, 0x00007fc3c50bffd8]
> Event: 30.691 Thread 0x00007fc3c80af800  373  s          java.lang.StringBuffer::toString (17 bytes)
> Event: 30.736 Thread 0x00007fc3c80af800 nmethod 373 0x00007fc3c5108350 code [0x00007fc3c51084c0, 0x00007fc3c5108a58]
> Event: 33.047 Thread 0x00007fc3c80ad000  374             java.lang.ThreadLocal$ThreadLocalMap::access$000 (6 bytes)
> Event: 33.049 Thread 0x00007fc3c80ad000 nmethod 374 0x00007fc3c510f990 code [0x00007fc3c510fae0, 0x00007fc3c510fbc8]
> Event: 33.052 Thread 0x00007fc3c80ad000  375             java.lang.ThreadLocal$ThreadLocalMap::getEntry (42 bytes)
> Event: 33.054 Thread 0x00007fc3c80ad000 nmethod 375 0x00007fc3c50e9890 code [0x00007fc3c50e99e0, 0x00007fc3c50e9ac8]
> Event: 54.416 Thread 0x00007fc3c80af800  376             java.util.HashMap$HashIterator::hasNext (13 bytes)
> Event: 54.417 Thread 0x00007fc3c80af800 nmethod 376 0x00007fc3c50dded0 code [0x00007fc3c50de000, 0x00007fc3c50de058]
> GC Heap History (10 events):
> Event: 10.640 GC heap before
> {Heap before GC invocations=65 (full 4):
>  def new generation   total 8064K, used 7168K [0x00000000bae00000, 0x00000000bb6c0000, 0x00000000d0350000)
>   eden space 7168K, 100% used [0x00000000bae00000, 0x00000000bb500000, 0x00000000bb500000)
>   from space 896K,   0% used [0x00000000bb500000, 0x00000000bb500000, 0x00000000bb5e0000)
>   to   space 896K,   0% used [0x00000000bb5e0000, 0x00000000bb5e0000, 0x00000000bb6c0000)
>  tenured generation   total 17864K, used 10716K [0x00000000d0350000, 0x00000000d14c2000, 0x00000000fae00000)
>    the space 17864K,  59% used [0x00000000d0350000, 0x00000000d0dc7130, 0x00000000d0dc7200, 0x00000000d14c2000)
>  compacting perm gen  total 31744K, used 31549K [0x00000000fae00000, 0x00000000fcd00000, 0x0000000100000000)
>    the space 31744K,  99% used [0x00000000fae00000, 0x00000000fcccf788, 0x00000000fcccf800, 0x00000000fcd00000)
> No shared spaces configured.
> Event: 10.647 GC heap after
> Heap after GC invocations=66 (full 4):
>  def new generation   total 8064K, used 895K [0x00000000bae00000, 0x00000000bb6c0000, 0x00000000d0350000)
>   eden space 7168K,   0% used [0x00000000bae00000, 0x00000000bae00000, 0x00000000bb500000)
>   from space 896K,  99% used [0x00000000bb5e0000, 0x00000000bb6bfff8, 0x00000000bb6c0000)
>   to   space 896K,   0% used [0x00000000bb500000, 0x00000000bb500000, 0x00000000bb5e0000)
>  tenured generation   total 17864K, used 10947K [0x00000000d0350000, 0x00000000d14c2000, 0x00000000fae00000)
>    the space 17864K,  61% used [0x00000000d0350000, 0x00000000d0e00dd8, 0x00000000d0e00e00, 0x00000000d14c2000)
>  compacting perm gen  total 31744K, used 31549K [0x00000000fae00000, 0x00000000fcd00000, 0x0000000100000000)
>    the space 31744K,  99% used [0x00000000fae00000, 0x00000000fcccf788, 0x00000000fcccf800, 0x00000000fcd00000)
> No shared spaces configured.
> }
> Event: 13.205 GC heap before
> {Heap before GC invocations=66 (full 4):
>  def new generation   total 8064K, used 8063K [0x00000000bae00000, 0x00000000bb6c0000, 0x00000000d0350000)
>   eden space 7168K, 100% used [0x00000000bae00000, 0x00000000bb500000, 0x00000000bb500000)
>   from space 896K,  99% used [0x00000000bb5e0000, 0x00000000bb6bfff8, 0x00000000bb6c0000)
>   to   space 896K,   0% used [0x00000000bb500000, 0x00000000bb500000, 0x00000000bb5e0000)
>  tenured generation   total 17864K, used 10947K [0x00000000d0350000, 0x00000000d14c2000, 0x00000000fae00000)
>    the space 17864K,  61% used [0x00000000d0350000, 0x00000000d0e00dd8, 0x00000000d0e00e00, 0x00000000d14c2000)
>  compacting perm gen  total 32064K, used 31767K [0x00000000fae00000, 0x00000000fcd50000, 0x0000000100000000)
>    the space 32064K,  99% used [0x00000000fae00000, 0x00000000fcd05e10, 0x00000000fcd06000, 0x00000000fcd50000)
> No shared spaces configured.
> Event: 13.215 GC heap after
> Heap after GC invocations=67 (full 4):
>  def new generation   total 8064K, used 805K [0x00000000bae00000, 0x00000000bb6c0000, 0x00000000d0350000)
>   eden space 7168K,   0% used [0x00000000bae00000, 0x00000000bae00000, 0x00000000bb500000)
>   from space 896K,  89% used [0x00000000bb500000, 0x00000000bb5c9538, 0x00000000bb5e0000)
>   to   space 896K,   0% used [0x00000000bb5e0000, 0x00000000bb5e0000, 0x00000000bb6c0000)
>  tenured generation   total 17864K, used 11352K [0x00000000d0350000, 0x00000000d14c2000, 0x00000000fae00000)
>    the space 17864K,  63% used [0x00000000d0350000, 0x00000000d0e66358, 0x00000000d0e66400, 0x00000000d14c2000)
>  compacting perm gen  total 32064K, used 31767K [0x00000000fae00000, 0x00000000fcd50000, 0x0000000100000000)
>    the space 32064K,  99% used [0x00000000fae00000, 0x00000000fcd05e10, 0x00000000fcd06000, 0x00000000fcd50000)
> No shared spaces configured.
> }
> Event: 17.634 GC heap before
> {Heap before GC invocations=67 (full 4):
>  def new generation   total 8064K, used 7973K [0x00000000bae00000, 0x00000000bb6c0000, 0x00000000d0350000)
>   eden space 7168K, 100% used [0x00000000bae00000, 0x00000000bb500000, 0x00000000bb500000)
>   from space 896K,  89% used [0x00000000bb500000, 0x00000000bb5c9538, 0x00000000bb5e0000)
>   to   space 896K,   0% used [0x00000000bb5e0000, 0x00000000bb5e0000, 0x00000000bb6c0000)
>  tenured generation   total 17864K, used 11352K [0x00000000d0350000, 0x00000000d14c2000, 0x00000000fae00000)
>    the space 17864K,  63% used [0x00000000d0350000, 0x00000000d0e66358, 0x00000000d0e66400, 0x00000000d14c2000)
>  compacting perm gen  total 32384K, used 32070K [0x00000000fae00000, 0x00000000fcda0000, 0x0000000100000000)
>    the space 32384K,  99% used [0x00000000fae00000, 0x00000000fcd51aa8, 0x00000000fcd51c00, 0x00000000fcda0000)
> No shared spaces configured.
> Event: 17.749 GC heap after
> Heap after GC invocations=68 (full 4):
>  def new generation   total 8064K, used 534K [0x00000000bae00000, 0x00000000bb6c0000, 0x00000000d0350000)
>   eden space 7168K,   0% used [0x00000000bae00000, 0x00000000bae00000, 0x00000000bb500000)
>   from space 896K,  59% used [0x00000000bb5e0000, 0x00000000bb6658a8, 0x00000000bb6c0000)
>   to   space 896K,   0% used [0x00000000bb500000, 0x00000000bb500000, 0x00000000bb5e0000)
>  tenured generation   total 17864K, used 12033K [0x00000000d0350000, 0x00000000d14c2000, 0x00000000fae00000)
>    the space 17864K,  67% used [0x00000000d0350000, 0x00000000d0f106f8, 0x00000000d0f10800, 0x00000000d14c2000)
>  compacting perm gen  total 32384K, used 32070K [0x00000000fae00000, 0x00000000fcda0000, 0x0000000100000000)
>    the space 32384K,  99% used [0x00000000fae00000, 0x00000000fcd51aa8, 0x00000000fcd51c00, 0x00000000fcda0000)
> No shared spaces configured.
> }
> Event: 32.997 GC heap before
> {Heap before GC invocations=68 (full 4):
>  def new generation   total 8064K, used 7702K [0x00000000bae00000, 0x00000000bb6c0000, 0x00000000d0350000)
>   eden space 7168K, 100% used [0x00000000bae00000, 0x00000000bb500000, 0x00000000bb500000)
>   from space 896K,  59% used [0x00000000bb5e0000, 0x00000000bb6658a8, 0x00000000bb6c0000)
>   to   space 896K,   0% used [0x00000000bb500000, 0x00000000bb500000, 0x00000000bb5e0000)
>  tenured generation   total 17864K, used 12033K [0x00000000d0350000, 0x00000000d14c2000, 0x00000000fae00000)
>    the space 17864K,  67% used [0x00000000d0350000, 0x00000000d0f106f8, 0x00000000d0f10800, 0x00000000d14c2000)
>  compacting perm gen  total 33024K, used 32895K [0x00000000fae00000, 0x00000000fce40000, 0x0000000100000000)
>    the space 33024K,  99% used [0x00000000fae00000, 0x00000000fce1ffc8, 0x00000000fce20000, 0x00000000fce40000)
> No shared spaces configured.
> Event: 33.003 GC heap after
> Heap after GC invocations=69 (full 4):
>  def new generation   total 8064K, used 756K [0x00000000bae00000, 0x00000000bb6c0000, 0x00000000d0350000)
>   eden space 7168K,   0% used [0x00000000bae00000, 0x00000000bae00000, 0x00000000bb500000)
>   from space 896K,  84% used [0x00000000bb500000, 0x00000000bb5bd180, 0x00000000bb5e0000)
>   to   space 896K,   0% used [0x00000000bb5e0000, 0x00000000bb5e0000, 0x00000000bb6c0000)
>  tenured generation   total 17864K, used 12449K [0x00000000d0350000, 0x00000000d14c2000, 0x00000000fae00000)
>    the space 17864K,  69% used [0x00000000d0350000, 0x00000000d0f785a0, 0x00000000d0f78600, 0x00000000d14c2000)
>  compacting perm gen  total 33024K, used 32895K [0x00000000fae00000, 0x00000000fce40000, 0x0000000100000000)
>    the space 33024K,  99% used [0x00000000fae00000, 0x00000000fce1ffc8, 0x00000000fce20000, 0x00000000fce40000)
> No shared spaces configured.
> }
> Event: 54.420 GC heap before
> {Heap before GC invocations=69 (full 4):
>  def new generation   total 8064K, used 3324K [0x00000000bae00000, 0x00000000bb6c0000, 0x00000000d0350000)
>   eden space 7168K,  35% used [0x00000000bae00000, 0x00000000bb081f40, 0x00000000bb500000)
>   from space 896K,  84% used [0x00000000bb500000, 0x00000000bb5bd180, 0x00000000bb5e0000)
>   to   space 896K,   0% used [0x00000000bb5e0000, 0x00000000bb5e0000, 0x00000000bb6c0000)
>  tenured generation   total 17864K, used 12449K [0x00000000d0350000, 0x00000000d14c2000, 0x00000000fae00000)
>    the space 17864K,  69% used [0x00000000d0350000, 0x00000000d0f785a0, 0x00000000d0f78600, 0x00000000d14c2000)
>  compacting perm gen  total 33344K, used 33274K [0x00000000fae00000, 0x00000000fce90000, 0x0000000100000000)
>    the space 33344K,  99% used [0x00000000fae00000, 0x00000000fce7e8d0, 0x00000000fce7ea00, 0x00000000fce90000)
> No shared spaces configured.
> Event: 54.522 GC heap after
> Heap after GC invocations=70 (full 5):
>  def new generation   total 9792K, used 0K [0x00000000bae00000, 0x00000000bb8a0000, 0x00000000d0350000)
>   eden space 8704K,   0% used [0x00000000bae00000, 0x00000000bae00000, 0x00000000bb680000)
>   from space 1088K,   0% used [0x00000000bb680000, 0x00000000bb680000, 0x00000000bb790000)
>   to   space 1088K,   0% used [0x00000000bb790000, 0x00000000bb790000, 0x00000000bb8a0000)
>  tenured generation   total 21608K, used 12964K [0x00000000d0350000, 0x00000000d186a000, 0x00000000fae00000)
>    the space 21608K,  59% used [0x00000000d0350000, 0x00000000d0ff91b0, 0x00000000d0ff9200, 0x00000000d186a000)
>  compacting perm gen  total 33280K, used 33274K [0x00000000fae00000, 0x00000000fce80000, 0x0000000100000000)
>    the space 33280K,  99% used [0x00000000fae00000, 0x00000000fce7e8d0, 0x00000000fce7ea00, 0x00000000fce80000)
> No shared spaces configured.
> }
> Deoptimization events (10 events):
> Event: 9.108 Thread 0x00007fc3c8009000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007fc3c5118164 method=com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next()I @ 435
> Event: 9.115 Thread 0x00007fc3c8009000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007fc3c5118164 method=com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next()I @ 435
> Event: 9.115 Thread 0x00007fc3c8009000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007fc3c5118164 method=com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next()I @ 435
> Event: 9.177 Thread 0x00007fc3c8009000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x00007fc3c51150a0 method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 119
> Event: 9.187 Thread 0x00007fc3c8009000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x00007fc3c51150a0 method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 119
> Event: 9.197 Thread 0x00007fc3c8009000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x00007fc3c51150a0 method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 119
> Event: 9.200 Thread 0x00007fc3c8009000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x00007fc3c51150a0 method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 119
> Event: 10.651 Thread 0x00007fc3c8bca000 Uncommon trap: reason=predicate action=maybe_recompile pc=0x00007fc3c51260bc method=java.util.TreeMap.getEntryUsingComparator(Ljava/lang/Object;)Ljava/util/TreeMap$Entry; @ 22
> Event: 10.803 Thread 0x00007fc3c00ad000 Uncommon trap: reason=unreached action=reinterpret pc=0x00007fc3c5085380 method=java.util.HashMap.get(Ljava/lang/Object;)Ljava/lang/Object; @ 1
> Event: 10.803 Thread 0x00007fc3c00ad000 Uncommon trap: reason=unreached action=reinterpret pc=0x00007fc3c50e79bc method=java.util.HashMap.put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; @ 19
> Internal exceptions (10 events):
> Event: 33.064 Thread 0x00007fc3c8af4000 Threw 0x00000000bafd8828 at /HUDSON/workspace/7u-2-build-linux-amd64/jdk7u45/229/hotspot/src/share/vm/prims/jvm.cpp:1244
> Event: 33.064 Thread 0x00007fc3c8af4000 Threw 0x00000000bafd8d28 at /HUDSON/workspace/7u-2-build-linux-amd64/jdk7u45/229/hotspot/src/share/vm/prims/jvm.cpp:1244
> Event: 33.065 Thread 0x00007fc3c8af4000 Threw 0x00000000bafe3e60 at /HUDSON/workspace/7u-2-build-linux-amd64/jdk7u45/229/hotspot/src/share/vm/prims/jvm.cpp:1244
> Event: 33.065 Thread 0x00007fc3c8af4000 Threw 0x00000000bafe4320 at /HUDSON/workspace/7u-2-build-linux-amd64/jdk7u45/229/hotspot/src/share/vm/prims/jvm.cpp:1244
> Event: 33.065 Thread 0x00007fc3c8af4000 Threw 0x00000000bafee840 at /HUDSON/workspace/7u-2-build-linux-amd64/jdk7u45/229/hotspot/src/share/vm/prims/jvm.cpp:1244
> Event: 33.065 Thread 0x00007fc3c8af4000 Threw 0x00000000bafeed70 at /HUDSON/workspace/7u-2-build-linux-amd64/jdk7u45/229/hotspot/src/share/vm/prims/jvm.cpp:1244
> Event: 36.567 Thread 0x00007fc3c8944800 Threw 0x00000000bb00e6d0 at /HUDSON/workspace/7u-2-build-linux-amd64/jdk7u45/229/hotspot/src/share/vm/prims/jvm.cpp:1244
> Event: 36.567 Thread 0x00007fc3c8944800 Threw 0x00000000bb00ebe0 at /HUDSON/workspace/7u-2-build-linux-amd64/jdk7u45/229/hotspot/src/share/vm/prims/jvm.cpp:1244
> Event: 36.569 Thread 0x00007fc3c8944800 Threw 0x00000000bb011c60 at /HUDSON/workspace/7u-2-build-linux-amd64/jdk7u45/229/hotspot/src/share/vm/prims/jvm.cpp:1244
> Event: 36.569 Thread 0x00007fc3c8944800 Threw 0x00000000bb0122a0 at /HUDSON/workspace/7u-2-build-linux-amd64/jdk7u45/229/hotspot/src/share/vm/prims/jvm.cpp:1244
> Events (10 events):
> Event: 42.127 Thread 0x0000000001edb000 Thread exited: 0x0000000001edb000
> Event: 44.651 Executing VM operation: RevokeBias
> Event: 44.652 Executing VM operation: RevokeBias done
> Event: 44.652 Thread 0x00007fc3c00ad000 Thread exited: 0x00007fc3c00ad000
> Event: 44.653 Executing VM operation: RevokeBias
> Event: 44.653 Executing VM operation: RevokeBias done
> Event: 44.653 Thread 0x00007fc3c891d000 Thread exited: 0x00007fc3c891d000
> Event: 54.417 Thread 0x00007fc3c80af800 flushing nmethod 0x00007fc3c50c2b10
> Event: 54.418 Executing VM operation: GenCollectForAllocation
> Event: 54.418 Thread 0x00007fc3c8901800 Thread added: 0x00007fc3c8901800
> Dynamic libraries:
> 00400000-00401000 r-xp 00000000 ca:40 9436                               /usr/java/jdk1.7.0_45/bin/java
> 00600000-00601000 rw-p 00000000 ca:40 9436                               /usr/java/jdk1.7.0_45/bin/java
> 01ec3000-01f05000 rw-p 00000000 00:00 0                                  [heap]
> bae00000-bb8a0000 rw-p 00000000 00:00 0 
> bb8a0000-d0350000 rw-p 00000000 00:00 0 
> d0350000-d186a000 rw-p 00000000 00:00 0 
> fae00000-fce80000 rw-p 00000000 00:00 0 
> fce80000-fce90000 ---p 00000000 00:00 0 
> fce90000-100000000 rw-p 00000000 00:00 0 
> 7fc39c000000-7fc39c021000 rw-p 00000000 00:00 0 
> 7fc39c021000-7fc3a0000000 ---p 00000000 00:00 0 
> 7fc3a4000000-7fc3a4b9d000 rw-p 00000000 00:00 0 
> 7fc3a4b9d000-7fc3a8000000 ---p 00000000 00:00 0 
> 7fc3a8000000-7fc3a8ac1000 rw-p 00000000 00:00 0 
> 7fc3a8ac1000-7fc3ac000000 ---p 00000000 00:00 0 
> 7fc3ac000000-7fc3ac021000 rw-p 00000000 00:00 0 
> 7fc3ac021000-7fc3b0000000 ---p 00000000 00:00 0 
> 7fc3b0151000-7fc3b0154000 ---p 00000000 00:00 0 
> 7fc3b0154000-7fc3b0252000 rw-p 00000000 00:00 0 
> 7fc3b0252000-7fc3b0255000 ---p 00000000 00:00 0 
> 7fc3b0255000-7fc3b0353000 rw-p 00000000 00:00 0 
> 7fc3b0353000-7fc3b0356000 ---p 00000000 00:00 0 
> 7fc3b0356000-7fc3b0454000 rw-p 00000000 00:00 0 
> 7fc3b0454000-7fc3b0457000 ---p 00000000 00:00 0 
> 7fc3b0457000-7fc3b0555000 rw-p 00000000 00:00 0 
> 7fc3b0555000-7fc3b0558000 ---p 00000000 00:00 0 
> 7fc3b0558000-7fc3b0656000 rw-p 00000000 00:00 0 
> 7fc3b0656000-7fc3b0659000 ---p 00000000 00:00 0 
> 7fc3b0659000-7fc3b0757000 rw-p 00000000 00:00 0 
> 7fc3b0757000-7fc3b075a000 ---p 00000000 00:00 0 
> 7fc3b075a000-7fc3b0858000 rw-p 00000000 00:00 0 
> 7fc3b0858000-7fc3b085b000 ---p 00000000 00:00 0 
> 7fc3b085b000-7fc3b0959000 rw-p 00000000 00:00 0 
> 7fc3b0959000-7fc3b095c000 ---p 00000000 00:00 0 
> 7fc3b095c000-7fc3b0a5a000 rw-p 00000000 00:00 0 
> 7fc3b0a5a000-7fc3b0a5d000 ---p 00000000 00:00 0 
> 7fc3b0a5d000-7fc3b0b5b000 rw-p 00000000 00:00 0 
> 7fc3b0b5b000-7fc3b0b5e000 ---p 00000000 00:00 0 
> 7fc3b0b5e000-7fc3b0c5c000 rw-p 00000000 00:00 0 
> 7fc3b0c5c000-7fc3b0c5f000 ---p 00000000 00:00 0 
> 7fc3b0c5f000-7fc3b0d5d000 rw-p 00000000 00:00 0 
> 7fc3b0d5d000-7fc3b0d60000 ---p 00000000 00:00 0 
> 7fc3b0d60000-7fc3b0e5e000 rw-p 00000000 00:00 0 
> 7fc3b0e5e000-7fc3b0e61000 ---p 00000000 00:00 0 
> 7fc3b0e61000-7fc3b0f5f000 rw-p 00000000 00:00 0 
> 7fc3b0f5f000-7fc3b0f62000 ---p 00000000 00:00 0 
> 7fc3b0f62000-7fc3b1060000 rw-p 00000000 00:00 0 
> 7fc3b1060000-7fc3b1063000 ---p 00000000 00:00 0 
> 7fc3b1063000-7fc3b1161000 rw-p 00000000 00:00 0 
> 7fc3b1161000-7fc3b1164000 ---p 00000000 00:00 0 
> 7fc3b1164000-7fc3b1262000 rw-p 00000000 00:00 0 
> 7fc3b1262000-7fc3b1265000 ---p 00000000 00:00 0 
> 7fc3b1265000-7fc3b1363000 rw-p 00000000 00:00 0 
> 7fc3b1363000-7fc3b1366000 ---p 00000000 00:00 0 
> 7fc3b1366000-7fc3b1464000 rw-p 00000000 00:00 0 
> 7fc3b1464000-7fc3b1467000 ---p 00000000 00:00 0 
> 7fc3b1467000-7fc3b1565000 rw-p 00000000 00:00 0 
> 7fc3b1565000-7fc3b1568000 ---p 00000000 00:00 0 
> 7fc3b1568000-7fc3b1666000 rw-p 00000000 00:00 0 
> 7fc3b1666000-7fc3b1669000 ---p 00000000 00:00 0 
> 7fc3b1669000-7fc3b1767000 rw-p 00000000 00:00 0 
> 7fc3b1767000-7fc3b176a000 ---p 00000000 00:00 0 
> 7fc3b176a000-7fc3b1868000 rw-p 00000000 00:00 0 
> 7fc3b1868000-7fc3b186b000 ---p 00000000 00:00 0 
> 7fc3b186b000-7fc3b1969000 rw-p 00000000 00:00 0 
> 7fc3b1969000-7fc3b196c000 ---p 00000000 00:00 0 
> 7fc3b196c000-7fc3b1a6a000 rw-p 00000000 00:00 0 
> 7fc3b1a6a000-7fc3b1a6d000 ---p 00000000 00:00 0 
> 7fc3b1a6d000-7fc3b1b6b000 rw-p 00000000 00:00 0 
> 7fc3b1b6b000-7fc3b1b6e000 ---p 00000000 00:00 0 
> 7fc3b1b6e000-7fc3b1c6c000 rw-p 00000000 00:00 0 
> 7fc3b1c6c000-7fc3b1c6f000 ---p 00000000 00:00 0 
> 7fc3b1c6f000-7fc3b1d6d000 rw-p 00000000 00:00 0 
> 7fc3b1d6d000-7fc3b1d70000 ---p 00000000 00:00 0 
> 7fc3b1d70000-7fc3b1e6e000 rw-p 00000000 00:00 0 
> 7fc3b1e6e000-7fc3b1e71000 ---p 00000000 00:00 0 
> 7fc3b1e71000-7fc3b1f6f000 rw-p 00000000 00:00 0 
> 7fc3b1f6f000-7fc3b206f000 rw-s 00000000 ca:40 144259                     /opt/activemq/data/static-esb2/leveldb/dirty.index/MANIFEST-000017
> 7fc3b206f000-7fc3b216f000 rw-s 00000000 ca:40 144258                     /opt/activemq/data/static-esb2/leveldb/dirty.index/000019.log
> 7fc3b216f000-7fc3b8000000 r--p 00000000 ca:40 8463                       /usr/lib/locale/locale-archive
> 7fc3b8000000-7fc3b8043000 rw-p 00000000 00:00 0 
> 7fc3b8043000-7fc3bc000000 ---p 00000000 00:00 0 
> 7fc3bc000000-7fc3bc03e000 rw-p 00000000 00:00 0 
> 7fc3bc03e000-7fc3c0000000 ---p 00000000 00:00 0 
> 7fc3c0000000-7fc3c037b000 rw-p 00000000 00:00 0 
> 7fc3c037b000-7fc3c4000000 ---p 00000000 00:00 0 
> 7fc3c4020000-7fc3c402b000 r--s 0037c000 ca:40 10661                      /usr/java/jdk1.7.0_45/jre/lib/charsets.jar
> 7fc3c402b000-7fc3c4036000 r--s 0037c000 ca:40 10661                      /usr/java/jdk1.7.0_45/jre/lib/charsets.jar
> 7fc3c4036000-7fc3c4038000 r--s 00003000 ca:40 402502                     /opt/activemq/webapps/hawtio/WEB-INF/lib/hawtio-core-1.2-M23.jar
> 7fc3c4038000-7fc3c403c000 r--s 00034000 ca:40 402510                     /opt/activemq/webapps/hawtio/WEB-INF/lib/jsch-0.1.46.jar
> 7fc3c403c000-7fc3c443d000 rw-p 00000000 00:00 0 
> 7fc3c443d000-7fc3c4440000 ---p 00000000 00:00 0 
> 7fc3c4440000-7fc3c44be000 rw-p 00000000 00:00 0 
> 7fc3c44be000-7fc3c44c1000 ---p 00000000 00:00 0 
> 7fc3c44c1000-7fc3c44f7000 rw-p 00000000 00:00 0 
> 7fc3c44f7000-7fc3c45f7000 rw-s 00000000 ca:40 143970                     /opt/activemq/data/static-esb2/leveldb/plist.index/MANIFEST-000002
> 7fc3c45f7000-7fc3c46f7000 rw-s 00000000 ca:40 143969                     /opt/activemq/data/static-esb2/leveldb/plist.index/000003.log
> 7fc3c46f7000-7fc3c46fa000 ---p 00000000 00:00 0 
> 7fc3c46fa000-7fc3c47f8000 rw-p 00000000 00:00 0 
> 7fc3c47f8000-7fc3c47fb000 ---p 00000000 00:00 0 
> 7fc3c47fb000-7fc3c48f9000 rw-p 00000000 00:00 0 
> 7fc3c48f9000-7fc3c48fc000 ---p 00000000 00:00 0 
> 7fc3c48fc000-7fc3c49fa000 rw-p 00000000 00:00 0 
> 7fc3c49fa000-7fc3c49fd000 ---p 00000000 00:00 0 
> 7fc3c49fd000-7fc3c4afb000 rw-p 00000000 00:00 0 
> 7fc3c4afb000-7fc3c4afe000 ---p 00000000 00:00 0 
> 7fc3c4afe000-7fc3c4bfc000 rw-p 00000000 00:00 0 
> 7fc3c4bfc000-7fc3c4bff000 ---p 00000000 00:00 0 
> 7fc3c4bff000-7fc3c4cfd000 rw-p 00000000 00:00 0 
> 7fc3c4cfd000-7fc3c4d00000 ---p 00000000 00:00 0 
> 7fc3c4d00000-7fc3c4dfe000 rw-p 00000000 00:00 0 
> 7fc3c4dfe000-7fc3c4e01000 ---p 00000000 00:00 0 
> 7fc3c4e01000-7fc3c4eff000 rw-p 00000000 00:00 0 
> 7fc3c4eff000-7fc3c4f02000 ---p 00000000 00:00 0 
> 7fc3c4f02000-7fc3c5000000 rw-p 00000000 00:00 0 
> 7fc3c5000000-7fc3c5270000 rwxp 00000000 00:00 0 
> 7fc3c5270000-7fc3c8bd2000 rw-p 00000000 00:00 0 
> 7fc3c8bd2000-7fc3cc000000 ---p 00000000 00:00 0 
> 7fc3cc001000-7fc3cc002000 rw-p 00000000 00:00 0 
> 7fc3cc002000-7fc3cc006000 r--s 00019000 ca:40 402509                     /opt/activemq/webapps/hawtio/WEB-INF/lib/gitective-core-0.9.9.jar
> 7fc3cc006000-7fc3cc007000 r--s 00008000 ca:40 402507                     /opt/activemq/webapps/hawtio/WEB-INF/lib/hawtio-git-1.2-M23.jar
> 7fc3cc007000-7fc3cc009000 r--s 0000f000 ca:40 402506                     /opt/activemq/webapps/hawtio/WEB-INF/lib/commons-fileupload-1.3.jar
> 7fc3cc009000-7fc3cc00f000 r--s 0003b000 ca:40 402512                     /opt/activemq/webapps/hawtio/WEB-INF/lib/jolokia-core-1.1.4.jar
> 7fc3cc00f000-7fc3cc013000 r--s 00027000 ca:40 402508                     /opt/activemq/webapps/hawtio/WEB-INF/lib/commons-io-2.2.jar
> 7fc3cc013000-7fc3cc014000 r--s 00003000 ca:40 402503                     /opt/activemq/webapps/hawtio/WEB-INF/lib/json-simple-1.1.jar
> 7fc3cc014000-7fc3cc01a000 r--s 00045000 ca:40 402505                     /opt/activemq/webapps/hawtio/WEB-INF/lib/commons-httpclient-3.1.jar
> 7fc3cc01a000-7fc3cc01c000 r--s 00008000 ca:40 402511                     /opt/activemq/webapps/hawtio/WEB-INF/lib/commons-logging-1.0.4.jar
> 7fc3cc01c000-7fc3cc01e000 r--s 0000c000 ca:40 402504                     /opt/activemq/webapps/hawtio/WEB-INF/lib/JavaEWAH-0.5.6.jar
> 7fc3cc01e000-7fc3cc021000 ---p 00000000 00:00 0 
> 7fc3cc021000-7fc3cc11f000 rw-p 00000000 00:00 0 
> 7fc3cc11f000-7fc3cc122000 ---p 00000000 00:00 0 
> 7fc3cc122000-7fc3cc220000 rw-p 00000000 00:00 0 
> 7fc3cc220000-7fc3cc22b000 r--s 000af000 ca:40 10724                      /usr/java/jdk1.7.0_45/jre/lib/resources.jar
> 7fc3cc22b000-7fc3cc22e000 r--s 00019000 ca:40 143814                     /opt/activemq/lib/extra/mqtt-client-1.6.jar
> 7fc3cc22e000-7fc3cc23a000 r--s 00090000 ca:40 143820                     /opt/activemq/lib/web/spring-webmvc-3.2.4.RELEASE.jar
> 7fc3cc23a000-7fc3cc248000 r--s 0008b000 ca:40 143821                     /opt/activemq/lib/web/spring-web-3.2.4.RELEASE.jar
> 7fc3cc248000-7fc3cc24e000 r--s 00027000 ca:40 143824                     /opt/activemq/lib/web/sitemesh-2.4.2.jar
> 7fc3cc24e000-7fc3cc252000 r--s 00032000 ca:40 143818                     /opt/activemq/lib/web/rome-1.0.jar
> 7fc3cc252000-7fc3cc298000 r--s 00314000 ca:40 143829                     /opt/activemq/lib/web/pax-url-aether-1.5.2.jar
> 7fc3cc298000-7fc3cc29c000 r--s 0001d000 ca:40 143826                     /opt/activemq/lib/web/jsp-api-2.1-glassfish-2.1.v20100127.jar
> 7fc3cc29c000-7fc3cc2ad000 r--s 000ea000 ca:40 143825                     /opt/activemq/lib/web/jsp-2.1-glassfish-2.1.v20100127.jar
> 7fc3cc2ad000-7fc3cc2ae000 r--s 00005000 ca:40 143828                     /opt/activemq/lib/web/json-simple-1.1.1.jar
> 7fc3cc2ae000-7fc3cc2b4000 r--s 0003b000 ca:40 143827                     /opt/activemq/lib/web/jolokia-core-1.1.4.jar
> 7fc3cc2b4000-7fc3cc2b7000 r--s 0001b000 ca:40 143817                     /opt/activemq/lib/web/jetty-websocket-7.6.9.v20130131.jar
> 7fc3cc2b7000-7fc3cc2d2000 r--s 00189000 ca:40 143816                     /opt/activemq/lib/web/jetty-all-server-7.6.9.v20130131.jar
> 7fc3cc2d2000-7fc3cc2d5000 r--s 00023000 ca:40 143819                     /opt/activemq/lib/web/jdom-1.0.jar
> 7fc3cc2d5000-7fc3cc2d8000 r--s 0000f000 ca:40 143822                     /opt/activemq/lib/web/geronimo-servlet_2.5_spec-1.2.jar
> 7fc3cc2d8000-7fc3cc2fb000 r--s 00344000 ca:40 143823                     /opt/activemq/lib/web/core-3.1.1.jar
> 7fc3cc2fb000-7fc3cc307000 r--s 000b3000 ca:40 143794                     /opt/activemq/lib/optional/zookeeper-3.4.5.jar
> 7fc3cc307000-7fc3cc314000 r--s 0006a000 ca:40 143803                     /opt/activemq/lib/optional/xstream-1.4.4.jar
> 7fc3cc314000-7fc3cc317000 r--s 0001b000 ca:40 143804                     /opt/activemq/lib/optional/xpp3-1.1.4c.jar
> 7fc3cc317000-7fc3cc31a000 r--s 0001e000 ca:40 143758                     /opt/activemq/lib/optional/xbean-spring-3.14.jar
> 7fc3cc31a000-7fc3cc322000 r--s 00066000 ca:40 143782                     /opt/activemq/lib/optional/velocity-1.7.jar
> 7fc3cc322000-7fc3cc32a000 r--s 00034000 ca:40 143756                     /opt/activemq/lib/optional/spring-tx-3.2.4.RELEASE.jar
> 7fc3cc32a000-7fc3cc32d000 r--s 00010000 ca:40 143810                     /opt/activemq/lib/optional/spring-oxm-3.2.4.RELEASE.jar
> 7fc3cc32d000-7fc3cc332000 r--s 0002e000 ca:40 143757                     /opt/activemq/lib/optional/spring-jms-3.2.4.RELEASE.jar
> 7fc3cc332000-7fc3cc337000 r--s 0002c000 ca:40 143755                     /opt/activemq/lib/optional/spring-expression-3.2.4.RELEASE.jar
> 7fc3cc337000-7fc3cc349000 r--s 000c3000 ca:40 143754                     /opt/activemq/lib/optional/spring-core-3.2.4.RELEASE.jar
> 7fc3cc349000-7fc3cc35d000 r--s 000bf000 ca:40 143751                     /opt/activemq/lib/optional/spring-context-3.2.4.RELEASE.jar
> 7fc3cc35d000-7fc3cc369000 r--s 00089000 ca:40 143753                     /opt/activemq/lib/optional/spring-beans-3.2.4.RELEASE.jar
> 7fc3cc369000-7fc3cc371000 r--s 0004a000 ca:40 143752                     /opt/activemq/lib/optional/spring-aop-3.2.4.RELEASE.jar
> 7fc3cc371000-7fc3cc373000 r--s 0007f000 ca:40 143775                     /opt/activemq/lib/optional/snappy-java-1.1.0-M4.jar
> 7fc3cc373000-7fc3cc374000 r--s 0000b000 ca:40 143776                     /opt/activemq/lib/optional/snappy-0.2.jar
> 7fc3cc374000-7fc3cc376000 r--s 00001000 ca:40 143797                     /opt/activemq/lib/optional/slf4j-log4j12-1.7.5.jar
> 7fc3cc376000-7fc3cc3f3000 r--s 007f2000 ca:40 143766                     /opt/activemq/lib/optional/scala-library-2.9.1.jar
> 7fc3cc3f3000-7fc3cc3f4000 r--s 00006000 ca:40 143789                     /opt/activemq/lib/optional/proton-jms-0.5.jar
> 7fc3cc3f4000-7fc3cc3ff000 r--s 00070000 ca:40 143790                     /opt/activemq/lib/optional/proton-j-impl-0.5.jar
> 7fc3cc3ff000-7fc3cc403000 r--s 0001b000 ca:40 143791                     /opt/activemq/lib/optional/proton-api-0.5.jar
> 7fc3cc403000-7fc3cc405000 r--s 0000a000 ca:40 143793                     /opt/activemq/lib/optional/org.linkedin.zookeeper-impl-1.4.0.jar
> 7fc3cc405000-7fc3cc409000 r--s 00022000 ca:40 143796                     /opt/activemq/lib/optional/org.linkedin.util-core-1.4.0.jar
> 7fc3cc409000-7fc3cc40c000 r--s 00030000 ca:40 143783                     /opt/activemq/lib/optional/org.apache.servicemix.bundles.josql-1.5_5.jar
> 7fc3cc40c000-7fc3cc415000 r--s 0006f000 ca:40 143795                     /opt/activemq/lib/optional/log4j-1.2.17.jar
> 7fc3cc415000-7fc3cc417000 r--s 0000c000 ca:40 143773                     /opt/activemq/lib/optional/leveldbjni-1.7.jar
> 7fc3cc417000-7fc3cc419000 r--s 00001000 ca:40 143770                     /opt/activemq/lib/optional/leveldb-api-0.6.jar
> 7fc3cc419000-7fc3cc41d000 r--s 00034000 ca:40 143771                     /opt/activemq/lib/optional/leveldb-0.6.jar
> 7fc3cc41d000-7fc3cc421000 r--s 0002f000 ca:40 143808                     /opt/activemq/lib/optional/jmdns-3.4.1.jar
> 7fc3cc421000-7fc3cc423000 r--s 00012000 ca:40 143811                     /opt/activemq/lib/optional/jettison-1.3.4.jar
> 7fc3cc423000-7fc3cc428000 r--s 0001b000 ca:40 143806                     /opt/activemq/lib/optional/jaxb2-basics-runtime-0.6.4.jar
> 7fc3cc428000-7fc3cc42a000 r--s 0000a000 ca:40 143812                     /opt/activemq/lib/optional/jasypt-spring3-1.9.1.jar
> 7fc3cc42a000-7fc3cc42e000 r--s 0001b000 ca:40 143784                     /opt/activemq/lib/optional/jasypt-1.9.1.jar
> 7fc3cc42e000-7fc3cc43d000 r--s 000b0000 ca:40 143778                     /opt/activemq/lib/optional/jackson-mapper-asl-1.9.12.jar
> 7fc3cc43d000-7fc3cc441000 r--s 00035000 ca:40 143777                     /opt/activemq/lib/optional/jackson-core-asl-1.9.12.jar
> 7fc3cc441000-7fc3cc447000 r--s 00032000 ca:40 143801                     /opt/activemq/lib/optional/httpcore-4.2.4.jar
> 7fc3cc447000-7fc3cc450000 r--s 00061000 ca:40 143800                     /opt/activemq/lib/optional/httpclient-4.2.5.jar
> 7fc3cc450000-7fc3cc451000 r--s 00004000 ca:40 143774                     /opt/activemq/lib/optional/hawtjni-runtime-1.8.jar
> 7fc3cc451000-7fc3cc456000 r--s 0001b000 ca:40 143786                     /opt/activemq/lib/optional/hawtdispatch-transport-1.18.jar
> 7fc3cc456000-7fc3cc45a000 r--s 0001e000 ca:40 143768                     /opt/activemq/lib/optional/hawtdispatch-scala-1.18.jar
> 7fc3cc45a000-7fc3cc45e000 r--s 0001a000 ca:40 143769                     /opt/activemq/lib/optional/hawtdispatch-1.18.jar
> 7fc3cc45e000-7fc3cc45f000 r--s 00006000 ca:40 143767                     /opt/activemq/lib/optional/hawtbuf-proto-1.9.jar
> 7fc3cc45f000-7fc3cc481000 r--s 00195000 ca:40 143772                     /opt/activemq/lib/optional/guava-12.0.jar
> 7fc3cc481000-7fc3cc484000 r--s 00007000 ca:40 143809                     /opt/activemq/lib/optional/geronimo-j2ee-connector_1.5_spec-2.0.0.jar
> 7fc3cc484000-7fc3cc487000 r--s 00019000 ca:40 143761                     /opt/activemq/lib/optional/commons-pool-1.6.jar
> 7fc3cc487000-7fc3cc48d000 r--s 0003f000 ca:40 143764                     /opt/activemq/lib/optional/commons-net-3.3.jar
> 7fc3cc48d000-7fc3cc492000 r--s 00041000 ca:40 143780                     /opt/activemq/lib/optional/commons-lang-2.6.jar
> 7fc3cc492000-7fc3cc495000 r--s 00025000 ca:40 143807                     /opt/activemq/lib/optional/commons-dbcp-1.4.jar
> 7fc3cc495000-7fc3cc4a3000 r--s 0007f000 ca:40 143779                     /opt/activemq/lib/optional/commons-collections-3.2.1.jar
> 7fc3cc4a3000-7fc3cc4a9000 r--s 00033000 ca:40 143802                     /opt/activemq/lib/optional/commons-codec-1.6.jar
> 7fc3cc4a9000-7fc3cc4ae000 r--s 00034000 ca:40 143781                     /opt/activemq/lib/optional/commons-beanutils-1.8.3.jar
> 7fc3cc4ae000-7fc3cc4b1000 r--s 00016000 ca:40 143787                     /opt/activemq/lib/optional/activemq-stomp-5.9.0.jar
> 7fc3cc4b1000-7fc3cc4c2000 r--s 00173000 ca:40 143805                     /opt/activemq/lib/optional/activemq-runtime-config-5.9.0.jar
> 7fc3cc4c2000-7fc3cc4c3000 r--s 00004000 ca:40 143759                     /opt/activemq/lib/optional/activemq-pool-5.9.0.jar
> 7fc3cc4c3000-7fc3cc4c5000 r--s 00005000 ca:40 143792                     /opt/activemq/lib/optional/activemq-partition-5.9.0.jar
> 7fc3cc4c5000-7fc3cc4c7000 r--s 0000d000 ca:40 143785                     /opt/activemq/lib/optional/activemq-mqtt-5.9.0.jar
> 7fc3cc4c7000-7fc3cc4c8000 r--s 00003000 ca:40 143798                     /opt/activemq/lib/optional/activemq-log4j-appender-5.9.0.jar
> 7fc3cc4c8000-7fc3cc4db000 r--s 000c8000 ca:40 143765                     /opt/activemq/lib/optional/activemq-leveldb-store-5.9.0.jar
> 7fc3cc4db000-7fc3cc4dd000 r--s 0000a000 ca:40 143760                     /opt/activemq/lib/optional/activemq-jms-pool-5.9.0.jar
> 7fc3cc4dd000-7fc3cc4e1000 r--s 00026000 ca:40 143763                     /opt/activemq/lib/optional/activemq-jdbc-store-5.9.0.jar
> 7fc3cc4e1000-7fc3cc4e4000 r--s 00012000 ca:40 143799                     /opt/activemq/lib/optional/activemq-http-5.9.0.jar
> 7fc3cc4e4000-7fc3cc4e7000 r--s 00010000 ca:40 143788                     /opt/activemq/lib/optional/activemq-amqp-5.9.0.jar
> 7fc3cc4e7000-7fc3cc4eb000 r--s 00016000 ca:40 143762                     /opt/activemq/lib/optional/activeio-core-3.1.4.jar
> 7fc3cc4eb000-7fc3cc4f0000 r--s 00036000 ca:40 143749                     /opt/activemq/lib/camel/camel-spring-2.12.1.jar
> 7fc3cc4f0000-7fc3cc4f4000 r--s 0001f000 ca:40 143747                     /opt/activemq/lib/camel/camel-jms-2.12.1.jar
> 7fc3cc4f4000-7fc3cc522000 r--s 00243000 ca:40 143748                     /opt/activemq/lib/camel/camel-core-2.12.1.jar
> 7fc3cc522000-7fc3cc524000 r--s 0000b000 ca:40 143746                     /opt/activemq/lib/camel/activemq-camel-5.9.0.jar
> 7fc3cc524000-7fc3cc526000 r--s 00005000 ca:40 143729                     /opt/activemq/lib/slf4j-api-1.7.5.jar
> 7fc3cc526000-7fc3cc528000 r--s 00003000 ca:40 143743                     /opt/activemq/lib/jcl-over-slf4j-1.7.5.jar
> 7fc3cc528000-7fc3cc529000 r--s 00004000 ca:40 143520                     /opt/activemq/lib/insight-log4j-7.2.0.redhat-024-patched.jar
> 7fc3cc529000-7fc3cc52b000 r--s 00004000 ca:40 143744                     /opt/activemq/lib/insight-log-core-7.2.0.redhat-024.jar
> 7fc3cc52b000-7fc3cc52d000 r--s 0000b000 ca:40 143734                     /opt/activemq/lib/hawtbuf-1.9.jar
> 7fc3cc52d000-7fc3cc52f000 r--s 00002000 ca:40 143737                     /opt/activemq/lib/geronimo-jta_1.0.1B_spec-1.0.1.jar
> 7fc3cc52f000-7fc3cc531000 r--s 00006000 ca:40 143733                     /opt/activemq/lib/geronimo-jms_1.1_spec-1.1.1.jar
> 7fc3cc531000-7fc3cc533000 r--s 00003000 ca:40 143735                     /opt/activemq/lib/geronimo-j2ee-management_1.1_spec-1.0.1.jar
> 7fc3cc533000-7fc3cc535000 r--s 00019000 ca:40 143741                     /opt/activemq/lib/activemq-web-5.9.0.jar
> 7fc3cc535000-7fc3cc538000 r--s 00025000 ca:40 143730                     /opt/activemq/lib/activemq-spring-5.9.0.jar
> 7fc3cc538000-7fc3cc53b000 r--s 00022000 ca:40 143739                     /opt/activemq/lib/activemq-protobuf-1.1.jar
> 7fc3cc53b000-7fc3cc548000 r--s 0009b000 ca:40 143736                     /opt/activemq/lib/activemq-openwire-legacy-5.9.0.jar
> 7fc3cc548000-7fc3cc552000 r--s 0007a000 ca:40 143738                     /opt/activemq/lib/activemq-kahadb-store-5.9.0.jar
> 7fc3cc552000-7fc3cc567000 r--s 00108000 ca:40 143732                     /opt/activemq/lib/activemq-client-5.9.0.jar
> 7fc3cc567000-7fc3cc578000 r--s 000e4000 ca:40 143731                     /opt/activemq/lib/activemq-broker-5.9.0.jar
> 7fc3cc578000-7fc3cc579000 ---p 00000000 00:00 0 
> 7fc3cc579000-7fc3cc679000 rw-p 00000000 00:00 0 
> 7fc3cc679000-7fc3cc67c000 ---p 00000000 00:00 0 
> 7fc3cc67c000-7fc3cc77a000 rw-p 00000000 00:00 0 
> 7fc3cc77a000-7fc3cc790000 r-xp 00000000 ca:40 397419                     /lib64/libresolv-2.12.so
> 7fc3cc790000-7fc3cc990000 ---p 00016000 ca:40 397419                     /lib64/libresolv-2.12.so
> 7fc3cc990000-7fc3cc991000 r--p 00016000 ca:40 397419                     /lib64/libresolv-2.12.so
> 7fc3cc991000-7fc3cc992000 rw-p 00017000 ca:40 397419                     /lib64/libresolv-2.12.so
> 7fc3cc992000-7fc3cc994000 rw-p 00000000 00:00 0 
> 7fc3cc994000-7fc3cc999000 r-xp 00000000 ca:40 397400                     /lib64/libnss_dns-2.12.so
> 7fc3cc999000-7fc3ccb98000 ---p 00005000 ca:40 397400                     /lib64/libnss_dns-2.12.so
> 7fc3ccb98000-7fc3ccb99000 r--p 00004000 ca:40 397400                     /lib64/libnss_dns-2.12.so
> 7fc3ccb99000-7fc3ccb9a000 rw-p 00005000 ca:40 397400                     /lib64/libnss_dns-2.12.so
> 7fc3ccb9a000-7fc3ccb9b000 r--s 00000000 ca:40 144260                     /opt/activemq/data/static-esb2/leveldb/dirty.index/000016.sst
> 7fc3ccb9b000-7fc3ccb9c000 r--s 00000000 ca:40 143966                     /opt/activemq/data/static-esb2/leveldb/dirty.index/000018.sst
> 7fc3ccb9c000-7fc3ccb9d000 r--s 00007000 ca:40 143742                     /opt/activemq/lib/activemq-jaas-5.9.0.jar
> 7fc3ccb9d000-7fc3ccba1000 r--s 00029000 ca:40 143740                     /opt/activemq/lib/activemq-console-5.9.0.jar
> 7fc3ccba1000-7fc3ccbb1000 r-xp 00000000 ca:40 10469                      /usr/java/jdk1.7.0_45/jre/lib/amd64/libnio.so
> 7fc3ccbb1000-7fc3ccdb1000 ---p 00010000 ca:40 10469                      /usr/java/jdk1.7.0_45/jre/lib/amd64/libnio.so
> 7fc3ccdb1000-7fc3ccdb2000 rw-p 00010000 ca:40 10469                      /usr/java/jdk1.7.0_45/jre/lib/amd64/libnio.so
> 7fc3ccdb2000-7fc3ccdba000 r-xp 00000000 ca:40 10466                      /usr/java/jdk1.7.0_45/jre/lib/amd64/libmanagement.so
> 7fc3ccdba000-7fc3ccfb9000 ---p 00008000 ca:40 10466                      /usr/java/jdk1.7.0_45/jre/lib/amd64/libmanagement.so
> 7fc3ccfb9000-7fc3ccfba000 rw-p 00007000 ca:40 10466                      /usr/java/jdk1.7.0_45/jre/lib/amd64/libmanagement.so
> 7fc3ccfba000-7fc3ccfd0000 r-xp 00000000 ca:40 10468                      /usr/java/jdk1.7.0_45/jre/lib/amd64/libnet.so
> 7fc3ccfd0000-7fc3cd1d0000 ---p 00016000 ca:40 10468                      /usr/java/jdk1.7.0_45/jre/lib/amd64/libnet.so
> 7fc3cd1d0000-7fc3cd1d1000 rw-p 00016000 ca:40 10468                      /usr/java/jdk1.7.0_45/jre/lib/amd64/libnet.so
> 7fc3cd1d1000-7fc3cd1d4000 ---p 00000000 00:00 0 
> 7fc3cd1d4000-7fc3cd2d2000 rw-p 00000000 00:00 0 
> 7fc3cd2d2000-7fc3cd2d5000 ---p 00000000 00:00 0 
> 7fc3cd2d5000-7fc3cd3d3000 rw-p 00000000 00:00 0 
> 7fc3cd3d3000-7fc3cd3d6000 ---p 00000000 00:00 0 
> 7fc3cd3d6000-7fc3cd4d4000 rw-p 00000000 00:00 0 
> 7fc3cd4d4000-7fc3cd4d7000 ---p 00000000 00:00 0 
> 7fc3cd4d7000-7fc3cd5d5000 rw-p 00000000 00:00 0 
> 7fc3cd5d5000-7fc3cd5d8000 ---p 00000000 00:00 0 
> 7fc3cd5d8000-7fc3cd6d6000 rw-p 00000000 00:00 0 
> 7fc3cd6d6000-7fc3cd6d9000 ---p 00000000 00:00 0 
> 7fc3cd6d9000-7fc3cd7d7000 rw-p 00000000 00:00 0 
> 7fc3cd7d7000-7fc3cd7d8000 ---p 00000000 00:00 0 
> 7fc3cd7d8000-7fc3cd923000 rw-p 00000000 00:00 0 
> 7fc3cd923000-7fc3cdadf000 r--s 039b2000 ca:40 11473                      /usr/java/jdk1.7.0_45/jre/lib/rt.jar
> 7fc3cdadf000-7fc3cdbbb000 rw-p 00000000 00:00 0 
> 7fc3cdbbb000-7fc3cdd06000 rw-p 00000000 00:00 0 
> 7fc3cdd06000-7fc3cdd0c000 rw-p 00000000 00:00 0 
> 7fc3cdd0c000-7fc3cddb0000 rw-p 00000000 00:00 0 
> 7fc3cddb0000-7fc3cddbc000 rw-p 00000000 00:00 0 
> 7fc3cddbc000-7fc3cdf06000 rw-p 00000000 00:00 0 
> 7fc3cdf06000-7fc3cdf17000 rw-p 00000000 00:00 0 
> 7fc3cdf17000-7fc3cdf2f000 rw-p 00000000 00:00 0 
> 7fc3cdf2f000-7fc3cdf30000 rw-p 00000000 00:00 0 
> 7fc3cdf30000-7fc3cdf4a000 r-xp 00000000 ca:40 10480                      /usr/java/jdk1.7.0_45/jre/lib/amd64/libzip.so
> 7fc3cdf4a000-7fc3ce14a000 ---p 0001a000 ca:40 10480                      /usr/java/jdk1.7.0_45/jre/lib/amd64/libzip.so
> 7fc3ce14a000-7fc3ce14b000 rw-p 0001a000 ca:40 10480                      /usr/java/jdk1.7.0_45/jre/lib/amd64/libzip.so
> 7fc3ce14b000-7fc3ce157000 r-xp 00000000 ca:40 397407                     /lib64/libnss_files-2.12.so
> 7fc3ce157000-7fc3ce357000 ---p 0000c000 ca:40 397407                     /lib64/libnss_files-2.12.so
> 7fc3ce357000-7fc3ce358000 r--p 0000c000 ca:40 397407                     /lib64/libnss_files-2.12.so
> 7fc3ce358000-7fc3ce359000 rw-p 0000d000 ca:40 397407                     /lib64/libnss_files-2.12.so
> 7fc3ce359000-7fc3ce382000 r-xp 00000000 ca:40 10450                      /usr/java/jdk1.7.0_45/jre/lib/amd64/libjava.so
> 7fc3ce382000-7fc3ce582000 ---p 00029000 ca:40 10450                      /usr/java/jdk1.7.0_45/jre/lib/amd64/libjava.so
> 7fc3ce582000-7fc3ce584000 rw-p 00029000 ca:40 10450                      /usr/java/jdk1.7.0_45/jre/lib/amd64/libjava.so
> 7fc3ce584000-7fc3ce591000 r-xp 00000000 ca:40 10479                      /usr/java/jdk1.7.0_45/jre/lib/amd64/libverify.so
> 7fc3ce591000-7fc3ce790000 ---p 0000d000 ca:40 10479                      /usr/java/jdk1.7.0_45/jre/lib/amd64/libverify.so
> 7fc3ce790000-7fc3ce792000 rw-p 0000c000 ca:40 10479                      /usr/java/jdk1.7.0_45/jre/lib/amd64/libverify.so
> 7fc3ce792000-7fc3ce799000 r-xp 00000000 ca:40 397425                     /lib64/librt-2.12.so
> 7fc3ce799000-7fc3ce998000 ---p 00007000 ca:40 397425                     /lib64/librt-2.12.so
> 7fc3ce998000-7fc3ce999000 r--p 00006000 ca:40 397425                     /lib64/librt-2.12.so
> 7fc3ce999000-7fc3ce99a000 rw-p 00007000 ca:40 397425                     /lib64/librt-2.12.so
> 7fc3ce99a000-7fc3cea1d000 r-xp 00000000 ca:40 397392                     /lib64/libm-2.12.so
> 7fc3cea1d000-7fc3cec1c000 ---p 00083000 ca:40 397392                     /lib64/libm-2.12.so
> 7fc3cec1c000-7fc3cec1d000 r--p 00082000 ca:40 397392                     /lib64/libm-2.12.so
> 7fc3cec1d000-7fc3cec1e000 rw-p 00083000 ca:40 397392                     /lib64/libm-2.12.so
> 7fc3cec1e000-7fc3cf780000 r-xp 00000000 ca:40 10484                      /usr/java/jdk1.7.0_45/jre/lib/amd64/server/libjvm.so
> 7fc3cf780000-7fc3cf980000 ---p 00b62000 ca:40 10484                      /usr/java/jdk1.7.0_45/jre/lib/amd64/server/libjvm.so
> 7fc3cf980000-7fc3cfa43000 rw-p 00b62000 ca:40 10484                      /usr/java/jdk1.7.0_45/jre/lib/amd64/server/libjvm.so
> 7fc3cfa43000-7fc3cfa84000 rw-p 00000000 00:00 0 
> 7fc3cfa84000-7fc3cfc0e000 r-xp 00000000 ca:40 397356                     /lib64/libc-2.12.so
> 7fc3cfc0e000-7fc3cfe0d000 ---p 0018a000 ca:40 397356                     /lib64/libc-2.12.so
> 7fc3cfe0d000-7fc3cfe11000 r--p 00189000 ca:40 397356                     /lib64/libc-2.12.so
> 7fc3cfe11000-7fc3cfe12000 rw-p 0018d000 ca:40 397356                     /lib64/libc-2.12.so
> 7fc3cfe12000-7fc3cfe17000 rw-p 00000000 00:00 0 
> 7fc3cfe17000-7fc3cfe19000 r-xp 00000000 ca:40 397376                     /lib64/libdl-2.12.so
> 7fc3cfe19000-7fc3d0019000 ---p 00002000 ca:40 397376                     /lib64/libdl-2.12.so
> 7fc3d0019000-7fc3d001a000 r--p 00002000 ca:40 397376                     /lib64/libdl-2.12.so
> 7fc3d001a000-7fc3d001b000 rw-p 00003000 ca:40 397376                     /lib64/libdl-2.12.so
> 7fc3d001b000-7fc3d0031000 r-xp 00000000 ca:40 11216                      /usr/java/jdk1.7.0_45/lib/amd64/jli/libjli.so
> 7fc3d0031000-7fc3d0231000 ---p 00016000 ca:40 11216                      /usr/java/jdk1.7.0_45/lib/amd64/jli/libjli.so
> 7fc3d0231000-7fc3d0232000 rw-p 00016000 ca:40 11216                      /usr/java/jdk1.7.0_45/lib/amd64/jli/libjli.so
> 7fc3d0232000-7fc3d0249000 r-xp 00000000 ca:40 397412                     /lib64/libpthread-2.12.so
> 7fc3d0249000-7fc3d0449000 ---p 00017000 ca:40 397412                     /lib64/libpthread-2.12.so
> 7fc3d0449000-7fc3d044a000 r--p 00017000 ca:40 397412                     /lib64/libpthread-2.12.so
> 7fc3d044a000-7fc3d044b000 rw-p 00018000 ca:40 397412                     /lib64/libpthread-2.12.so
> 7fc3d044b000-7fc3d044f000 rw-p 00000000 00:00 0 
> 7fc3d044f000-7fc3d046f000 r-xp 00000000 ca:40 397352                     /lib64/ld-2.12.so
> 7fc3d046f000-7fc3d0480000 rw-p 00000000 00:00 0 
> 7fc3d0480000-7fc3d0499000 rw-p 00000000 00:00 0 
> 7fc3d0499000-7fc3d04a3000 rw-p 00000000 00:00 0 
> 7fc3d04a3000-7fc3d0559000 rw-p 00000000 00:00 0 
> 7fc3d0559000-7fc3d0561000 rw-s 00000000 ca:40 136178                     /tmp/hsperfdata_root/8783
> 7fc3d0561000-7fc3d0564000 ---p 00000000 00:00 0 
> 7fc3d0564000-7fc3d0666000 rw-p 00000000 00:00 0 
> 7fc3d0666000-7fc3d066a000 r--s 0008a000 ca:40 10725                      /usr/java/jdk1.7.0_45/jre/lib/jsse.jar
> 7fc3d066a000-7fc3d066b000 r--s 00003000 ca:40 143727                     /opt/activemq/bin/activemq.jar
> 7fc3d066b000-7fc3d066c000 rw-p 00000000 00:00 0 
> 7fc3d066c000-7fc3d066d000 ---p 00000000 00:00 0 
> 7fc3d066d000-7fc3d066e000 rw-p 00000000 00:00 0 
> 7fc3d066e000-7fc3d066f000 r--p 0001f000 ca:40 397352                     /lib64/ld-2.12.so
> 7fc3d066f000-7fc3d0670000 rw-p 00020000 ca:40 397352                     /lib64/ld-2.12.so
> 7fc3d0670000-7fc3d0671000 rw-p 00000000 00:00 0 
> 7fff61732000-7fff61747000 rw-p 00000000 00:00 0                          [stack]
> 7fff617ff000-7fff61800000 r-xp 00000000 00:00 0                          [vdso]
> ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
> VM Arguments:
> jvm_args: -Xmx1G -Djava.util.logging.config.file=logging.properties -Dhawtio.realm=activemq -Dhawtio.role=admins -Dhawtio.rolePrincipalClasses=org.apache.activemq.jaas.GroupPrincipal -Djava.security.auth.login.config=/opt/activemq/conf/login.config -Dcom.sun.management.jmxremote -Djava.awt.headless=true -Djava.io.tmpdir=/opt/activemq/tmp -Dactivemq.classpath=/opt/activemq/conf; -Dactivemq.home=/opt/activemq -Dactivemq.base=/opt/activemq -Dactivemq.conf=/opt/activemq/conf -Dactivemq.data=/opt/activemq/data 
> java_command: /opt/activemq/bin/activemq.jar start
> Launcher Type: SUN_STANDARD
> Environment Variables:
> PATH=/sbin:/usr/sbin:/bin:/usr/bin
> Signal Handlers:
> SIGSEGV: [libjvm.so+0x9935b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
> SIGBUS: [libjvm.so+0x9935b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
> SIGFPE: [libjvm.so+0x810330], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
> SIGPIPE: [libjvm.so+0x810330], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
> SIGXFSZ: [libjvm.so+0x810330], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
> SIGILL: [libjvm.so+0x810330], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
> SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
> SIGUSR2: [libjvm.so+0x811820], sa_mask[0]=0x00000000, sa_flags=0x10000004
> SIGHUP: [libjvm.so+0x812790], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
> SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
> SIGTERM: [libjvm.so+0x812790], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
> SIGQUIT: [libjvm.so+0x812790], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
> ---------------  S Y S T E M  ---------------
> OS:CentOS release 6.4 (Final)
> uname:Linux 2.6.32-358.18.1.el6.x86_64 #1 SMP Wed Aug 28 17:19:38 UTC 2013 x86_64
> libc:glibc 2.12 NPTL 2.12 
> rlimit: STACK 10240k, CORE 0k, NPROC 4561, NOFILE 4096, AS infinity
> load average:0.53 0.20 0.11
> /proc/meminfo:
> MemTotal:         604672 kB
> MemFree:           55880 kB
> Buffers:          139432 kB
> Cached:           210472 kB
> SwapCached:            0 kB
> Active:           439976 kB
> Inactive:          22728 kB
> Active(anon):     112824 kB
> Inactive(anon):      108 kB
> Active(file):     327152 kB
> Inactive(file):    22620 kB
> Unevictable:           0 kB
> Mlocked:               0 kB
> SwapTotal:             0 kB
> SwapFree:              0 kB
> Dirty:               156 kB
> Writeback:             0 kB
> AnonPages:        112852 kB
> Mapped:            19560 kB
> Shmem:               116 kB
> Slab:              72992 kB
> SReclaimable:      26612 kB
> SUnreclaim:        46380 kB
> KernelStack:         864 kB
> PageTables:         1980 kB
> NFS_Unstable:          0 kB
> Bounce:                0 kB
> WritebackTmp:          0 kB
> CommitLimit:      302336 kB
> Committed_AS:     188624 kB
> VmallocTotal:   34359738367 kB
> VmallocUsed:        5220 kB
> VmallocChunk:   34359722188 kB
> HardwareCorrupted:     0 kB
> AnonHugePages:         0 kB
> HugePages_Total:       0
> HugePages_Free:        0
> HugePages_Rsvd:        0
> HugePages_Surp:        0
> Hugepagesize:       2048 kB
> DirectMap4k:      629760 kB
> DirectMap2M:           0 kB
> CPU:total 1 (8 cores per cpu, 2 threads per core) family 6 model 45 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, aes, ht, tsc, tscinvbit, tscinv
> /proc/cpuinfo:
> processor	: 0
> vendor_id	: GenuineIntel
> cpu family	: 6
> model		: 45
> model name	: Intel(R) Xeon(R) CPU E5-2650 0 @ 2.00GHz
> stepping	: 7
> cpu MHz		: 1800.000
> cache size	: 20480 KB
> fpu		: yes
> fpu_exception	: yes
> cpuid level	: 13
> wp		: yes
> flags		: fpu de tsc msr pae cx8 sep cmov pat clflush mmx fxsr sse sse2 ss ht syscall nx lm up rep_good unfair_spinlock pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes avx hypervisor lahf_lm
> bogomips	: 3600.00
> clflush size	: 64
> cache_alignment	: 64
> address sizes	: 46 bits physical, 48 bits virtual
> power management:
> Memory: 4k page, physical 604672k(55880k free), swap 0k(0k free)
> vm_info: Java HotSpot(TM) 64-Bit Server VM (24.45-b08) for linux-amd64 JRE (1.7.0_45-b18), built on Oct  8 2013 05:44:25 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)
> time: Thu Apr  3 13:51:42 2014
> elapsed time: 54 seconds



--
This message was sent by Atlassian JIRA
(v6.2#6252)