Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: local Elastic Stack setup #23

Merged
merged 8 commits into from
Dec 6, 2024
Merged

Feat: local Elastic Stack setup #23

merged 8 commits into from
Dec 6, 2024

Conversation

thekaveman
Copy link
Member

@thekaveman thekaveman commented Dec 4, 2024

Closes #15
Closes #16
Closes #17
Closes #18
Closes #19
Closes #20

What this PR does

Adds a number of services to the compose.yml:

  • esconfig: starts up, ensures shared data is configured, and stops
  • es01: the single-node Elasticsearch server
  • kibana: the Kibana web app, port is forwarded to make web app available on localhost
  • metricbeat01: single-node Metricbeat service
  • filebeat01: single-node Filebeat service
  • logstash01: single-node Logstash service

These services are all started as part of the devcontainer startup.

Reviewing this PR

  1. Create an .env file from the sample cp .env.sample .env, edit any values as needed (or use defaults)
  2. Run the ./elasticsearch/reset.sh script, confirm the images are built successfully
  3. Run the ./elasticsearch/start.sh script, confirm the services start (after some waiting...)
  4. View the kibana service in your browser (see below)
  5. Run the ./elasticsearch/reset.sh script
  6. Rebuild and reopen the devcontainer
  7. Look at the Ports tab for the kibana service, click to open in a browser

Reviewing kibana

  1. Login with user elastic and your env ELASTIC_PASSWORD
  2. Confirm you can view the /app/monitoring endpoint and see Elasticsearch, Kibana, and Logstash
  3. Confirm you can view the /app/metrics/inventory endpoint and see all the PeMS related Docker Containers (under the Show menu)
  4. Confirm that when you close the devcontainer, all the corresponding services are stopped

@thekaveman thekaveman self-assigned this Dec 4, 2024
@thekaveman thekaveman added this to the Elastic Stack setup milestone Dec 4, 2024
@thekaveman thekaveman mentioned this pull request Dec 4, 2024
6 tasks
@thekaveman thekaveman force-pushed the feat/elastic-setup branch 3 times, most recently from adee0c5 to 485d82b Compare December 5, 2024 01:30
@thekaveman thekaveman marked this pull request as ready for review December 5, 2024 01:42
@thekaveman thekaveman requested a review from a team as a code owner December 5, 2024 01:42
@thekaveman thekaveman mentioned this pull request Dec 2, 2024
5 tasks
@thekaveman
Copy link
Member Author

@lalver1 I rebased and increased the default value for the ELASTIC_MEM_LIMIT environment variable.

On two different machines I got a startup error with the es01 service when this value was only 1GB. So I increased to 2GB which seems to avoid the startup issue.

@lalver1
Copy link
Member

lalver1 commented Dec 5, 2024

For the most part everything works @thekaveman but I am noticing a few things. I'll write them here in case you have some ideas:

  • The logstash01 service starts but immediately exits, it looks like the error is related to being out of memory (see below). And it sort of makes sense because when I manually restart the container and check the /app/metrics/inventory endpoint , the CPU usage is around 200%
Error report saved at `/usr/share/logstash/hs_err_pid1.log`
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007ffffe0a6b57, pid=1, tid=46
#
# JRE version: OpenJDK Runtime Environment 18.9 (11.0.8+10) (build 11.0.8+10-LTS)
# Java VM: OpenJDK 64-Bit Server VM 18.9 (11.0.8+10-LTS, mixed mode, sharing, tiered, compressed oops, concurrent mark sweep gc, linux-amd64)
# Problematic frame:
# V  [libjvm.so+0xc3eb57]  ParScanThreadState::trim_queues(int)+0x1f7
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
#   https://bugreport.java.com/bugreport/crash.jsp
#

---------------  S U M M A R Y ------------

Command Line: -Xms1g -Xmx1g -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djruby.compile.invokedynamic=true -Djruby.jit.threshold=0 -Djruby.regexp.interruptible=true -XX:+HeapDumpOnOutOfMemoryError -Djava.security.egd=file:/dev/urandom -Dlog4j2.isThreadContextMapInheritable=true -Dls.cgroup.cpuacct.path.override=/ -Dls.cgroup.cpu.path.override=/ org.logstash.Logstash

Host: x86_64, 11 cores, 7G, CentOS Linux release 7.8.2003 (Core)
Time: Thu Dec  5 18:02:26 2024 UTC elapsed time: 12 seconds (0d 0h 0m 12s)

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

Current thread (0x00007fffc400c800):  GCTaskThread "GC Thread#8" [stack: 0x00007fff9b2f4000,0x00007fff9b3f4000] [id=46]

Stack: [0x00007fff9b2f4000,0x00007fff9b3f4000],  sp=0x00007fff9b3f2c80,  free space=1019k
Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0xc3eb57]  ParScanThreadState::trim_queues(int)+0x1f7
V  [libjvm.so+0xc3f7cf]  ParEvacuateFollowersClosure::do_void()+0x3f
V  [libjvm.so+0xc3aae4]  ParNewGenTask::work(unsigned int)+0x134
V  [libjvm.so+0xeedf25]  GangWorker::loop()+0x55
V  [libjvm.so+0xe52dfa]  Thread::call_run()+0x16a
V  [libjvm.so+0xc1efa8]  thread_native_entry(Thread*)+0xf8


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

Register to memory mapping:

RAX=0x00007ffffe977444: <offset 0x000000000150f444> in /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/server/libjvm.so at 0x00007ffffd468000
RBX=0x0 is NULL
RCX=0x00007ffff802ce78 points into unknown readable memory: 8b 01 00 00 14 0b 00 00
RDX=0x0000000000000001 is an unknown value
RSP=0x00007fff9b3f2c80 points into unknown readable memory: 78 ce 02 f8 ff 7f 00 00
RBP=0x00007fff9b3f2cf0 points into unknown readable memory: 50 2d 3f 9b ff 7f 00 00
RSI=0x0 is NULL
RDI=0x00007ffffe949bd0: <offset 0x00000000014e1bd0> in /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/server/libjvm.so at 0x00007ffffd468000
R8 =0x000000000000024b is an unknown value
R9 =0x00007ffff802d9b0 points into unknown readable memory: 00 00 00 00 00 00 00 00
R10=0x0000000000000001 is an unknown value
R11=0x00007ffffeabec97: <offset 0x00000000000fec97> in /lib64/libc.so.6 at 0x00007ffffe9c0000
R12=0x00007fffb444d978 points into unknown readable memory: 50 be 91 fe ff 7f 00 00
R13=0x00007ffffe92db40: <offset 0x00000000014c5b40> in /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/server/libjvm.so at 0x00007ffffd468000
R14=0x00007fffb444d8e0 points into unknown readable memory: 70 ce 02 f8 ff 7f 00 00
R15=0x00007ffff802ce70 points into unknown readable memory: 8b 01 00 00 00 00 00 00


Registers:
RAX=0x00007ffffe977444, RBX=0x0000000000000000, RCX=0x00007ffff802ce78, RDX=0x0000000000000001
RSP=0x00007fff9b3f2c80, RBP=0x00007fff9b3f2cf0, RSI=0x0000000000000000, RDI=0x00007ffffe949bd0
R8 =0x000000000000024b, R9 =0x00007ffff802d9b0, R10=0x0000000000000001, R11=0x00007ffffeabec97
R12=0x00007fffb444d978, R13=0x00007ffffe92db40, R14=0x00007fffb444d8e0, R15=0x00007ffff802ce70
RIP=0x00007ffffe0a6b57, EFLAGS=0x0000000000000207, CSGSFS=0x00007ffffe970033, ERR=0x0000000000000004
  TRAPNO=0x000000000000000e

Top of Stack: (sp=0x00007fff9b3f2c80)
0x00007fff9b3f2c80:   00007ffff802ce78 00007fffb444d9c8
0x00007fff9b3f2c90:   0000000000000000 00007ffffe0ab930
0x00007fff9b3f2ca0:   00000b140000018b 00007fffd377d128
0x00007fff9b3f2cb0:   00000b130000018b 6734862c31b91c00 

Instructions: (pc=0x00007ffffe0a6b57)
0x00007ffffe0a6a57:   00 48 8b 75 a0 49 39 b6 d8 02 00 00 48 8d 05 da
0x00007ffffe0a6a67:   09 8d 00 0f 86 c0 00 00 00 0f b6 10 84 d2 0f 85
0x00007ffffe0a6a77:   d5 00 00 00 48 8b 46 08 81 78 08 00 00 00 c0 7d
0x00007ffffe0a6a87:   10 48 8b 06 83 e0 03 48 83 f8 03 0f 84 28 01 00
0x00007ffffe0a6a97:   00 84 d2 0f 85 08 01 00 00 48 8b 56 08 48 63 4a
0x00007ffffe0a6aa7:   0c 48 8d 05 01 da 8c 00 4c 89 e7 ff 14 c8 e9 f6
0x00007ffffe0a6ab7:   fe ff ff 66 0f 1f 44 00 00 48 8d 05 e1 06 8d 00
0x00007ffffe0a6ac7:   49 8b be c8 02 00 00 80 38 00 75 4d 4c 89 f6 e8
0x00007ffffe0a6ad7:   15 db ff ff 84 c0 0f 85 cd fe ff ff e9 ec fe ff
0x00007ffffe0a6ae7:   ff 0f 1f 84 00 00 00 00 00 49 8b 47 08 89 55 b0
0x00007ffffe0a6af7:   48 89 45 c0 8b 4d c4 83 c1 01 89 4d b4 8b 4d c0
0x00007ffffe0a6b07:   39 ca 74 7d 48 8b 45 b0 49 89 47 08 e9 98 fe ff
0x00007ffffe0a6b17:   ff 0f 1f 84 00 00 00 00 00 4c 89 f7 e8 38 c8 ff
0x00007ffffe0a6b27:   ff eb b1 66 0f 1f 44 00 00 80 38 00 75 3b 48 8b
0x00007ffffe0a6b37:   56 08 48 63 4a 0c 48 8d 05 fc cf 8e 00 48 8b 7d
0x00007ffffe0a6b47:   98 ff 14 c8 e9 60 fe ff ff 48 8d 3d 79 30 8a 00
0x00007ffffe0a6b57:   8b 46 08 8b 4f 08 48 d3 e0 48 03 07 e9 17 ff ff
0x00007ffffe0a6b67:   ff 0f 1f 84 00 00 00 00 00 48 8d 05 59 30 8a 00
0x00007ffffe0a6b77:   8b 56 08 8b 48 08 48 d3 e2 48 03 10 eb b4 0f 1f
0x00007ffffe0a6b87:   00 48 8b 55 b0 48 8b 4d 90 f0 48 0f b1 11 48 3b
0x00007ffffe0a6b97:   45 c0 0f 85 6c ff ff ff e9 b4 fe ff ff 0f 1f 40
0x00007ffffe0a6ba7:   00 48 8d 05 21 30 8a 00 8b 56 08 8b 48 08 48 d3
0x00007ffffe0a6bb7:   e2 48 03 10 e9 e4 fe ff ff 48 8d 0d 91 75 88 00
0x00007ffffe0a6bc7:   48 8b 06 80 39 00 75 1a 48 83 e0 fc 48 39 c6 0f
0x00007ffffe0a6bd7:   84 bc fe ff ff 4c 89 f7 e8 0c fc ff ff e9 c7 fd
0x00007ffffe0a6be7:   ff ff 48 89 c1 83 e1 07 48 83 f9 05 75 da 31 c0
0x00007ffffe0a6bf7:   eb da e8 82 90 64 ff 66 90 55 48 89 e5 41 56 41
0x00007ffffe0a6c07:   55 49 89 f5 41 54 53 48 83 ec 10 48 8b 1e 48 85
0x00007ffffe0a6c17:   db 0f 84 81 00 00 00 48 3b 5f 48 49 89 fc 73 78
0x00007ffffe0a6c27:   48 8d 05 16 08 8d 00 41 89 d6 0f b6 10 84 d2 75
0x00007ffffe0a6c37:   78 4c 8b 03 48 8b 7b 08 4c 89 c0 83 e0 03 48 83
0x00007ffffe0a6c47:   f8 03 0f 84 87 00 00 00 8b 4f 08 83 f9 00 0f 8e 


Stack slot to memory mapping:
stack at sp + 0 slots: 0x00007ffff802ce78 points into unknown readable memory: 8b 01 00 00 14 0b 00 00
stack at sp + 1 slots: 0x00007fffb444d9c8 points into unknown readable memory: 10 be 91 fe ff 7f 00 00
stack at sp + 2 slots: 0x0 is NULL
stack at sp + 3 slots: 0x00007ffffe0ab930: <offset 0x0000000000c43930> in /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/server/libjvm.so at 0x00007ffffd468000
stack at sp + 4 slots: 0x00000b140000018b is an unknown value
stack at sp + 5 slots: 0x00007fffd377d128 points into unknown readable memory: 05 00 00 00 ff 7f 00 00
stack at sp + 6 slots: 0x00000b130000018b is an unknown value
stack at sp + 7 slots: 0x6734862c31b91c00 is an unknown value


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

Threads class SMR info:
_java_thread_list=0x00007ffff8174a70, length=9, elements={
0x00007ffff8015800, 0x00007ffff80ca800, 0x00007ffff80cc800, 0x00007ffff80d2800,
0x00007ffff80d5000, 0x00007ffff80d7000, 0x00007ffff80d9000, 0x00007ffff8164800,
0x00007ffff8173000
}

Java Threads: ( => current thread )
  0x00007ffff8015800 JavaThread "main" [_thread_blocked, id=23, stack(0x00007ffffcb48000,0x00007ffffcc49000)]
  0x00007ffff80ca800 JavaThread "Reference Handler" daemon [_thread_blocked, id=28, stack(0x00007fffd357c000,0x00007fffd367d000)]
  0x00007ffff80cc800 JavaThread "Finalizer" daemon [_thread_blocked, id=29, stack(0x00007fffd347b000,0x00007fffd357c000)]
  0x00007ffff80d2800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=30, stack(0x00007fffd3026000,0x00007fffd3127000)]
  0x00007ffff80d5000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=31, stack(0x00007fffd2f25000,0x00007fffd3026000)]
  0x00007ffff80d7000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=32, stack(0x00007fffd2e24000,0x00007fffd2f25000)]
  0x00007ffff80d9000 JavaThread "Sweeper thread" daemon [_thread_blocked, id=33, stack(0x00007fffd2d23000,0x00007fffd2e24000)]
  0x00007ffff8164800 JavaThread "Service Thread" daemon [_thread_blocked, id=34, stack(0x00007fffd2c22000,0x00007fffd2d23000)]
  0x00007ffff8173000 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=36, stack(0x00007fffd2a1f000,0x00007fffd2b20000)]

Other Threads:
  0x00007ffff80c7800 VMThread "VM Thread" [stack: 0x00007fffd367f000,0x00007fffd377f000] [id=27]
  0x00007ffff816f000 WatcherThread [stack: 0x00007fffd2b22000,0x00007fffd2c22000] [id=35]
  0x00007ffff8029000 GCTaskThread "GC Thread#0" [stack: 0x00007fffe0426000,0x00007fffe0526000] [id=24]
  0x00007fffc4001800 GCTaskThread "GC Thread#1" [stack: 0x00007fffd0095000,0x00007fffd0195000] [id=39]
  0x00007fffc4003000 GCTaskThread "GC Thread#2" [stack: 0x00007fff9b900000,0x00007fff9ba00000] [id=40]
  0x00007fffc4004800 GCTaskThread "GC Thread#3" [stack: 0x00007fff9b7fe000,0x00007fff9b8fe000] [id=41]
  0x00007fffc4006000 GCTaskThread "GC Thread#4" [stack: 0x00007fff9b6fc000,0x00007fff9b7fc000] [id=42]
  0x00007fffc4008000 GCTaskThread "GC Thread#5" [stack: 0x00007fff9b5fa000,0x00007fff9b6fa000] [id=43]
  0x00007fffc4009800 GCTaskThread "GC Thread#6" [stack: 0x00007fff9b4f8000,0x00007fff9b5f8000] [id=44]
  0x00007fffc400b000 GCTaskThread "GC Thread#7" [stack: 0x00007fff9b3f6000,0x00007fff9b4f6000] [id=45]
=>0x00007fffc400c800 GCTaskThread "GC Thread#8" [stack: 0x00007fff9b2f4000,0x00007fff9b3f4000] [id=46]
  0x00007ffff80a3800 ConcurrentGCThread "CMS Main Thread" [stack: 0x00007fffd81ed000,0x00007fffd82ed000] [id=26]
  0x00007ffff80a1000 GCTaskThread "CMS Thread#0" [stack: 0x00007fffd8bf8000,0x00007fffd8cf8000] [id=25]
  0x00007fffcc001000 GCTaskThread "CMS Thread#1" [stack: 0x00007fffd0a99000,0x00007fffd0b99000] [id=37]
  0x00007fffcc002800 GCTaskThread "CMS Thread#2" [stack: 0x00007fffd0997000,0x00007fffd0a97000] [id=38]

Threads with active compile tasks:
C2 CompilerThread0  12331 8433       4       org.jruby.ir.passes.AddCallProtocolInstructions::execute (810 bytes)
C1 CompilerThread0  12331 8522       2       org.jruby.ir.targets.JVMVisitor::RuntimeHelperCall (1404 bytes)

VM state:at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
[0x00007ffff8012710] Threads_lock - owner thread: 0x00007ffff80c7800
[0x00007ffff8012ef0] Heap_lock - owner thread: 0x00007ffff8015800

Heap address: 0x00000000c0000000, size: 1024 MB, Compressed Oops mode: 32-bit
Narrow klass base: 0x0000000800000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x0000000840000000

Heap:
 par new generation   total 314560K, used 303599K [0x00000000c0000000, 0x00000000d5550000, 0x00000000d5550000)
  eden space 279616K, 100% used [0x00000000c0000000, 0x00000000d1110000, 0x00000000d1110000)
  from space 34944K,  68% used [0x00000000d3330000, 0x00000000d4a9bed0, 0x00000000d5550000)
  to   space 34944K,  69% used [0x00000000d1110000, 0x00000000d28d7480, 0x00000000d3330000)
 concurrent mark-sweep generation total 699072K, used 27616K [0x00000000d5550000, 0x0000000100000000, 0x0000000100000000)
 Metaspace       used 45512K, capacity 49972K, committed 50152K, reserved 1091584K
  class space    used 7513K, capacity 9041K, committed 9096K, reserved 1048576K

Card table byte_map: [0x00007fffe0223000,0x00007fffe0424000] _byte_map_base: 0x00007fffdfc23000

Marking Bits: (CMSBitMap*) 0x00007ffff80a0100
 Bits: [0x00007fffdacf8000, 0x00007fffdb7a2c00)

Mod Union Table: (CMSBitMap*) 0x00007ffff80a01a0
 Bits: [0x00007ffffc0a7000, 0x00007ffffc0d1ab0)

Polling page: 0x00007fffff5d9000

Metaspace:

Usage:
  Non-class:     39.97 MB capacity,    37.11 MB ( 93%) used,     2.66 MB (  7%) free+waste,   212.94 KB ( <1%) overhead. 
      Class:      8.83 MB capacity,     7.34 MB ( 83%) used,     1.37 MB ( 16%) free+waste,   125.94 KB (  1%) overhead. 
       Both:     48.80 MB capacity,    44.45 MB ( 91%) used,     4.02 MB (  8%) free+waste,   338.88 KB ( <1%) overhead. 

Virtual space:
  Non-class space:       42.00 MB reserved,      40.09 MB ( 95%) committed 
      Class space:        1.00 GB reserved,       8.88 MB ( <1%) committed 
             Both:        1.04 GB reserved,      48.98 MB (  5%) committed 

Chunk freelists:
   Non-Class:  1.00 KB
       Class:  1.00 KB
        Both:  2.00 KB

MaxMetaspaceSize: unlimited
CompressedClassSpaceSize: 1.00 GB

CodeHeap 'non-profiled nmethods': size=120032Kb used=4735Kb max_used=4735Kb free=115297Kb
 bounds [0x00007fffe81c4000, 0x00007fffe8664000, 0x00007fffef6fc000]
CodeHeap 'profiled nmethods': size=120028Kb used=21774Kb max_used=21774Kb free=98254Kb
 bounds [0x00007fffe0c8d000, 0x00007fffe21dd000, 0x00007fffe81c4000]
CodeHeap 'non-nmethods': size=5700Kb used=1330Kb max_used=1330Kb free=4369Kb
 bounds [0x00007fffe06fc000, 0x00007fffe096c000, 0x00007fffe0c8d000]
 total_blobs=9153 nmethods=8453 adapters=611
 compilation: enabled
              stopped_count=0, restarted_count=0
 full_count=0

Compilation events (20 events):
Event: 12.189 Thread 0x00007ffff80d7000 nmethod 8510 0x00007fffe21c4010 code [0x00007fffe21c41e0, 0x00007fffe21c4510]
Event: 12.195 Thread 0x00007ffff80d7000 8512       1       org.joni.StackEntry::getMemNum (5 bytes)
Event: 12.195 Thread 0x00007ffff80d7000 nmethod 8512 0x00007fffe8663910 code [0x00007fffe8663ac0, 0x00007fffe8663b90]
Event: 12.195 Thread 0x00007ffff80d7000 8513 %     3       org.joni.ByteCodeMachine::executeSb @ 9 (1160 bytes)
Event: 12.198 Thread 0x00007ffff80d7000 nmethod 8513% 0x00007fffe21c4690 code [0x00007fffe21c5300, 0x00007fffe21cc110]
Event: 12.205 Thread 0x00007ffff80d7000 8515       2       org.jruby.RubyString::isEmpty (16 bytes)
Event: 12.206 Thread 0x00007ffff80d7000 nmethod 8515 0x00007fffe21ce610 code [0x00007fffe21ce7c0, 0x00007fffe21ce8f0]
Event: 12.210 Thread 0x00007ffff80d7000 8516       2       java.util.stream.StreamSupport::stream (19 bytes)
Event: 12.210 Thread 0x00007ffff80d7000 nmethod 8516 0x00007fffe21ce990 code [0x00007fffe21ceb60, 0x00007fffe21cede0]
Event: 12.210 Thread 0x00007ffff80d7000 8518       2       org.jruby.util.CodegenUtils::params (22 bytes)
Event: 12.211 Thread 0x00007ffff80d7000 nmethod 8518 0x00007fffe21cef90 code [0x00007fffe21cf160, 0x00007fffe21cf500]
Event: 12.211 Thread 0x00007ffff80d7000 8517       2       java.util.stream.ReferencePipeline$Head::<init> (8 bytes)
Event: 12.211 Thread 0x00007ffff80d7000 nmethod 8517 0x00007fffe21cf710 code [0x00007fffe21cf8c0, 0x00007fffe21cf9e0]
Event: 12.224 Thread 0x00007ffff80d7000 8519       2       org.jruby.ir.targets.IRBytecodeAdapter::storeArgs (18 bytes)
Event: 12.224 Thread 0x00007ffff80d7000 nmethod 8519 0x00007fffe21cfa90 code [0x00007fffe21cfc60, 0x00007fffe21cfe70]
Event: 12.226 Thread 0x00007ffff80d7000 8520       2       org.jruby.ir.instructions.ReceiveJRubyExceptionInstr::clone (16 bytes)
Event: 12.226 Thread 0x00007ffff80d7000 nmethod 8520 0x00007fffe21d0010 code [0x00007fffe21d01c0, 0x00007fffe21d03c0]
Event: 12.226 Thread 0x00007ffff80d7000 8521       2       org.jruby.ir.instructions.RuntimeHelperCall::visit (6 bytes)
Event: 12.226 Thread 0x00007ffff80d7000 nmethod 8521 0x00007fffe21d0490 code [0x00007fffe21d0640, 0x00007fffe21d0780]
Event: 12.226 Thread 0x00007ffff80d7000 8522       2       org.jruby.ir.targets.JVMVisitor::RuntimeHelperCall (1404 bytes)

GC Heap History (3 events):
Event: 8.059 GC heap before
{Heap before GC invocations=0 (full 1):
 par new generation   total 314560K, used 279616K [0x00000000c0000000, 0x00000000d5550000, 0x00000000d5550000)
  eden space 279616K, 100% used [0x00000000c0000000, 0x00000000d1110000, 0x00000000d1110000)
  from space 34944K,   0% used [0x00000000d1110000, 0x00000000d1110000, 0x00000000d3330000)
  to   space 34944K,   0% used [0x00000000d3330000, 0x00000000d3330000, 0x00000000d5550000)
 concurrent mark-sweep generation total 699072K, used 0K [0x00000000d5550000, 0x0000000100000000, 0x0000000100000000)
 Metaspace       used 40259K, capacity 42171K, committed 42344K, reserved 1085440K
  class space    used 6882K, capacity 7597K, committed 7688K, reserved 1048576K
}
Event: 8.197 GC heap after
{Heap after GC invocations=1 (full 1):
 par new generation   total 314560K, used 23983K [0x00000000c0000000, 0x00000000d5550000, 0x00000000d5550000)
  eden space 279616K,   0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000d1110000)
  from space 34944K,  68% used [0x00000000d3330000, 0x00000000d4a9bed0, 0x00000000d5550000)
  to   space 34944K,   0% used [0x00000000d1110000, 0x00000000d1110000, 0x00000000d3330000)
 concurrent mark-sweep generation total 699072K, used 0K [0x00000000d5550000, 0x0000000100000000, 0x0000000100000000)
 Metaspace       used 40259K, capacity 42171K, committed 42344K, reserved 1085440K
  class space    used 6882K, capacity 7597K, committed 7688K, reserved 1048576K
}
Event: 12.229 GC heap before
{Heap before GC invocations=1 (full 1):
 par new generation   total 314560K, used 303599K [0x00000000c0000000, 0x00000000d5550000, 0x00000000d5550000)
  eden space 279616K, 100% used [0x00000000c0000000, 0x00000000d1110000, 0x00000000d1110000)
  from space 34944K,  68% used [0x00000000d3330000, 0x00000000d4a9bed0, 0x00000000d5550000)
  to   space 34944K,   0% used [0x00000000d1110000, 0x00000000d1110000, 0x00000000d3330000)
 concurrent mark-sweep generation total 699072K, used 0K [0x00000000d5550000, 0x0000000100000000, 0x0000000100000000)
 Metaspace       used 45512K, capacity 49972K, committed 50152K, reserved 1091584K
  class space    used 7513K, capacity 9041K, committed 9096K, reserved 1048576K
}

Deoptimization events (20 events):
Event: 12.175 Thread 0x00007ffff8015800 Uncommon trap: trap_request=0xffffffbe fr.pc=0x00007fffe864aae0 relative=0x0000000000005420
Event: 12.175 Thread 0x00007ffff8015800 Uncommon trap: reason=profile_predicate action=maybe_recompile pc=0x00007fffe864aae0 method=org.joni.OptExactInfo.concatStr([BIIZLorg/jcodings/Encoding;)V @ 8 c2
Event: 12.175 Thread 0x00007ffff8015800 DEOPT PACKING pc=0x00007fffe864aae0 sp=0x00007ffffcc3ad90
Event: 12.175 Thread 0x00007ffff8015800 DEOPT UNPACKING pc=0x00007fffe072159f sp=0x00007ffffcc3acc0 mode 2
Event: 12.175 Thread 0x00007ffff8015800 Uncommon trap: trap_request=0xffffffbe fr.pc=0x00007fffe864aae0 relative=0x0000000000005420
Event: 12.175 Thread 0x00007ffff8015800 Uncommon trap: reason=profile_predicate action=maybe_recompile pc=0x00007fffe864aae0 method=org.joni.OptExactInfo.concatStr([BIIZLorg/jcodings/Encoding;)V @ 8 c2
Event: 12.175 Thread 0x00007ffff8015800 DEOPT PACKING pc=0x00007fffe864aae0 sp=0x00007ffffcc3ad90
Event: 12.175 Thread 0x00007ffff8015800 DEOPT UNPACKING pc=0x00007fffe072159f sp=0x00007ffffcc3acc0 mode 2
Event: 12.184 Thread 0x00007ffff8015800 Uncommon trap: trap_request=0xffffff4d fr.pc=0x00007fffe85788ac relative=0x000000000000328c
Event: 12.184 Thread 0x00007ffff8015800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007fffe85788ac method=org.joni.ByteCodeMachine.opExactN()V @ 27 c2
Event: 12.184 Thread 0x00007ffff8015800 DEOPT PACKING pc=0x00007fffe85788ac sp=0x00007ffffcc3ba10
Event: 12.184 Thread 0x00007ffff8015800 DEOPT UNPACKING pc=0x00007fffe072159f sp=0x00007ffffcc3b990 mode 2
Event: 12.195 Thread 0x00007ffff8015800 Uncommon trap: trap_request=0xffffff4d fr.pc=0x00007fffe8362290 relative=0x00000000000001d0
Event: 12.195 Thread 0x00007ffff8015800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007fffe8362290 method=org.joni.StackMachine.ensure1()Lorg/joni/StackEntry; @ 9 c2
Event: 12.195 Thread 0x00007ffff8015800 DEOPT PACKING pc=0x00007fffe8362290 sp=0x00007ffffcc3ae70
Event: 12.195 Thread 0x00007ffff8015800 DEOPT UNPACKING pc=0x00007fffe072159f sp=0x00007ffffcc3acc8 mode 2
Event: 12.197 Thread 0x00007ffff8015800 Uncommon trap: trap_request=0xffffff4d fr.pc=0x00007fffe858d594 relative=0x0000000000000074
Event: 12.197 Thread 0x00007ffff8015800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007fffe858d594 method=org.jruby.ir.targets.Bootstrap.testModuleMatch(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;I)Z @ 15 c2
Event: 12.197 Thread 0x00007ffff8015800 DEOPT PACKING pc=0x00007fffe858d594 sp=0x00007ffffcc3a660
Event: 12.197 Thread 0x00007ffff8015800 DEOPT UNPACKING pc=0x00007fffe072159f sp=0x00007ffffcc3a600 mode 2

Classes redefined (0 events):
No events

Internal exceptions (20 events):
Event: 9.796 Thread 0x00007ffff8015800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c6285d48}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToCallSite(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000c6285d48) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773]
Event: 9.796 Thread 0x00007ffff8015800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c628f8f8}: 'java.lang.Object java.lang.invoke.Invokers$Holder.exactInvoker(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000c628f8f8) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773]
Event: 9.797 Thread 0x00007ffff8015800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c629a1d0}: 'java.lang.Object java.lang.invoke.DelegatingMethodHandle$Holder.delegate(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000c629a1d0) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773]
Event: 9.800 Thread 0x00007ffff8015800 Implicit null exception at 0x00007fffe852836b to 0x00007fffe8528600
Event: 9.859 Thread 0x00007ffff8015800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c6bf6ed8}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000c6bf6ed8) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773]
Event: 9.868 Thread 0x00007ffff8015800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c6d0bcf8}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000c6d0bcf8) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773]
Event: 9.886 Thread 0x00007ffff8015800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c703cc40}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToCallSite(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000c703cc40) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773]
Event: 9.950 Thread 0x00007ffff8015800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c7379a10}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToCallSite(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000c7379a10) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773]
Event: 9.951 Thread 0x00007ffff8015800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c7381b20}: 'java.lang.Object java.lang.invoke.Invokers$Holder.exactInvoker(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000c7381b20) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773]
Event: 9.951 Thread 0x00007ffff8015800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c73869a0}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000c73869a0) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773]
Event: 10.031 Thread 0x00007ffff8015800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c7cf2d80}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000c7cf2d80) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773]
Event: 10.559 Thread 0x00007ffff8015800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c8c8cbc0}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, int, int, java.lang.Object)'> (0x00000000c8c8cbc0) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773]
Event: 10.560 Thread 0x00007ffff8015800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c8c939e0}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(java.lang.Object, int, int, java.lang.Object)'> (0x00000000c8c939e0) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773]
Event: 11.348 Thread 0x00007ffff8015800 Implicit null exception at 0x00007fffe81edb84 to 0x00007fffe81edf80
Event: 11.818 Thread 0x00007ffff8015800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000ce22f1f8}: 'java.lang.Object java.lang.invoke.Invokers$Holder.invokeExact_MT(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000ce22f1f8) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773]
Event: 11.837 Thread 0x00007ffff8015800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000ce373858}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToCallSite(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000ce373858) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773]
Event: 11.839 Thread 0x00007ffff8015800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000ce37c388}: 'java.lang.Object java.lang.invoke.Invokers$Holder.exactInvoker(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000ce37c388) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773]
Event: 11.843 Thread 0x00007ffff8015800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000ce397ef8}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000ce397ef8) thrown at [./src/hotspot/share/interpreter/linkResolver.cpp, line 773]
Event: 12.208 Thread 0x00007ffff8015800 Exception <a 'sun/nio/fs/UnixException'{0x00000000d0c829a0}> (0x00000000d0c829a0) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 12.208 Thread 0x00007ffff8015800 Exception <a 'sun/nio/fs/UnixException'{0x00000000d0c83cb0}> (0x00000000d0c83cb0) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]

Events (20 events):
Event: 12.225 loading class org/jruby/runtime/ThreadContext done
Event: 12.225 loading class org/jruby/runtime/ThreadContext
Event: 12.225 loading class org/jruby/runtime/ThreadContext done
Event: 12.225 loading class org/jruby/runtime/builtin/IRubyObject
Event: 12.225 loading class org/jruby/runtime/builtin/IRubyObject done
Event: 12.225 loading class org/jruby/runtime/ThreadContext
Event: 12.225 loading class org/jruby/runtime/ThreadContext done
Event: 12.227 loading class org/jruby/runtime/ThreadContext
Event: 12.227 loading class org/jruby/runtime/ThreadContext done
Event: 12.228 loading class org/jruby/runtime/ThreadContext
Event: 12.228 loading class org/jruby/runtime/ThreadContext done
Event: 12.228 loading class org/jruby/runtime/ThreadContext
Event: 12.228 loading class org/jruby/runtime/ThreadContext done
Event: 12.228 loading class org/jruby/RubyEnumerable$49
Event: 12.228 loading class org/jruby/RubyEnumerable$49 done
Event: 12.228 loading class org/jruby/runtime/ThreadContext
Event: 12.228 loading class org/jruby/runtime/ThreadContext done
Event: 12.228 loading class org/jruby/runtime/ThreadContext
Event: 12.228 loading class org/jruby/runtime/ThreadContext done
Event: 12.229 Executing VM operation: GenCollectForAllocation


Dynamic libraries:
c0000000-100000000 rw-p 00000000 00:00 0 
800000000-800002000 r-xp 00001000 fe:01 3960948                          /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/server/classes.jsa
800002000-8003b5000 rw-p 00003000 fe:01 3960948                          /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/server/classes.jsa
8003b5000-800a8b000 r--p 003b6000 fe:01 3960948                          /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/server/classes.jsa
800a8b000-800a8c000 rw-p 00a8c000 fe:01 3960948                          /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/server/classes.jsa
800a8c000-801093000 r--p 00a8d000 fe:01 3960948                          /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/server/classes.jsa
840000000-8408e2000 rw-p 00000000 00:00 0 
8408e2000-880000000 ---p 00000000 00:00 0 
555555554000-555555555000 r-xp 00000000 fe:01 3960514                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/bin/java
555555555000-555555755000 ---p 00000000 00:00 0 
555555755000-555555756000 r--p 00001000 fe:01 3960514                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/bin/java
555555756000-555555757000 rw-p 00002000 fe:01 3960514                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/bin/java
555555757000-555555778000 rw-p 00000000 00:00 0 
7fff74000000-7fff74157000 rw-p 00000000 00:00 0 
7fff74157000-7fff78000000 ---p 00000000 00:00 0 
7fff7c000000-7fff7c021000 rw-p 00000000 00:00 0 
7fff7c021000-7fff80000000 ---p 00000000 00:00 0 
7fff80000000-7fff80021000 rw-p 00000000 00:00 0 
7fff80021000-7fff84000000 ---p 00000000 00:00 0 
7fff84000000-7fff84021000 rw-p 00000000 00:00 0 
7fff84021000-7fff88000000 ---p 00000000 00:00 0 
7fff88000000-7fff88021000 rw-p 00000000 00:00 0 
7fff88021000-7fff8c000000 ---p 00000000 00:00 0 
7fff8c000000-7fff8c021000 rw-p 00000000 00:00 0 
7fff8c021000-7fff90000000 ---p 00000000 00:00 0 
7fff90000000-7fff90021000 rw-p 00000000 00:00 0 
7fff90021000-7fff94000000 ---p 00000000 00:00 0 
7fff94000000-7fff94021000 rw-p 00000000 00:00 0 
7fff94021000-7fff98000000 ---p 00000000 00:00 0 
7fff9aa87000-7fff9ad72000 rw-p 00000000 00:00 0 
7fff9ad72000-7fff9aef2000 ---p 00000000 00:00 0 
7fff9aef2000-7fff9b0b2000 rw-p 00000000 00:00 0 
7fff9b0b2000-7fff9b2f2000 rw-p 00000000 00:00 0 
7fff9b2f2000-7fff9b2f3000 ---p 00000000 00:00 0 
7fff9b2f3000-7fff9b3f4000 rw-p 00000000 00:00 0 
7fff9b3f4000-7fff9b3f5000 ---p 00000000 00:00 0 
7fff9b3f5000-7fff9b4f6000 rw-p 00000000 00:00 0 
7fff9b4f6000-7fff9b4f7000 ---p 00000000 00:00 0 
7fff9b4f7000-7fff9b5f8000 rw-p 00000000 00:00 0 
7fff9b5f8000-7fff9b5f9000 ---p 00000000 00:00 0 
7fff9b5f9000-7fff9b6fa000 rw-p 00000000 00:00 0 
7fff9b6fa000-7fff9b6fb000 ---p 00000000 00:00 0 
7fff9b6fb000-7fff9b7fc000 rw-p 00000000 00:00 0 
7fff9b7fc000-7fff9b7fd000 ---p 00000000 00:00 0 
7fff9b7fd000-7fff9b8fe000 rw-p 00000000 00:00 0 
7fff9b8fe000-7fff9b8ff000 ---p 00000000 00:00 0 
7fff9b8ff000-7fff9bbc0000 rw-p 00000000 00:00 0 
7fff9bbc0000-7fff9bdc6000 rw-p 00000000 00:00 0 
7fff9bdc6000-7fff9bff8000 rw-p 00000000 00:00 0 
7fff9bff8000-7fff9c000000 ---p 00000000 00:00 0 
7fff9c000000-7fff9c021000 rw-p 00000000 00:00 0 
7fff9c021000-7fffa0000000 ---p 00000000 00:00 0 
7fffa0000000-7fffa0021000 rw-p 00000000 00:00 0 
7fffa0021000-7fffa4000000 ---p 00000000 00:00 0 
7fffa4000000-7fffa4021000 rw-p 00000000 00:00 0 
7fffa4021000-7fffa8000000 ---p 00000000 00:00 0 
7fffa8000000-7fffa8021000 rw-p 00000000 00:00 0 
7fffa8021000-7fffac000000 ---p 00000000 00:00 0 
7fffac000000-7fffac021000 rw-p 00000000 00:00 0 
7fffac021000-7fffb0000000 ---p 00000000 00:00 0 
7fffb0000000-7fffb0021000 rw-p 00000000 00:00 0 
7fffb0021000-7fffb4000000 ---p 00000000 00:00 0 
7fffb4000000-7fffb5cd8000 rw-p 00000000 00:00 0 
7fffb5cd8000-7fffb8000000 ---p 00000000 00:00 0 
7fffb8000000-7fffb8abe000 rw-p 00000000 00:00 0 
7fffb8abe000-7fffbc000000 ---p 00000000 00:00 0 
7fffbc000000-7fffbc021000 rw-p 00000000 00:00 0 
7fffbc021000-7fffc0000000 ---p 00000000 00:00 0 
7fffc0000000-7fffc0021000 rw-p 00000000 00:00 0 
7fffc0021000-7fffc4000000 ---p 00000000 00:00 0 
7fffc4000000-7fffc402a000 rw-p 00000000 00:00 0 
7fffc402a000-7fffc8000000 ---p 00000000 00:00 0 
7fffc8000000-7fffc8021000 rw-p 00000000 00:00 0 
7fffc8021000-7fffcc000000 ---p 00000000 00:00 0 
7fffcc000000-7fffcc021000 rw-p 00000000 00:00 0 
7fffcc021000-7fffd0000000 ---p 00000000 00:00 0 
7fffd0093000-7fffd0094000 ---p 00000000 00:00 0 
7fffd0094000-7fffd0394000 rw-p 00000000 00:00 0 
7fffd0394000-7fffd0395000 ---p 00000000 00:00 0 
7fffd0395000-7fffd057a000 rw-p 00000000 00:00 0 
7fffd057a000-7fffd0595000 ---p 00000000 00:00 0 
7fffd0595000-7fffd0786000 rw-p 00000000 00:00 0 
7fffd0786000-7fffd0795000 ---p 00000000 00:00 0 
7fffd0795000-7fffd0995000 rw-p 00000000 00:00 0 
7fffd0995000-7fffd0996000 ---p 00000000 00:00 0 
7fffd0996000-7fffd0a97000 rw-p 00000000 00:00 0 
7fffd0a97000-7fffd0a98000 ---p 00000000 00:00 0 
7fffd0a98000-7fffd0d8c000 rw-p 00000000 00:00 0 
7fffd0d8c000-7fffd0d99000 ---p 00000000 00:00 0 
7fffd0d99000-7fffd0f7f000 rw-p 00000000 00:00 0 
7fffd0f7f000-7fffd0f99000 ---p 00000000 00:00 0 
7fffd0f99000-7fffd118b000 rw-p 00000000 00:00 0 
7fffd118b000-7fffd1199000 ---p 00000000 00:00 0 
7fffd1199000-7fffd1399000 rw-p 00000000 00:00 0 
7fffd1399000-7fffd139b000 r-xp 00000000 fe:01 3951069                    /usr/lib64/libfreebl3.so
7fffd139b000-7fffd159a000 ---p 00002000 fe:01 3951069                    /usr/lib64/libfreebl3.so
7fffd159a000-7fffd159b000 r--p 00001000 fe:01 3951069                    /usr/lib64/libfreebl3.so
7fffd159b000-7fffd159c000 rw-p 00002000 fe:01 3951069                    /usr/lib64/libfreebl3.so
7fffd159c000-7fffd15a4000 r-xp 00000000 fe:01 3951037                    /usr/lib64/libcrypt-2.17.so
7fffd15a4000-7fffd17a3000 ---p 00008000 fe:01 3951037                    /usr/lib64/libcrypt-2.17.so
7fffd17a3000-7fffd17a4000 r--p 00007000 fe:01 3951037                    /usr/lib64/libcrypt-2.17.so
7fffd17a4000-7fffd17a5000 rw-p 00008000 fe:01 3951037                    /usr/lib64/libcrypt-2.17.so
7fffd17a5000-7fffd19d3000 rw-p 00000000 00:00 0 
7fffd19d3000-7fffd19e5000 r-xp 00000000 fe:01 5718406                    /tmp/jffi7261780505995137771.so (deleted)
7fffd19e5000-7fffd1be4000 ---p 00012000 fe:01 5718406                    /tmp/jffi7261780505995137771.so (deleted)
7fffd1be4000-7fffd1be5000 rw-p 00011000 fe:01 5718406                    /tmp/jffi7261780505995137771.so (deleted)
7fffd1be5000-7fffd1de5000 rw-p 00000000 00:00 0 
7fffd1de5000-7fffd1de6000 r-xp 00000000 fe:01 3960914                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libjaas.so
7fffd1de6000-7fffd1fe6000 ---p 00001000 fe:01 3960914                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libjaas.so
7fffd1fe6000-7fffd1fe7000 r--p 00001000 fe:01 3960914                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libjaas.so
7fffd1fe7000-7fffd21e8000 rw-p 00000000 00:00 0 
7fffd21e8000-7fffd21ed000 r-xp 00000000 fe:01 3960925                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libmanagement_ext.so
7fffd21ed000-7fffd23ed000 ---p 00005000 fe:01 3960925                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libmanagement_ext.so
7fffd23ed000-7fffd23ee000 r--p 00005000 fe:01 3960925                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libmanagement_ext.so
7fffd23ee000-7fffd23ef000 rw-p 00006000 fe:01 3960925                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libmanagement_ext.so
7fffd23ef000-7fffd23f3000 r-xp 00000000 fe:01 3960923                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libmanagement.so
7fffd23f3000-7fffd25f3000 ---p 00004000 fe:01 3960923                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libmanagement.so
7fffd25f3000-7fffd25f4000 r--p 00004000 fe:01 3960923                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libmanagement.so
7fffd25f4000-7fffd25f5000 rw-p 00000000 00:00 0 
7fffd25f5000-7fffd260c000 r-xp 00000000 fe:01 3960927                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libnet.so
7fffd260c000-7fffd280b000 ---p 00017000 fe:01 3960927                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libnet.so
7fffd280b000-7fffd280c000 r--p 00016000 fe:01 3960927                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libnet.so
7fffd280c000-7fffd280d000 rw-p 00017000 fe:01 3960927                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libnet.so
7fffd280d000-7fffd281e000 r-xp 00000000 fe:01 3960928                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libnio.so
7fffd281e000-7fffd2a1d000 ---p 00011000 fe:01 3960928                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libnio.so
7fffd2a1d000-7fffd2a1e000 r--p 00010000 fe:01 3960928                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libnio.so
7fffd2a1e000-7fffd2a1f000 rw-p 00011000 fe:01 3960928                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libnio.so
7fffd2a1f000-7fffd2a23000 ---p 00000000 00:00 0 
7fffd2a23000-7fffd2b20000 rw-p 00000000 00:00 0 
7fffd2b20000-7fffd2b21000 ---p 00000000 00:00 0 
7fffd2b21000-7fffd2c22000 rw-p 00000000 00:00 0 
7fffd2c22000-7fffd2c26000 ---p 00000000 00:00 0 
7fffd2c26000-7fffd2d23000 rw-p 00000000 00:00 0 
7fffd2d23000-7fffd2d27000 ---p 00000000 00:00 0 
7fffd2d27000-7fffd2e24000 rw-p 00000000 00:00 0 
7fffd2e24000-7fffd2e28000 ---p 00000000 00:00 0 
7fffd2e28000-7fffd2f25000 rw-p 00000000 00:00 0 
7fffd2f25000-7fffd2f29000 ---p 00000000 00:00 0 
7fffd2f29000-7fffd3026000 rw-p 00000000 00:00 0 
7fffd3026000-7fffd302a000 ---p 00000000 00:00 0 
7fffd302a000-7fffd3127000 rw-p 00000000 00:00 0 
7fffd3127000-7fffd347b000 r--p 00000000 fe:01 3949869                    /usr/lib/locale/locale-archive
7fffd347b000-7fffd347f000 ---p 00000000 00:00 0 
7fffd347f000-7fffd357c000 rw-p 00000000 00:00 0 
7fffd357c000-7fffd3580000 ---p 00000000 00:00 0 
7fffd3580000-7fffd367d000 rw-p 00000000 00:00 0 
7fffd367d000-7fffd367e000 ---p 00000000 00:00 0 
7fffd367e000-7fffd4000000 rw-p 00000000 00:00 0 
7fffd4000000-7fffd4021000 rw-p 00000000 00:00 0 
7fffd4021000-7fffd8000000 ---p 00000000 00:00 0 
7fffd8021000-7fffd81eb000 rw-p 00000000 00:00 0 
7fffd81eb000-7fffd81ec000 ---p 00000000 00:00 0 
7fffd81ec000-7fffd8bf6000 rw-p 00000000 00:00 0 
7fffd8bf6000-7fffd8bf7000 ---p 00000000 00:00 0 
7fffd8bf7000-7fffdc000000 rw-p 00000000 00:00 0 
7fffdc000000-7fffdc021000 rw-p 00000000 00:00 0 
7fffdc021000-7fffe0000000 ---p 00000000 00:00 0 
7fffe0000000-7fffe02ce000 rw-p 00000000 00:00 0 
7fffe02ce000-7fffe0424000 rw-p 00000000 00:00 0 
7fffe0424000-7fffe0425000 ---p 00000000 00:00 0 
7fffe0425000-7fffe0530000 rw-p 00000000 00:00 0 
7fffe0530000-7fffe0611000 ---p 00000000 00:00 0 
7fffe0611000-7fffe063c000 rw-p 00000000 00:00 0 
7fffe063c000-7fffe06fc000 ---p 00000000 00:00 0 
7fffe06fc000-7fffe06ff000 r-xp 00000000 00:00 0 
7fffe06ff000-7fffe0703000 rwxp 00000000 00:00 0 
7fffe0703000-7fffe0706000 r-xp 00000000 00:00 0 
7fffe0706000-7fffe0708000 rwxp 00000000 00:00 0 
7fffe0708000-7fffe0722000 r-xp 00000000 00:00 0 
7fffe0722000-7fffe0725000 rwxp 00000000 00:00 0 
7fffe0725000-7fffe0735000 r-xp 00000000 00:00 0 
7fffe0735000-7fffe0736000 rwxp 00000000 00:00 0 
7fffe0736000-7fffe073a000 r-xp 00000000 00:00 0 
7fffe073a000-7fffe073b000 rwxp 00000000 00:00 0 
7fffe073b000-7fffe073c000 r-xp 00000000 00:00 0 
7fffe073c000-7fffe0743000 rwxp 00000000 00:00 0 
7fffe0743000-7fffe0744000 r-xp 00000000 00:00 0 
7fffe0744000-7fffe074b000 rwxp 00000000 00:00 0 
7fffe074b000-7fffe074d000 r-xp 00000000 00:00 0 
7fffe074d000-7fffe0753000 rwxp 00000000 00:00 0 
7fffe0753000-7fffe0758000 r-xp 00000000 00:00 0 
7fffe0758000-7fffe07e5000 rwxp 00000000 00:00 0 
7fffe07e5000-7fffe07f3000 r-xp 00000000 00:00 0 
7fffe07f3000-7fffe07f4000 rwxp 00000000 00:00 0 
7fffe07f4000-7fffe07f8000 r-xp 00000000 00:00 0 
7fffe07f8000-7fffe07fa000 rwxp 00000000 00:00 0 
7fffe07fa000-7fffe0802000 r-xp 00000000 00:00 0 
7fffe0802000-7fffe0803000 rwxp 00000000 00:00 0 
7fffe0803000-7fffe0804000 r-xp 00000000 00:00 0 
7fffe0804000-7fffe0806000 rwxp 00000000 00:00 0 
7fffe0806000-7fffe0808000 r-xp 00000000 00:00 0 
7fffe0808000-7fffe0809000 rwxp 00000000 00:00 0 
7fffe0809000-7fffe080d000 r-xp 00000000 00:00 0 
7fffe080d000-7fffe080f000 rwxp 00000000 00:00 0 
7fffe080f000-7fffe0812000 r-xp 00000000 00:00 0 
7fffe0812000-7fffe0815000 rwxp 00000000 00:00 0 
7fffe0815000-7fffe0816000 r-xp 00000000 00:00 0 
7fffe0816000-7fffe081a000 rwxp 00000000 00:00 0 
7fffe081a000-7fffe081b000 r-xp 00000000 00:00 0 
7fffe081b000-7fffe081c000 rwxp 00000000 00:00 0 
7fffe081c000-7fffe081d000 r-xp 00000000 00:00 0 
7fffe081d000-7fffe0820000 rwxp 00000000 00:00 0 
7fffe0820000-7fffe0821000 r-xp 00000000 00:00 0 
7fffe0821000-7fffe0826000 rwxp 00000000 00:00 0 
7fffe0826000-7fffe082a000 r-xp 00000000 00:00 0 
7fffe082a000-7fffe082d000 rwxp 00000000 00:00 0 
7fffe082d000-7fffe0832000 r-xp 00000000 00:00 0 
7fffe0832000-7fffe0833000 rwxp 00000000 00:00 0 
7fffe0833000-7fffe0835000 r-xp 00000000 00:00 0 
7fffe0835000-7fffe0836000 rwxp 00000000 00:00 0 
7fffe0836000-7fffe0838000 r-xp 00000000 00:00 0 
7fffe0838000-7fffe084b000 rwxp 00000000 00:00 0 
7fffe084b000-7fffe084c000 r-xp 00000000 00:00 0 
7fffe084c000-7fffe096c000 rwxp 00000000 00:00 0 
7fffe096c000-7fffe0c8d000 ---p 00000000 00:00 0 
7fffe0c8d000-7fffe0c92000 rwxp 00000000 00:00 0 
7fffe0c92000-7fffe0c93000 r-xp 00000000 00:00 0 
7fffe0c93000-7fffe0c96000 rwxp 00000000 00:00 0 
7fffe0c96000-7fffe0c98000 r-xp 00000000 00:00 0 
7fffe0c98000-7fffe0c9e000 rwxp 00000000 00:00 0 
7fffe0c9e000-7fffe0c9f000 r-xp 00000000 00:00 0 
7fffe0c9f000-7fffe0ca7000 rwxp 00000000 00:00 0 
7fffe0ca7000-7fffe0ca8000 r-xp 00000000 00:00 0 
7fffe0ca8000-7fffe0cb2000 rwxp 00000000 00:00 0 
7fffe0cb2000-7fffe0cb4000 r-xp 00000000 00:00 0 
7fffe0cb4000-7fffe0cb5000 rwxp 00000000 00:00 0 
7fffe0cb5000-7fffe0cb6000 r-xp 00000000 00:00 0 
7fffe0cb6000-7fffe0cba000 rwxp 00000000 00:00 0 
7fffe0cba000-7fffe0cbc000 r-xp 00000000 00:00 0 
7fffe0cbc000-7fffe0cc1000 rwxp 00000000 00:00 0 
7fffe0cc1000-7fffe0cc2000 r-xp 00000000 00:00 0 
7fffe0cc2000-7fffe0cd5000 rwxp 00000000 00:00 0 
7fffe0cd5000-7fffe0cd9000 r-xp 00000000 00:00 0 
7fffe0cd9000-7fffe0cdf000 rwxp 00000000 00:00 0 
7fffe0cdf000-7fffe0ce0000 r-xp 00000000 00:00 0 
7fffe0ce0000-7fffe0ce1000 rwxp 00000000 00:00 0 
7fffe0ce1000-7fffe0ce3000 r-xp 00000000 00:00 0 
7fffe0ce3000-7fffe0cea000 rwxp 00000000 00:00 0 
7fffe0cea000-7fffe0cee000 r-xp 00000000 00:00 0 
7fffe0cee000-7fffe0cf2000 rwxp 00000000 00:00 0 
7fffe0cf2000-7fffe0cf4000 r-xp 00000000 00:00 0 
7fffe0cf4000-7fffe0cff000 rwxp 00000000 00:00 0 
7fffe0cff000-7fffe0d00000 r-xp 00000000 00:00 0 
7fffe0d00000-7fffe0d08000 rwxp 00000000 00:00 0 
7fffe0d08000-7fffe0d09000 r-xp 00000000 00:00 0 
7fffe0d09000-7fffe0d11000 rwxp 00000000 00:00 0 
7fffe0d11000-7fffe0d12000 r-xp 00000000 00:00 0 
7fffe0d12000-7fffe0d13000 rwxp 00000000 00:00 0 
7fffe0d13000-7fffe0d14000 r-xp 00000000 00:00 0 
7fffe0d14000-7fffe0d1a000 rwxp 00000000 00:00 0 
7fffe0d1a000-7fffe0d1c000 r-xp 00000000 00:00 0 
7fffe0d1c000-7fffe0d23000 rwxp 00000000 00:00 0 
7fffe0d23000-7fffe0d24000 r-xp 00000000 00:00 0 
7fffe0d24000-7fffe0d29000 rwxp 00000000 00:00 0 
7fffe0d29000-7fffe0d2a000 r-xp 00000000 00:00 0 
7fffe0d2a000-7fffe0d3c000 rwxp 00000000 00:00 0 
7fffe0d3c000-7fffe0d3d000 r-xp 00000000 00:00 0 
7fffe0d3d000-7fffe0d5c000 rwxp 00000000 00:00 0 
7fffe0d5c000-7fffe0d5e000 r-xp 00000000 00:00 0 
7fffe0d5e000-7fffe0d64000 rwxp 00000000 00:00 0 
7fffe0d64000-7fffe0d65000 r-xp 00000000 00:00 0 
7fffe0d65000-7fffe0d67000 rwxp 00000000 00:00 0 
7fffe0d67000-7fffe0d68000 r-xp 00000000 00:00 0 
7fffe0d68000-7fffe0d72000 rwxp 00000000 00:00 0 
7fffe0d72000-7fffe0d73000 r-xp 00000000 00:00 0 
7fffe0d73000-7fffe0d77000 rwxp 00000000 00:00 0 
7fffe0d77000-7fffe0d78000 r-xp 00000000 00:00 0 
7fffe0d78000-7fffe0d81000 rwxp 00000000 00:00 0 
7fffe0d81000-7fffe0d83000 r-xp 00000000 00:00 0 
7fffe0d83000-7fffe0d8a000 rwxp 00000000 00:00 0 
7fffe0d8a000-7fffe0d8b000 r-xp 00000000 00:00 0 
7fffe0d8b000-7fffe0d8d000 rwxp 00000000 00:00 0 
7fffe0d8d000-7fffe0d8e000 r-xp 00000000 00:00 0 
7fffe0d8e000-7fffe0d99000 rwxp 00000000 00:00 0 
7fffe0d99000-7fffe0d9a000 r-xp 00000000 00:00 0 
7fffe0d9a000-7fffe0da1000 rwxp 00000000 00:00 0 
7fffe0da1000-7fffe0da2000 r-xp 00000000 00:00 0 
7fffe0da2000-7fffe0db0000 rwxp 00000000 00:00 0 
7fffe0db0000-7fffe0db2000 r-xp 00000000 00:00 0 
7fffe0db2000-7fffe0db4000 rwxp 00000000 00:00 0 
7fffe0db4000-7fffe0db5000 r-xp 00000000 00:00 0 
7fffe0db5000-7fffe0dbc000 rwxp 00000000 00:00 0 
7fffe0dbc000-7fffe0dbe000 r-xp 00000000 00:00 0 
7fffe0dbe000-7fffe0dd7000 rwxp 00000000 00:00 0 
7fffe0dd7000-7fffe0dd8000 r-xp 00000000 00:00 0 
7fffe0dd8000-7fffe0dda000 rwxp 00000000 00:00 0 
7fffe0dda000-7fffe0ddc000 r-xp 00000000 00:00 0 
7fffe0ddc000-7fffe0dfb000 rwxp 00000000 00:00 0 
7fffe0dfb000-7fffe0dfc000 r-xp 00000000 00:00 0 
7fffe0dfc000-7fffe0dff000 rwxp 00000000 00:00 0 
7fffe0dff000-7fffe0e01000 r-xp 00000000 00:00 0 
7fffe0e01000-7fffe0e04000 rwxp 00000000 00:00 0 
7fffe0e04000-7fffe0e05000 r-xp 00000000 00:00 0 
7fffe0e05000-7fffe0e12000 rwxp 00000000 00:00 0 
7fffe0e12000-7fffe0e13000 r-xp 00000000 00:00 0 
7fffe0e13000-7fffe0e14000 rwxp 00000000 00:00 0 
7fffe0e14000-7fffe0e16000 r-xp 00000000 00:00 0 
7fffe0e16000-7fffe0e2a000 rwxp 00000000 00:00 0 
7fffe0e2a000-7fffe0e2b000 r-xp 00000000 00:00 0 
7fffe0e2b000-7fffe0e32000 rwxp 00000000 00:00 0 
7fffe0e32000-7fffe0e33000 r-xp 00000000 00:00 0 
7fffe0e33000-7fffe0e37000 rwxp 00000000 00:00 0 
7fffe0e37000-7fffe0e38000 r-xp 00000000 00:00 0 
7fffe0e38000-7fffe0e3a000 rwxp 00000000 00:00 0 
7fffe0e3a000-7fffe0e3b000 r-xp 00000000 00:00 0 
7fffe0e3b000-7fffe0e3d000 rwxp 00000000 00:00 0 
7fffe0e3d000-7fffe0e3f000 r-xp 00000000 00:00 0 
7fffe0e3f000-7fffe0e44000 rwxp 00000000 00:00 0 
7fffe0e44000-7fffe0e45000 r-xp 00000000 00:00 0 
7fffe0e45000-7fffe0e46000 rwxp 00000000 00:00 0 
7fffe0e46000-7fffe0e47000 r-xp 00000000 00:00 0 
7fffe0e47000-7fffe0e4b000 rwxp 00000000 00:00 0 
7fffe0e4b000-7fffe0e4c000 r-xp 00000000 00:00 0 
7fffe0e4c000-7fffe0e4f000 rwxp 00000000 00:00 0 
7fffe0e4f000-7fffe0e50000 r-xp 00000000 00:00 0 
7fffe0e50000-7fffe0e5c000 rwxp 00000000 00:00 0 
7fffe0e5c000-7fffe0e5d000 r-xp 00000000 00:00 0 
7fffe0e5d000-7fffe0e62000 rwxp 00000000 00:00 0 
7fffe0e62000-7fffe0e67000 r-xp 00000000 00:00 0 
7fffe0e67000-7fffe0e6b000 rwxp 00000000 00:00 0 
7fffe0e6b000-7fffe0e6c000 r-xp 00000000 00:00 0 
7fffe0e6c000-7fffe0e6e000 rwxp 00000000 00:00 0 
7fffe0e6e000-7fffe0e6f000 r-xp 00000000 00:00 0 
7fffe0e6f000-7fffe0e70000 rwxp 00000000 00:00 0 
7fffe0e70000-7fffe0e71000 r-xp 00000000 00:00 0 
7fffe0e71000-7fffe0e76000 rwxp 00000000 00:00 0 
7fffe0e76000-7fffe0e77000 r-xp 00000000 00:00 0 
7fffe0e77000-7fffe0e7b000 rwxp 00000000 00:00 0 
7fffe0e7b000-7fffe0e7d000 r-xp 00000000 00:00 0 
7fffe0e7d000-7fffe0e84000 rwxp 00000000 00:00 0 
7fffe0e84000-7fffe0e86000 r-xp 00000000 00:00 0 
7fffe0e86000-7fffe0e87000 rwxp 00000000 00:00 0 
7fffe0e87000-7fffe0e88000 r-xp 00000000 00:00 0 
7fffe0e88000-7fffe0e8b000 rwxp 00000000 00:00 0 
7fffe0e8b000-7fffe0e8c000 r-xp 00000000 00:00 0 
7fffe0e8c000-7fffe0e8f000 rwxp 00000000 00:00 0 
7fffe0e8f000-7fffe0e90000 r-xp 00000000 00:00 0 
7fffe0e90000-7fffe0e92000 rwxp 00000000 00:00 0 
7fffe0e92000-7fffe0e95000 r-xp 00000000 00:00 0 
7fffe0e95000-7fffe0e9b000 rwxp 00000000 00:00 0 
7fffe0e9b000-7fffe0e9d000 r-xp 00000000 00:00 0 
7fffe0e9d000-7fffe0ea4000 rwxp 00000000 00:00 0 
7fffe0ea4000-7fffe0ea5000 r-xp 00000000 00:00 0 
7fffe0ea5000-7fffe0ea6000 rwxp 00000000 00:00 0 
7fffe0ea6000-7fffe0ea8000 r-xp 00000000 00:00 0 
7fffe0ea8000-7fffe0ea9000 rwxp 00000000 00:00 0 
7fffe0ea9000-7fffe0eaa000 r-xp 00000000 00:00 0 
7fffe0eaa000-7fffe0eaf000 rwxp 00000000 00:00 0 
7fffe0eaf000-7fffe0eb0000 r-xp 00000000 00:00 0 
7fffe0eb0000-7fffe0eb3000 rwxp 00000000 00:00 0 
7fffe0eb3000-7fffe0eb4000 r-xp 00000000 00:00 0 
7fffe0eb4000-7fffe0ebf000 rwxp 00000000 00:00 0 
7fffe0ebf000-7fffe0ec0000 r-xp 00000000 00:00 0 
7fffe0ec0000-7fffe0ec5000 rwxp 00000000 00:00 0 
7fffe0ec5000-7fffe0ec6000 r-xp 00000000 00:00 0 
7fffe0ec6000-7fffe0ecd000 rwxp 00000000 00:00 0 
7fffe0ecd000-7fffe0ece000 r-xp 00000000 00:00 0 
7fffe0ece000-7fffe0ed4000 rwxp 00000000 00:00 0 
7fffe0ed4000-7fffe0ed5000 r-xp 00000000 00:00 0 
7fffe0ed5000-7fffe0ed9000 rwxp 00000000 00:00 0 
7fffe0ed9000-7fffe0eda000 r-xp 00000000 00:00 0 
7fffe0eda000-7fffe0edb000 rwxp 00000000 00:00 0 
7fffe0edb000-7fffe0edd000 r-xp 00000000 00:00 0 
7fffe0edd000-7fffe0ee0000 rwxp 00000000 00:00 0 
7fffe0ee0000-7fffe0ee1000 r-xp 00000000 00:00 0 
7fffe0ee1000-7fffe0ee2000 rwxp 00000000 00:00 0 
7fffe0ee2000-7fffe0ee3000 r-xp 00000000 00:00 0 
7fffe0ee3000-7fffe0ee7000 rwxp 00000000 00:00 0 
7fffe0ee7000-7fffe0ee8000 r-xp 00000000 00:00 0 
7fffe0ee8000-7fffe0eed000 rwxp 00000000 00:00 0 
7fffe0eed000-7fffe0eef000 r-xp 00000000 00:00 0 
7fffe0eef000-7fffe0ef8000 rwxp 00000000 00:00 0 
7fffe0ef8000-7fffe0ef9000 r-xp 00000000 00:00 0 
7fffe0ef9000-7fffe0efa000 rwxp 00000000 00:00 0 
7fffe0efa000-7fffe0efb000 r-xp 00000000 00:00 0 
7fffe0efb000-7fffe0efe000 rwxp 00000000 00:00 0 
7fffe0efe000-7fffe0eff000 r-xp 00000000 00:00 0 
7fffe0eff000-7fffe0f08000 rwxp 00000000 00:00 0 
7fffe0f08000-7fffe0f09000 r-xp 00000000 00:00 0 
7fffe0f09000-7fffe0f0a000 rwxp 00000000 00:00 0 
7fffe0f0a000-7fffe0f0b000 r-xp 00000000 00:00 0 
7fffe0f0b000-7fffe0f22000 rwxp 00000000 00:00 0 
7fffe0f22000-7fffe0f23000 r-xp 00000000 00:00 0 
7fffe0f23000-7fffe0f2a000 rwxp 00000000 00:00 0 
7fffe0f2a000-7fffe0f2b000 r-xp 00000000 00:00 0 
7fffe0f2b000-7fffe0f37000 rwxp 00000000 00:00 0 
7fffe0f37000-7fffe0f38000 r-xp 00000000 00:00 0 
7fffe0f38000-7fffe0f39000 rwxp 00000000 00:00 0 
7fffe0f39000-7fffe0f3a000 r-xp 00000000 00:00 0 
7fffe0f3a000-7fffe0f3b000 rwxp 00000000 00:00 0 
7fffe0f3b000-7fffe0f3c000 r-xp 00000000 00:00 0 
7fffe0f3c000-7fffe0f4d000 rwxp 00000000 00:00 0 
7fffe0f4d000-7fffe0f4e000 r-xp 00000000 00:00 0 
7fffe0f4e000-7fffe0f57000 rwxp 00000000 00:00 0 
7fffe0f57000-7fffe0f58000 r-xp 00000000 00:00 0 
7fffe0f58000-7fffe0f5f000 rwxp 00000000 00:00 0 
7fffe0f5f000-7fffe0f60000 r-xp 00000000 00:00 0 
7fffe0f60000-7fffe0f61000 rwxp 00000000 00:00 0 
7fffe0f61000-7fffe0f62000 r-xp 00000000 00:00 0 
7fffe0f62000-7fffe0f6d000 rwxp 00000000 00:00 0 
7fffe0f6d000-7fffe0f6e000 r-xp 00000000 00:00 0 
7fffe0f6e000-7fffe0f95000 rwxp 00000000 00:00 0 
7fffe0f95000-7fffe0f96000 r-xp 00000000 00:00 0 
7fffe0f96000-7fffe0f9f000 rwxp 00000000 00:00 0 
7fffe0f9f000-7fffe0fa0000 r-xp 00000000 00:00 0 
7fffe0fa0000-7fffe0fb4000 rwxp 00000000 00:00 0 
7fffe0fb4000-7fffe0fb5000 r-xp 00000000 00:00 0 
7fffe0fb5000-7fffe0fd1000 rwxp 00000000 00:00 0 
7fffe0fd1000-7fffe0fd3000 r-xp 00000000 00:00 0 
7fffe0fd3000-7fffe0fe1000 rwxp 00000000 00:00 0 
7fffe0fe1000-7fffe0fe2000 r-xp 00000000 00:00 0 
7fffe0fe2000-7fffe0fe3000 rwxp 00000000 00:00 0 
7fffe0fe3000-7fffe0fe4000 r-xp 00000000 00:00 0 
7fffe0fe4000-7fffe0fe7000 rwxp 00000000 00:00 0 
7fffe0fe7000-7fffe0fe8000 r-xp 00000000 00:00 0 
7fffe0fe8000-7fffe0ff0000 rwxp 00000000 00:00 0 
7fffe0ff0000-7fffe0ff1000 r-xp 00000000 00:00 0 
7fffe0ff1000-7fffe0ff6000 rwxp 00000000 00:00 0 
7fffe0ff6000-7fffe0ffa000 r-xp 00000000 00:00 0 
7fffe0ffa000-7fffe101c000 rwxp 00000000 00:00 0 
7fffe101c000-7fffe101d000 r-xp 00000000 00:00 0 
7fffe101d000-7fffe1022000 rwxp 00000000 00:00 0 
7fffe1022000-7fffe1025000 r-xp 00000000 00:00 0 
7fffe1025000-7fffe103e000 rwxp 00000000 00:00 0 
7fffe103e000-7fffe103f000 r-xp 00000000 00:00 0 
7fffe103f000-7fffe1042000 rwxp 00000000 00:00 0 
7fffe1042000-7fffe1043000 r-xp 00000000 00:00 0 
7fffe1043000-7fffe1093000 rwxp 00000000 00:00 0 
7fffe1093000-7fffe1095000 r-xp 00000000 00:00 0 
7fffe1095000-7fffe1097000 rwxp 00000000 00:00 0 
7fffe1097000-7fffe1099000 r-xp 00000000 00:00 0 
7fffe1099000-7fffe109d000 rwxp 00000000 00:00 0 
7fffe109d000-7fffe109e000 r-xp 00000000 00:00 0 
7fffe109e000-7fffe10a0000 rwxp 00000000 00:00 0 
7fffe10a0000-7fffe10a1000 r-xp 00000000 00:00 0 
7fffe10a1000-7fffe10a3000 rwxp 00000000 00:00 0 
7fffe10a3000-7fffe10a5000 r-xp 00000000 00:00 0 
7fffe10a5000-7fffe10cb000 rwxp 00000000 00:00 0 
7fffe10cb000-7fffe10cc000 r-xp 00000000 00:00 0 
7fffe10cc000-7fffe1104000 rwxp 00000000 00:00 0 
7fffe1104000-7fffe1105000 r-xp 00000000 00:00 0 
7fffe1105000-7fffe1109000 rwxp 00000000 00:00 0 
7fffe1109000-7fffe110b000 r-xp 00000000 00:00 0 
7fffe110b000-7fffe1136000 rwxp 00000000 00:00 0 
7fffe1136000-7fffe1137000 r-xp 00000000 00:00 0 
7fffe1137000-7fffe1192000 rwxp 00000000 00:00 0 
7fffe1192000-7fffe1193000 r-xp 00000000 00:00 0 
7fffe1193000-7fffe119d000 rwxp 00000000 00:00 0 
7fffe119d000-7fffe119f000 r-xp 00000000 00:00 0 
7fffe119f000-7fffe11cf000 rwxp 00000000 00:00 0 
7fffe11cf000-7fffe11d2000 r-xp 00000000 00:00 0 
7fffe11d2000-7fffe11d9000 rwxp 00000000 00:00 0 
7fffe11d9000-7fffe11da000 r-xp 00000000 00:00 0 
7fffe11da000-7fffe11e9000 rwxp 00000000 00:00 0 
7fffe11e9000-7fffe11ea000 r-xp 00000000 00:00 0 
7fffe11ea000-7fffe11eb000 rwxp 00000000 00:00 0 
7fffe11eb000-7fffe11ec000 r-xp 00000000 00:00 0 
7fffe11ec000-7fffe120e000 rwxp 00000000 00:00 0 
7fffe120e000-7fffe120f000 r-xp 00000000 00:00 0 
7fffe120f000-7fffe1216000 rwxp 00000000 00:00 0 
7fffe1216000-7fffe1218000 r-xp 00000000 00:00 0 
7fffe1218000-7fffe1223000 rwxp 00000000 00:00 0 
7fffe1223000-7fffe1224000 r-xp 00000000 00:00 0 
7fffe1224000-7fffe1242000 rwxp 00000000 00:00 0 
7fffe1242000-7fffe1243000 r-xp 00000000 00:00 0 
7fffe1243000-7fffe126e000 rwxp 00000000 00:00 0 
7fffe126e000-7fffe1270000 r-xp 00000000 00:00 0 
7fffe1270000-7fffe1275000 rwxp 00000000 00:00 0 
7fffe1275000-7fffe1278000 r-xp 00000000 00:00 0 
7fffe1278000-7fffe127f000 rwxp 00000000 00:00 0 
7fffe127f000-7fffe1280000 r-xp 00000000 00:00 0 
7fffe1280000-7fffe1281000 rwxp 00000000 00:00 0 
7fffe1281000-7fffe1282000 r-xp 00000000 00:00 0 
7fffe1282000-7fffe1290000 rwxp 00000000 00:00 0 
7fffe1290000-7fffe1291000 r-xp 00000000 00:00 0 
7fffe1291000-7fffe129c000 rwxp 00000000 00:00 0 
7fffe129c000-7fffe129d000 r-xp 00000000 00:00 0 
7fffe129d000-7fffe12a8000 rwxp 00000000 00:00 0 
7fffe12a8000-7fffe12ad000 r-xp 00000000 00:00 0 
7fffe12ad000-7fffe12cc000 rwxp 00000000 00:00 0 
7fffe12cc000-7fffe12cd000 r-xp 00000000 00:00 0 
7fffe12cd000-7fffe12e2000 rwxp 00000000 00:00 0 
7fffe12e2000-7fffe12e3000 r-xp 00000000 00:00 0 
7fffe12e3000-7fffe1303000 rwxp 00000000 00:00 0 
7fffe1303000-7fffe1304000 r-xp 00000000 00:00 0 
7fffe1304000-7fffe1361000 rwxp 00000000 00:00 0 
7fffe1361000-7fffe1363000 r-xp 00000000 00:00 0 
7fffe1363000-7fffe1398000 rwxp 00000000 00:00 0 
7fffe1398000-7fffe1399000 r-xp 00000000 00:00 0 
7fffe1399000-7fffe139e000 rwxp 00000000 00:00 0 
7fffe139e000-7fffe139f000 r-xp 00000000 00:00 0 
7fffe139f000-7fffe13e8000 rwxp 00000000 00:00 0 
7fffe13e8000-7fffe13e9000 r-xp 00000000 00:00 0 
7fffe13e9000-7fffe13ee000 rwxp 00000000 00:00 0 
7fffe13ee000-7fffe13ef000 r-xp 00000000 00:00 0 
7fffe13ef000-7fffe13f3000 rwxp 00000000 00:00 0 
7fffe13f3000-7fffe13f4000 r-xp 00000000 00:00 0 
7fffe13f4000-7fffe13f8000 rwxp 00000000 00:00 0 
7fffe13f8000-7fffe13f9000 r-xp 00000000 00:00 0 
7fffe13f9000-7fffe13fa000 rwxp 00000000 00:00 0 
7fffe13fa000-7fffe13fb000 r-xp 00000000 00:00 0 
7fffe13fb000-7fffe1411000 rwxp 00000000 00:00 0 
7fffe1411000-7fffe1415000 r-xp 00000000 00:00 0 
7fffe1415000-7fffe1424000 rwxp 00000000 00:00 0 
7fffe1424000-7fffe1425000 r-xp 00000000 00:00 0 
7fffe1425000-7fffe1433000 rwxp 00000000 00:00 0 
7fffe1433000-7fffe1434000 r-xp 00000000 00:00 0 
7fffe1434000-7fffe1459000 rwxp 00000000 00:00 0 
7fffe1459000-7fffe145a000 r-xp 00000000 00:00 0 
7fffe145a000-7fffe1468000 rwxp 00000000 00:00 0 
7fffe1468000-7fffe1469000 r-xp 00000000 00:00 0 
7fffe1469000-7fffe1470000 rwxp 00000000 00:00 0 
7fffe1470000-7fffe1471000 r-xp 00000000 00:00 0 
7fffe1471000-7fffe1474000 rwxp 00000000 00:00 0 
7fffe1474000-7fffe1478000 r-xp 00000000 00:00 0 
7fffe1478000-7fffe148e000 rwxp 00000000 00:00 0 
7fffe148e000-7fffe148f000 r-xp 00000000 00:00 0 
7fffe148f000-7fffe1490000 rwxp 00000000 00:00 0 
7fffe1490000-7fffe1491000 r-xp 00000000 00:00 0 
7fffe1491000-7fffe14af000 rwxp 00000000 00:00 0 
7fffe14af000-7fffe14b1000 r-xp 00000000 00:00 0 
7fffe14b1000-7fffe14ce000 rwxp 00000000 00:00 0 
7fffe14ce000-7fffe14d0000 r-xp 00000000 00:00 0 
7fffe14d0000-7fffe14df000 rwxp 00000000 00:00 0 
7fffe14df000-7fffe14e1000 r-xp 00000000 00:00 0 
7fffe14e1000-7fffe14f9000 rwxp 00000000 00:00 0 
7fffe14f9000-7fffe14fa000 r-xp 00000000 00:00 0 
7fffe14fa000-7fffe151d000 rwxp 00000000 00:00 0 
7fffe151d000-7fffe151e000 r-xp 00000000 00:00 0 
7fffe151e000-7fffe154e000 rwxp 00000000 00:00 0 
7fffe154e000-7fffe154f000 r-xp 00000000 00:00 0 
7fffe154f000-7fffe1559000 rwxp 00000000 00:00 0 
7fffe1559000-7fffe155a000 r-xp 00000000 00:00 0 
7fffe155a000-7fffe158f000 rwxp 00000000 00:00 0 
7fffe158f000-7fffe1590000 r-xp 00000000 00:00 0 
7fffe1590000-7fffe15af000 rwxp 00000000 00:00 0 
7fffe15af000-7fffe15b1000 r-xp 00000000 00:00 0 
7fffe15b1000-7fffe15bd000 rwxp 00000000 00:00 0 
7fffe15bd000-7fffe15be000 r-xp 00000000 00:00 0 
7fffe15be000-7fffe15c1000 rwxp 00000000 00:00 0 
7fffe15c1000-7fffe15c2000 r-xp 00000000 00:00 0 
7fffe15c2000-7fffe15cd000 rwxp 00000000 00:00 0 
7fffe15cd000-7fffe15d1000 r-xp 00000000 00:00 0 
7fffe15d1000-7fffe15d9000 rwxp 00000000 00:00 0 
7fffe15d9000-7fffe15da000 r-xp 00000000 00:00 0 
7fffe15da000-7fffe15dc000 rwxp 00000000 00:00 0 
7fffe15dc000-7fffe15dd000 r-xp 00000000 00:00 0 
7fffe15dd000-7fffe15e3000 rwxp 00000000 00:00 0 
7fffe15e3000-7fffe15e4000 r-xp 00000000 00:00 0 
7fffe15e4000-7fffe15ee000 rwxp 00000000 00:00 0 
7fffe15ee000-7fffe15ef000 r-xp 00000000 00:00 0 
7fffe15ef000-7fffe15f8000 rwxp 00000000 00:00 0 
7fffe15f8000-7fffe15fc000 r-xp 00000000 00:00 0 
7fffe15fc000-7fffe15ff000 rwxp 00000000 00:00 0 
7fffe15ff000-7fffe1600000 r-xp 00000000 00:00 0 
7fffe1600000-7fffe1605000 rwxp 00000000 00:00 0 
7fffe1605000-7fffe1606000 r-xp 00000000 00:00 0 
7fffe1606000-7fffe160e000 rwxp 00000000 00:00 0 
7fffe160e000-7fffe160f000 r-xp 00000000 00:00 0 
7fffe160f000-7fffe1646000 rwxp 00000000 00:00 0 
7fffe1646000-7fffe1647000 r-xp 00000000 00:00 0 
7fffe1647000-7fffe1675000 rwxp 00000000 00:00 0 
7fffe1675000-7fffe1676000 r-xp 00000000 00:00 0 
7fffe1676000-7fffe167a000 rwxp 00000000 00:00 0 
7fffe167a000-7fffe167b000 r-xp 00000000 00:00 0 
7fffe167b000-7fffe1683000 rwxp 00000000 00:00 0 
7fffe1683000-7fffe1685000 r-xp 00000000 00:00 0 
7fffe1685000-7fffe168f000 rwxp 00000000 00:00 0 
7fffe168f000-7fffe1691000 r-xp 00000000 00:00 0 
7fffe1691000-7fffe1695000 rwxp 00000000 00:00 0 
7fffe1695000-7fffe1696000 r-xp 00000000 00:00 0 
7fffe1696000-7fffe169f000 rwxp 00000000 00:00 0 
7fffe169f000-7fffe16a0000 r-xp 00000000 00:00 0 
7fffe16a0000-7fffe16a5000 rwxp 00000000 00:00 0 
7fffe16a5000-7fffe16a6000 r-xp 00000000 00:00 0 
7fffe16a6000-7fffe16ae000 rwxp 00000000 00:00 0 
7fffe16ae000-7fffe16af000 r-xp 00000000 00:00 0 
7fffe16af000-7fffe16cd000 rwxp 00000000 00:00 0 
7fffe16cd000-7fffe16ce000 r-xp 00000000 00:00 0 
7fffe16ce000-7fffe16e7000 rwxp 00000000 00:00 0 
7fffe16e7000-7fffe16e8000 r-xp 00000000 00:00 0 
7fffe16e8000-7fffe16ec000 rwxp 00000000 00:00 0 
7fffe16ec000-7fffe16ed000 r-xp 00000000 00:00 0 
7fffe16ed000-7fffe16fa000 rwxp 00000000 00:00 0 
7fffe16fa000-7fffe16fe000 r-xp 00000000 00:00 0 
7fffe16fe000-7fffe170c000 rwxp 00000000 00:00 0 
7fffe170c000-7fffe170d000 r-xp 00000000 00:00 0 
7fffe170d000-7fffe1719000 rwxp 00000000 00:00 0 
7fffe1719000-7fffe171b000 r-xp 00000000 00:00 0 
7fffe171b000-7fffe171c000 rwxp 00000000 00:00 0 
7fffe171c000-7fffe171d000 r-xp 00000000 00:00 0 
7fffe171d000-7fffe1720000 rwxp 00000000 00:00 0 
7fffe1720000-7fffe1721000 r-xp 00000000 00:00 0 
7fffe1721000-7fffe1746000 rwxp 00000000 00:00 0 
7fffe1746000-7fffe1747000 r-xp 00000000 00:00 0 
7fffe1747000-7fffe174d000 rwxp 00000000 00:00 0 
7fffe174d000-7fffe174e000 r-xp 00000000 00:00 0 
7fffe174e000-7fffe1774000 rwxp 00000000 00:00 0 
7fffe1774000-7fffe1775000 r-xp 00000000 00:00 0 
7fffe1775000-7fffe1797000 rwxp 00000000 00:00 0 
7fffe1797000-7fffe1798000 r-xp 00000000 00:00 0 
7fffe1798000-7fffe17a7000 rwxp 00000000 00:00 0 
7fffe17a7000-7fffe17a8000 r-xp 00000000 00:00 0 
7fffe17a8000-7fffe17ab000 rwxp 00000000 00:00 0 
7fffe17ab000-7fffe17ac000 r-xp 00000000 00:00 0 
7fffe17ac000-7fffe17b8000 rwxp 00000000 00:00 0 
7fffe17b8000-7fffe17bb000 r-xp 00000000 00:00 0 
7fffe17bb000-7fffe17bd000 rwxp 00000000 00:00 0 
7fffe17bd000-7fffe17be000 r-xp 00000000 00:00 0 
7fffe17be000-7fffe17c5000 rwxp 00000000 00:00 0 
7fffe17c5000-7fffe17c6000 r-xp 00000000 00:00 0 
7fffe17c6000-7fffe17cb000 rwxp 00000000 00:00 0 
7fffe17cb000-7fffe17cd000 r-xp 00000000 00:00 0 
7fffe17cd000-7fffe17cf000 rwxp 00000000 00:00 0 
7fffe17cf000-7fffe17d0000 r-xp 00000000 00:00 0 
7fffe17d0000-7fffe17d1000 rwxp 00000000 00:00 0 
7fffe17d1000-7fffe17d3000 r-xp 00000000 00:00 0 
7fffe17d3000-7fffe17d4000 rwxp 00000000 00:00 0 
7fffe17d4000-7fffe17d6000 r-xp 00000000 00:00 0 
7fffe17d6000-7fffe17dc000 rwxp 00000000 00:00 0 
7fffe17dc000-7fffe17dd000 r-xp 00000000 00:00 0 
7fffe17dd000-7fffe17f6000 rwxp 00000000 00:00 0 
7fffe17f6000-7fffe17f7000 r-xp 00000000 00:00 0 
7fffe17f7000-7fffe17ff000 rwxp 00000000 00:00 0 
7fffe17ff000-7fffe1800000 r-xp 00000000 00:00 0 
7fffe1800000-7fffe1826000 rwxp 00000000 00:00 0 
7fffe1826000-7fffe1827000 r-xp 00000000 00:00 0 
7fffe1827000-7fffe1830000 rwxp 00000000 00:00 0 
7fffe1830000-7fffe1831000 r-xp 00000000 00:00 0 
7fffe1831000-7fffe186c000 rwxp 00000000 00:00 0 
7fffe186c000-7fffe186d000 r-xp 00000000 00:00 0 
7fffe186d000-7fffe1876000 rwxp 00000000 00:00 0 
7fffe1876000-7fffe1877000 r-xp 00000000 00:00 0 
7fffe1877000-7fffe187c000 rwxp 00000000 00:00 0 
7fffe187c000-7fffe1881000 r-xp 00000000 00:00 0 
7fffe1881000-7fffe1895000 rwxp 00000000 00:00 0 
7fffe1895000-7fffe1896000 r-xp 00000000 00:00 0 
7fffe1896000-7fffe189d000 rwxp 00000000 00:00 0 
7fffe189d000-7fffe189e000 r-xp 00000000 00:00 0 
7fffe189e000-7fffe18a8000 rwxp 00000000 00:00 0 
7fffe18a8000-7fffe18a9000 r-xp 00000000 00:00 0 
7fffe18a9000-7fffe18b8000 rwxp 00000000 00:00 0 
7fffe18b8000-7fffe18b9000 r-xp 00000000 00:00 0 
7fffe18b9000-7fffe18c5000 rwxp 00000000 00:00 0 
7fffe18c5000-7fffe18c6000 r-xp 00000000 00:00 0 
7fffe18c6000-7fffe18e2000 rwxp 00000000 00:00 0 
7fffe18e2000-7fffe18e3000 r-xp 00000000 00:00 0 
7fffe18e3000-7fffe195c000 rwxp 00000000 00:00 0 
7fffe195c000-7fffe195d000 r-xp 00000000 00:00 0 
7fffe195d000-7fffe198e000 rwxp 00000000 00:00 0 
7fffe198e000-7fffe198f000 r-xp 00000000 00:00 0 
7fffe198f000-7fffe19b1000 rwxp 00000000 00:00 0 
7fffe19b1000-7fffe19b2000 r-xp 00000000 00:00 0 
7fffe19b2000-7fffe1a61000 rwxp 00000000 00:00 0 
7fffe1a61000-7fffe1a62000 r-xp 00000000 00:00 0 
7fffe1a62000-7fffe1a75000 rwxp 00000000 00:00 0 
7fffe1a75000-7fffe1a76000 r-xp 00000000 00:00 0 
7fffe1a76000-7fffe1a88000 rwxp 00000000 00:00 0 
7fffe1a88000-7fffe1a8c000 r-xp 00000000 00:00 0 
7fffe1a8c000-7fffe1a94000 rwxp 00000000 00:00 0 
7fffe1a94000-7fffe1a95000 r-xp 00000000 00:00 0 
7fffe1a95000-7fffe1a97000 rwxp 00000000 00:00 0 
7fffe1a97000-7fffe1a98000 r-xp 00000000 00:00 0 
7fffe1a98000-7fffe1aaa000 rwxp 00000000 00:00 0 
7fffe1aaa000-7fffe1aab000 r-xp 00000000 00:00 0 
7fffe1aab000-7fffe1ab2000 rwxp 00000000 00:00 0 
7fffe1ab2000-7fffe1ab3000 r-xp 00000000 00:00 0 
7fffe1ab3000-7fffe1ab7000 rwxp 00000000 00:00 0 
7fffe1ab7000-7fffe1ab8000 r-xp 00000000 00:00 0 
7fffe1ab8000-7fffe1abf000 rwxp 00000000 00:00 0 
7fffe1abf000-7fffe1ac0000 r-xp 00000000 00:00 0 
7fffe1ac0000-7fffe1ac5000 rwxp 00000000 00:00 0 
7fffe1ac5000-7fffe1ac6000 r-xp 00000000 00:00 0 
7fffe1ac6000-7fffe1ae8000 rwxp 00000000 00:00 0 
7fffe1ae8000-7fffe1ae9000 r-xp 00000000 00:00 0 
7fffe1ae9000-7fffe1aef000 rwxp 00000000 00:00 0 
7fffe1aef000-7fffe1af0000 r-xp 00000000 00:00 0 
7fffe1af0000-7fffe1af6000 rwxp 00000000 00:00 0 
7fffe1af6000-7fffe1af7000 r-xp 00000000 00:00 0 
7fffe1af7000-7fffe1b0f000 rwxp 00000000 00:00 0 
7fffe1b0f000-7fffe1b10000 r-xp 00000000 00:00 0 
7fffe1b10000-7fffe1b13000 rwxp 00000000 00:00 0 
7fffe1b13000-7fffe1b14000 r-xp 00000000 00:00 0 
7fffe1b14000-7fffe1b1d000 rwxp 00000000 00:00 0 
7fffe1b1d000-7fffe1b1f000 r-xp 00000000 00:00 0 
7fffe1b1f000-7fffe1b62000 rwxp 00000000 00:00 0 
7fffe1b62000-7fffe1b63000 r-xp 00000000 00:00 0 
7fffe1b63000-7fffe1ba2000 rwxp 00000000 00:00 0 
7fffe1ba2000-7fffe1ba4000 r-xp 00000000 00:00 0 
7fffe1ba4000-7fffe1ba5000 rwxp 00000000 00:00 0 
7fffe1ba5000-7fffe1ba6000 r-xp 00000000 00:00 0 
7fffe1ba6000-7fffe1bad000 rwxp 00000000 00:00 0 
7fffe1bad000-7fffe1bae000 r-xp 00000000 00:00 0 
7fffe1bae000-7fffe1bc9000 rwxp 00000000 00:00 0 
7fffe1bc9000-7fffe1bca000 r-xp 00000000 00:00 0 
7fffe1bca000-7fffe1bcf000 rwxp 00000000 00:00 0 
7fffe1bcf000-7fffe1bd0000 r-xp 00000000 00:00 0 
7fffe1bd0000-7fffe1bd3000 rwxp 00000000 00:00 0 
7fffe1bd3000-7fffe1bd4000 r-xp 00000000 00:00 0 
7fffe1bd4000-7fffe1bea000 rwxp 00000000 00:00 0 
7fffe1bea000-7fffe1beb000 r-xp 00000000 00:00 0 
7fffe1beb000-7fffe1bfb000 rwxp 00000000 00:00 0 
7fffe1bfb000-7fffe1bfc000 r-xp 00000000 00:00 0 
7fffe1bfc000-7fffe1c0f000 rwxp 00000000 00:00 0 
7fffe1c0f000-7fffe1c10000 r-xp 00000000 00:00 0 
7fffe1c10000-7fffe1c13000 rwxp 00000000 00:00 0 
7fffe1c13000-7fffe1c14000 r-xp 00000000 00:00 0 
7fffe1c14000-7fffe1c36000 rwxp 00000000 00:00 0 
7fffe1c36000-7fffe1c38000 r-xp 00000000 00:00 0 
7fffe1c38000-7fffe1c47000 rwxp 00000000 00:00 0 
7fffe1c47000-7fffe1c48000 r-xp 00000000 00:00 0 
7fffe1c48000-7fffe1c4a000 rwxp 00000000 00:00 0 
7fffe1c4a000-7fffe1c4c000 r-xp 00000000 00:00 0 
7fffe1c4c000-7fffe1c7f000 rwxp 00000000 00:00 0 
7fffe1c7f000-7fffe1c80000 r-xp 00000000 00:00 0 
7fffe1c80000-7fffe1d7b000 rwxp 00000000 00:00 0 
7fffe1d7b000-7fffe1d7c000 r-xp 00000000 00:00 0 
7fffe1d7c000-7fffe1d7d000 rwxp 00000000 00:00 0 
7fffe1d7d000-7fffe1d7e000 r-xp 00000000 00:00 0 
7fffe1d7e000-7fffe1db0000 rwxp 00000000 00:00 0 
7fffe1db0000-7fffe1db1000 r-xp 00000000 00:00 0 
7fffe1db1000-7fffe1e25000 rwxp 00000000 00:00 0 
7fffe1e25000-7fffe1e26000 r-xp 00000000 00:00 0 
7fffe1e26000-7fffe1e94000 rwxp 00000000 00:00 0 
7fffe1e94000-7fffe1e95000 r-xp 00000000 00:00 0 
7fffe1e95000-7fffe1edf000 rwxp 00000000 00:00 0 
7fffe1edf000-7fffe1ee0000 r-xp 00000000 00:00 0 
7fffe1ee0000-7fffe1efa000 rwxp 00000000 00:00 0 
7fffe1efa000-7fffe1efb000 r-xp 00000000 00:00 0 
7fffe1efb000-7fffe1f11000 rwxp 00000000 00:00 0 
7fffe1f11000-7fffe1f12000 r-xp 00000000 00:00 0 
7fffe1f12000-7fffe1f54000 rwxp 00000000 00:00 0 
7fffe1f54000-7fffe1f55000 r-xp 00000000 00:00 0 
7fffe1f55000-7fffe1f81000 rwxp 00000000 00:00 0 
7fffe1f81000-7fffe1f82000 r-xp 00000000 00:00 0 
7fffe1f82000-7fffe1f94000 rwxp 00000000 00:00 0 
7fffe1f94000-7fffe1f95000 r-xp 00000000 00:00 0 
7fffe1f95000-7fffe1fc4000 rwxp 00000000 00:00 0 
7fffe1fc4000-7fffe1fc5000 r-xp 00000000 00:00 0 
7fffe1fc5000-7fffe1fd2000 rwxp 00000000 00:00 0 
7fffe1fd2000-7fffe1fd3000 r-xp 00000000 00:00 0 
7fffe1fd3000-7fffe1fec000 rwxp 00000000 00:00 0 
7fffe1fec000-7fffe1fed000 r-xp 00000000 00:00 0 
7fffe1fed000-7fffe2002000 rwxp 00000000 00:00 0 
7fffe2002000-7fffe2003000 r-xp 00000000 00:00 0 
7fffe2003000-7fffe2008000 rwxp 00000000 00:00 0 
7fffe2008000-7fffe2009000 r-xp 00000000 00:00 0 
7fffe2009000-7fffe2036000 rwxp 00000000 00:00 0 
7fffe2036000-7fffe2037000 r-xp 00000000 00:00 0 
7fffe2037000-7fffe2039000 rwxp 00000000 00:00 0 
7fffe2039000-7fffe203a000 r-xp 00000000 00:00 0 
7fffe203a000-7fffe205f000 rwxp 00000000 00:00 0 
7fffe205f000-7fffe2060000 r-xp 00000000 00:00 0 
7fffe2060000-7fffe20a3000 rwxp 00000000 00:00 0 
7fffe20a3000-7fffe20a4000 r-xp 00000000 00:00 0 
7fffe20a4000-7fffe20c2000 rwxp 00000000 00:00 0 
7fffe20c2000-7fffe20c3000 r-xp 00000000 00:00 0 
7fffe20c3000-7fffe20cf000 rwxp 00000000 00:00 0 
7fffe20cf000-7fffe20d0000 r-xp 00000000 00:00 0 
7fffe20d0000-7fffe20db000 rwxp 00000000 00:00 0 
7fffe20db000-7fffe20dc000 r-xp 00000000 00:00 0 
7fffe20dc000-7fffe20dd000 rwxp 00000000 00:00 0 
7fffe20dd000-7fffe20de000 r-xp 00000000 00:00 0 
7fffe20de000-7fffe20e1000 rwxp 00000000 00:00 0 
7fffe20e1000-7fffe20e2000 r-xp 00000000 00:00 0 
7fffe20e2000-7fffe20fd000 rwxp 00000000 00:00 0 
7fffe20fd000-7fffe20fe000 r-xp 00000000 00:00 0 
7fffe20fe000-7fffe210a000 rwxp 00000000 00:00 0 
7fffe210a000-7fffe210b000 r-xp 00000000 00:00 0 
7fffe210b000-7fffe2110000 rwxp 00000000 00:00 0 
7fffe2110000-7fffe2113000 r-xp 00000000 00:00 0 
7fffe2113000-7fffe2127000 rwxp 00000000 00:00 0 
7fffe2127000-7fffe2129000 r-xp 00000000 00:00 0 
7fffe2129000-7fffe214b000 rwxp 00000000 00:00 0 
7fffe214b000-7fffe214c000 r-xp 00000000 00:00 0 
7fffe214c000-7fffe214d000 rwxp 00000000 00:00 0 
7fffe214d000-7fffe214e000 r-xp 00000000 00:00 0 
7fffe214e000-7fffe2155000 rwxp 00000000 00:00 0 
7fffe2155000-7fffe2156000 r-xp 00000000 00:00 0 
7fffe2156000-7fffe215c000 rwxp 00000000 00:00 0 
7fffe215c000-7fffe215f000 r-xp 00000000 00:00 0 
7fffe215f000-7fffe2162000 rwxp 00000000 00:00 0 
7fffe2162000-7fffe2163000 r-xp 00000000 00:00 0 
7fffe2163000-7fffe2166000 rwxp 00000000 00:00 0 
7fffe2166000-7fffe2168000 r-xp 00000000 00:00 0 
7fffe2168000-7fffe2169000 rwxp 00000000 00:00 0 
7fffe2169000-7fffe216a000 r-xp 00000000 00:00 0 
7fffe216a000-7fffe2188000 rwxp 00000000 00:00 0 
7fffe2188000-7fffe2189000 r-xp 00000000 00:00 0 
7fffe2189000-7fffe218c000 rwxp 00000000 00:00 0 
7fffe218c000-7fffe218d000 r-xp 00000000 00:00 0 
7fffe218d000-7fffe21ae000 rwxp 00000000 00:00 0 
7fffe21ae000-7fffe21af000 r-xp 00000000 00:00 0 
7fffe21af000-7fffe21bd000 rwxp 00000000 00:00 0 
7fffe21bd000-7fffe21be000 r-xp 00000000 00:00 0 
7fffe21be000-7fffe21dd000 rwxp 00000000 00:00 0 
7fffe21dd000-7fffe81c4000 ---p 00000000 00:00 0 
7fffe81c4000-7fffe81c5000 rwxp 00000000 00:00 0 
7fffe81c5000-7fffe81c9000 r-xp 00000000 00:00 0 
7fffe81c9000-7fffe81cd000 rwxp 00000000 00:00 0 
7fffe81cd000-7fffe81d8000 r-xp 00000000 00:00 0 
7fffe81d8000-7fffe81d9000 rwxp 00000000 00:00 0 
7fffe81d9000-7fffe81dd000 r-xp 00000000 00:00 0 
7fffe81dd000-7fffe81de000 rwxp 00000000 00:00 0 
7fffe81de000-7fffe81e4000 r-xp 00000000 00:00 0 
7fffe81e4000-7fffe81e8000 rwxp 00000000 00:00 0 
7fffe81e8000-7fffe81e9000 r-xp 00000000 00:00 0 
7fffe81e9000-7fffe81ec000 rwxp 00000000 00:00 0 
7fffe81ec000-7fffe81ee000 r-xp 00000000 00:00 0 
7fffe81ee000-7fffe81f9000 rwxp 00000000 00:00 0 
7fffe81f9000-7fffe81fa000 r-xp 00000000 00:00 0 
7fffe81fa000-7fffe81fc000 rwxp 00000000 00:00 0 
7fffe81fc000-7fffe81fe000 r-xp 00000000 00:00 0 
7fffe81fe000-7fffe8204000 rwxp 00000000 00:00 0 
7fffe8204000-7fffe8205000 r-xp 00000000 00:00 0 
7fffe8205000-7fffe8207000 rwxp 00000000 00:00 0 
7fffe8207000-7fffe8208000 r-xp 00000000 00:00 0 
7fffe8208000-7fffe820b000 rwxp 00000000 00:00 0 
7fffe820b000-7fffe820c000 r-xp 00000000 00:00 0 
7fffe820c000-7fffe820d000 rwxp 00000000 00:00 0 
7fffe820d000-7fffe820f000 r-xp 00000000 00:00 0 
7fffe820f000-7fffe8211000 rwxp 00000000 00:00 0 
7fffe8211000-7fffe8213000 r-xp 00000000 00:00 0 
7fffe8213000-7fffe8215000 rwxp 00000000 00:00 0 
7fffe8215000-7fffe8217000 r-xp 00000000 00:00 0 
7fffe8217000-7fffe8218000 rwxp 00000000 00:00 0 
7fffe8218000-7fffe8221000 r-xp 00000000 00:00 0 
7fffe8221000-7fffe8222000 rwxp 00000000 00:00 0 
7fffe8222000-7fffe8224000 r-xp 00000000 00:00 0 
7fffe8224000-7fffe8226000 rwxp 00000000 00:00 0 
7fffe8226000-7fffe822a000 r-xp 00000000 00:00 0 
7fffe822a000-7fffe822b000 rwxp 00000000 00:00 0 
7fffe822b000-7fffe8230000 r-xp 00000000 00:00 0 
7fffe8230000-7fffe8231000 rwxp 00000000 00:00 0 
7fffe8231000-7fffe8235000 r-xp 00000000 00:00 0 
7fffe8235000-7fffe823a000 rwxp 00000000 00:00 0 
7fffe823a000-7fffe823b000 r-xp 00000000 00:00 0 
7fffe823b000-7fffe823c000 rwxp 00000000 00:00 0 
7fffe823c000-7fffe823d000 r-xp 00000000 00:00 0 
7fffe823d000-7fffe823f000 rwxp 00000000 00:00 0 
7fffe823f000-7fffe8240000 r-xp 00000000 00:00 0 
7fffe8240000-7fffe8243000 rwxp 00000000 00:00 0 
7fffe8243000-7fffe8244000 r-xp 00000000 00:00 0 
7fffe8244000-7fffe8251000 rwxp 00000000 00:00 0 
7fffe8251000-7fffe8252000 r-xp 00000000 00:00 0 
7fffe8252000-7fffe8256000 rwxp 00000000 00:00 0 
7fffe8256000-7fffe8257000 r-xp 00000000 00:00 0 
7fffe8257000-7fffe825b000 rwxp 00000000 00:00 0 
7fffe825b000-7fffe825c000 r-xp 00000000 00:00 0 
7fffe825c000-7fffe8265000 rwxp 00000000 00:00 0 
7fffe8265000-7fffe8266000 r-xp 00000000 00:00 0 
7fffe8266000-7fffe8268000 rwxp 00000000 00:00 0 
7fffe8268000-7fffe826a000 r-xp 00000000 00:00 0 
7fffe826a000-7fffe8283000 rwxp 00000000 00:00 0 
7fffe8283000-7fffe8284000 r-xp 00000000 00:00 0 
7fffe8284000-7fffe8286000 rwxp 00000000 00:00 0 
7fffe8286000-7fffe8287000 r-xp 00000000 00:00 0 
7fffe8287000-7fffe828b000 rwxp 00000000 00:00 0 
7fffe828b000-7fffe828c000 r-xp 00000000 00:00 0 
7fffe828c000-7fffe828e000 rwxp 00000000 00:00 0 
7fffe828e000-7fffe828f000 r-xp 00000000 00:00 0 
7fffe828f000-7fffe8291000 rwxp 00000000 00:00 0 
7fffe8291000-7fffe8292000 r-xp 00000000 00:00 0 
7fffe8292000-7fffe829b000 rwxp 00000000 00:00 0 
7fffe829b000-7fffe829f000 r-xp 00000000 00:00 0 
7fffe829f000-7fffe82a7000 rwxp 00000000 00:00 0 
7fffe82a7000-7fffe82a9000 r-xp 00000000 00:00 0 
7fffe82a9000-7fffe82b8000 rwxp 00000000 00:00 0 
7fffe82b8000-7fffe82b9000 r-xp 00000000 00:00 0 
7fffe82b9000-7fffe82d2000 rwxp 00000000 00:00 0 
7fffe82d2000-7fffe82d3000 r-xp 00000000 00:00 0 
7fffe82d3000-7fffe830e000 rwxp 00000000 00:00 0 
7fffe830e000-7fffe830f000 r-xp 00000000 00:00 0 
7fffe830f000-7fffe8366000 rwxp 00000000 00:00 0 
7fffe8366000-7fffe8367000 r-xp 00000000 00:00 0 
7fffe8367000-7fffe837b000 rwxp 00000000 00:00 0 
7fffe837b000-7fffe837c000 r-xp 00000000 00:00 0 
7fffe837c000-7fffe8380000 rwxp 00000000 00:00 0 
7fffe8380000-7fffe8381000 r-xp 00000000 00:00 0 
7fffe8381000-7fffe8382000 rwxp 00000000 00:00 0 
7fffe8382000-7fffe8383000 r-xp 00000000 00:00 0 
7fffe8383000-7fffe8384000 rwxp 00000000 00:00 0 
7fffe8384000-7fffe8385000 r-xp 00000000 00:00 0 
7fffe8385000-7fffe8399000 rwxp 00000000 00:00 0 
7fffe8399000-7fffe839a000 r-xp 00000000 00:00 0 
7fffe839a000-7fffe83a8000 rwxp 00000000 00:00 0 
7fffe83a8000-7fffe83a9000 r-xp 00000000 00:00 0 
7fffe83a9000-7fffe83b1000 rwxp 00000000 00:00 0 
7fffe83b1000-7fffe83b4000 r-xp 00000000 00:00 0 
7fffe83b4000-7fffe83b8000 rwxp 00000000 00:00 0 
7fffe83b8000-7fffe83be000 r-xp 00000000 00:00 0 
7fffe83be000-7fffe83c4000 rwxp 00000000 00:00 0 
7fffe83c4000-7fffe83c5000 r-xp 00000000 00:00 0 
7fffe83c5000-7fffe83cd000 rwxp 00000000 00:00 0 
7fffe83cd000-7fffe83ce000 r-xp 00000000 00:00 0 
7fffe83ce000-7fffe83cf000 rwxp 00000000 00:00 0 
7fffe83cf000-7fffe83d0000 r-xp 00000000 00:00 0 
7fffe83d0000-7fffe83d1000 rwxp 00000000 00:00 0 
7fffe83d1000-7fffe83d3000 r-xp 00000000 00:00 0 
7fffe83d3000-7fffe83e2000 rwxp 00000000 00:00 0 
7fffe83e2000-7fffe83e3000 r-xp 00000000 00:00 0 
7fffe83e3000-7fffe83e8000 rwxp 00000000 00:00 0 
7fffe83e8000-7fffe83e9000 r-xp 00000000 00:00 0 
7fffe83e9000-7fffe83f5000 rwxp 00000000 00:00 0 
7fffe83f5000-7fffe83f6000 r-xp 00000000 00:00 0 
7fffe83f6000-7fffe8406000 rwxp 00000000 00:00 0 
7fffe8406000-7fffe8407000 r-xp 00000000 00:00 0 
7fffe8407000-7fffe8410000 rwxp 00000000 00:00 0 
7fffe8410000-7fffe8411000 r-xp 00000000 00:00 0 
7fffe8411000-7fffe8415000 rwxp 00000000 00:00 0 
7fffe8415000-7fffe8419000 r-xp 00000000 00:00 0 
7fffe8419000-7fffe8423000 rwxp 00000000 00:00 0 
7fffe8423000-7fffe8424000 r-xp 00000000 00:00 0 
7fffe8424000-7fffe8429000 rwxp 00000000 00:00 0 
7fffe8429000-7fffe842a000 r-xp 00000000 00:00 0 
7fffe842a000-7fffe8435000 rwxp 00000000 00:00 0 
7fffe8435000-7fffe8436000 r-xp 00000000 00:00 0 
7fffe8436000-7fffe843a000 rwxp 00000000 00:00 0 
7fffe843a000-7fffe843b000 r-xp 00000000 00:00 0 
7fffe843b000-7fffe8453000 rwxp 00000000 00:00 0 
7fffe8453000-7fffe8454000 r-xp 00000000 00:00 0 
7fffe8454000-7fffe8461000 rwxp 00000000 00:00 0 
7fffe8461000-7fffe8462000 r-xp 00000000 00:00 0 
7fffe8462000-7fffe84ee000 rwxp 00000000 00:00 0 
7fffe84ee000-7fffe84ef000 r-xp 00000000 00:00 0 
7fffe84ef000-7fffe84f7000 rwxp 00000000 00:00 0 
7fffe84f7000-7fffe84f8000 r-xp 00000000 00:00 0 
7fffe84f8000-7fffe850e000 rwxp 00000000 00:00 0 
7fffe850e000-7fffe8510000 r-xp 00000000 00:00 0 
7fffe8510000-7fffe8517000 rwxp 00000000 00:00 0 
7fffe8517000-7fffe8518000 r-xp 00000000 00:00 0 
7fffe8518000-7fffe851f000 rwxp 00000000 00:00 0 
7fffe851f000-7fffe8520000 r-xp 00000000 00:00 0 
7fffe8520000-7fffe852a000 rwxp 00000000 00:00 0 
7fffe852a000-7fffe852b000 r-xp 00000000 00:00 0 
7fffe852b000-7fffe852d000 rwxp 00000000 00:00 0 
7fffe852d000-7fffe8531000 r-xp 00000000 00:00 0 
7fffe8531000-7fffe8536000 rwxp 00000000 00:00 0 
7fffe8536000-7fffe8537000 r-xp 00000000 00:00 0 
7fffe8537000-7fffe8551000 rwxp 00000000 00:00 0 
7fffe8551000-7fffe8552000 r-xp 00000000 00:00 0 
7fffe8552000-7fffe8565000 rwxp 00000000 00:00 0 
7fffe8565000-7fffe8566000 r-xp 00000000 00:00 0 
7fffe8566000-7fffe8575000 rwxp 00000000 00:00 0 
7fffe8575000-7fffe8579000 r-xp 00000000 00:00 0 
7fffe8579000-7fffe8590000 rwxp 00000000 00:00 0 
7fffe8590000-7fffe8591000 r-xp 00000000 00:00 0 
7fffe8591000-7fffe85a1000 rwxp 00000000 00:00 0 
7fffe85a1000-7fffe85a2000 r-xp 00000000 00:00 0 
7fffe85a2000-7fffe85c8000 rwxp 00000000 00:00 0 
7fffe85c8000-7fffe85c9000 r-xp 00000000 00:00 0 
7fffe85c9000-7fffe860c000 rwxp 00000000 00:00 0 
7fffe860c000-7fffe860e000 r-xp 00000000 00:00 0 
7fffe860e000-7fffe861d000 rwxp 00000000 00:00 0 
7fffe861d000-7fffe861f000 r-xp 00000000 00:00 0 
7fffe861f000-7fffe8646000 rwxp 00000000 00:00 0 
7fffe8646000-7fffe864b000 r-xp 00000000 00:00 0 
7fffe864b000-7fffe8659000 rwxp 00000000 00:00 0 
7fffe8659000-7fffe865a000 r-xp 00000000 00:00 0 
7fffe865a000-7fffe865e000 rwxp 00000000 00:00 0 
7fffe865e000-7fffe865f000 r-xp 00000000 00:00 0 
7fffe865f000-7fffe8664000 rwxp 00000000 00:00 0 
7fffe8664000-7fffef6fc000 ---p 00000000 00:00 0 
7fffef6fc000-7ffff7df7000 r--s 00000000 fe:01 3960938                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/modules
7ffff7df7000-7ffff7dfe000 r-xp 00000000 fe:01 3960937                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libzip.so
7ffff7dfe000-7ffff7ffe000 ---p 00007000 fe:01 3960937                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libzip.so
7ffff7ffe000-7ffff7fff000 r--p 00007000 fe:01 3960937                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libzip.so
7ffff7fff000-7ffff8000000 rw-p 00000000 00:00 0 
7ffff8000000-7ffff8f5a000 rw-p 00000000 00:00 0 
7ffff8f5a000-7ffffc000000 ---p 00000000 00:00 0 
7ffffc010000-7ffffc017000 r--s 00000000 fe:01 3950966                    /usr/lib64/gconv/gconv-modules.cache
7ffffc017000-7ffffc0d7000 rw-p 00000000 00:00 0 
7ffffc0d7000-7ffffc0de000 ---p 00000000 00:00 0 
7ffffc0de000-7ffffc0e6000 rw-s 00000000 fe:01 5716970                    /tmp/hsperfdata_root/1
7ffffc0e6000-7ffffc0f2000 r-xp 00000000 fe:01 3951168                    /usr/lib64/libnss_files-2.17.so
7ffffc0f2000-7ffffc2f1000 ---p 0000c000 fe:01 3951168                    /usr/lib64/libnss_files-2.17.so
7ffffc2f1000-7ffffc2f2000 r--p 0000b000 fe:01 3951168                    /usr/lib64/libnss_files-2.17.so
7ffffc2f2000-7ffffc2f3000 rw-p 0000c000 fe:01 3951168                    /usr/lib64/libnss_files-2.17.so
7ffffc2f3000-7ffffc2f9000 rw-p 00000000 00:00 0 
7ffffc2fd000-7ffffc302000 r-xp 00000000 fe:01 3960919                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libjimage.so
7ffffc302000-7ffffc502000 ---p 00005000 fe:01 3960919                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libjimage.so
7ffffc502000-7ffffc503000 r--p 00005000 fe:01 3960919                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libjimage.so
7ffffc503000-7ffffc504000 rw-p 00006000 fe:01 3960919                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libjimage.so
7ffffc504000-7ffffc52d000 r-xp 00000000 fe:01 3960915                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libjava.so
7ffffc52d000-7ffffc72d000 ---p 00029000 fe:01 3960915                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libjava.so
7ffffc72d000-7ffffc72e000 r--p 00029000 fe:01 3960915                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libjava.so
7ffffc72e000-7ffffc72f000 rw-p 0002a000 fe:01 3960915                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libjava.so
7ffffc72f000-7ffffc730000 rw-p 00000000 00:00 0 
7ffffc730000-7ffffc73d000 r-xp 00000000 fe:01 3960936                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libverify.so
7ffffc73d000-7ffffc93d000 ---p 0000d000 fe:01 3960936                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libverify.so
7ffffc93d000-7ffffc93f000 r--p 0000d000 fe:01 3960936                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/libverify.so
7ffffc93f000-7ffffc940000 rw-p 00000000 00:00 0 
7ffffc940000-7ffffc947000 r-xp 00000000 fe:01 3951235                    /usr/lib64/librt-2.17.so
7ffffc947000-7ffffcb46000 ---p 00007000 fe:01 3951235                    /usr/lib64/librt-2.17.so
7ffffcb46000-7ffffcb47000 r--p 00006000 fe:01 3951235                    /usr/lib64/librt-2.17.so
7ffffcb47000-7ffffcb48000 rw-p 00007000 fe:01 3951235                    /usr/lib64/librt-2.17.so
7ffffcb48000-7ffffcb4c000 ---p 00000000 00:00 0 
7ffffcb4c000-7ffffcc49000 rw-p 00000000 00:00 0 
7ffffcc49000-7ffffcc5e000 r-xp 00000000 fe:01 3951072                    /usr/lib64/libgcc_s-4.8.5-20150702.so.1
7ffffcc5e000-7ffffce5d000 ---p 00015000 fe:01 3951072                    /usr/lib64/libgcc_s-4.8.5-20150702.so.1
7ffffce5d000-7ffffce5e000 r--p 00014000 fe:01 3951072                    /usr/lib64/libgcc_s-4.8.5-20150702.so.1
7ffffce5e000-7ffffce5f000 rw-p 00015000 fe:01 3951072                    /usr/lib64/libgcc_s-4.8.5-20150702.so.1
7ffffce5f000-7ffffcf60000 r-xp 00000000 fe:01 3951139                    /usr/lib64/libm-2.17.so
7ffffcf60000-7ffffd15f000 ---p 00101000 fe:01 3951139                    /usr/lib64/libm-2.17.so
7ffffd15f000-7ffffd160000 r--p 00100000 fe:01 3951139                    /usr/lib64/libm-2.17.so
7ffffd160000-7ffffd161000 rw-p 00101000 fe:01 3951139                    /usr/lib64/libm-2.17.so
7ffffd161000-7ffffd24a000 r-xp 00000000 fe:01 3951257                    /usr/lib64/libstdc++.so.6.0.19
7ffffd24a000-7ffffd449000 ---p 000e9000 fe:01 3951257                    /usr/lib64/libstdc++.so.6.0.19
7ffffd449000-7ffffd451000 r--p 000e8000 fe:01 3951257                    /usr/lib64/libstdc++.so.6.0.19
7ffffd451000-7ffffd453000 rw-p 000f0000 fe:01 3951257                    /usr/lib64/libstdc++.so.6.0.19
7ffffd453000-7ffffd468000 rw-p 00000000 00:00 0 
7ffffd468000-7ffffe657000 r-xp 00000000 fe:01 3960950                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/server/libjvm.so
7ffffe657000-7ffffe856000 ---p 011ef000 fe:01 3960950                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/server/libjvm.so
7ffffe856000-7ffffe928000 r--p 011ee000 fe:01 3960950                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/server/libjvm.so
7ffffe928000-7ffffe963000 rw-p 012c0000 fe:01 3960950                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/server/libjvm.so
7ffffe963000-7ffffe9c0000 rw-p 00000000 00:00 0 
7ffffe9c0000-7ffffeb83000 r-xp 00000000 fe:01 3951025                    /usr/lib64/libc-2.17.so
7ffffeb83000-7ffffed83000 ---p 001c3000 fe:01 3951025                    /usr/lib64/libc-2.17.so
7ffffed83000-7ffffed87000 r--p 001c3000 fe:01 3951025                    /usr/lib64/libc-2.17.so
7ffffed87000-7ffffed89000 rw-p 001c7000 fe:01 3951025                    /usr/lib64/libc-2.17.so
7ffffed89000-7ffffed8e000 rw-p 00000000 00:00 0 
7ffffed8e000-7ffffed90000 r-xp 00000000 fe:01 3951054                    /usr/lib64/libdl-2.17.so
7ffffed90000-7ffffef90000 ---p 00002000 fe:01 3951054                    /usr/lib64/libdl-2.17.so
7ffffef90000-7ffffef91000 r--p 00002000 fe:01 3951054                    /usr/lib64/libdl-2.17.so
7ffffef91000-7ffffef92000 rw-p 00003000 fe:01 3951054                    /usr/lib64/libdl-2.17.so
7ffffef92000-7ffffef93000 rw-p 00000000 00:00 0 
7ffffef93000-7ffffefa3000 r-xp 00000000 fe:01 3960899                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/jli/libjli.so
7ffffefa3000-7fffff1a2000 ---p 00010000 fe:01 3960899                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/jli/libjli.so
7fffff1a2000-7fffff1a3000 r--p 0000f000 fe:01 3960899                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/jli/libjli.so
7fffff1a3000-7fffff1a4000 rw-p 00010000 fe:01 3960899                    /usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64/lib/jli/libjli.so
7fffff1a4000-7fffff1bb000 r-xp 00000000 fe:01 3951216                    /usr/lib64/libpthread-2.17.so
7fffff1bb000-7fffff3ba000 ---p 00017000 fe:01 3951216                    /usr/lib64/libpthread-2.17.so
7fffff3ba000-7fffff3bb000 r--p 00016000 fe:01 3951216                    /usr/lib64/libpthread-2.17.so
7fffff3bb000-7fffff3bc000 rw-p 00017000 fe:01 3951216                    /usr/lib64/libpthread-2.17.so
7fffff3bc000-7fffff3c0000 rw-p 00000000 00:00 0 
7fffff3c0000-7fffff3d5000 r-xp 00000000 fe:01 3951297                    /usr/lib64/libz.so.1.2.7
7fffff3d5000-7fffff5d4000 ---p 00015000 fe:01 3951297                    /usr/lib64/libz.so.1.2.7
7fffff5d4000-7fffff5d5000 r--p 00014000 fe:01 3951297                    /usr/lib64/libz.so.1.2.7
7fffff5d5000-7fffff5d6000 rw-p 00015000 fe:01 3951297                    /usr/lib64/libz.so.1.2.7
7fffff5d6000-7fffff5d7000 rw-p 00000000 00:00 0 
7fffff5d8000-7fffff5d9000 rw-p 00000000 00:00 0 
7fffff5d9000-7fffff5da000 ---p 00000000 00:00 0 
7fffff5da000-7fffff5db000 r--p 00000000 00:00 0 
7fffff5db000-7fffff5dc000 ---p 00000000 00:00 0 
7fffff5dc000-7fffffddc000 rw-p 00000000 00:00 0 
7fffffddc000-7fffffdfe000 r-xp 00000000 fe:01 3951001                    /usr/lib64/ld-2.17.so
7fffffdfe000-7fffffffd000 ---p 00000000 00:00 0 
7fffffffd000-7fffffffe000 r--p 00021000 fe:01 3951001                    /usr/lib64/ld-2.17.so
7fffffffe000-7ffffffff000 rw-p 00022000 fe:01 3951001                    /usr/lib64/ld-2.17.so
7ffffffff000-800000000000 rw-p 00000000 00:00 0 
800000000000-800000023000 r--p 00000000 00:23 2                          /run/rosetta/rosetta
800000023000-800000081000 r-xp 00023000 00:23 2                          /run/rosetta/rosetta
800000090000-800000196000 rw-p 00090000 00:23 2                          /run/rosetta/rosetta
effff57c5000-effff57e3000 rw-p 00000000 00:00 0 
effff57e6000-effff57f3000 rw-p 00000000 00:00 0 
effff57f4000-effff57f5000 rw-p 00000000 00:00 0 
effff57f7000-effff57f8000 rw-p 00000000 00:00 0 
effff57f9000-effff57fe000 rw-p 00000000 00:00 0 
effff57ff000-effff5803000 rw-p 00000000 00:00 0 
effff5806000-effff580c000 rw-p 00000000 00:00 0 
effff580d000-effff580e000 rw-p 00000000 00:00 0 
effff580f000-effff5814000 rw-p 00000000 00:00 0 
effff5815000-effff5822000 rw-p 00000000 00:00 0 
effff5823000-effff5824000 rw-p 00000000 00:00 0 
effff5825000-effff582b000 rw-p 00000000 00:00 0 
effff582e000-effff582f000 rw-p 00000000 00:00 0 
effff5833000-effff5848000 rw-p 00000000 00:00 0 
effff5849000-effff5855000 rw-p 00000000 00:00 0 
effff5856000-effff587a000 rw-p 00000000 00:00 0 
effff587c000-effff5882000 rw-p 00000000 00:00 0 
effff5883000-effff588a000 rw-p 00000000 00:00 0 
effff588c000-effff589b000 rw-p 00000000 00:00 0 
effff589c000-effff58a6000 rw-p 00000000 00:00 0 
effff58a8000-effff58ac000 rw-p 00000000 00:00 0 
effff58ad000-effff58b3000 rw-p 00000000 00:00 0 
effff58b4000-effff58b7000 rw-p 00000000 00:00 0 
effff58b8000-effff58ba000 rw-p 00000000 00:00 0 
effff58bb000-effff58bf000 rw-p 00000000 00:00 0 
effff58c1000-effff58c6000 rw-p 00000000 00:00 0 
effff58c8000-effff58dc000 rw-p 00000000 00:00 0 
effff58dd000-effff58fb000 rw-p 00000000 00:00 0 
effff58fc000-effff58ff000 rw-p 00000000 00:00 0 
effff5900000-effff5903000 rw-p 00000000 00:00 0 
effff5904000-effff5909000 rw-p 00000000 00:00 0 
effff590a000-effff590f000 rw-p 00000000 00:00 0 
effff5911000-effff5912000 rw-p 00000000 00:00 0 
effff5913000-effff5916000 rw-p 00000000 00:00 0 
effff5917000-effff5924000 rw-p 00000000 00:00 0 
effff5925000-effff5928000 rw-p 00000000 00:00 0 
effff5929000-effff592a000 rw-p 00000000 00:00 0 
effff592d000-effff5930000 rw-p 00000000 00:00 0 
effff5931000-effff5939000 rw-p 00000000 00:00 0 
effff593a000-effff593b000 rw-p 00000000 00:00 0 
effff593c000-effff5942000 rw-p 00000000 00:00 0 
effff5943000-effff5946000 rw-p 00000000 00:00 0 
effff5947000-effff594d000 rw-p 00000000 00:00 0 
effff5954000-effff595b000 rw-p 00000000 00:00 0 
effff595c000-effff595e000 rw-p 00000000 00:00 0 
effff595f000-effff5961000 rw-p 00000000 00:00 0 
effff5963000-effff5964000 rw-p 00000000 00:00 0 
effff5968000-effff5969000 rw-p 00000000 00:00 0 
effff596a000-effff596b000 rw-p 00000000 00:00 0 
effff596d000-effff5971000 rw-p 00000000 00:00 0 
effff5972000-effff5973000 rw-p 00000000 00:00 0 
effff5974000-effff5975000 rw-p 00000000 00:00 0 
effff5978000-effff597e000 rw-p 00000000 00:00 0 
effff5980000-effff5984000 rw-p 00000000 00:00 0 
effff5985000-effff599e000 rw-p 00000000 00:00 0 
effff59a0000-effff59a2000 rw-p 00000000 00:00 0 
effff59a4000-effff59ad000 rw-p 00000000 00:00 0 
effff59af000-effff59b2000 rw-p 00000000 00:00 0 
effff59b3000-effff59b9000 rw-p 00000000 00:00 0 
effff59ba000-effff59c5000 rw-p 00000000 00:00 0 
effff59c6000-effff59c9000 rw-p 00000000 00:00 0 
effff59ca000-effff59d8000 rw-p 00000000 00:00 0 
effff59d9000-effff59ff000 rw-p 00000000 00:00 0 
effff5a02000-effff5a06000 rw-p 00000000 00:00 0 
effff5a07000-effff5a10000 rw-p 00000000 00:00 0 
effff5a11000-effff5a26000 rw-p 00000000 00:00 0 
effff5a27000-effff5a2d000 rw-p 00000000 00:00 0 
effff5a2e000-effff5a30000 rw-p 00000000 00:00 0 
effff5a34000-effff5a42000 rw-p 00000000 00:00 0 
effff5a45000-effff5a5a000 rw-p 00000000 00:00 0 
effff5a5b000-effff5a68000 rw-p 00000000 00:00 0 
effff5a69000-effff5a72000 rw-p 00000000 00:00 0 
effff5a73000-effff5a76000 rw-p 00000000 00:00 0 
effff5a7b000-effff5a7e000 rw-p 00000000 00:00 0 
effff5a7f000-effff5a83000 rw-p 00000000 00:00 0 
effff5a84000-effff5a86000 rw-p 00000000 00:00 0 
effff5a88000-effff5a8c000 rw-p 00000000 00:00 0 
effff5a8d000-effff5a99000 rw-p 00000000 00:00 0 
effff5a9b000-effff5a9e000 rw-p 00000000 00:00 0 
effff5a9f000-effff5aa0000 rw-p 00000000 00:00 0 
effff5aa1000-effff5aa2000 rw-p 00000000 00:00 0 
effff5aa4000-effff5aa5000 rw-p 00000000 00:00 0 
effff5aa9000-effff5aaa000 rw-p 00000000 00:00 0 
effff5ab0000-effff5ab1000 rw-p 00000000 00:00 0 
effff5ab4000-effff5ab5000 rw-p 00000000 00:00 0 
effff5ab6000-effff5ab7000 rw-p 00000000 00:00 0 
effff5ab8000-effff5abc000 rw-p 00000000 00:00 0 
effff5abd000-effff5abf000 rw-p 00000000 00:00 0 
effff5ac1000-effff5ac2000 rw-p 00000000 00:00 0 
effff5ac3000-effff5ac6000 rw-p 00000000 00:00 0 
effff5ac7000-effff5ac8000 rw-p 00000000 00:00 0 
effff5ac9000-effff5ace000 rw-p 00000000 00:00 0 
effff5ad0000-effff5ad1000 rw-p 00000000 00:00 0 
effff5ad2000-effff5ad7000 rw-p 00000000 00:00 0 
effff5ad8000-effff5ad9000 rw-p 00000000 00:00 0 
effff5ada000-effff5add000 rw-p 00000000 00:00 0 
effff5ade000-effff5ae1000 rw-p 00000000 00:00 0 
effff5ae2000-effff5ae8000 rw-p 00000000 00:00 0 
effff5ae9000-effff5aeb000 rw-p 00000000 00:00 0 
effff5aec000-effff5aee000 rw-p 00000000 00:00 0 
effff5aef000-effff5af5000 rw-p 00000000 00:00 0 
effff5af6000-effff5afb000 rw-p 00000000 00:00 0 
effff5afc000-effff5aff000 rw-p 00000000 00:00 0 
effff5b00000-effff5b02000 rw-p 00000000 00:00 0 
effff5b03000-effff5b09000 rw-p 00000000 00:00 0 
effff5b0a000-effff5b12000 rw-p 00000000 00:00 0 
effff5b14000-effff5b1e000 rw-p 00000000 00:00 0 
effff5b1f000-effff5b2c000 rw-p 00000000 00:00 0 
effff5b2d000-effff5b30000 rw-p 00000000 00:00 0 
effff5b33000-effff5b34000 rw-p 00000000 00:00 0 
effff5b38000-effff5b3b000 rw-p 00000000 00:00 0 
effff5b3d000-effff5b42000 rw-p 00000000 00:00 0 
effff5b44000-effff5b45000 rw-p 00000000 00:00 0 
effff5b46000-effff5b4a000 rw-p 00000000 00:00 0 
effff5b4b000-effff5b4e000 rw-p 00000000 00:00 0 
effff5b4f000-effff5b57000 rw-p 00000000 00:00 0 
effff5b58000-effff5b5d000 rw-p 00000000 00:00 0 
effff5b60000-effff5b68000 rw-p 00000000 00:00 0 
effff5b69000-effff5b6a000 rw-p 00000000 00:00 0 
effff5b6d000-effff5b6e000 rw-p 00000000 00:00 0 
effff5b73000-effff5b89000 rw-p 00000000 00:00 0 
effff5b8a000-effff5b8e000 rw-p 00000000 00:00 0 
effff5b8f000-effff5b98000 rw-p 00000000 00:00 0 
effff5b9a000-effff5b9b000 rw-p 00000000 00:00 0 
effff5b9c000-effff5b9d000 rw-p 00000000 00:00 0 
effff5ba0000-effff5ba8000 rw-p 00000000 00:00 0 
effff5baa000-effff5bac000 rw-p 00000000 00:00 0 
effff5bad000-effff5bb0000 rw-p 00000000 00:00 0 
effff5bb1000-effff5bb6000 rw-p 00000000 00:00 0 
effff5bb7000-effff5bba000 rw-p 00000000 00:00 0 
effff5bbb000-effff5bc0000 rw-p 00000000 00:00 0 
effff5bc1000-effff5bc3000 rw-p 00000000 00:00 0 
effff5bc5000-effff5bc7000 rw-p 00000000 00:00 0 
effff5bc8000-effff5bcb000 rw-p 00000000 00:00 0 
effff5bcc000-effff5bdc000 rw-p 00000000 00:00 0 
effff5bdf000-effff5be1000 rw-p 00000000 00:00 0 
effff5be3000-effff5be5000 rw-p 00000000 00:00 0 
effff5be6000-effff5be9000 rw-p 00000000 00:00 0 
effff5bec000-effff5bee000 rw-p 00000000 00:00 0 
effff5bf1000-effff5bf6000 rw-p 00000000 00:00 0 
effff5bf7000-effff5bfd000 rw-p 00000000 00:00 0 
effff5bfe000-effff5bff000 rw-p 00000000 00:00 0 
effff5c01000-effff5c02000 rw-p 00000000 00:00 0 
effff5c04000-effff5c06000 rw-p 00000000 00:00 0 
effff5c07000-effff5c0b000 rw-p 00000000 00:00 0 
effff5c0c000-effff5c0d000 rw-p 00000000 00:00 0 
effff5c0e000-effff5c0f000 rw-p 00000000 00:00 0 
effff5c10000-effff5c13000 rw-p 00000000 00:00 0 
effff5c15000-effff5c16000 rw-p 00000000 00:00 0 
effff5c18000-effff5c1c000 rw-p 00000000 00:00 0 
effff5c1e000-effff5c1f000 rw-p 00000000 00:00 0 
effff5c20000-effff5c2b000 rw-p 00000000 00:00 0 
effff5c2c000-effff5c2d000 rw-p 00000000 00:00 0 
effff5c2f000-effff5c30000 rw-p 00000000 00:00 0 
effff5c34000-effff5c45000 rw-p 00000000 00:00 0 
effff5c46000-effff5c50000 rw-p 00000000 00:00 0 
effff5c51000-effff5c54000 rw-p 00000000 00:00 0 
effff5c55000-effff5c57000 rw-p 00000000 00:00 0 
effff5c58000-effff5c5b000 rw-p 00000000 00:00 0 
effff5c5d000-effff5c5f000 rw-p 00000000 00:00 0 
effff5c60000-effff5c65000 rw-p 00000000 00:00 0 
effff5c66000-effff5c69000 rw-p 00000000 00:00 0 
effff5c6c000-effff5c6d000 rw-p 00000000 00:00 0 
effff5c6f000-effff5c70000 rw-p 00000000 00:00 0 
effff5c71000-effff5c72000 rw-p 00000000 00:00 0 
effff5c73000-effff5c75000 rw-p 00000000 00:00 0 
effff5c77000-effff5c7e000 rw-p 00000000 00:00 0 
effff5c7f000-effff5c82000 rw-p 00000000 00:00 0 
effff5c84000-effff5c85000 rw-p 00000000 00:00 0 
effff5c86000-effff5c87000 rw-p 00000000 00:00 0 
effff5c88000-effff5c89000 rw-p 00000000 00:00 0 
effff5c8a000-effff5c99000 rw-p 00000000 00:00 0 
effff5c9a000-effff5c9b000 rw-p 00000000 00:00 0 
effff5c9c000-effff5c9d000 rw-p 00000000 00:00 0 
effff5c9e000-effff5c9f000 rw-p 00000000 00:00 0 
effff5ca1000-effff5ca5000 rw-p 00000000 00:00 0 
effff5ca7000-effff5ca8000 rw-p 00000000 00:00 0 
effff5ca9000-effff5caa000 rw-p 00000000 00:00 0 
effff5cab000-effff5cad000 rw-p 00000000 00:00 0 
effff5caf000-effff5cb1000 rw-p 00000000 00:00 0 
effff5cb2000-effff5cb4000 rw-p 00000000 00:00 0 
effff5cb8000-effff5cb9000 rw-p 00000000 00:00 0 
effff5cbc000-effff5cbd000 rw-p 00000000 00:00 0 
effff5cbe000-effff5cc0000 rw-p 00000000 00:00 0 
effff5cc1000-effff5cc3000 rw-p 00000000 00:00 0 
effff5cc6000-effff5cce000 rw-p 00000000 00:00 0 
effff5ccf000-effff5cd4000 rw-p 00000000 00:00 0 
effff5cd5000-effff5cd7000 rw-p 00000000 00:00 0 
effff5cd8000-effff5cdb000 rw-p 00000000 00:00 0 
effff5cdd000-effff5cde000 rw-p 00000000 00:00 0 
effff5cdf000-effff5ce3000 rw-p 00000000 00:00 0 
effff5ce7000-effff5ce8000 rw-p 00000000 00:00 0 
effff5ce9000-effff5cea000 rw-p 00000000 00:00 0 
effff5cec000-effff5cef000 rw-p 00000000 00:00 0 
effff5cf2000-effff5cf4000 rw-p 00000000 00:00 0 
effff5cf5000-effff5cfa000 rw-p 00000000 00:00 0 
effff5cfb000-effff5cfd000 rw-p 00000000 00:00 0 
effff5cfe000-effff5d02000 rw-p 00000000 00:00 0 
effff5d05000-effff5d07000 rw-p 00000000 00:00 0 
effff5d08000-effff5d12000 rw-p 00000000 00:00 0 
effff5d13000-effff5d15000 rw-p 00000000 00:00 0 
effff5d16000-effff5d19000 rw-p 00000000 00:00 0 
effff5d1e000-effff5d1f000 rw-p 00000000 00:00 0 
effff5d20000-effff5d21000 rw-p 00000000 00:00 0 
effff5d22000-effff5d23000 rw-p 00000000 00:00 0 
effff5d25000-effff5d27000 rw-p 00000000 00:00 0 
effff5d28000-effff5d2b000 rw-p 00000000 00:00 0 
effff5d2c000-effff5d36000 rw-p 00000000 00:00 0 
effff5d38000-effff5d39000 rw-p 00000000 00:00 0 
effff5d3a000-effff5d44000 rw-p 00000000 00:00 0 
effff5d45000-effff5d4c000 rw-p 00000000 00:00 0 
effff5d4d000-effff5d4e000 rw-p 00000000 00:00 0 
effff5d4f000-effff5d51000 rw-p 00000000 00:00 0 
effff5d52000-effff5d55000 rw-p 00000000 00:00 0 
effff5d5a000-effff5d5b000 rw-p 00000000 00:00 0 
effff5d5c000-effff5d60000 rw-p 00000000 00:00 0 
effff5d61000-effff5d64000 rw-p 00000000 00:00 0 
effff5d65000-effff5d6a000 rw-p 00000000 00:00 0 
effff5d6c000-effff5d6f000 rw-p 00000000 00:00 0 
effff5d73000-effff5d74000 rw-p 00000000 00:00 0 
effff5d76000-effff5d78000 rw-p 00000000 00:00 0 
effff5d7a000-effff5d7f000 rw-p 00000000 00:00 0 
effff5d80000-effff5d82000 rw-p 00000000 00:00 0 
effff5d85000-effff5d86000 rw-p 00000000 00:00 0 
effff5d87000-effff5d9f000 rw-p 00000000 00:00 0 
effff5da0000-effff5da3000 rw-p 00000000 00:00 0 
effff5da4000-effff5da6000 rw-p 00000000 00:00 0 
effff5da7000-effff5da9000 rw-p 00000000 00:00 0 
effff5daa000-effff5dab000 rw-p 00000000 00:00 0 
effff5dac000-effff5db0000 rw-p 00000000 00:00 0 
effff5db1000-effff5db2000 rw-p 00000000 00:00 0 
effff5db3000-effff5dbc000 rw-p 00000000 00:00 0 
effff5dbe000-effff5dca000 rw-p 00000000 00:00 0 
effff5dcc000-effff5dcf000 rw-p 00000000 00:00 0 
effff5dd0000-effff5dd9000 rw-p 00000000 00:00 0 
effff5dda000-effff5ddb000 rw-p 00000000 00:00 0 
effff5ddc000-effff5de6000 rw-p 00000000 00:00 0 
effff5de7000-effff5de8000 rw-p 00000000 00:00 0 
effff5de9000-effff5dee000 rw-p 00000000 00:00 0 
effff5def000-effff5df0000 rw-p 00000000 00:00 0 
effff5df1000-effff5df5000 rw-p 00000000 00:00 0 
effff5df7000-effff5df8000 rw-p 00000000 00:00 0 
effff5dfc000-effff5dfd000 rw-p 00000000 00:00 0 
effff5dff000-effff5e01000 rw-p 00000000 00:00 0 
effff5e02000-effff5e0b000 rw-p 00000000 00:00 0 
effff5e0c000-effff5e10000 rw-p 00000000 00:00 0 
effff5e13000-effff5e14000 rw-p 00000000 00:00 0 
effff5e15000-effff5e16000 rw-p 00000000 00:00 0 
effff5e23000-effff5e26000 rw-p 00000000 00:00 0 
effff5e27000-effff5e2b000 rw-p 00000000 00:00 0 
effff5e2c000-effff5e2d000 rw-p 00000000 00:00 0 
effff5e2e000-effff5e32000 rw-p 00000000 00:00 0 
effff5e34000-effff5e52000 rw-p 00000000 00:00 0 
effff5e54000-effff5e58000 rw-p 00000000 00:00 0 
effff5e59000-effff5e6a000 rw-p 00000000 00:00 0 
effff5e6b000-effff5e71000 rw-p 00000000 00:00 0 
effff5e72000-effff5e77000 rw-p 00000000 00:00 0 
effff5e78000-effff5e7b000 rw-p 00000000 00:00 0 
effff5e7d000-effff5e81000 rw-p 00000000 00:00 0 
effff5e83000-effff5e84000 rw-p 00000000 00:00 0 
effff5e85000-effff5e87000 rw-p 00000000 00:00 0 
effff5e88000-effff5e8c000 rw-p 00000000 00:00 0 
effff5e8d000-effff5e91000 rw-p 00000000 00:00 0 
effff5e92000-effff5e9b000 rw-p 00000000 00:00 0 
effff5e9c000-effff5e9f000 rw-p 00000000 00:00 0 
effff5ea0000-effff5ea6000 rw-p 00000000 00:00 0 
effff5ea7000-effff5ea9000 rw-p 00000000 00:00 0 
effff5eab000-effff5eac000 rw-p 00000000 00:00 0 
effff5eae000-effff5eb1000 rw-p 00000000 00:00 0 
effff5eb2000-effff5ebb000 rw-p 00000000 00:00 0 
effff5ebc000-effff5ec3000 rw-p 00000000 00:00 0 
effff5ec4000-effff5ec8000 rw-p 00000000 00:00 0 
effff5ec9000-effff5ecb000 rw-p 00000000 00:00 0 
effff5ecf000-effff5ee3000 rw-p 00000000 00:00 0 
effff5ee5000-effff5ee9000 rw-p 00000000 00:00 0 
effff5eea000-effff5eeb000 rw-p 00000000 00:00 0 
effff5eec000-effff5eed000 rw-p 00000000 00:00 0 
effff5eee000-effff5ef4000 rw-p 00000000 00:00 0 
effff5ef5000-effff5efb000 rw-p 00000000 00:00 0 
effff5eff000-effff5f06000 rw-p 00000000 00:00 0 
effff5f0a000-effff5f10000 rw-p 00000000 00:00 0 
effff5f11000-effff5f13000 rw-p 00000000 00:00 0 
effff5f14000-effff5f18000 rw-p 00000000 00:00 0 
effff5f19000-effff5f1b000 rw-p 00000000 00:00 0 
effff5f1d000-effff5f1e000 rw-p 00000000 00:00 0 
effff5f1f000-effff5f24000 rw-p 00000000 00:00 0 
effff5f26000-effff5f27000 rw-p 00000000 00:00 0 
effff5f29000-effff5f2a000 rw-p 00000000 00:00 0 
effff5f30000-effff5f31000 rw-p 00000000 00:00 0 
effff5f32000-effff5f35000 rw-p 00000000 00:00 0 
effff5f36000-effff5f38000 rw-p 00000000 00:00 0 
effff5f3b000-effff5f3c000 rw-p 00000000 00:00 0 
effff5f3d000-effff5f43000 rw-p 00000000 00:00 0 
effff5f46000-effff5f48000 rw-p 00000000 00:00 0 
effff5f49000-effff5f4a000 rw-p 00000000 00:00 0 
effff5f4b000-effff5f4c000 rw-p 00000000 00:00 0 
effff5f4d000-effff5f52000 rw-p 00000000 00:00 0 
effff5f53000-effff5f54000 rw-p 00000000 00:00 0 
effff5f55000-effff5f58000 rw-p 00000000 00:00 0 
effff5f59000-effff5f5c000 rw-p 00000000 00:00 0 
effff5f5d000-effff5f5f000 rw-p 00000000 00:00 0 
effff5f61000-effff5f68000 rw-p 00000000 00:00 0 
effff5f69000-effff5f6a000 rw-p 00000000 00:00 0 
effff5f6c000-effff5f6e000 rw-p 00000000 00:00 0 
effff5f6f000-effff5f73000 rw-p 00000000 00:00 0 
effff5f75000-effff5f7a000 rw-p 00000000 00:00 0 
effff5f7b000-effff5f83000 rw-p 00000000 00:00 0 
effff5f84000-effff5f85000 rw-p 00000000 00:00 0 
effff5f86000-effff5f8b000 rw-p 00000000 00:00 0 
effff5f8e000-effff5f96000 rw-p 00000000 00:00 0 
effff5f97000-effff5f9d000 rw-p 00000000 00:00 0 
effff5f9e000-effff5f9f000 rw-p 00000000 00:00 0 
effff5fa0000-effff5fa6000 rw-p 00000000 00:00 0 
effff5fa8000-effff5fad000 rw-p 00000000 00:00 0 
effff5fae000-effff5fb1000 rw-p 00000000 00:00 0 
effff5fb3000-effff5fb8000 rw-p 00000000 00:00 0 
effff5fb9000-effff5fba000 rw-p 00000000 00:00 0 
effff5fbb000-effff5fbd000 rw-p 00000000 00:00 0 
effff5fbe000-effff5fc0000 rw-p 00000000 00:00 0 
effff5fc1000-effff5fc8000 rw-p 00000000 00:00 0 
effff5fc9000-effff5fca000 rw-p 00000000 00:00 0 
effff5fcd000-effff5fce000 rw-p 00000000 00:00 0 
effff5fcf000-effff5fd4000 rw-p 00000000 00:00 0 
effff5fd5000-effff5fd6000 rw-p 00000000 00:00 0 
effff5fd8000-effff5fd9000 rw-p 00000000 00:00 0 
effff5fdb000-effff5fdc000 rw-p 00000000 00:00 0 
effff5fde000-effff5fe0000 rw-p 00000000 00:00 0 
effff5fe7000-effff5feb000 rw-p 00000000 00:00 0 
effff5fec000-effff5ff0000 rw-p 00000000 00:00 0 
effff5ff1000-effff5ff2000 rw-p 00000000 00:00 0 
effff5ff3000-effff5ff8000 rw-p 00000000 00:00 0 
effff5ffa000-effff5ffc000 rw-p 00000000 00:00 0 
effff5ffd000-effff5ffe000 rw-p 00000000 00:00 0 
effff6002000-effff600c000 rw-p 00000000 00:00 0 
effff600d000-effff6019000 rw-p 00000000 00:00 0 
effff601a000-effff601d000 rw-p 00000000 00:00 0 
effff601e000-effff6022000 rw-p 00000000 00:00 0 
effff6023000-effff6027000 rw-p 00000000 00:00 0 
effff6028000-effff602d000 rw-p 00000000 00:00 0 
effff602e000-effff602f000 rw-p 00000000 00:00 0 
effff6032000-effff6034000 rw-p 00000000 00:00 0 
effff6039000-effff6040000 rw-p 00000000 00:00 0 
effff6042000-effff6044000 rw-p 00000000 00:00 0 
effff6045000-effff6048000 rw-p 00000000 00:00 0 
effff6049000-effff604e000 rw-p 00000000 00:00 0 
effff604f000-effff6051000 rw-p 00000000 00:00 0 
effff6052000-effff6058000 rw-p 00000000 00:00 0 
effff6059000-effff605b000 rw-p 00000000 00:00 0 
effff605c000-effff605f000 rw-p 00000000 00:00 0 
effff6061000-effff6065000 rw-p 00000000 00:00 0 
effff6067000-effff606e000 rw-p 00000000 00:00 0 
effff606f000-effff6072000 rw-p 00000000 00:00 0 
effff6073000-effff6076000 rw-p 00000000 00:00 0 
effff6078000-effff6079000 rw-p 00000000 00:00 0 
effff607b000-effff607c000 rw-p 00000000 00:00 0 
effff607f000-effff608e000 rw-p 00000000 00:00 0 
effff608f000-effff6092000 rw-p 00000000 00:00 0 
effff6093000-effff6094000 rw-p 00000000 00:00 0 
effff6096000-effff609a000 rw-p 00000000 00:00 0 
effff609c000-effff609f000 rw-p 00000000 00:00 0 
effff60a4000-effff60a5000 rw-p 00000000 00:00 0 
effff60a7000-effff60aa000 rw-p 00000000 00:00 0 
effff60af000-effff60b1000 rw-p 00000000 00:00 0 
effff60b4000-effff60b5000 rw-p 00000000 00:00 0 
effff60b8000-effff60b9000 rw-p 00000000 00:00 0 
effff60bb000-effff60bc000 rw-p 00000000 00:00 0 
effff60c0000-effff60c2000 rw-p 00000000 00:00 0 
effff60c4000-effff60c6000 rw-p 00000000 00:00 0 
effff60c9000-effff60cd000 rw-p 00000000 00:00 0 
effff60ce000-effff60d5000 rw-p 00000000 00:00 0 
effff60d6000-effff60da000 rw-p 00000000 00:00 0 
effff60db000-effff60ec000 rw-p 00000000 00:00 0 
effff60ee000-effff60ef000 rw-p 00000000 00:00 0 
effff60f0000-effff60f3000 rw-p 00000000 00:00 0 
effff60f4000-effff60f8000 rw-p 00000000 00:00 0 
effff60f9000-effff60fa000 rw-p 00000000 00:00 0 
effff60fb000-effff6103000 rw-p 00000000 00:00 0 
effff6104000-effff610e000 rw-p 00000000 00:00 0 
effff610f000-effff6112000 rw-p 00000000 00:00 0 
effff6113000-effff6115000 rw-p 00000000 00:00 0 
effff6116000-effff611d000 rw-p 00000000 00:00 0 
effff611e000-effff611f000 rw-p 00000000 00:00 0 
effff6120000-effff6130000 rw-p 00000000 00:00 0 
effff6131000-effff6141000 rw-p 00000000 00:00 0 
effff6142000-effff6146000 rw-p 00000000 00:00 0 
effff6147000-effff6153000 rw-p 00000000 00:00 0 
effff6154000-effff6164000 rw-p 00000000 00:00 0 
effff6165000-effff616c000 rw-p 00000000 00:00 0 
effff616d000-effff6178000 rw-p 00000000 00:00 0 
effff617b000-effff618e000 rw-p 00000000 00:00 0 
effff618f000-effff6191000 rw-p 00000000 00:00 0 
effff6193000-effff619c000 rw-p 00000000 00:00 0 
effff619d000-effff61a3000 rw-p 00000000 00:00 0 
effff61a4000-effff61ac000 rw-p 00000000 00:00 0 
effff61ad000-effff61d2000 rw-p 00000000 00:00 0 
effff61d4000-effff61d6000 rw-p 00000000 00:00 0 
effff61d7000-effff61d8000 rw-p 00000000 00:00 0 
effff61d9000-effff61db000 rw-p 00000000 00:00 0 
effff61dc000-effff61e1000 rw-p 00000000 00:00 0 
effff61e2000-effff61e8000 rw-p 00000000 00:00 0 
effff61e9000-effff6204000 rw-p 00000000 00:00 0 
effff6205000-effff6225000 rw-p 00000000 00:00 0 
effff6226000-effff622d000 rw-p 00000000 00:00 0 
effff622e000-effff622f000 rw-p 00000000 00:00 0 
effff6230000-effff623f000 rw-p 00000000 00:00 0 
effff6241000-effff6243000 rw-p 00000000 00:00 0 
effff6244000-effff624d000 rw-p 00000000 00:00 0 
effff624e000-effff625f000 rw-p 00000000 00:00 0 
effff6260000-effff6269000 rw-p 00000000 00:00 0 
effff626a000-effff626e000 rw-p 00000000 00:00 0 
effff626f000-effff6284000 rw-p 00000000 00:00 0 
effff6287000-effff628e000 rw-p 00000000 00:00 0 
effff6290000-effff6296000 rw-p 00000000 00:00 0 
effff6298000-effff629a000 rw-p 00000000 00:00 0 
effff629b000-effff629e000 rw-p 00000000 00:00 0 
effff62a0000-effff62c1000 rw-p 00000000 00:00 0 
effff62c2000-effff62d6000 rw-p 00000000 00:00 0 
effff62d9000-effff62e3000 rw-p 00000000 00:00 0 
effff62e4000-effff62e6000 rw-p 00000000 00:00 0 
effff62e7000-effff62ed000 rw-p 00000000 00:00 0 
effff62ee000-effff62f2000 rw-p 00000000 00:00 0 
effff62f3000-effff62f4000 rw-p 00000000 00:00 0 
effff62f5000-effff62f6000 rw-p 00000000 00:00 0 
effff62f7000-effff62f9000 rw-p 00000000 00:00 0 
effff62fa000-effff630a000 rw-p 00000000 00:00 0 
effff630b000-effff631a000 rw-p 00000000 00:00 0 
effff631b000-effff6332000 rw-p 00000000 00:00 0 
effff6334000-effff6341000 rw-p 00000000 00:00 0 
effff6342000-effff6348000 rw-p 00000000 00:00 0 
effff6349000-effff636b000 rw-p 00000000 00:00 0 
effff636c000-effff636e000 rw-p 00000000 00:00 0 
effff636f000-effff6372000 rw-p 00000000 00:00 0 
effff6373000-effff63a4000 rw-p 00000000 00:00 0 
effff63a5000-effff65bf000 rw-p 00000000 00:00 0 
effff65c0000-effff65c4000 rw-p 00000000 00:00 0 
effff65c5000-effff65c7000 rw-p 00000000 00:00 0 
effff65c8000-effff65eb000 rw-p 00000000 00:00 0 
effff65ec000-effff65f5000 rw-p 00000000 00:00 0 
effff65f6000-effff6605000 rw-p 00000000 00:00 0 
effff6606000-effff660c000 rw-p 00000000 00:00 0 
effff660d000-effff6619000 rw-p 00000000 00:00 0 
effff661b000-effff6655000 rw-p 00000000 00:00 0 
effff6656000-effff6663000 rw-p 00000000 00:00 0 
effff6664000-effff6683000 rw-p 00000000 00:00 0 
effff6684000-effff668c000 rw-p 00000000 00:00 0 
effff668d000-effff6691000 rw-p 00000000 00:00 0 
effff6693000-effff66a0000 rw-p 00000000 00:00 0 
effff66a1000-effff66a8000 rw-p 00000000 00:00 0 
effff66a9000-effff66aa000 rw-p 00000000 00:00 0 
effff66ab000-effff66cd000 rw-p 00000000 00:00 0 
effff66ce000-effff66dc000 rw-p 00000000 00:00 0 
effff66dd000-effff66f7000 rw-p 00000000 00:00 0 
effff66f8000-effff66fb000 rw-p 00000000 00:00 0 
effff66fc000-effff6707000 rw-p 00000000 00:00 0 
effff670a000-effff6731000 rw-p 00000000 00:00 0 
effff6732000-effff6744000 rw-p 00000000 00:00 0 
effff6745000-effff6748000 rw-p 00000000 00:00 0 
effff674a000-effff6753000 rw-p 00000000 00:00 0 
effff6754000-effff6768000 rw-p 00000000 00:00 0 
effff6769000-effff676c000 rw-p 00000000 00:00 0 
effff676d000-effff6782000 rw-p 00000000 00:00 0 
effff6783000-effff678d000 rw-p 00000000 00:00 0 
effff678e000-effff67cd000 rw-p 00000000 00:00 0 
effff67ce000-effff67d7000 rw-p 00000000 00:00 0 
effff67d8000-effff67df000 rw-p 00000000 00:00 0 
effff67e0000-effff67e2000 rw-p 00000000 00:00 0 
effff67e3000-effff67e5000 rw-p 00000000 00:00 0 
effff67e6000-effff67e7000 rw-p 00000000 00:00 0 
effff67e8000-effff67ea000 rw-p 00000000 00:00 0 
effff67eb000-effff67ed000 rw-p 00000000 00:00 0 
effff67ee000-effff680f000 rw-p 00000000 00:00 0 
effff6810000-effff6817000 rw-p 00000000 00:00 0 
effff6818000-effff681e000 rw-p 00000000 00:00 0 
effff681f000-effff6822000 rw-p 00000000 00:00 0 
effff6823000-effff6824000 rw-p 00000000 00:00 0 
effff6825000-effff6827000 rw-p 00000000 00:00 0 
effff6828000-effff6830000 rw-p 00000000 00:00 0 
effff6831000-effff6840000 rw-p 00000000 00:00 0 
effff6841000-effff6842000 rw-p 00000000 00:00 0 
effff6843000-effff685c000 rw-p 00000000 00:00 0 
effff685e000-effff6860000 rw-p 00000000 00:00 0 
effff6861000-effff6875000 rw-p 00000000 00:00 0 
effff6876000-effff689d000 rw-p 00000000 00:00 0 
effff689e000-effff68c6000 rw-p 00000000 00:00 0 
effff68c7000-effff6908000 rw-p 00000000 00:00 0 
effff6909000-effff6919000 rw-p 00000000 00:00 0 
effff691a000-effff6928000 rw-p 00000000 00:00 0 
effff6929000-effff6936000 rw-p 00000000 00:00 0 
effff6937000-effff6950000 rw-p 00000000 00:00 0 
effff6951000-effff6955000 rw-p 00000000 00:00 0 
effff6956000-effff695a000 rw-p 00000000 00:00 0 
effff695b000-effff69a0000 rw-p 00000000 00:00 0 
effff69a2000-effff69ac000 rw-p 00000000 00:00 0 
effff69ad000-effff69af000 rw-p 00000000 00:00 0 
effff69b0000-effff69b3000 rw-p 00000000 00:00 0 
effff69b4000-effff69b7000 rw-p 00000000 00:00 0 
effff69b8000-effff69c5000 rw-p 00000000 00:00 0 
effff69c6000-effff69d3000 rw-p 00000000 00:00 0 
effff69d4000-effff69d7000 rw-p 00000000 00:00 0 
effff69d8000-effff69e1000 rw-p 00000000 00:00 0 
effff69e2000-effff69e9000 rw-p 00000000 00:00 0 
effff69ea000-effff69f8000 rw-p 00000000 00:00 0 
effff69f9000-effff69fe000 rw-p 00000000 00:00 0 
effff69ff000-effff6a02000 rw-p 00000000 00:00 0 
effff6a03000-effff6a15000 rw-p 00000000 00:00 0 
effff6a16000-effff6a18000 rw-p 00000000 00:00 0 
effff6a19000-effff6a1a000 ---p 00000000 00:00 0 
effff6a1a000-effff6a22000 rw-p 00000000 00:00 0 
effff6a23000-effff6a3e000 rw-p 00000000 00:00 0 
effff6a3f000-effff6a41000 rw-p 00000000 00:00 0 
effff6a42000-effff6a44000 rw-p 00000000 00:00 0 
effff6a46000-effff6a48000 rw-p 00000000 00:00 0 
effff6a49000-effff6a4a000 rw-p 00000000 00:00 0 
effff6a4b000-effff6a4c000 rw-p 00000000 00:00 0 
effff6a4d000-effff6a4e000 rw-p 00000000 00:00 0 
effff6a50000-effff6a65000 rw-p 00000000 00:00 0 
effff6a67000-effff6a68000 rw-p 00000000 00:00 0 
effff6a69000-effff6a6a000 rw-p 00000000 00:00 0 
effff6a6b000-effff6a75000 rw-p 00000000 00:00 0 
effff6a76000-effff6a78000 rw-p 00000000 00:00 0 
effff6a79000-effff6a7a000 rw-p 00000000 00:00 0 
effff6a7b000-effff6a7f000 rw-p 00000000 00:00 0 
effff6a80000-effff6a88000 rw-p 00000000 00:00 0 
effff6a89000-effff6a8a000 rw-p 00000000 00:00 0 
effff6a8b000-effff6a8d000 rw-p 00000000 00:00 0 
effff6a8e000-effff6aae000 rw-p 00000000 00:00 0 
effff6aaf000-effff6ab8000 rw-p 00000000 00:00 0 
effff6ab9000-effff6abb000 rw-p 00000000 00:00 0 
effff6abc000-effff6abd000 rw-p 00000000 00:00 0 
effff6abe000-effff6ac7000 rw-p 00000000 00:00 0 
effff6ac8000-effff6ad7000 rw-p 00000000 00:00 0 
effff6ad8000-effff6ae6000 rw-p 00000000 00:00 0 
effff6ae7000-effff6b05000 rw-p 00000000 00:00 0 
effff6b06000-effff6b13000 rw-p 00000000 00:00 0 
effff6b14000-effff6b17000 rw-p 00000000 00:00 0 
effff6b19000-effff6b1a000 rw-p 00000000 00:00 0 
effff6b1b000-effff6b44000 rw-p 00000000 00:00 0 
effff6b45000-effff6b4f000 rw-p 00000000 00:00 0 
effff6b50000-effff6b57000 rw-p 00000000 00:00 0 
effff6b58000-effff6b81000 rw-p 00000000 00:00 0 
effff6b82000-effff6b8c000 rw-p 00000000 00:00 0 
effff6b8d000-effff6bc1000 rw-p 00000000 00:00 0 
effff6bc2000-effff6bdb000 rw-p 00000000 00:00 0 
effff6bdc000-effff6bdd000 rw-p 00000000 00:00 0 
effff6bde000-effff6bec000 rw-p 00000000 00:00 0 
effff6bee000-effff6bf0000 rw-p 00000000 00:00 0 
effff6bf1000-effff6c0e000 rw-p 00000000 00:00 0 
effff6c0f000-effff6c1b000 rw-p 00000000 00:00 0 
effff6c1c000-effff6c30000 rw-p 00000000 00:00 0 
effff6c31000-effff6c32000 rw-p 00000000 00:00 0 
effff6c33000-effff6c34000 rw-p 00000000 00:00 0 
effff6c35000-effff6c43000 rw-p 00000000 00:00 0 
effff6c44000-effff6c46000 rw-p 00000000 00:00 0 
effff6c47000-effff6c54000 rw-p 00000000 00:00 0 
effff6c55000-effff6c93000 rw-p 00000000 00:00 0 
effff6c94000-effff6cb0000 rw-p 00000000 00:00 0 
effff6cb2000-effff6cd9000 rw-p 00000000 00:00 0 
effff6cda000-effff6ceb000 rw-p 00000000 00:00 0 
effff6cec000-effff6cf0000 rw-p 00000000 00:00 0 
effff6cf1000-effff6d00000 rw-p 00000000 00:00 0 
effff6d01000-effff6d05000 rw-p 00000000 00:00 0 
effff6d06000-effff6d10000 rw-p 00000000 00:00 0 
effff6d11000-effff6d1c000 rw-p 00000000 00:00 0 
effff6d1d000-effff6d1e000 rw-p 00000000 00:00 0 
effff6d1f000-effff6d2c000 rw-p 00000000 00:00 0 
effff6d2d000-effff6d49000 rw-p 00000000 00:00 0 
effff6d4a000-effff6d61000 rw-p 00000000 00:00 0 
effff6d62000-effff6d64000 rw-p 00000000 00:00 0 
effff6d66000-effff6d74000 rw-p 00000000 00:00 0 
effff6d75000-effff6d7f000 rw-p 00000000 00:00 0 
effff6d80000-effff6d86000 rw-p 00000000 00:00 0 
effff6d87000-effff6d89000 rw-p 00000000 00:00 0 
effff6d8a000-effff6d93000 rw-p 00000000 00:00 0 
effff6d94000-effff6dbf000 rw-p 00000000 00:00 0 
effff6dc0000-effff6dc1000 rw-p 00000000 00:00 0 
effff6dc2000-effff6ddc000 rw-p 00000000 00:00 0 
effff6ddd000-effff6dea000 rw-p 00000000 00:00 0 
effff6dea000-effff6deb000 ---p 00000000 00:00 0 
effff6deb000-effff6def000 rw-p 00000000 00:00 0 
effff6def000-effff6df0000 ---p 00000000 00:00 0 
effff6df0000-effff6e1a000 rw-p 00000000 00:00 0 
effff6e1b000-effff6e53000 rw-p 00000000 00:00 0 
effff6e54000-effff6e57000 rw-p 00000000 00:00 0 
effff6e58000-effff6e64000 rw-p 00000000 00:00 0 
effff6e65000-effff6e77000 rw-p 00000000 00:00 0 
effff6e78000-effff6e8c000 rw-p 00000000 00:00 0 
effff6e8d000-effff6ea3000 rw-p 00000000 00:00 0 
effff6ea4000-effff6ea8000 rw-p 00000000 00:00 0 
effff6ea9000-effff6ebb000 rw-p 00000000 00:00 0 
effff6ebc000-effff6ec5000 rw-p 00000000 00:00 0 
effff6ec6000-effff6ef8000 rw-p 00000000 00:00 0 
effff6ef9000-effff6f39000 rw-p 00000000 00:00 0 
effff6f3a000-effff6f43000 rw-p 00000000 00:00 0 
effff6f46000-effff6f58000 rw-p 00000000 00:00 0 
effff6f59000-effff6f7b000 rw-p 00000000 00:00 0 
effff6f7c000-effff6f9c000 rw-p 00000000 00:00 0 
effff6f9d000-effff6fac000 rw-p 00000000 00:00 0 
effff6fae000-effff6fb7000 rw-p 00000000 00:00 0 
effff6fb8000-effff6fbd000 rw-p 00000000 00:00 0 
effff6fbe000-effff6fc0000 rw-p 00000000 00:00 0 
effff6fc2000-effff6fc3000 rw-p 00000000 00:00 0 
effff6fc4000-effff6fc5000 rw-p 00000000 00:00 0 
effff6fc6000-effff6fcd000 rw-p 00000000 00:00 0 
effff6fcd000-effff6fce000 ---p 00000000 00:00 0 
effff6fce000-effff6fe3000 rw-p 00000000 00:00 0 
effff6fe4000-effff6fff000 rw-p 00000000 00:00 0 
effff7000000-effff7029000 rw-p 00000000 00:00 0 
effff702a000-effff70ab000 rw-p 00000000 00:00 0 
effff70ac000-effff7107000 rw-p 00000000 00:00 0 
effff7108000-effff7109000 rw-p 00000000 00:00 0 
effff710a000-effff7111000 rw-p 00000000 00:00 0 
effff7112000-effff7160000 rw-p 00000000 00:00 0 
effff7161000-effff716f000 rw-p 00000000 00:00 0 
effff7170000-effff71a0000 rw-p 00000000 00:00 0 
effff71a1000-effff71a8000 rw-p 00000000 00:00 0 
effff71a9000-effff71ae000 rw-p 00000000 00:00 0 
effff71af000-effff7244000 rw-p 00000000 00:00 0 
effff7245000-effff72bf000 rw-p 00000000 00:00 0 
effff72c0000-effff72ed000 rw-p 00000000 00:00 0 
effff72ee000-effff739d000 rw-p 00000000 00:00 0 
effff739e000-effff73a6000 rw-p 00000000 00:00 0 
effff73a7000-effff73ad000 rw-p 00000000 00:00 0 
effff73ae000-effff73b2000 rw-p 00000000 00:00 0 
effff73b3000-effff73ca000 rw-p 00000000 00:00 0 
effff73cb000-effff7410000 rw-p 00000000 00:00 0 
effff7411000-effff7412000 rw-p 00000000 00:00 0 
effff7413000-effff748f000 rw-p 00000000 00:00 0 
effff7490000-effff7512000 rw-p 00000000 00:00 0 
effff7513000-effff7708000 rw-p 00000000 00:00 0 
effff7708000-effff770f000 rw-p 00000000 00:00 0 
effff7710000-effff771b000 rw-p 00000000 00:00 0 
effff771c000-effff772b000 rw-p 00000000 00:00 0 
effff772c000-effff772d000 rw-p 00000000 00:00 0 
effff772e000-effff773a000 rw-p 00000000 00:00 0 
effff773b000-effff773f000 rw-p 00000000 00:00 0 
effff7740000-effff774d000 rw-p 00000000 00:00 0 
effff774e000-effff7758000 rw-p 00000000 00:00 0 
effff7759000-effff7763000 rw-p 00000000 00:00 0 
effff7764000-effff7781000 rw-p 00000000 00:00 0 
effff7782000-effff778d000 rw-p 00000000 00:00 0 
effff778e000-effff7798000 rw-p 00000000 00:00 0 
effff7799000-effff77a2000 rw-p 00000000 00:00 0 
effff77a3000-effff77a6000 rw-p 00000000 00:00 0 
effff77a6000-effff77a7000 ---p 00000000 00:00 0 
effff77a7000-effff77ab000 rw-p 00000000 00:00 0 
effff77ab000-effff77ac000 ---p 00000000 00:00 0 
effff77ac000-effff77b4000 rw-p 00000000 00:00 0 
effff77b4000-effff77b5000 ---p 00000000 00:00 0 
effff77b5000-effff77b9000 rw-p 00000000 00:00 0 
effff77b9000-effff77ba000 ---p 00000000 00:00 0 
effff77ba000-effff77c2000 rw-p 00000000 00:00 0 
effff77c2000-effff77c3000 ---p 00000000 00:00 0 
effff77c3000-effff77c7000 rw-p 00000000 00:00 0 
effff77c7000-effff77c8000 ---p 00000000 00:00 0 
effff77c8000-effff77d0000 rw-p 00000000 00:00 0 
effff77d0000-effff77d1000 ---p 00000000 00:00 0 
effff77d1000-effff77d5000 rw-p 00000000 00:00 0 
effff77d5000-effff77d6000 ---p 00000000 00:00 0 
effff77d6000-effff77de000 rw-p 00000000 00:00 0 
effff77de000-effff77df000 ---p 00000000 00:00 0 
effff77df000-effff77e3000 rw-p 00000000 00:00 0 
effff77e3000-effff77e4000 ---p 00000000 00:00 0 
effff77e4000-effff77ec000 rw-p 00000000 00:00 0 
effff77ec000-effff77ed000 ---p 00000000 00:00 0 
effff77ed000-effff77f1000 rw-p 00000000 00:00 0 
effff77f1000-effff77f2000 ---p 00000000 00:00 0 
effff77f2000-effff77fa000 rw-p 00000000 00:00 0 
effff77fa000-effff77fb000 ---p 00000000 00:00 0 
effff77fb000-effff77ff000 rw-p 00000000 00:00 0 
effff77ff000-effff7800000 ---p 00000000 00:00 0 
effff7800000-effff79bb000 rw-p 00000000 00:00 0 
effff79bb000-effff79bc000 ---p 00000000 00:00 0 
effff79bc000-effff79c0000 rw-p 00000000 00:00 0 
effff79c0000-effff79c1000 ---p 00000000 00:00 0 
effff79c1000-effff79dd000 rw-p 00000000 00:00 0 
effff79dd000-effff79de000 ---p 00000000 00:00 0 
effff79de000-effff79e2000 rw-p 00000000 00:00 0 
effff79e2000-effff79e3000 ---p 00000000 00:00 0 
effff79e3000-effff7a54000 rw-p 00000000 00:00 0 
effff7a55000-effff7ac6000 rw-p 00000000 00:00 0 
effff7ac6000-effff7ac7000 ---p 00000000 00:00 0 
effff7ac7000-effff7acb000 rw-p 00000000 00:00 0 
effff7acb000-effff7acc000 ---p 00000000 00:00 0 
effff7acc000-effff7b2f000 rw-p 00000000 00:00 0 
effff7b2f000-effff7b30000 ---p 00000000 00:00 0 
effff7b30000-effff7b34000 rw-p 00000000 00:00 0 
effff7b34000-effff7b35000 ---p 00000000 00:00 0 
effff7b35000-effff7b3e000 rw-p 00000000 00:00 0 
effff7b3e000-effff7b3f000 ---p 00000000 00:00 0 
effff7b3f000-effff7b43000 rw-p 00000000 00:00 0 
effff7b43000-effff7b44000 ---p 00000000 00:00 0 
effff7b44000-effff7b4e000 rw-p 00000000 00:00 0 
effff7b4e000-effff7b4f000 ---p 00000000 00:00 0 
effff7b4f000-effff7b53000 rw-p 00000000 00:00 0 
effff7b53000-effff7b54000 ---p 00000000 00:00 0 
effff7b54000-effff7b5e000 rw-p 00000000 00:00 0 
effff7b5e000-effff7b5f000 ---p 00000000 00:00 0 
effff7b5f000-effff7b63000 rw-p 00000000 00:00 0 
effff7b63000-effff7b64000 ---p 00000000 00:00 0 
effff7b64000-effff7b84000 rw-p 00000000 00:00 0 
effff7b84000-effff7b85000 ---p 00000000 00:00 0 
effff7b85000-effff7b89000 rw-p 00000000 00:00 0 
effff7b89000-effff7b8a000 ---p 00000000 00:00 0 
effff7b8a000-effff7b93000 rw-p 00000000 00:00 0 
effff7b93000-effff7b94000 ---p 00000000 00:00 0 
effff7b94000-effff7b98000 rw-p 00000000 00:00 0 
effff7b98000-effff7b99000 ---p 00000000 00:00 0 
effff7b99000-effff7bcf000 rw-p 00000000 00:00 0 
effff7bcf000-effff7bd0000 ---p 00000000 00:00 0 
effff7bd0000-effff7bd4000 rw-p 00000000 00:00 0 
effff7bd4000-effff7bd5000 ---p 00000000 00:00 0 
effff7bd5000-effff7c36000 rw-p 00000000 00:00 0 
effff7c36000-effff7c46000 rw-p 00000000 00:00 0 
effff7c46000-effff7c47000 ---p 00000000 00:00 0 
effff7c47000-effff7c4b000 rw-p 00000000 00:00 0 
effff7c4b000-effff7c4c000 ---p 00000000 00:00 0 
effff7c4c000-effff7c96000 rw-p 00000000 00:00 0 
effff7c96000-effff7c97000 ---p 00000000 00:00 0 
effff7c97000-effff7c9b000 rw-p 00000000 00:00 0 
effff7c9b000-effff7c9c000 ---p 00000000 00:00 0 
effff7c9c000-effff7ca4000 rw-p 00000000 00:00 0 
effff7ca4000-effff7ca5000 ---p 00000000 00:00 0 
effff7ca5000-effff7ca9000 rw-p 00000000 00:00 0 
effff7ca9000-effff7caa000 ---p 00000000 00:00 0 
effff7caa000-effff7cb2000 rw-p 00000000 00:00 0 
effff7cb2000-effff7cb3000 ---p 00000000 00:00 0 
effff7cb3000-effff7cb7000 rw-p 00000000 00:00 0 
effff7cb7000-effff7cb8000 ---p 00000000 00:00 0 
effff7cb8000-effff7d4d000 rw-p 00000000 00:00 0 
effff7d4d000-effff7d4e000 ---p 00000000 00:00 0 
effff7d4e000-effff7d52000 rw-p 00000000 00:00 0 
effff7d52000-effff7d53000 ---p 00000000 00:00 0 
effff7d53000-effff7de7000 rw-p 00000000 00:00 0 
effff7de7000-effff7de8000 ---p 00000000 00:00 0 
effff7de8000-effff7dec000 rw-p 00000000 00:00 0 
effff7dec000-effff7ded000 ---p 00000000 00:00 0 
effff7ded000-effff7ff8000 rw-p 00000000 00:00 0 
effff7ff8000-efffffff8000 rwxp 00000000 00:00 0 
efffffff8000-f00008a84000 rw-p 00000000 00:00 0 
ffffbdd49000-ffffbdd4b000 r--p 00000000 00:00 0                          [vvar]
ffffbdd4b000-ffffbdd4c000 r-xp 00000000 00:00 0                          [vdso]
ffffcdb11000-ffffcdb33000 rw-p 00000000 00:00 0                          [stack]


VM Arguments:
jvm_args: -Xms1g -Xmx1g -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djruby.compile.invokedynamic=true -Djruby.jit.threshold=0 -Djruby.regexp.interruptible=true -XX:+HeapDumpOnOutOfMemoryError -Djava.security.egd=file:/dev/urandom -Dlog4j2.isThreadContextMapInheritable=true -Dls.cgroup.cpuacct.path.override=/ -Dls.cgroup.cpu.path.override=/ 
java_command: org.logstash.Logstash
java_class_path (initial): /usr/share/logstash/logstash-core/lib/jars/animal-sniffer-annotations-1.14.jar:/usr/share/logstash/logstash-core/lib/jars/checker-compat-qual-2.0.0.jar:/usr/share/logstash/logstash-core/lib/jars/commons-codec-1.14.jar:/usr/share/logstash/logstash-core/lib/jars/commons-compiler-3.1.0.jar:/usr/share/logstash/logstash-core/lib/jars/commons-logging-1.2.jar:/usr/share/logstash/logstash-core/lib/jars/error_prone_annotations-2.1.3.jar:/usr/share/logstash/logstash-core/lib/jars/google-java-format-1.1.jar:/usr/share/logstash/logstash-core/lib/jars/gradle-license-report-0.7.1.jar:/usr/share/logstash/logstash-core/lib/jars/guava-24.1.1-jre.jar:/usr/share/logstash/logstash-core/lib/jars/j2objc-annotations-1.1.jar:/usr/share/logstash/logstash-core/lib/jars/jackson-annotations-2.9.10.jar:/usr/share/logstash/logstash-core/lib/jars/jackson-core-2.9.10.jar:/usr/share/logstash/logstash-core/lib/jars/jackson-databind-2.9.10.4.jar:/usr/share/logstash/logstash-core/lib/jars/jackson-dataformat-cbor-2.9.10.jar:/usr/share/logstash/logstash-core/lib/jars/janino-3.1.0.jar:/usr/share/logstash/logstash-core/lib/jars/javassist-3.26.0-GA.jar:/usr/share/logstash/logstash-core/lib/jars/jruby-complete-9.2.13.0.jar:/usr/share/logstash/logstash-core/lib/jars/jsr305-1.3.9.jar:/usr/share/logstash/logstash-core/lib/jars/log4j-api-2.13.3.jar:/usr/share/logstash/logstash-core/lib/jars/log4j-core-2.13.3.jar:/usr/share/logstash/logstash-core/lib/jars/log4j-jcl-2.13.3.jar:/usr/share/logstash/logstash-core/lib/jars/log4j-slf4j-impl-2.13.3.jar:/usr/share/logstash/logstash-core/lib/jars/logstash-core.jar:/usr/share/logstash/logstash-core/lib/jars/org.eclipse.core.commands-3.6.0.jar:/usr/share/logstash/logstash-core/lib/jars/org.eclipse.core.contenttype-3.4.100.jar:/usr/share/logstash/logstash-core/lib/jars/org.eclipse.core.expressions-3.4.300.jar:/usr/share/logstash/logstash-core/lib/jars/org.eclipse.core.filesystem-1.3.100.jar:/usr/share/logstash/logstash-core/lib/jars/org.eclipse.
Launcher Type: SUN_STANDARD

[Global flags]
     intx CICompilerCount                          = 4                                         {product} {ergonomic}
     intx CMSInitiatingOccupancyFraction           = 75                                        {product} {command line}
     bool HeapDumpOnOutOfMemoryError               = true                                   {manageable} {command line}
   size_t InitialHeapSize                          = 1073741824                                {product} {command line}
   size_t MaxHeapSize                              = 1073741824                                {product} {command line}
   size_t MaxNewSize                               = 357892096                                 {product} {ergonomic}
    uintx MaxTenuringThreshold                     = 6                                         {product} {ergonomic}
   size_t MinHeapDeltaBytes                        = 196608                                    {product} {ergonomic}
   size_t NewSize                                  = 357892096                                 {product} {ergonomic}
    uintx NonNMethodCodeHeapSize                   = 5836300                                {pd product} {ergonomic}
    uintx NonProfiledCodeHeapSize                  = 122910970                              {pd product} {ergonomic}
   size_t OldSize                                  = 715849728                                 {product} {ergonomic}
    uintx ProfiledCodeHeapSize                     = 122910970                              {pd product} {ergonomic}
    uintx ReservedCodeCacheSize                    = 251658240                              {pd product} {ergonomic}
     bool SegmentedCodeCache                       = true                                      {product} {ergonomic}
     bool UseCMSInitiatingOccupancyOnly            = true                                      {product} {command line}
     bool UseCompressedClassPointers               = true                                 {lp64_product} {ergonomic}
     bool UseCompressedOops                        = true                                 {lp64_product} {ergonomic}
     bool UseConcMarkSweepGC                       = true                                      {product} {command line}

Logging:
Log output configuration:
 #0: stdout all=warning uptime,level,tags
 #1: stderr all=off uptime,level,tags

Environment Variables:
PATH=/usr/share/logstash/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8

Signal Handlers:
SIGSEGV: [libjvm.so+0xebfb90], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.so+0xebfb90], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.so+0xebfb90], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: [libjvm.so+0xc14e30], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGXFSZ: [libjvm.so+0xc14e30], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.so+0xebfb90], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR2: [libjvm.so+0xc14cb0], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: [libjvm.so+0xc15030], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGINT: [libjvm.so+0xc15030], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGTERM: [libjvm.so+0xc15030], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGQUIT: [libjvm.so+0xc15030], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO


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

OS:CentOS Linux release 7.8.2003 (Core)
uname:Linux 6.6.31-linuxkit #1 SMP Thu May 23 08:36:57 UTC 2024 x86_64
OS uptime: 0 days 1:27 hours
libc:glibc 2.17 NPTL 2.17 
rlimit (soft/hard): STACK 8192k/infinity , CORE 0k/infinity , NPROC infinity/infinity , NOFILE 1048576/1048576 , AS infinity/infinity , CPU infinity/infinity , DATA infinity/infinity , FSIZE infinity/infinity , MEMLOCK infinity/infinity
load average:2.87 1.71 1.79

/proc/meminfo:
MemTotal:        8028860 kB
MemFree:          163488 kB
MemAvailable:    3463424 kB
Buffers:          341312 kB
Cached:          2504856 kB
SwapCached:           24 kB
Active:          3769504 kB
Inactive:        1543416 kB
Active(anon):    2527688 kB
Inactive(anon):   104280 kB
Active(file):    1241816 kB
Inactive(file):  1439136 kB
Unevictable:     1512328 kB
Mlocked:         1512328 kB
SwapTotal:       1048572 kB
SwapFree:        1043940 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             39480 kB
Writeback:             0 kB
AnonPages:       3844656 kB
Mapped:           553844 kB
Shmem:              3156 kB
KReclaimable:     821952 kB
Slab:             930324 kB
SReclaimable:     821952 kB
SUnreclaim:       108372 kB
KernelStack:       11808 kB
PageTables:        28504 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     5063000 kB
Committed_AS:    7396392 kB
VmallocTotal:   133141626880 kB
VmallocUsed:        3056 kB
VmallocChunk:          0 kB
Percpu:             5764 kB
AnonHugePages:    354304 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB

/sys/kernel/mm/transparent_hugepage/enabled:
[always] madvise never

/sys/kernel/mm/transparent_hugepage/defrag (defrag/compaction efforts parameter):
always defer defer+madvise [madvise] never


/proc/sys/kernel/threads-max (system-wide limit on the number of threads):
62681


/proc/sys/vm/max_map_count (maximum number of memory map areas a process may have):
262144


/proc/sys/kernel/pid_max (system-wide limit on number of process identifiers):
99999



Steal ticks since vm start: 0
Steal ticks percentage since vm start:  0.000

CPU:total 11 (initial active 11) (1 cores per cpu, 1 threads per core) family 6 model 44 stepping 0, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, aes, clmul, tsc, tscinvbit, tscinv

/proc/cpuinfo:
processor       : 0
BogoMIPS        : 48.00
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 asimddp sha512 asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp flagm2 frint
CPU implementer : 0x61
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0x000
CPU revision    : 0

processor       : 1
BogoMIPS        : 48.00
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 asimddp sha512 asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp flagm2 frint
CPU implementer : 0x61
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0x000
CPU revision    : 0

processor       : 2
BogoMIPS        : 48.00
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 asimddp sha512 asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp flagm2 frint
CPU implementer : 0x61
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0x000
CPU revision    : 0

processor       : 3
BogoMIPS        : 48.00
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 asimddp sha512 asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp flagm2 frint
CPU implementer : 0x61
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0x000
CPU revision    : 0

processor       : 4
BogoMIPS        : 48.00
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 asimddp sha512 asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp flagm2 frint
CPU implementer : 0x61
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0x000
CPU revision    : 0

processor       : 5
BogoMIPS        : 48.00
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 asimddp sha512 asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp flagm2 frint
CPU implementer : 0x61
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0x000
CPU revision    : 0

processor       : 6
BogoMIPS        : 48.00
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 asimddp sha512 asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp flagm2 frint
CPU implementer : 0x61
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0x000
CPU revision    : 0

processor       : 7
BogoMIPS        : 48.00
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 asimddp sha512 asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp flagm2 frint
CPU implementer : 0x61
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0x000
CPU revision    : 0

processor       : 8
BogoMIPS        : 48.00
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 asimddp sha512 asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp flagm2 frint
CPU implementer : 0x61
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0x000
CPU revision    : 0

processor       : 9
BogoMIPS        : 48.00
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 asimddp sha512 asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp flagm2 frint
CPU implementer : 0x61
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0x000
CPU revision    : 0

processor       : 10
BogoMIPS        : 48.00
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 asimddp sha512 asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp flagm2 frint
CPU implementer : 0x61
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0x000
CPU revision    : 0


Memory: 4k page, physical 8028860k(163488k free), swap 1048572k(1043940k free)

vm_info: OpenJDK 64-Bit Server VM (11.0.8+10-LTS) for linux-amd64 JRE (11.0.8+10-LTS), built on Aug  6 2020 16:24:57 by "mockbuild" with gcc 4.8.5 20150623 (Red Hat 4.8.5-39)

END.
  • Except for the esconfig and es01 services, the rest of the images are for AMD64 and the containers run in emulation mode in Docker. I think that's fine, but if we wanted, I could add a few lines to the compose file to build the images for linux/arm64/v8 too. I Actually tried this while debugging the error I'm seeing with logstash01 but it didn't make any difference.

@thekaveman
Copy link
Member Author

@lalver1 we were writing at the same time 😆

See my comment on the memory issue.

@thekaveman
Copy link
Member Author

@lalver1 RE: seeing the 200% usage:

I saw the same thing initially. If you click that Auto-refresh button it should update eventually and come down. I think it's like the start up process or something taking a large amount of CPU.

@thekaveman
Copy link
Member Author

@lalver1 let's go ahead and add the fix for multi-platform builds. Can you share the syntax you were using?

@lalver1
Copy link
Member

lalver1 commented Dec 5, 2024

Sounds good @thekaveman , the syntax is

platforms:
  - "linux/amd64"
  - "linux/arm64/v8"

and you can add it inside build, under args for the services: metricbeat01, filebeat01, and logstash01.
This way the only emulated service on a mac will be kibana (https://www.docker.elastic.co/ only provides an amd64 architecture)

@thekaveman
Copy link
Member Author

Thanks @lalver1.

I'll add that, and I also have a Macbook to test this PR on as well.

@thekaveman thekaveman force-pushed the feat/elastic-setup branch 2 times, most recently from aacc5c2 to 19f434c Compare December 6, 2024 00:21
@thekaveman
Copy link
Member Author

@lalver1 please take a look when you get a chance.

Updated the default ELASTIC_STACK_VERSION to latest 8.16.1, and the images all have multi-platform support.

@thekaveman thekaveman marked this pull request as draft December 6, 2024 02:18
custom Dockerfile based on the metricbeat image
to copy in config file and fix permissions
@lalver1
Copy link
Member

lalver1 commented Dec 6, 2024

Looks great @thekaveman! 🎉 Just one note about the /app/metrics/inventory endpoint (see below)

  1. Create an .env file from the sample cp .env.sample .env, edit any values as needed (or use defaults) ✅
  2. Run the ./elasticstack/reset.sh script, confirm the images are built successfully ✅
  3. Run the ./elasticstack/start.sh script, confirm the services start ✅ (no issues with logstash01 🎉 )
  4. View the kibana service in your browser (see below) ✅
  5. Run the ./elasticstack/reset.sh script ✅
  6. Rebuild and reopen the devcontainer ✅
  7. Look at the Ports tab for the kibana service, click to open in a browser ✅

Reviewing kibana

  1. Login with user elastic and your env ELASTIC_PASSWORD

  2. Confirm you can view the /app/monitoring endpoint and see Elasticsearch, Kibana, and Logstash
    image

  3. Confirm you can view the /app/metrics/inventory endpoint and see all the PeMS related Docker Containers (under the Show menu) ⚠️ (not all the Docker containers appear, but maybe there's some extra configuration needed for them to show up?)
    image

  4. Confirm that when you close the devcontainer, all the corresponding services are stopped ✅

And all the images were built for arm64, so no emulated containers anymore!
image

@thekaveman thekaveman marked this pull request as ready for review December 6, 2024 16:30
@thekaveman
Copy link
Member Author

Confirm you can view the /app/metrics/inventory endpoint and see all the PeMS related Docker Containers (under the Show menu) ⚠️ (not all the Docker containers appear, but maybe there's some extra configuration needed for them to show up?)

Yes I saw this too, I think it has something to do with a newer Stack version. I think this is OK -- essentially we're seeing monitors for all the containers besides the Elastic Stack containers. So... it isn't monitoring itself. Which seems OK for local at least 😁

Copy link
Member

@lalver1 lalver1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job!

@thekaveman thekaveman merged commit 3d42aeb into main Dec 6, 2024
1 check passed
@thekaveman thekaveman deleted the feat/elastic-setup branch December 6, 2024 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment