Sign in to follow this  
kochinac

Client crashing[ EXCEPTION_ACCESS_VIOLATION - JavaThread "Sound Loader 0"]

Recommended Posts

My client crashes constantly leaving me this error file on desktop:

Spoiler

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000001b972b1b, pid=6492, tid=0x0000000000000770
#
# JRE version: Java(TM) SE Runtime Environment (8.0_181-b13) (build 1.8.0_181-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.181-b13 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  0x000000001b972b1b
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

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

Current thread (0x0000000019c70800):  JavaThread "Sound Loader 0" daemon [_thread_in_native, id=1904, stack(0x000000002ef00000,0x000000002f000000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000000425d6ed6

Registers:
RAX=0x000000000000fab9, RBX=0x000000001e5fc000, RCX=0x0000000000000001, RDX=0x00000000425d6ed6
RSP=0x000000002effea88, RBP=0x0000000000001402, RSI=0x0000000000000002, RDI=0x00000000003de000
R8 =0x0000000000000001, R9 =0x00000000003de000, R10=0x00000000003748b5, R11=0x0000000033772ed6
R12=0x0000000000001500, R13=0x0000000000001500, R14=0x000000001e5fc034, R15=0x0000000000001402
RIP=0x000000001b972b1b, EFLAGS=0x0000000000010202

Top of Stack: (sp=0x000000002effea88)
0x000000002effea88:   000000001b976eb1 00000000007bc000
0x000000002effea98:   000000001b99575b 0000000000000000
0x000000002effeaa8:   00000000007bc000 0000000019c70858
0x000000002effeab8:   000000001b977cf9 0000000000000000
0x000000002effeac8:   000000001b994a82 00000000007bc000
0x000000002effead8:   0000000000000002 00000000003de000
0x000000002effeae8:   000000001b98b38b 00000000003de000
0x000000002effeaf8:   000000001b9788c1 000000001e5fc000
0x000000002effeb08:   0000000000000002 000000001e500114
0x000000002effeb18:   000000001b98b42f 0000000000000001
0x000000002effeb28:   00000000003de000 0000140200000001
0x000000002effeb38:   00000000772063fe 0000000019c70800
0x000000002effeb48:   000000002effec98 0000000042504040
0x000000002effeb58:   000000001e5fc000 00000000007bc000
0x000000002effeb68:   000000000000ac44 0000000000001101
0x000000002effeb78:   000000001b978a8a 000000001df51070 

Instructions: (pc=0x000000001b972b1b)
0x000000001b972afb:   83 ea 01 75 d7 49 83 e9 01 75 c9 f3 c3 4c 8b d9
0x000000001b972b0b:   45 85 c9 74 26 45 8b d1 45 85 c0 74 18 41 8b c8
0x000000001b972b1b:   0f b7 02 48 83 c2 02 66 41 89 03 49 83 c3 02 48
0x000000001b972b2b:   83 e9 01 75 eb 49 83 ea 01 75 dd f3 c3 4c 8b d9 


Register to memory mapping:

RAX=0x000000000000fab9 is an unknown value
RBX=0x000000001e5fc000 is an unknown value
RCX=0x0000000000000001 is an unknown value
RDX=0x00000000425d6ed6 is an unknown value
RSP=0x000000002effea88 is pointing into the stack for thread: 0x0000000019c70800
RBP=0x0000000000001402 is an unknown value
RSI=0x0000000000000002 is an unknown value
RDI=0x00000000003de000 is an unknown value
R8 =0x0000000000000001 is an unknown value
R9 =0x00000000003de000 is an unknown value
R10=0x00000000003748b5 is an unknown value
R11=0x0000000033772ed6 is an unknown value
R12=0x0000000000001500 is an unknown value
R13=0x0000000000001500 is an unknown value
R14=0x000000001e5fc034 is an unknown value
R15=0x0000000000001402 is an unknown value


Stack: [0x000000002ef00000,0x000000002f000000],  sp=0x000000002effea88,  free space=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  0x000000001b972b1b

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 9393  org.lwjgl.openal.AL10.nalBufferData(IIJII)V (0 bytes) @ 0x0000000004d08ed6 [0x0000000004d08e80+0x56]
J 12453 C2 class.e5VPimfM7Y.FZOk5L6Gfy(Lcom/wurmonline/client/resources/fgtPPuD8uC;)Lclass/rCZWlYCQ3E; (122 bytes) @ 0x00000000046cd768 [0x00000000046ccfa0+0x7c8]
j  class.e5VPimfM7Y.FZOk5L6Gfy(Lcom/wurmonline/client/resources/fgtPPuD8uC;)Lclass/GcGouch1v;+2
j  class.Ats6ho2Ckb.run()V+14
j  java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95
j  java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0x000000002142b000 JavaThread "Sound Loader 2" daemon [_thread_blocked, id=11224, stack(0x0000000030800000,0x0000000030900000)]
  0x0000000021429800 JavaThread "Sound Loader 1" daemon [_thread_blocked, id=6064, stack(0x0000000030700000,0x0000000030800000)]
  0x0000000019c73000 JavaThread "WOM Model Loader 1" daemon [_thread_blocked, id=6316, stack(0x000000002f400000,0x000000002f500000)]
  0x0000000019c71800 JavaThread "WOM Model Loader 0" daemon [_thread_blocked, id=7008, stack(0x000000002f300000,0x000000002f400000)]
  0x0000000019c72000 JavaThread "Collada Model Loader 0" daemon [_thread_blocked, id=8556, stack(0x000000002f200000,0x000000002f300000)]
=>0x0000000019c70800 JavaThread "Sound Loader 0" daemon [_thread_in_native, id=1904, stack(0x000000002ef00000,0x000000002f000000)]
  0x0000000019c70000 JavaThread "Wurm-Fast-Clock-Workaround-Thread" daemon [_thread_blocked, id=9548, stack(0x000000002ee00000,0x000000002ef00000)]
  0x0000000019c6f000 JavaThread "Sound Unloader" daemon [_thread_blocked, id=1964, stack(0x000000002d800000,0x000000002d900000)]
  0x0000000019c73800 JavaThread "Wurm 4.0.57(4c6574a) main thread" [_thread_blocked, id=12704, stack(0x0000000029f20000,0x000000002a020000)]
  0x000000001c9ab800 JavaThread "Job executor 3" [_thread_blocked, id=5588, stack(0x0000000029e20000,0x0000000029f20000)]
  0x000000001c9a8800 JavaThread "Job executor 2" [_thread_blocked, id=12452, stack(0x0000000029d20000,0x0000000029e20000)]
  0x000000001c9a6000 JavaThread "Job executor 1" [_thread_blocked, id=15088, stack(0x0000000029c20000,0x0000000029d20000)]
  0x000000001c9aa800 JavaThread "Job executor 0" [_thread_blocked, id=6424, stack(0x0000000029b20000,0x0000000029c20000)]
  0x000000001c9a5800 JavaThread "Disposer" daemon [_thread_blocked, id=10124, stack(0x0000000023fa0000,0x00000000240a0000)]
  0x000000001c9a4800 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=4224, stack(0x00000000234a0000,0x00000000235a0000)]
  0x000000001c99e800 JavaThread "Timer-1" [_thread_blocked, id=12792, stack(0x0000000021e70000,0x0000000021f70000)]
  0x000000001c9a3000 JavaThread "Thread-20" daemon [_thread_in_native, id=15104, stack(0x00000000209a0000,0x0000000020aa0000)]
  0x000000001c99f800 JavaThread "JavaFX Application Thread" [_thread_in_native, id=12620, stack(0x000000001ea00000,0x000000001eb00000)]
  0x000000001c9a2800 JavaThread "Thread-19" daemon [_thread_blocked, id=11080, stack(0x000000001e900000,0x000000001ea00000)]
  0x000000001c9a4000 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=10872, stack(0x000000001e800000,0x000000001e900000)]
  0x000000001c99e000 JavaThread "JavaFX-Launcher" [_thread_blocked, id=14908, stack(0x000000001e700000,0x000000001e800000)]
  0x000000001c9a1800 JavaThread "javawsApplicationMain" [_thread_blocked, id=7920, stack(0x000000001e600000,0x000000001e700000)]
  0x0000000019c76000 JavaThread "TimerQueue" daemon [_thread_blocked, id=10552, stack(0x000000001dde0000,0x000000001dee0000)]
  0x0000000019c4a800 JavaThread "CacheCleanUpThread" daemon [_thread_blocked, id=9264, stack(0x000000001b000000,0x000000001b100000)]
  0x0000000019c22000 JavaThread "CacheMemoryCleanUpThread" daemon [_thread_blocked, id=5640, stack(0x000000001af00000,0x000000001b000000)]
  0x00000000199e8000 JavaThread "MemoryCache-DelayedCleanup" daemon [_thread_blocked, id=4852, stack(0x000000001ae00000,0x000000001af00000)]
  0x0000000002e45000 JavaThread "DestroyJavaVM" [_thread_blocked, id=14032, stack(0x0000000002990000,0x0000000002a90000)]
  0x0000000019c17800 JavaThread "Javaws Secure Thread" daemon [_thread_blocked, id=5136, stack(0x000000001ac00000,0x000000001ad00000)]
  0x0000000019c15000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=11192, stack(0x000000001a6a0000,0x000000001a7a0000)]
  0x0000000019c13800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=14868, stack(0x000000001a4a0000,0x000000001a5a0000)]
  0x00000000182f0000 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=12860, stack(0x00000000197a0000,0x00000000198a0000)]
  0x00000000182a8000 JavaThread "Service Thread" daemon [_thread_blocked, id=8384, stack(0x00000000195a0000,0x00000000196a0000)]
  0x0000000018213000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=11704, stack(0x00000000194a0000,0x00000000195a0000)]
  0x000000001820e800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=4792, stack(0x00000000193a0000,0x00000000194a0000)]
  0x0000000018206000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=11460, stack(0x00000000192a0000,0x00000000193a0000)]
  0x0000000018202800 JavaThread "Attach Listener" daemon [_thread_blocked, id=1676, stack(0x00000000191a0000,0x00000000192a0000)]
  0x0000000018201800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=9060, stack(0x00000000190a0000,0x00000000191a0000)]
  0x0000000018200000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=4124, stack(0x0000000018fa0000,0x00000000190a0000)]
  0x00000000181e8800 JavaThread "Finalizer" daemon [_thread_blocked, id=13548, stack(0x0000000018db0000,0x0000000018eb0000)]
  0x00000000181e0000 JavaThread "Reference Handler" daemon [_thread_blocked, id=8932, stack(0x0000000018cb0000,0x0000000018db0000)]

Other Threads:
  0x00000000181bb000 VMThread [stack: 0x0000000018bb0000,0x0000000018cb0000] [id=7568]
  0x00000000182ee800 WatcherThread [stack: 0x00000000196a0000,0x00000000197a0000] [id=4656]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 garbage-first heap   total 1019904K, used 514608K [0x00000000c1c00000, 0x00000000c1d01f20, 0x0000000100000000)
  region size 1024K, 9 young (9216K), 7 survivors (7168K)
 Metaspace       used 52643K, capacity 54313K, committed 54780K, reserved 1097728K
  class space    used 6300K, capacity 6610K, committed 6652K, reserved 1048576K

Heap Regions: (Y=young(eden), SU=young(survivor), HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, TS=gc time stamp, PTAMS=previous top-at-mark-start, NTAMS=next top-at-mark-start)
AC   0  O    TS     0 PTAMS 0x00000000c1cffff0 NTAMS 0x00000000c1cffff0 space 1024K,  99% used [0x00000000c1c00000, 0x00000000c1d00000)
AC   0  O    TS     0 PTAMS 0x00000000c1dfffe0 NTAMS 0x00000000c1dfffe0 space 1024K,  99% used [0x00000000c1d00000, 0x00000000c1e00000)
AC   0  O    TS     0 PTAMS 0x00000000c1efffb8 NTAMS 0x00000000c1efffb8 space 1024K,  99% used [0x00000000c1e00000, 0x00000000c1f00000)
AC   0  O    TS     0 PTAMS 0x00000000c1ffff58 NTAMS 0x00000000c1ffff58 space 1024K,  99% used [0x00000000c1f00000, 0x00000000c2000000)
AC   0  O    TS     0 PTAMS 0x00000000c20ffff8 NTAMS 0x00000000c20ffff8 space 1024K,  99% used [0x00000000c2000000, 0x00000000c2100000)
AC   0  O    TS     0 PTAMS 0x00000000c21ffff0 NTAMS 0x00000000c21ffff0 space 1024K,  99% used [0x00000000c2100000, 0x00000000c2200000)
AC   0  O    TS     0 PTAMS 0x00000000c22fffe0 NTAMS 0x00000000c22fffe0 space 1024K,  99% used [0x00000000c2200000, 0x00000000c2300000)
AC   0  O    TS     0 PTAMS 0x00000000c23fffc0 NTAMS 0x00000000c23fffc0 space 1024K,  99% used [0x00000000c2300000, 0x00000000c2400000)
AC   0  O    TS     0 PTAMS 0x00000000c24fffe8 NTAMS 0x00000000c24fffe8 space 1024K,  99% used [0x00000000c2400000, 0x00000000c2500000)
AC   0  O    TS     0 PTAMS 0x00000000c25fffe0 NTAMS 0x00000000c25fffe0 space 1024K,  99% used [0x00000000c2500000, 0x00000000c2600000)
AC   0  O    TS     0 PTAMS 0x00000000c26fff60 NTAMS 0x00000000c26fff60 space 1024K,  99% used [0x00000000c2600000, 0x00000000c2700000)
AC   0  O    TS     0 PTAMS 0x00000000c27fffe8 NTAMS 0x00000000c27fffe8 space 1024K,  99% used [0x00000000c2700000, 0x00000000c2800000)
AC   0  O    TS     0 PTAMS 0x00000000c28fffe8 NTAMS 0x00000000c28fffe8 space 1024K,  99% used [0x00000000c2800000, 0x00000000c2900000)
AC   0 HS    TS     0 PTAMS 0x00000000c2a3aad0 NTAMS 0x00000000c2a3aad0 space 2048K,  61% used [0x00000000c2900000, 0x00000000c2b00000)
AC   0 HC    TS     0 PTAMS 0x00000000c2a00000 NTAMS 0x00000000c2a00000 space 1024K,  22% used [0x00000000c2a00000, 0x00000000c2b00000)
AC   0  O    TS     0 PTAMS 0x00000000c2bffff8 NTAMS 0x00000000c2bffff8 space 1024K,  99% used [0x00000000c2b00000, 0x00000000c2c00000)
AC   0  O    TS     0 PTAMS 0x00000000c2d00000 NTAMS 0x00000000c2d00000 space 1024K, 100% used [0x00000000c2c00000, 0x00000000c2d00000)
AC   0  O    TS     0 PTAMS 0x00000000c2dfffd8 NTAMS 0x00000000c2dfffd8 space 1024K,  99% used [0x00000000c2d00000, 0x00000000c2e00000)
AC   0  O    TS     0 PTAMS 0x00000000c2f00000 NTAMS 0x00000000c2f00000 space 1024K, 100% used [0x00000000c2e00000, 0x00000000c2f00000)
AC   0  O    TS     0 PTAMS 0x00000000c2fffff0 NTAMS 0x00000000c2fffff0 space 1024K,  99% used [0x00000000c2f00000, 0x00000000c3000000)
AC   0  O    TS     0 PTAMS 0x00000000c30a8d80 NTAMS 0x00000000c30a8d80 space 1024K,  65% used [0x00000000c3000000, 0x00000000c3100000)
AC   0 HS    TS     0 PTAMS 0x00000000c31927d0 NTAMS 0x00000000c31927d0 space 1024K,  57% used [0x00000000c3100000, 0x00000000c3200000)
AC   0  O    TS     0 PTAMS 0x00000000c3300000 NTAMS 0x00000000c3300000 space 1024K, 100% used [0x00000000c3200000, 0x00000000c3300000)
AC   0  O    TS     0 PTAMS 0x00000000c33ffff8 NTAMS 0x00000000c33ffff8 space 1024K,  99% used [0x00000000c3300000, 0x00000000c3400000)
AC   0 HS    TS     0 PTAMS 0x00000000c3545030 NTAMS 0x00000000c3545030 space 2048K,  63% used [0x00000000c3400000, 0x00000000c3600000)
AC   0 HC    TS     0 PTAMS 0x00000000c3500000 NTAMS 0x00000000c3500000 space 1024K,  26% used [0x00000000c3500000, 0x00000000c3600000)
AC   0  O    TS     0 PTAMS 0x00000000c36f92a0 NTAMS 0x00000000c36f92a0 space 1024K,  97% used [0x00000000c3600000, 0x00000000c3700000)
AC   0  O    TS     0 PTAMS 0x00000000c37ffff8 NTAMS 0x00000000c37ffff8 space 1024K,  99% used [0x00000000c3700000, 0x00000000c3800000)
AC   0  O    TS     0 PTAMS 0x00000000c38fffc0 NTAMS 0x00000000c38fffc0 space 1024K,  99% used [0x00000000c3800000, 0x00000000c3900000)
AC   0  O    TS     0 PTAMS 0x00000000c3a00000 NTAMS 0x00000000c3a00000 space 1024K, 100% used [0x00000000c3900000, 0x00000000c3a00000)
AC   0  O    TS     0 PTAMS 0x00000000c3afffe8 NTAMS 0x00000000c3afffe8 space 1024K,  99% used [0x00000000c3a00000, 0x00000000c3b00000)
AC   0 HS    TS     0 PTAMS 0x00000000c3c105e8 NTAMS 0x00000000c3c105e8 space 2048K,  53% used [0x00000000c3b00000, 0x00000000c3d00000)
AC   0 HC    TS     0 PTAMS 0x00000000c3c00000 NTAMS 0x00000000c3c00000 space 1024K,   6% used [0x00000000c3c00000, 0x00000000c3d00000)
AC   0  O    TS     0 PTAMS 0x00000000c3dfff98 NTAMS 0x00000000c3dfff98 space 1024K,  99% used [0x00000000c3d00000, 0x00000000c3e00000)
AC   0  O    TS     0 PTAMS 0x00000000c3efffc8 NTAMS 0x00000000c3efffc8 space 1024K,  99% used [0x00000000c3e00000, 0x00000000c3f00000)
AC   0  O    TS     0 PTAMS 0x00000000c3fffff8 NTAMS 0x00000000c3fffff8 space 1024K,  99% used [0x00000000c3f00000, 0x00000000c4000000)
AC   0  O    TS     0 PTAMS 0x00000000c4100000 NTAMS 0x00000000c4100000 space 1024K, 100% used [0x00000000c4000000, 0x00000000c4100000)
AC   0  O    TS     0 PTAMS 0x00000000c41fff40 NTAMS 0x00000000c41fff40 space 1024K,  99% used [0x00000000c4100000, 0x00000000c4200000)
AC   0  O    TS     0 PTAMS 0x00000000c42ff970 NTAMS 0x00000000c42ff970 space 1024K,  99% used [0x00000000c4200000, 0x00000000c4300000)
AC   0  O    TS     0 PTAMS 0x00000000c43e0070 NTAMS 0x00000000c43e0070 space 1024K,  87% used [0x00000000c4300000, 0x00000000c4400000)
AC   0  O    TS     0 PTAMS 0x00000000c4500000 NTAMS 0x00000000c4500000 space 1024K, 100% used [0x00000000c4400000, 0x00000000c4500000)
AC   0  O    TS     0 PTAMS 0x00000000c45fffb8 NTAMS 0x00000000c45fffb8 space 1024K,  99% used [0x00000000c4500000, 0x00000000c4600000)
AC   0  O    TS     0 PTAMS 0x00000000c46ffff0 NTAMS 0x00000000c46ffff0 space 1024K,  99% used [0x00000000c4600000, 0x00000000c4700000)
AC   0 HS    TS     0 PTAMS 0x00000000c47c0010 NTAMS 0x00000000c47c0010 space 1024K,  75% used [0x00000000c4700000, 0x00000000c4800000)
AC   0 HS    TS     0 PTAMS 0x00000000c4900010 NTAMS 0x00000000c4900010 space 2048K,  50% used [0x00000000c4800000, 0x00000000c4a00000)
AC   0 HC    TS     0 PTAMS 0x00000000c4900000 NTAMS 0x00000000c4900000 space 1024K,   0% used [0x00000000c4900000, 0x00000000c4a00000)
AC   0 HS    TS     0 PTAMS 0x00000000c4af0010 NTAMS 0x00000000c4af0010 space 1024K,  93% used [0x00000000c4a00000, 0x00000000c4b00000)
AC   0  O    TS     0 PTAMS 0x00000000c4bfffd8 NTAMS 0x00000000c4bfffd8 space 1024K,  99% used [0x00000000c4b00000, 0x00000000c4c00000)
AC   0 HS    TS     0 PTAMS 0x00000000c4cc0010 NTAMS 0x00000000c4cc0010 space 1024K,  75% used [0x00000000c4c00000, 0x00000000c4d00000)
AC   0 HS    TS     0 PTAMS 0x00000000c4e00010 NTAMS 0x00000000c4e00010 space 2048K,  50% used [0x00000000c4d00000, 0x00000000c4f00000)
AC   0 HC    TS     0 PTAMS 0x00000000c4e00000 NTAMS 0x00000000c4e00000 space 1024K,   0% used [0x00000000c4e00000, 0x00000000c4f00000)
AC   0  O    TS     0 PTAMS 0x00000000c4ffd080 NTAMS 0x00000000c4ffd080 space 1024K,  98% used [0x00000000c4f00000, 0x00000000c5000000)
AC   0  O    TS     0 PTAMS 0x00000000c50f29f0 NTAMS 0x00000000c50f29f0 space 1024K,  94% used [0x00000000c5000000, 0x00000000c5100000)
AC   0 HS    TS     0 PTAMS 0x00000000c51927d0 NTAMS 0x00000000c51927d0 space 1024K,  57% used [0x00000000c5100000, 0x00000000c5200000)
AC   0 HS    TS     0 PTAMS 0x00000000c5300010 NTAMS 0x00000000c5300010 space 2048K,  50% used [0x00000000c5200000, 0x00000000c5400000)
AC   0 HC    TS     0 PTAMS 0x00000000c5300000 NTAMS 0x00000000c5300000 space 1024K,   0% used [0x00000000c5300000, 0x00000000c5400000)
AC   0 HS    TS     0 PTAMS 0x00000000c5600010 NTAMS 0x00000000c5600010 space 3072K,  66% used [0x00000000c5400000, 0x00000000c5700000)
AC   0 HC    TS     0 PTAMS 0x00000000c5500000 NTAMS 0x00000000c5500000 space 1024K, 100% used [0x00000000c5500000, 0x00000000c5600000)
AC   0 HC    TS     0 PTAMS 0x00000000c5600000 NTAMS 0x00000000c5600000 space 1024K,   0% used [0x00000000c5600000, 0x00000000c5700000)
AC   0  O    TS     0 PTAMS 0x00000000c57ffff8 NTAMS 0x00000000c57ffff8 space 1024K,  99% used [0x00000000c5700000, 0x00000000c5800000)
AC   0  O    TS     0 PTAMS 0x00000000c58fffd8 NTAMS 0x00000000c58fffd8 space 1024K,  99% used [0x00000000c5800000, 0x00000000c5900000)
AC   0  O    TS     0 PTAMS 0x00000000c59fffd8 NTAMS 0x00000000c59fffd8 space 1024K,  99% used [0x00000000c5900000, 0x00000000c5a00000)
AC   0  O    TS     0 PTAMS 0x00000000c5affff0 NTAMS 0x00000000c5affff0 space 1024K,  99% used [0x00000000c5a00000, 0x00000000c5b00000)
AC   0  O    TS     0 PTAMS 0x00000000c5bfffd8 NTAMS 0x00000000c5bfffd8 space 1024K,  99% used [0x00000000c5b00000, 0x00000000c5c00000)
AC   0  O    TS     0 PTAMS 0x00000000c5cffff0 NTAMS 0x00000000c5cffff0 space 1024K,  99% used [0x00000000c5c00000, 0x00000000c5d00000)
AC   0  O    TS     0 PTAMS 0x00000000c5dffff0 NTAMS 0x00000000c5dffff0 space 1024K,  99% used [0x00000000c5d00000, 0x00000000c5e00000)
AC   0  O    TS     0 PTAMS 0x00000000c5effff0 NTAMS 0x00000000c5effff0 space 1024K,  99% used [0x00000000c5e00000, 0x00000000c5f00000)
AC   0 HS    TS     0 PTAMS 0x00000000c5ffa010 NTAMS 0x00000000c5ffa010 space 1024K,  97% used [0x00000000c5f00000, 0x00000000c6000000)
AC   0 HS    TS     0 PTAMS 0x00000000c60f0010 NTAMS 0x00000000c60f0010 space 1024K,  93% used [0x00000000c6000000, 0x00000000c6100000)
AC   0 HS    TS     0 PTAMS 0x00000000c61f0010 NTAMS 0x00000000c61f0010 space 1024K,  93% used [0x00000000c6100000, 0x00000000c6200000)
AC   0 HS    TS     0 PTAMS 0x00000000c62fa010 NTAMS 0x00000000c62fa010 space 1024K,  97% used [0x00000000c6200000, 0x00000000c6300000)
AC   0 HS    TS     0 PTAMS 0x00000000c63fa010 NTAMS 0x00000000c63fa010 space 1024K,  97% used [0x00000000c6300000, 0x00000000c6400000)
AC   0 HS    TS     0 PTAMS 0x00000000c64f0010 NTAMS 0x00000000c64f0010 space 1024K,  93% used [0x00000000c6400000, 0x00000000c6500000)
AC   0  O    TS     0 PTAMS 0x00000000c65fffd8 NTAMS 0x00000000c65fffd8 space 1024K,  99% used [0x00000000c6500000, 0x00000000c6600000)
AC   0  O    TS     0 PTAMS 0x00000000c66ffff0 NTAMS 0x00000000c66ffff0 space 1024K,  99% used [0x00000000c6600000, 0x00000000c6700000)
AC   0  O    TS     0 PTAMS 0x00000000c67ffff0 NTAMS 0x00000000c67ffff0 space 1024K,  99% used [0x00000000c6700000, 0x00000000c6800000)
AC   0  O    TS     0 PTAMS 0x00000000c68ffff0 NTAMS 0x00000000c68ffff0 space 1024K,  99% used [0x00000000c6800000, 0x00000000c6900000)
AC   0  O    TS     0 PTAMS 0x00000000c69ffd80 NTAMS 0x00000000c69ffd80 space 1024K,  99% used [0x00000000c6900000, 0x00000000c6a00000)
AC   0  O    TS     0 PTAMS 0x00000000c6affff0 NTAMS 0x00000000c6affff0 space 1024K,  99% used [0x00000000c6a00000, 0x00000000c6b00000)
AC   0  O    TS     0 PTAMS 0x00000000c6bffff0 NTAMS 0x00000000c6bffff0 space 1024K,  99% used [0x00000000c6b00000, 0x00000000c6c00000)
AC   0  O    TS     0 PTAMS 0x00000000c6cfffc8 NTAMS 0x00000000c6cfffc8 space 1024K,  99% used [0x00000000c6c00000, 0x00000000c6d00000)
AC   0  O    TS     0 PTAMS 0x00000000c6dff9a8 NTAMS 0x00000000c6dff9a8 space 1024K,  99% used [0x00000000c6d00000, 0x00000000c6e00000)
AC   0  O    TS     0 PTAMS 0x00000000c6efffe8 NTAMS 0x00000000c6efffe8 space 1024K,  99% used [0x00000000c6e00000, 0x00000000c6f00000)
AC   0  O    TS     0 PTAMS 0x00000000c6fffff0 NTAMS 0x00000000c6fffff0 space 1024K,  99% used [0x00000000c6f00000, 0x00000000c7000000)
AC   0  O    TS     0 PTAMS 0x00000000c70ffff8 NTAMS 0x00000000c70ffff8 space 1024K,  99% used [0x00000000c7000000, 0x00000000c7100000)
AC   0  O    TS     0 PTAMS 0x00000000c71fffe8 NTAMS 0x00000000c71fffe8 space 1024K,  99% used [0x00000000c7100000, 0x00000000c7200000)
AC   0  O    TS     0 PTAMS 0x00000000c72fff80 NTAMS 0x00000000c72fff80 space 1024K,  99% used [0x00000000c7200000, 0x00000000c7300000)
AC   0  O    TS     0 PTAMS 0x00000000c73fffd8 NTAMS 0x00000000c73fffd8 space 1024K,  99% used [0x00000000c7300000, 0x00000000c7400000)
AC   0  O    TS     0 PTAMS 0x00000000c74fff78 NTAMS 0x00000000c74fff78 space 1024K,  99% used [0x00000000c7400000, 0x00000000c7500000)
AC   0  O    TS     0 PTAMS 0x00000000c75fff80 NTAMS 0x00000000c75fff80 space 1024K,  99% used [0x00000000c7500000, 0x00000000c7600000)
AC   0  O    TS     0 PTAMS 0x00000000c76ffff0 NTAMS 0x00000000c76ffff0 space 1024K,  99% used [0x00000000c7600000, 0x00000000c7700000)
AC   0  O    TS     0 PTAMS 0x00000000c77fffe8 NTAMS 0x00000000c77fffe8 space 1024K,  99% used [0x00000000c7700000, 0x00000000c7800000)
AC   0  O    TS     0 PTAMS 0x00000000c78fffe0 NTAMS 0x00000000c78fffe0 space 1024K,  99% used [0x00000000c7800000, 0x00000000c7900000)
AC   0  O    TS     0 PTAMS 0x00000000c79ff698 NTAMS 0x00000000c79ff698 space 1024K,  99% used [0x00000000c7900000, 0x00000000c7a00000)
AC   0  O    TS     0 PTAMS 0x00000000c7afffb8 NTAMS 0x00000000c7afffb8 space 1024K,  99% used [0x00000000c7a00000, 0x00000000c7b00000)
AC   0  O    TS     0 PTAMS 0x00000000c7bfff88 NTAMS 0x00000000c7bfff88 space 1024K,  99% used [0x00000000c7b00000, 0x00000000c7c00000)
AC   0  O    TS     0 PTAMS 0x00000000c7cfff98 NTAMS 0x00000000c7cfff98 space 1024K,  99% used [0x00000000c7c00000, 0x00000000c7d00000)
AC   0  O    TS     0 PTAMS 0x00000000c7dffff0 NTAMS 0x00000000c7dffff0 space 1024K,  99% used [0x00000000c7d00000, 0x00000000c7e00000)
AC   0  O    TS     0 PTAMS 0x00000000c7efffa0 NTAMS 0x00000000c7efffa0 space 1024K,  99% used [0x00000000c7e00000, 0x00000000c7f00000)
AC   0  O    TS     0 PTAMS 0x00000000c7ffff88 NTAMS 0x00000000c7ffff88 space 1024K,  99% used [0x00000000c7f00000, 0x00000000c8000000)
AC   0  O    TS     0 PTAMS 0x00000000c80fffa0 NTAMS 0x00000000c80fffa0 space 1024K,  99% used [0x00000000c8000000, 0x00000000c8100000)
AC   0  O    TS     0 PTAMS 0x00000000c81fff40 NTAMS 0x00000000c81fff40 space 1024K,  99% used [0x00000000c8100000, 0x00000000c8200000)
AC   0  O    TS     0 PTAMS 0x00000000c82ffff0 NTAMS 0x00000000c82ffff0 space 1024K,  99% used [0x00000000c8200000, 0x00000000c8300000)
AC   0  O    TS     0 PTAMS 0x00000000c83f8ff0 NTAMS 0x00000000c83f8ff0 space 1024K,  97% used [0x00000000c8300000, 0x00000000c8400000)
AC   0  O    TS     0 PTAMS 0x00000000c84fffb8 NTAMS 0x00000000c84fffb8 space 1024K,  99% used [0x00000000c8400000, 0x00000000c8500000)
AC   0  O    TS     0 PTAMS 0x00000000c85ffff8 NTAMS 0x00000000c85ffff8 space 1024K,  99% used [0x00000000c8500000, 0x00000000c8600000)
AC   0  O    TS     0 PTAMS 0x00000000c86fffe8 NTAMS 0x00000000c86fffe8 space 1024K,  99% used [0x00000000c8600000, 0x00000000c8700000)
AC   0  O    TS     0 PTAMS 0x00000000c87ffff8 NTAMS 0x00000000c87ffff8 space 1024K,  99% used [0x00000000c8700000, 0x00000000c8800000)
AC   0  O    TS     0 PTAMS 0x00000000c88ffff0 NTAMS 0x00000000c88ffff0 space 1024K,  99% used [0x00000000c8800000, 0x00000000c8900000)
AC   0  O    TS     0 PTAMS 0x00000000c89fdfb0 NTAMS 0x00000000c89fdfb0 space 1024K,  99% used [0x00000000c8900000, 0x00000000c8a00000)
AC   0 HS    TS     0 PTAMS 0x00000000c8a80010 NTAMS 0x00000000c8a80010 space 1024K,  50% used [0x00000000c8a00000, 0x00000000c8b00000)
AC   0  O    TS     0 PTAMS 0x00000000c8bff5e0 NTAMS 0x00000000c8bff5e0 space 1024K,  99% used [0x00000000c8b00000, 0x00000000c8c00000)
AC   0  O    TS     0 PTAMS 0x00000000c8cfffe8 NTAMS 0x00000000c8cfffe8 space 1024K,  99% used [0x00000000c8c00000, 0x00000000c8d00000)
AC   0  O    TS     0 PTAMS 0x00000000c8dfffc0 NTAMS 0x00000000c8dfffc0 space 1024K,  99% used [0x00000000c8d00000, 0x00000000c8e00000)
AC   0  O    TS     0 PTAMS 0x00000000c8efffe8 NTAMS 0x00000000c8efffe8 space 1024K,  99% used [0x00000000c8e00000, 0x00000000c8f00000)
AC   0  O    TS     0 PTAMS 0x00000000c8ffffd0 NTAMS 0x00000000c8ffffd0 space 1024K,  99% used [0x00000000c8f00000, 0x00000000c9000000)
AC   0  O    TS     0 PTAMS 0x00000000c90fffd8 NTAMS 0x00000000c90fffd8 space 1024K,  99% used [0x00000000c9000000, 0x00000000c9100000)
AC   0  O    TS     0 PTAMS 0x00000000c91fffc8 NTAMS 0x00000000c91fffc8 space 1024K,  99% used [0x00000000c9100000, 0x00000000c9200000)
AC   0  O    TS     0 PTAMS 0x00000000c92fffc0 NTAMS 0x00000000c92fffc0 space 1024K,  99% used [0x00000000c9200000, 0x00000000c9300000)
AC   0  O    TS     0 PTAMS 0x00000000c93ffff8 NTAMS 0x00000000c93ffff8 space 1024K,  99% used [0x00000000c9300000, 0x00000000c9400000)
AC   0  O    TS     0 PTAMS 0x00000000c94ffff8 NTAMS 0x00000000c94ffff8 space 1024K,  99% used [0x00000000c9400000, 0x00000000c9500000)
AC   0  O    TS     0 PTAMS 0x00000000c95fffc8 NTAMS 0x00000000c95fffc8 space 1024K,  99% used [0x00000000c9500000, 0x00000000c9600000)
AC   0  O    TS     0 PTAMS 0x00000000c96ffd08 NTAMS 0x00000000c96ffd08 space 1024K,  99% used [0x00000000c9600000, 0x00000000c9700000)
AC   0  O    TS     0 PTAMS 0x00000000c97fffe8 NTAMS 0x00000000c97fffe8 space 1024K,  99% used [0x00000000c9700000, 0x00000000c9800000)
AC   0  O    TS     0 PTAMS 0x00000000c98ffef8 NTAMS 0x00000000c98ffef8 space 1024K,  99% used [0x00000000c9800000, 0x00000000c9900000)
AC   0  O    TS     0 PTAMS 0x00000000c99fffc8 NTAMS 0x00000000c99fffc8 space 1024K,  99% used [0x00000000c9900000, 0x00000000c9a00000)
AC   0  O    TS     0 PTAMS 0x00000000c9afffc0 NTAMS 0x00000000c9afffc0 space 1024K,  99% used [0x00000000c9a00000, 0x00000000c9b00000)
AC   0  O    TS     0 PTAMS 0x00000000c9bfffe8 NTAMS 0x00000000c9bfffe8 space 1024K,  99% used [0x00000000c9b00000, 0x00000000c9c00000)
AC   0  O    TS     0 PTAMS 0x00000000c9cfffe0 NTAMS 0x00000000c9cfffe0 space 1024K,  99% used [0x00000000c9c00000, 0x00000000c9d00000)
AC   0  O    TS     0 PTAMS 0x00000000c9dfffd0 NTAMS 0x00000000c9dfffd0 space 1024K,  99% used [0x00000000c9d00000, 0x00000000c9e00000)
AC   0  O    TS     0 PTAMS 0x00000000c9efffe8 NTAMS 0x00000000c9efffe8 space 1024K,  99% used [0x00000000c9e00000, 0x00000000c9f00000)
AC   0  O    TS     0 PTAMS 0x00000000c9ffffd8 NTAMS 0x00000000c9ffffd8 space 1024K,  99% used [0x00000000c9f00000, 0x00000000ca000000)
AC   0  O    TS     0 PTAMS 0x00000000ca0fff28 NTAMS 0x00000000ca0fff28 space 1024K,  99% used [0x00000000ca000000, 0x00000000ca100000)
AC   0  O    TS     0 PTAMS 0x00000000ca1fffc0 NTAMS 0x00000000ca1fffc0 space 1024K,  99% used [0x00000000ca100000, 0x00000000ca200000)
AC   0  O    TS     0 PTAMS 0x00000000ca300000 NTAMS 0x00000000ca300000 space 1024K, 100% used [0x00000000ca200000, 0x00000000ca300000)
AC   0  O    TS     0 PTAMS 0x00000000ca3ffff0 NTAMS 0x00000000ca3ffff0 space 1024K,  99% used [0x00000000ca300000, 0x00000000ca400000)
AC   0  O    TS     0 PTAMS 0x00000000ca4fffd8 NTAMS 0x00000000ca4fffd8 space 1024K,  99% used [0x00000000ca400000, 0x00000000ca500000)
AC   0  O    TS     0 PTAMS 0x00000000ca5fffe8 NTAMS 0x00000000ca5fffe8 space 1024K,  99% used [0x00000000ca500000, 0x00000000ca600000)
AC   0  O    TS     0 PTAMS 0x00000000ca6ffff0 NTAMS 0x00000000ca6ffff0 space 1024K,  99% used [0x00000000ca600000, 0x00000000ca700000)
AC   0  O    TS     0 PTAMS 0x00000000ca7fe788 NTAMS 0x00000000ca7fe788 space 1024K,  99% used [0x00000000ca700000, 0x00000000ca800000)
AC   0  O    TS     0 PTAMS 0x00000000ca8fffd0 NTAMS 0x00000000ca8fffd0 space 1024K,  99% used [0x00000000ca800000, 0x00000000ca900000)
AC   0  O    TS     0 PTAMS 0x00000000ca9ffec8 NTAMS 0x00000000ca9ffec8 space 1024K,  99% used [0x00000000ca900000, 0x00000000caa00000)
AC   0  O    TS     0 PTAMS 0x00000000caafffb8 NTAMS 0x00000000caafffb8 space 1024K,  99% used [0x00000000caa00000, 0x00000000cab00000)
AC   0  O    TS     0 PTAMS 0x00000000cabfffc0 NTAMS 0x00000000cabfffc0 space 1024K,  99% used [0x00000000cab00000, 0x00000000cac00000)
AC   0  O    TS     0 PTAMS 0x00000000cacffc20 NTAMS 0x00000000cacffc20 space 1024K,  99% used [0x00000000cac00000, 0x00000000cad00000)
AC   0  O    TS     0 PTAMS 0x00000000cadffff8 NTAMS 0x00000000cadffff8 space 1024K,  99% used [0x00000000cad00000, 0x00000000cae00000)
AC   0  O    TS     0 PTAMS 0x00000000caeffd40 NTAMS 0x00000000caeffd40 space 1024K,  99% used [0x00000000cae00000, 0x00000000caf00000)
AC   0  O    TS     0 PTAMS 0x00000000cafffca8 NTAMS 0x00000000cafffca8 space 1024K,  99% used [0x00000000caf00000, 0x00000000cb000000)
AC   0  O    TS     0 PTAMS 0x00000000cb0fffe8 NTAMS 0x00000000cb0fffe8 space 1024K,  99% used [0x00000000cb000000, 0x00000000cb100000)
AC   0  O    TS     0 PTAMS 0x00000000cb1fffd8 NTAMS 0x00000000cb1fffd8 space 1024K,  99% used [0x00000000cb100000, 0x00000000cb200000)
AC   0  O    TS     0 PTAMS 0x00000000cb2fff00 NTAMS 0x00000000cb2fff00 space 1024K,  99% used [0x00000000cb200000, 0x00000000cb300000)
AC   0  O    TS     0 PTAMS 0x00000000cb3fffe8 NTAMS 0x00000000cb3fffe8 space 1024K,  99% used [0x00000000cb300000, 0x00000000cb400000)
AC   0  O    TS     0 PTAMS 0x00000000cb4ffff0 NTAMS 0x00000000cb4ffff0 space 1024K,  99% used [0x00000000cb400000, 0x00000000cb500000)
AC   0  O    TS     0 PTAMS 0x00000000cb5fff30 NTAMS 0x00000000cb5fff30 space 1024K,  99% used [0x00000000cb500000, 0x00000000cb600000)
AC   0  O    TS     0 PTAMS 0x00000000cb6fffe8 NTAMS 0x00000000cb6fffe8 space 1024K,  99% used [0x00000000cb600000, 0x00000000cb700000)
AC   0  O    TS     0 PTAMS 0x00000000cb7fffb8 NTAMS 0x00000000cb7fffb8 space 1024K,  99% used [0x00000000cb700000, 0x00000000cb800000)
AC   0  O    TS     0 PTAMS 0x00000000cb8fffe8 NTAMS 0x00000000cb8fffe8 space 1024K,  99% used [0x00000000cb800000, 0x00000000cb900000)
AC   0  O    TS     0 PTAMS 0x00000000cba00000 NTAMS 0x00000000cba00000 space 1024K, 100% used [0x00000000cb900000, 0x00000000cba00000)
AC   0  O    TS     0 PTAMS 0x00000000cbaffe10 NTAMS 0x00000000cbaffe10 space 1024K,  99% used [0x00000000cba00000, 0x00000000cbb00000)
AC   0  O    TS     0 PTAMS 0x00000000cbbfffe0 NTAMS 0x00000000cbbfffe0 space 1024K,  99% used [0x00000000cbb00000, 0x00000000cbc00000)
AC   0  O    TS     0 PTAMS 0x00000000cbcfffc0 NTAMS 0x00000000cbcfffc0 space 1024K,  99% used [0x00000000cbc00000, 0x00000000cbd00000)
AC   0  O    TS     0 PTAMS 0x00000000cbe00000 NTAMS 0x00000000cbe00000 space 1024K, 100% used [0x00000000cbd00000, 0x00000000cbe00000)
AC   0  O    TS     0 PTAMS 0x00000000cbeffeb0 NTAMS 0x00000000cbeffeb0 space 1024K,  99% used [0x00000000cbe00000, 0x00000000cbf00000)
AC   0  O    TS     0 PTAMS 0x00000000cbffffd8 NTAMS 0x00000000cbffffd8 space 1024K,  99% used [0x00000000cbf00000, 0x00000000cc000000)
AC   0  O    TS     0 PTAMS 0x00000000cc100000 NTAMS 0x00000000cc100000 space 1024K, 100% used [0x00000000cc000000, 0x00000000cc100000)
AC   0  O    TS     0 PTAMS 0x00000000cc1fffd8 NTAMS 0x00000000cc1fffd8 space 1024K,  99% used [0x00000000cc100000, 0x00000000cc200000)
AC   0  O    TS     0 PTAMS 0x00000000cc2fffe8 NTAMS 0x00000000cc2fffe8 space 1024K,  99% used [0x00000000cc200000, 0x00000000cc300000)
AC   0  O    TS     0 PTAMS 0x00000000cc3fffe0 NTAMS 0x00000000cc3fffe0 space 1024K,  99% used [0x00000000cc300000, 0x00000000cc400000)
AC   0  O    TS     0 PTAMS 0x00000000cc4fffd0 NTAMS 0x00000000cc4fffd0 space 1024K,  99% used [0x00000000cc400000, 0x00000000cc500000)
AC   0  O    TS     0 PTAMS 0x00000000cc5ffff8 NTAMS 0x00000000cc5ffff8 space 1024K,  99% used [0x00000000cc500000, 0x00000000cc600000)
AC   0  O    TS     0 PTAMS 0x00000000cc6fffa8 NTAMS 0x00000000cc6fffa8 space 1024K,  99% used [0x00000000cc600000, 0x00000000cc700000)
AC   0  O    TS     0 PTAMS 0x00000000cc7ffed0 NTAMS 0x00000000cc7ffed0 space 1024K,  99% used [0x00000000cc700000, 0x00000000cc800000)
AC   0  O    TS     0 PTAMS 0x00000000cc8fffc0 NTAMS 0x00000000cc8fffc0 space 1024K,  99% used [0x00000000cc800000, 0x00000000cc900000)
AC   0  O    TS     0 PTAMS 0x00000000cc9fffb8 NTAMS 0x00000000cc9fffb8 space 1024K,  99% used [0x00000000cc900000, 0x00000000cca00000)
AC   0  O    TS     0 PTAMS 0x00000000ccafffc0 NTAMS 0x00000000ccafffc0 space 1024K,  99% used [0x00000000cca00000, 0x00000000ccb00000)
AC   0  O    TS     0 PTAMS 0x00000000ccbffc08 NTAMS 0x00000000ccbffc08 space 1024K,  99% used [0x00000000ccb00000, 0x00000000ccc00000)
AC   0  O    TS     0 PTAMS 0x00000000cccfffc8 NTAMS 0x00000000cccfffc8 space 1024K,  99% used [0x00000000ccc00000, 0x00000000ccd00000)
AC   0  O    TS     0 PTAMS 0x00000000cce00000 NTAMS 0x00000000cce00000 space 1024K, 100% used [0x00000000ccd00000, 0x00000000cce00000)
AC   0  O    TS     0 PTAMS 0x00000000cceffdf0 NTAMS 0x00000000cceffdf0 space 1024K,  99% used [0x00000000cce00000, 0x00000000ccf00000)
AC   0  O    TS     0 PTAMS 0x00000000ccffffc0 NTAMS 0x00000000ccffffc0 space 1024K,  99% used [0x00000000ccf00000, 0x00000000cd000000)
AC   0  O    TS     0 PTAMS 0x00000000cd0fffc8 NTAMS 0x00000000cd0fffc8 space 1024K,  99% used [0x00000000cd000000, 0x00000000cd100000)
AC   0  O    TS     0 PTAMS 0x00000000cd200000 NTAMS 0x00000000cd200000 space 1024K, 100% used [0x00000000cd100000, 0x00000000cd200000)
AC   0  O    TS     0 PTAMS 0x00000000cd2fffb8 NTAMS 0x00000000cd2fffb8 space 1024K,  99% used [0x00000000cd200000, 0x00000000cd300000)
AC   0  O    TS     0 PTAMS 0x00000000cd3fffd0 NTAMS 0x00000000cd3fffd0 space 1024K,  99% used [0x00000000cd300000, 0x00000000cd400000)
AC   0  O    TS     0 PTAMS 0x00000000cd4fffe0 NTAMS 0x00000000cd4fffe0 space 1024K,  99% used [0x00000000cd400000, 0x00000000cd500000)
AC   0  O    TS     0 PTAMS 0x00000000cd600000 NTAMS 0x00000000cd600000 space 1024K, 100% used [0x00000000cd500000, 0x00000000cd600000)
AC   0  O    TS     0 PTAMS 0x00000000cd6ffff0 NTAMS 0x00000000cd6ffff0 space 1024K,  99% used [0x00000000cd600000, 0x00000000cd700000)
AC   0  O    TS     0 PTAMS 0x00000000cd7fffd8 NTAMS 0x00000000cd7fffd8 space 1024K,  99% used [0x00000000cd700000, 0x00000000cd800000)
AC   0  O    TS     0 PTAMS 0x00000000cd8ffc10 NTAMS 0x00000000cd8ffc10 space 1024K,  99% used [0x00000000cd800000, 0x00000000cd900000)
AC   0  O    TS     0 PTAMS 0x00000000cd9fffe8 NTAMS 0x00000000cd9fffe8 space 1024K,  99% used [0x00000000cd900000, 0x00000000cda00000)
AC   0  O    TS     0 PTAMS 0x00000000cdafffc0 NTAMS 0x00000000cdafffc0 space 1024K,  99% used [0x00000000cda00000, 0x00000000cdb00000)
AC   0  O    TS     0 PTAMS 0x00000000cdbffc08 NTAMS 0x00000000cdbffc08 space 1024K,  99% used [0x00000000cdb00000, 0x00000000cdc00000)
AC   0  O    TS     0 PTAMS 0x00000000cdcfffc0 NTAMS 0x00000000cdcfffc0 space 1024K,  99% used [0x00000000cdc00000, 0x00000000cdd00000)
AC   0  O    TS     0 PTAMS 0x00000000cddfffe0 NTAMS 0x00000000cddfffe0 space 1024K,  99% used [0x00000000cdd00000, 0x00000000cde00000)
AC   0  O    TS     0 PTAMS 0x00000000cdefffe0 NTAMS 0x00000000cdefffe0 space 1024K,  99% used [0x00000000cde00000, 0x00000000cdf00000)
AC   0  O    TS     0 PTAMS 0x00000000cdffffe0 NTAMS 0x00000000cdffffe0 space 1024K,  99% used [0x00000000cdf00000, 0x00000000ce000000)
AC   0  O    TS     0 PTAMS 0x00000000ce0fffb8 NTAMS 0x00000000ce0fffb8 space 1024K,  99% used [0x00000000ce000000, 0x00000000ce100000)
AC   0  O    TS     0 PTAMS 0x00000000ce1fffe8 NTAMS 0x00000000ce1fffe8 space 1024K,  99% used [0x00000000ce100000, 0x00000000ce200000)
AC   0  O    TS     0 PTAMS 0x00000000ce2fffe8 NTAMS 0x00000000ce2fffe8 space 1024K,  99% used [0x00000000ce200000, 0x00000000ce300000)
AC   0  O    TS     0 PTAMS 0x00000000ce3fffe8 NTAMS 0x00000000ce3fffe8 space 1024K,  99% used [0x00000000ce300000, 0x00000000ce400000)
AC   0  O    TS     0 PTAMS 0x00000000ce4fffe0 NTAMS 0x00000000ce4fffe0 space 1024K,  99% used [0x00000000ce400000, 0x00000000ce500000)
AC   0  O    TS     0 PTAMS 0x00000000ce5fffd0 NTAMS 0x00000000ce5fffd0 space 1024K,  99% used [0x00000000ce500000, 0x00000000ce600000)
AC   0  O    TS     0 PTAMS 0x00000000ce6ffca0 NTAMS 0x00000000ce6ffca0 space 1024K,  99% used [0x00000000ce600000, 0x00000000ce700000)
AC   0  O    TS     0 PTAMS 0x00000000ce7ffff0 NTAMS 0x00000000ce7ffff0 space 1024K,  99% used [0x00000000ce700000, 0x00000000ce800000)
AC   0  O    TS     0 PTAMS 0x00000000ce8ffcb8 NTAMS 0x00000000ce8ffcb8 space 1024K,  99% used [0x00000000ce800000, 0x00000000ce900000)
AC   0  O    TS     0 PTAMS 0x00000000ce9ffff8 NTAMS 0x00000000ce9ffff8 space 1024K,  99% used [0x00000000ce900000, 0x00000000cea00000)
AC   0  O    TS     0 PTAMS 0x00000000ceafffe0 NTAMS 0x00000000ceafffe0 space 1024K,  99% used [0x00000000cea00000, 0x00000000ceb00000)
AC   0  O    TS     0 PTAMS 0x00000000cec00000 NTAMS 0x00000000cec00000 space 1024K, 100% used [0x00000000ceb00000, 0x00000000cec00000)
AC   0  O    TS     0 PTAMS 0x00000000cecffff8 NTAMS 0x00000000cecffff8 space 1024K,  99% used [0x00000000cec00000, 0x00000000ced00000)
AC   0  O    TS     0 PTAMS 0x00000000cedfffd0 NTAMS 0x00000000cedfffd0 space 1024K,  99% used [0x00000000ced00000, 0x00000000cee00000)
AC   0  O    TS     0 PTAMS 0x00000000ceefffd8 NTAMS 0x00000000ceefffd8 space 1024K,  99% used [0x00000000cee00000, 0x00000000cef00000)
AC   0  O    TS     0 PTAMS 0x00000000ceffffa8 NTAMS 0x00000000ceffffa8 space 1024K,  99% used [0x00000000cef00000, 0x00000000cf000000)
AC   0  O    TS     0 PTAMS 0x00000000cf0fffb0 NTAMS 0x00000000cf0fffb0 space 1024K,  99% used [0x00000000cf000000, 0x00000000cf100000)
AC   0  O    TS     0 PTAMS 0x00000000cf1fffd8 NTAMS 0x00000000cf1fffd8 space 1024K,  99% used [0x00000000cf100000, 0x00000000cf200000)
AC   0  O    TS     0 PTAMS 0x00000000cf2fffe0 NTAMS 0x00000000cf2fffe0 space 1024K,  99% used [0x00000000cf200000, 0x00000000cf300000)
AC   0  O    TS     0 PTAMS 0x00000000cf3ffff8 NTAMS 0x00000000cf3ffff8 space 1024K,  99% used [0x00000000cf300000, 0x00000000cf400000)
AC   0  O    TS     0 PTAMS 0x00000000cf4fffe8 NTAMS 0x00000000cf4fffe8 space 1024K,  99% used [0x00000000cf400000, 0x00000000cf500000)
AC   0  O    TS     0 PTAMS 0x00000000cf5fffe0 NTAMS 0x00000000cf5fffe0 space 1024K,  99% used [0x00000000cf500000, 0x00000000cf600000)
AC   0  O    TS     0 PTAMS 0x00000000cf6fffb8 NTAMS 0x00000000cf6fffb8 space 1024K,  99% used [0x00000000cf600000, 0x00000000cf700000)
AC   0  O    TS     0 PTAMS 0x00000000cf800000 NTAMS 0x00000000cf800000 space 1024K, 100% used [0x00000000cf700000, 0x00000000cf800000)
AC   0  O    TS     0 PTAMS 0x00000000cf8fffb8 NTAMS 0x00000000cf8fffb8 space 1024K,  99% used [0x00000000cf800000, 0x00000000cf900000)
AC   0  O    TS     0 PTAMS 0x00000000cf9fffd8 NTAMS 0x00000000cf9fffd8 space 1024K,  99% used [0x00000000cf900000, 0x00000000cfa00000)
AC   0  O    TS     0 PTAMS 0x00000000cfafffe8 NTAMS 0x00000000cfafffe8 space 1024K,  99% used [0x00000000cfa00000, 0x00000000cfb00000)
AC   0  O    TS     0 PTAMS 0x00000000cfbfffd0 NTAMS 0x00000000cfbfffd0 space 1024K,  99% used [0x00000000cfb00000, 0x00000000cfc00000)
AC   0  O    TS     0 PTAMS 0x00000000cfcffff0 NTAMS 0x00000000cfcffff0 space 1024K,  99% used [0x00000000cfc00000, 0x00000000cfd00000)
AC   0  O    TS     0 PTAMS 0x00000000cfdfffc0 NTAMS 0x00000000cfdfffc0 space 1024K,  99% used [0x00000000cfd00000, 0x00000000cfe00000)
AC   0  O    TS     0 PTAMS 0x00000000cfeffff8 NTAMS 0x00000000cfeffff8 space 1024K,  99% used [0x00000000cfe00000, 0x00000000cff00000)
AC   0  O    TS     0 PTAMS 0x00000000cfffffd8 NTAMS 0x00000000cfffffd8 space 1024K,  99% used [0x00000000cff00000, 0x00000000d0000000)
AC   0  O    TS     0 PTAMS 0x00000000d00fffd8 NTAMS 0x00000000d00fffd8 space 1024K,  99% used [0x00000000d0000000, 0x00000000d0100000)
AC   0  O    TS     0 PTAMS 0x00000000d01ffff8 NTAMS 0x00000000d01ffff8 space 1024K,  99% used [0x00000000d0100000, 0x00000000d0200000)
AC   0  O    TS     0 PTAMS 0x00000000d02ffd38 NTAMS 0x00000000d02ffd38 space 1024K,  99% used [0x00000000d0200000, 0x00000000d0300000)
AC   0  O    TS     0 PTAMS 0x00000000d03fffb8 NTAMS 0x00000000d03fffb8 space 1024K,  99% used [0x00000000d0300000, 0x00000000d0400000)
AC   0  O    TS     0 PTAMS 0x00000000d04ffff8 NTAMS 0x00000000d04ffff8 space 1024K,  99% used [0x00000000d0400000, 0x00000000d0500000)
AC   0  O    TS     0 PTAMS 0x00000000d05ffff0 NTAMS 0x00000000d05ffff0 space 1024K,  99% used [0x00000000d0500000, 0x00000000d0600000)
AC   0  O    TS     0 PTAMS 0x00000000d06ffff8 NTAMS 0x00000000d06ffff8 space 1024K,  99% used [0x00000000d0600000, 0x00000000d0700000)
AC   0  O    TS     0 PTAMS 0x00000000d07fffd8 NTAMS 0x00000000d07fffd8 space 1024K,  99% used [0x00000000d0700000, 0x00000000d0800000)
AC   0  O    TS     0 PTAMS 0x00000000d08fffb8 NTAMS 0x00000000d08fffb8 space 1024K,  99% used [0x00000000d0800000, 0x00000000d0900000)
AC   0  O    TS     0 PTAMS 0x00000000d09ffe00 NTAMS 0x00000000d09ffe00 space 1024K,  99% used [0x00000000d0900000, 0x00000000d0a00000)
AC   0  O    TS     0 PTAMS 0x00000000d0afffc8 NTAMS 0x00000000d0afffc8 space 1024K,  99% used [0x00000000d0a00000, 0x00000000d0b00000)
AC   0  O    TS     0 PTAMS 0x00000000d0bfffb8 NTAMS 0x00000000d0bfffb8 space 1024K,  99% used [0x00000000d0b00000, 0x00000000d0c00000)
AC   0  O    TS     0 PTAMS 0x00000000d0cffff0 NTAMS 0x00000000d0cffff0 space 1024K,  99% used [0x00000000d0c00000, 0x00000000d0d00000)
AC   0  O    TS     0 PTAMS 0x00000000d0dffc50 NTAMS 0x00000000d0dffc50 space 1024K,  99% used [0x00000000d0d00000, 0x00000000d0e00000)
AC   0  O    TS     0 PTAMS 0x00000000d0efffd0 NTAMS 0x00000000d0efffd0 space 1024K,  99% used [0x00000000d0e00000, 0x00000000d0f00000)
AC   0  O    TS     0 PTAMS 0x00000000d0fffd20 NTAMS 0x00000000d0fffd20 space 1024K,  99% used [0x00000000d0f00000, 0x00000000d1000000)
AC   0  O    TS     0 PTAMS 0x00000000d10fffe0 NTAMS 0x00000000d10fffe0 space 1024K,  99% used [0x00000000d1000000, 0x00000000d1100000)
AC   0  O    TS     0 PTAMS 0x00000000d11fffc0 NTAMS 0x00000000d11fffc0 space 1024K,  99% used [0x00000000d1100000, 0x00000000d1200000)
AC   0  O    TS     0 PTAMS 0x00000000d12fffe0 NTAMS 0x00000000d12fffe0 space 1024K,  99% used [0x00000000d1200000, 0x00000000d1300000)
AC   0  O    TS     0 PTAMS 0x00000000d13c4928 NTAMS 0x00000000d13c4928 space 1024K,  76% used [0x00000000d1300000, 0x00000000d1400000)
AC   0  O    TS     0 PTAMS 0x00000000d14b5310 NTAMS 0x00000000d14b5310 space 1024K,  70% used [0x00000000d1400000, 0x00000000d1500000)
AC   0  O    TS     0 PTAMS 0x00000000d15feb88 NTAMS 0x00000000d15feb88 space 1024K,  99% used [0x00000000d1500000, 0x00000000d1600000)
AC   0  O    TS     0 PTAMS 0x00000000d16fffd0 NTAMS 0x00000000d16fffd0 space 1024K,  99% used [0x00000000d1600000, 0x00000000d1700000)
AC   0  O    TS     0 PTAMS 0x00000000d17ffff0 NTAMS 0x00000000d17ffff0 space 1024K,  99% used [0x00000000d1700000, 0x00000000d1800000)
AC   0  O    TS     0 PTAMS 0x00000000d18ffff0 NTAMS 0x00000000d18ffff0 space 1024K,  99% used [0x00000000d1800000, 0x00000000d1900000)
AC   0  O    TS     0 PTAMS 0x00000000d19fffd0 NTAMS 0x00000000d19fffd0 space 1024K,  99% used [0x00000000d1900000, 0x00000000d1a00000)
AC   0  O    TS     0 PTAMS 0x00000000d1affff0 NTAMS 0x00000000d1affff0 space 1024K,  99% used [0x00000000d1a00000, 0x00000000d1b00000)
AC   0  O    TS     0 PTAMS 0x00000000d1bf88e0 NTAMS 0x00000000d1bf88e0 space 1024K,  97% used [0x00000000d1b00000, 0x00000000d1c00000)
AC   0  O    TS     0 PTAMS 0x00000000d1cfffe8 NTAMS 0x00000000d1cfffe8 space 1024K,  99% used [0x00000000d1c00000, 0x00000000d1d00000)
AC   0  O    TS     0 PTAMS 0x00000000d1dffeb8 NTAMS 0x00000000d1dffeb8 space 1024K,  99% used [0x00000000d1d00000, 0x00000000d1e00000)
AC   0  O    TS     0 PTAMS 0x00000000d1f00000 NTAMS 0x00000000d1f00000 space 1024K, 100% used [0x00000000d1e00000, 0x00000000d1f00000)
AC   0  O    TS     0 PTAMS 0x00000000d1ffffe8 NTAMS 0x00000000d1ffffe8 space 1024K,  99% used [0x00000000d1f00000, 0x00000000d2000000)
AC   0  O    TS     0 PTAMS 0x00000000d2100000 NTAMS 0x00000000d2100000 space 1024K, 100% used [0x00000000d2000000, 0x00000000d2100000)
AC   0  O    TS     0 PTAMS 0x00000000d21fffd8 NTAMS 0x00000000d21fffd8 space 1024K,  99% used [0x00000000d2100000, 0x00000000d2200000)
AC   0  O    TS     0 PTAMS 0x00000000d22fffc8 NTAMS 0x00000000d22fffc8 space 1024K,  99% used [0x00000000d2200000, 0x00000000d2300000)
AC   0  O    TS     0 PTAMS 0x00000000d23fffc8 NTAMS 0x00000000d23fffc8 space 1024K,  99% used [0x00000000d2300000, 0x00000000d2400000)
AC   0  O    TS     0 PTAMS 0x00000000d24fffe8 NTAMS 0x00000000d24fffe8 space 1024K,  99% used [0x00000000d2400000, 0x00000000d2500000)
AC   0  O    TS     0 PTAMS 0x00000000d25c2ef0 NTAMS 0x00000000d25c2ef0 space 1024K,  76% used [0x00000000d2500000, 0x00000000d2600000)
AC   0  O    TS     0 PTAMS 0x00000000d26aaae0 NTAMS 0x00000000d26aaae0 space 1024K,  66% used [0x00000000d2600000, 0x00000000d2700000)
AC   0  O    TS     0 PTAMS 0x00000000d27fffe8 NTAMS 0x00000000d27fffe8 space 1024K,  99% used [0x00000000d2700000, 0x00000000d2800000)
AC   0  O    TS     0 PTAMS 0x00000000d2900000 NTAMS 0x00000000d2900000 space 1024K, 100% used [0x00000000d2800000, 0x00000000d2900000)
AC   0  O    TS     0 PTAMS 0x00000000d29fffc0 NTAMS 0x00000000d29fffc0 space 1024K,  99% used [0x00000000d2900000, 0x00000000d2a00000)
AC   0  O    TS     0 PTAMS 0x00000000d2affff0 NTAMS 0x00000000d2affff0 space 1024K,  99% used [0x00000000d2a00000, 0x00000000d2b00000)
AC   0  O    TS     0 PTAMS 0x00000000d2bfff30 NTAMS 0x00000000d2bfff30 space 1024K,  99% used [0x00000000d2b00000, 0x00000000d2c00000)
AC   0  O    TS     0 PTAMS 0x00000000d2cfffb8 NTAMS 0x00000000d2cfffb8 space 1024K,  99% used [0x00000000d2c00000, 0x00000000d2d00000)
AC   0  O    TS     0 PTAMS 0x00000000d2e00000 NTAMS 0x00000000d2e00000 space 1024K, 100% used [0x00000000d2d00000, 0x00000000d2e00000)
AC   0  O    TS     0 PTAMS 0x00000000d2f00000 NTAMS 0x00000000d2f00000 space 1024K, 100% used [0x00000000d2e00000, 0x00000000d2f00000)
AC   0  O    TS     0 PTAMS 0x00000000d2fffff0 NTAMS 0x00000000d2fffff0 space 1024K,  99% used [0x00000000d2f00000, 0x00000000d3000000)
AC   0  O    TS     0 PTAMS 0x00000000d30fffe8 NTAMS 0x00000000d30fffe8 space 1024K,  99% used [0x00000000d3000000, 0x00000000d3100000)
AC   0  O    TS     0 PTAMS 0x00000000d31fffc0 NTAMS 0x00000000d31fffc0 space 1024K,  99% used [0x00000000d3100000, 0x00000000d3200000)
AC   0  O    TS     0 PTAMS 0x00000000d32fffc8 NTAMS 0x00000000d32fffc8 space 1024K,  99% used [0x00000000d3200000, 0x00000000d3300000)
AC   0  O    TS     0 PTAMS 0x00000000d33fffe0 NTAMS 0x00000000d33fffe0 space 1024K,  99% used [0x00000000d3300000, 0x00000000d3400000)
AC   0  O    TS     0 PTAMS 0x00000000d34fffc8 NTAMS 0x00000000d34fffc8 space 1024K,  99% used [0x00000000d3400000, 0x00000000d3500000)
AC   0  O    TS     0 PTAMS 0x00000000d35fffe8 NTAMS 0x00000000d35fffe8 space 1024K,  99% used [0x00000000d3500000, 0x00000000d3600000)
AC   0  O    TS     0 PTAMS 0x00000000d36ffff8 NTAMS 0x00000000d36ffff8 space 1024K,  99% used [0x00000000d3600000, 0x00000000d3700000)
AC   0  O    TS     0 PTAMS 0x00000000d37fffd8 NTAMS 0x00000000d37fffd8 space 1024K,  99% used [0x00000000d3700000, 0x00000000d3800000)
AC   0  O    TS     0 PTAMS 0x00000000d38fffe0 NTAMS 0x00000000d38fffe0 space 1024K,  99% used [0x00000000d3800000, 0x00000000d3900000)
AC   0  O    TS     0 PTAMS 0x00000000d39fffc0 NTAMS 0x00000000d39fffc0 space 1024K,  99% used [0x00000000d3900000, 0x00000000d3a00000)
AC   0  O    TS     0 PTAMS 0x00000000d3afffc0 NTAMS 0x00000000d3afffc0 space 1024K,  99% used [0x00000000d3a00000, 0x00000000d3b00000)
AC   0  O    TS     0 PTAMS 0x00000000d3bff3b0 NTAMS 0x00000000d3bff3b0 space 1024K,  99% used [0x00000000d3b00000, 0x00000000d3c00000)
AC   0  O    TS     0 PTAMS 0x00000000d3cfff48 NTAMS 0x00000000d3cfff48 space 1024K,  99% used [0x00000000d3c00000, 0x00000000d3d00000)
AC   0  O    TS     0 PTAMS 0x00000000d3dffff8 NTAMS 0x00000000d3dffff8 space 1024K,  99% used [0x00000000d3d00000, 0x00000000d3e00000)
AC   0  O    TS     0 PTAMS 0x00000000d3f00000 NTAMS 0x00000000d3f00000 space 1024K, 100% used [0x00000000d3e00000, 0x00000000d3f00000)
AC   0  O    TS     0 PTAMS 0x00000000d3ffffa8 NTAMS 0x00000000d3ffffa8 space 1024K,  99% used [0x00000000d3f00000, 0x00000000d4000000)
AC   0  O    TS     0 PTAMS 0x00000000d40fffd8 NTAMS 0x00000000d40fffd8 space 1024K,  99% used [0x00000000d4000000, 0x00000000d4100000)
AC   0  O    TS     0 PTAMS 0x00000000d41fffd8 NTAMS 0x00000000d41fffd8 space 1024K,  99% used [0x00000000d4100000, 0x00000000d4200000)
AC   0  O    TS     0 PTAMS 0x00000000d4300000 NTAMS 0x00000000d4300000 space 1024K, 100% used [0x00000000d4200000, 0x00000000d4300000)
AC   0  O    TS     0 PTAMS 0x00000000d43fffb0 NTAMS 0x00000000d43fffb0 space 1024K,  99% used [0x00000000d4300000, 0x00000000d4400000)
AC   0  O    TS     0 PTAMS 0x00000000d44fe998 NTAMS 0x00000000d44fe998 space 1024K,  99% used [0x00000000d4400000, 0x00000000d4500000)
AC   0  O    TS     0 PTAMS 0x00000000d45fffc0 NTAMS 0x00000000d45fffc0 space 1024K,  99% used [0x00000000d4500000, 0x00000000d4600000)
AC   0  O    TS     0 PTAMS 0x00000000d46fffd0 NTAMS 0x00000000d46fffd0 space 1024K,  99% used [0x00000000d4600000, 0x00000000d4700000)
AC   0  O    TS     0 PTAMS 0x00000000d47fffd8 NTAMS 0x00000000d47fffd8 space 1024K,  99% used [0x00000000d4700000, 0x00000000d4800000)
AC   0  O    TS     0 PTAMS 0x00000000d48fffb8 NTAMS 0x00000000d48fffb8 space 1024K,  99% used [0x00000000d4800000, 0x00000000d4900000)
AC   0  O    TS     0 PTAMS 0x00000000d49fffe8 NTAMS 0x00000000d49fffe8 space 1024K,  99% used [0x00000000d4900000, 0x00000000d4a00000)
AC   0  O    TS     0 PTAMS 0x00000000d4b00000 NTAMS 0x00000000d4b00000 space 1024K, 100% used [0x00000000d4a00000, 0x00000000d4b00000)
AC   0  O    TS     0 PTAMS 0x00000000d4c00000 NTAMS 0x00000000d4c00000 space 1024K, 100% used [0x00000000d4b00000, 0x00000000d4c00000)
AC   0  O    TS     0 PTAMS 0x00000000d4cfffd8 NTAMS 0x00000000d4cfffd8 space 1024K,  99% used [0x00000000d4c00000, 0x00000000d4d00000)
AC   0  O    TS     0 PTAMS 0x00000000d4e00000 NTAMS 0x00000000d4e00000 space 1024K, 100% used [0x00000000d4d00000, 0x00000000d4e00000)
AC   0  O    TS     0 PTAMS 0x00000000d4efffd0 NTAMS 0x00000000d4efffd0 space 1024K,  99% used [0x00000000d4e00000, 0x00000000d4f00000)
AC   0  O    TS     0 PTAMS 0x00000000d4ffff58 NTAMS 0x00000000d4ffff58 space 1024K,  99% used [0x00000000d4f00000, 0x00000000d5000000)
AC   0  O    TS     0 PTAMS 0x00000000d5100000 NTAMS 0x00000000d5100000 space 1024K, 100% used [0x00000000d5000000, 0x00000000d5100000)
AC   0  O    TS     0 PTAMS 0x00000000d51fffe0 NTAMS 0x00000000d51fffe0 space 1024K,  99% used [0x00000000d5100000, 0x00000000d5200000)
AC   0  O    TS     0 PTAMS 0x00000000d52fffc0 NTAMS 0x00000000d52fffc0 space 1024K,  99% used [0x00000000d5200000, 0x00000000d5300000)
AC   0  O    TS     0 PTAMS 0x00000000d53fffd0 NTAMS 0x00000000d53fffd0 space 1024K,  99% used [0x00000000d5300000, 0x00000000d5400000)
AC   0  O    TS     0 PTAMS 0x00000000d54fff70 NTAMS 0x00000000d54fff70 space 1024K,  99% used [0x00000000d5400000, 0x00000000d5500000)
AC   0  O    TS     0 PTAMS 0x00000000d5600000 NTAMS 0x00000000d5600000 space 1024K, 100% used [0x00000000d5500000, 0x00000000d5600000)
AC   0  O    TS     0 PTAMS 0x00000000d56fffd8 NTAMS 0x00000000d56fffd8 space 1024K,  99% used [0x00000000d5600000, 0x00000000d5700000)
AC   0  O    TS     0 PTAMS 0x00000000d57ffff0 NTAMS 0x00000000d57ffff0 space 1024K,  99% used [0x00000000d5700000, 0x00000000d5800000)
AC   0  O    TS     0 PTAMS 0x00000000d58fff30 NTAMS 0x00000000d58fff30 space 1024K,  99% used [0x00000000d5800000, 0x00000000d5900000)
AC   0  O    TS     0 PTAMS 0x00000000d59fffd0 NTAMS 0x00000000d59fffd0 space 1024K,  99% used [0x00000000d5900000, 0x00000000d5a00000)
AC   0  O    TS     0 PTAMS 0x00000000d5aafb80 NTAMS 0x00000000d5aafb80 space 1024K,  68% used [0x00000000d5a00000, 0x00000000d5b00000)
AC   0  O    TS     0 PTAMS 0x00000000d5bfd648 NTAMS 0x00000000d5bfd648 space 1024K,  98% used [0x00000000d5b00000, 0x00000000d5c00000)
AC   0  O    TS     0 PTAMS 0x00000000d5cfffe0 NTAMS 0x00000000d5cfffe0 space 1024K,  99% used [0x00000000d5c00000, 0x00000000d5d00000)
AC   0  O    TS     0 PTAMS 0x00000000d5dffff0 NTAMS 0x00000000d5dffff0 space 1024K,  99% used [0x00000000d5d00000, 0x00000000d5e00000)
AC   0  O    TS     0 PTAMS 0x00000000d5efffe0 NTAMS 0x00000000d5efffe0 space 1024K,  99% used [0x00000000d5e00000, 0x00000000d5f00000)
AC   0  O    TS     0 PTAMS 0x00000000d5fffd60 NTAMS 0x00000000d5fffd60 space 1024K,  99% used [0x00000000d5f00000, 0x00000000d6000000)
AC   0  O    TS     0 PTAMS 0x00000000d60f3da8 NTAMS 0x00000000d60f3da8 space 1024K,  95% used [0x00000000d6000000, 0x00000000d6100000)
AC   0  O    TS     0 PTAMS 0x00000000d61fffd8 NTAMS 0x00000000d61fffd8 space 1024K,  99% used [0x00000000d6100000, 0x00000000d6200000)
AC   0  O    TS     0 PTAMS 0x00000000d62fffc8 NTAMS 0x00000000d62fffc8 space 1024K,  99% used [0x00000000d6200000, 0x00000000d6300000)
AC   0  O    TS     0 PTAMS 0x00000000d6400000 NTAMS 0x00000000d6400000 space 1024K, 100% used [0x00000000d6300000, 0x00000000d6400000)
AC   0  O    TS     0 PTAMS 0x00000000d64fff80 NTAMS 0x00000000d64fff80 space 1024K,  99% used [0x00000000d6400000, 0x00000000d6500000)
AC   0  O    TS     0 PTAMS 0x00000000d65fffe0 NTAMS 0x00000000d65fffe0 space 1024K,  99% used [0x00000000d6500000, 0x00000000d6600000)
AC   0  O    TS     0 PTAMS 0x00000000d66fffe0 NTAMS 0x00000000d66fffe0 space 1024K,  99% used [0x00000000d6600000, 0x00000000d6700000)
AC   0  O    TS     0 PTAMS 0x00000000d67fffd8 NTAMS 0x00000000d67fffd8 space 1024K,  99% used [0x00000000d6700000, 0x00000000d6800000)
AC   0  O    TS     0 PTAMS 0x00000000d68fffd0 NTAMS 0x00000000d68fffd0 space 1024K,  99% used [0x00000000d6800000, 0x00000000d6900000)
AC   0  O    TS     0 PTAMS 0x00000000d69fff68 NTAMS 0x00000000d69fff68 space 1024K,  99% used [0x00000000d6900000, 0x00000000d6a00000)
AC   0  O    TS     0 PTAMS 0x00000000d6affff0 NTAMS 0x00000000d6affff0 space 1024K,  99% used [0x00000000d6a00000, 0x00000000d6b00000)
AC   0  O    TS     0 PTAMS 0x00000000d6bffa88 NTAMS 0x00000000d6bffa88 space 1024K,  99% used [0x00000000d6b00000, 0x00000000d6c00000)
AC   0  O    TS     0 PTAMS 0x00000000d6cfffd8 NTAMS 0x00000000d6cfffd8 space 1024K,  99% used [0x00000000d6c00000, 0x00000000d6d00000)
AC   0  O    TS     0 PTAMS 0x00000000d6dfffc8 NTAMS 0x00000000d6dfffc8 space 1024K,  99% used [0x00000000d6d00000, 0x00000000d6e00000)
AC   0  O    TS     0 PTAMS 0x00000000d6efffd8 NTAMS 0x00000000d6efffd8 space 1024K,  99% used [0x00000000d6e00000, 0x00000000d6f00000)
AC   0  O    TS     0 PTAMS 0x00000000d6ffe398 NTAMS 0x00000000d6ffe398 space 1024K,  99% used [0x00000000d6f00000, 0x00000000d7000000)
AC   0  O    TS     0 PTAMS 0x00000000d70fff60 NTAMS 0x00000000d70fff60 space 1024K,  99% used [0x00000000d7000000, 0x00000000d7100000)
AC   0  O    TS     0 PTAMS 0x00000000d71fffd0 NTAMS 0x00000000d71fffd0 space 1024K,  99% used [0x00000000d7100000, 0x00000000d7200000)
AC   0  O    TS     0 PTAMS 0x00000000d72ff878 NTAMS 0x00000000d72ff878 space 1024K,  99% used [0x00000000d7200000, 0x00000000d7300000)
AC   0  O    TS     0 PTAMS 0x00000000d73fff60 NTAMS 0x00000000d73fff60 space 1024K,  99% used [0x00000000d7300000, 0x00000000d7400000)
AC   0  O    TS     0 PTAMS 0x00000000d74fffd8 NTAMS 0x00000000d74fffd8 space 1024K,  99% used [0x00000000d7400000, 0x00000000d7500000)
AC   0  O    TS     0 PTAMS 0x00000000d75fffb8 NTAMS 0x00000000d75fffb8 space 1024K,  99% used [0x00000000d7500000, 0x00000000d7600000)
AC   0  O    TS     0 PTAMS 0x00000000d76d40f0 NTAMS 0x00000000d76d40f0 space 1024K,  82% used [0x00000000d7600000, 0x00000000d7700000)
AC   0  O    TS     0 PTAMS 0x00000000d77aaae0 NTAMS 0x00000000d77aaae0 space 1024K,  66% used [0x00000000d7700000, 0x00000000d7800000)
AC   0  O    TS     0 PTAMS 0x00000000d78ffe78 NTAMS 0x00000000d78ffe78 space 1024K,  99% used [0x00000000d7800000, 0x00000000d7900000)
AC   0  O    TS     0 PTAMS 0x00000000d79fffb8 NTAMS 0x00000000d79fffb8 space 1024K,  99% used [0x00000000d7900000, 0x00000000d7a00000)
AC   0  O    TS     0 PTAMS 0x00000000d7adba10 NTAMS 0x00000000d7adba10 space 1024K,  85% used [0x00000000d7a00000, 0x00000000d7b00000)
AC   0  O    TS     0 PTAMS 0x00000000d7baaae0 NTAMS 0x00000000d7baaae0 space 1024K,  66% used [0x00000000d7b00000, 0x00000000d7c00000)
AC   0  O    TS     0 PTAMS 0x00000000d7cfffe8 NTAMS 0x00000000d7cfffe8 space 1024K,  99% used [0x00000000d7c00000, 0x00000000d7d00000)
AC   0  O    TS     0 PTAMS 0x00000000d7dc1a00 NTAMS 0x00000000d7dc1a00 space 1024K,  75% used [0x00000000d7d00000, 0x00000000d7e00000)
AC   0  O    TS     0 PTAMS 0x00000000d7effec8 NTAMS 0x00000000d7effec8 space 1024K,  99% used [0x00000000d7e00000, 0x00000000d7f00000)
AC   0  O    TS     0 PTAMS 0x00000000d7ffffe0 NTAMS 0x00000000d7ffffe0 space 1024K,  99% used [0x00000000d7f00000, 0x00000000d8000000)
AC   0  O    TS     0 PTAMS 0x00000000d80ffe58 NTAMS 0x00000000d80ffe58 space 1024K,  99% used [0x00000000d8000000, 0x00000000d8100000)
AC   0  O    TS     0 PTAMS 0x00000000d81fff68 NTAMS 0x00000000d81fff68 space 1024K,  99% used [0x00000000d8100000, 0x00000000d8200000)
AC   0  O    TS     0 PTAMS 0x00000000d82fff58 NTAMS 0x00000000d82fff58 space 1024K,  99% used [0x00000000d8200000, 0x00000000d8300000)
AC   0  O    TS     0 PTAMS 0x00000000d83e2a28 NTAMS 0x00000000d83e2a28 space 1024K,  88% used [0x00000000d8300000, 0x00000000d8400000)
AC   0  O    TS     0 PTAMS 0x00000000d84ffff0 NTAMS 0x00000000d84ffff0 space 1024K,  99% used [0x00000000d8400000, 0x00000000d8500000)
AC   0  O    TS     0 PTAMS 0x00000000d85fff50 NTAMS 0x00000000d85fff50 space 1024K,  99% used [0x00000000d8500000, 0x00000000d8600000)
AC   0  O    TS     0 PTAMS 0x00000000d86fff78 NTAMS 0x00000000d86fff78 space 1024K,  99% used [0x00000000d8600000, 0x00000000d8700000)
AC   0  O    TS     0 PTAMS 0x00000000d87fffb8 NTAMS 0x00000000d87fffb8 space 1024K,  99% used [0x00000000d8700000, 0x00000000d8800000)
AC   0  O    TS     0 PTAMS 0x00000000d88fff80 NTAMS 0x00000000d88fff80 space 1024K,  99% used [0x00000000d8800000, 0x00000000d8900000)
AC   0  O    TS     0 PTAMS 0x00000000d89fffd8 NTAMS 0x00000000d89fffd8 space 1024K,  99% used [0x00000000d8900000, 0x00000000d8a00000)
AC   0  O    TS     0 PTAMS 0x00000000d8afffe8 NTAMS 0x00000000d8afffe8 space 1024K,  99% used [0x00000000d8a00000, 0x00000000d8b00000)
AC   0  O    TS     0 PTAMS 0x00000000d8bffff8 NTAMS 0x00000000d8bffff8 space 1024K,  99% used [0x00000000d8b00000, 0x00000000d8c00000)
AC   0  O    TS     0 PTAMS 0x00000000d8cfffc0 NTAMS 0x00000000d8cfffc0 space 1024K,  99% used [0x00000000d8c00000, 0x00000000d8d00000)
AC   0  O    TS     0 PTAMS 0x00000000d8e00000 NTAMS 0x00000000d8e00000 space 1024K, 100% used [0x00000000d8d00000, 0x00000000d8e00000)
AC   0  O    TS     0 PTAMS 0x00000000d8efffe0 NTAMS 0x00000000d8efffe0 space 1024K,  99% used [0x00000000d8e00000, 0x00000000d8f00000)
AC   0  O    TS     0 PTAMS 0x00000000d8ffffd0 NTAMS 0x00000000d8ffffd0 space 1024K,  99% used [0x00000000d8f00000, 0x00000000d9000000)
AC   0  O    TS     0 PTAMS 0x00000000d90fffe8 NTAMS 0x00000000d90fffe8 space 1024K,  99% used [0x00000000d9000000, 0x00000000d9100000)
AC   0  O    TS     0 PTAMS 0x00000000d91ffff0 NTAMS 0x00000000d91ffff0 space 1024K,  99% used [0x00000000d9100000, 0x00000000d9200000)
AC   0  O    TS     0 PTAMS 0x00000000d92f8d88 NTAMS 0x00000000d92f8d88 space 1024K,  97% used [0x00000000d9200000, 0x00000000d9300000)
AC   0  O    TS     0 PTAMS 0x00000000d9400000 NTAMS 0x00000000d9400000 space 1024K, 100% used [0x00000000d9300000, 0x00000000d9400000)
AC   0  O    TS     0 PTAMS 0x00000000d94fffc0 NTAMS 0x00000000d94fffc0 space 1024K,  99% used [0x00000000d9400000, 0x00000000d9500000)
AC   0  O    TS     0 PTAMS 0x00000000d95fffe8 NTAMS 0x00000000d95fffe8 space 1024K,  99% used [0x00000000d9500000, 0x00000000d9600000)
AC   0  O    TS     0 PTAMS 0x00000000d96ffff0 NTAMS 0x00000000d96ffff0 space 1024K,  99% used [0x00000000d9600000, 0x00000000d9700000)
AC   0  O    TS     0 PTAMS 0x00000000d97ffff0 NTAMS 0x00000000d97ffff0 space 1024K,  99% used [0x00000000d9700000, 0x00000000d9800000)
AC   0  O    TS     0 PTAMS 0x00000000d98fffb8 NTAMS 0x00000000d98fffb8 space 1024K,  99% used [0x00000000d9800000, 0x00000000d9900000)
AC   0  O    TS     0 PTAMS 0x00000000d99fffd8 NTAMS 0x00000000d99fffd8 space 1024K,  99% used [0x00000000d9900000, 0x00000000d9a00000)
AC   0  O    TS     0 PTAMS 0x00000000d9afffc0 NTAMS 0x00000000d9afffc0 space 1024K,  99% used [0x00000000d9a00000, 0x00000000d9b00000)
AC   0  O    TS     0 PTAMS 0x00000000d9bffec8 NTAMS 0x00000000d9bffec8 space 1024K,  99% used [0x00000000d9b00000, 0x00000000d9c00000)
AC   0  O    TS     0 PTAMS 0x00000000d9cfffb8 NTAMS 0x00000000d9cfffb8 space 1024K,  99% used [0x00000000d9c00000, 0x00000000d9d00000)
AC   0  O    TS     0 PTAMS 0x00000000d9dffff0 NTAMS 0x00000000d9dffff0 space 1024K,  99% used [0x00000000d9d00000, 0x00000000d9e00000)
AC   0  O    TS     0 PTAMS 0x00000000d9efffb8 NTAMS 0x00000000d9efffb8 space 1024K,  99% used [0x00000000d9e00000, 0x00000000d9f00000)
AC   0  O    TS     0 PTAMS 0x00000000d9fffda8 NTAMS 0x00000000d9fffda8 space 1024K,  99% used [0x00000000d9f00000, 0x00000000da000000)
AC   0  O    TS     0 PTAMS 0x00000000da0ffff0 NTAMS 0x00000000da0ffff0 space 1024K,  99% used [0x00000000da000000, 0x00000000da100000)
AC   0  O    TS     0 PTAMS 0x00000000da1fffe0 NTAMS 0x00000000da1fffe0 space 1024K,  99% used [0x00000000da100000, 0x00000000da200000)
AC   0  O    TS     0 PTAMS 0x00000000da300000 NTAMS 0x00000000da300000 space 1024K, 100% used [0x00000000da200000, 0x00000000da300000)
AC   0  O    TS     0 PTAMS 0x00000000da3fffd0 NTAMS 0x00000000da3fffd0 space 1024K,  99% used [0x00000000da300000, 0x00000000da400000)
AC   0  O    TS     0 PTAMS 0x00000000da4fffb0 NTAMS 0x00000000da4fffb0 space 1024K,  99% used [0x00000000da400000, 0x00000000da500000)
AC   0  O    TS     0 PTAMS 0x00000000da5ffcf8 NTAMS 0x00000000da5ffcf8 space 1024K,  99% used [0x00000000da500000, 0x00000000da600000)
AC   0  O    TS     0 PTAMS 0x00000000da6ffff0 NTAMS 0x00000000da6ffff0 space 1024K,  99% used [0x00000000da600000, 0x00000000da700000)
AC   0  O    TS     0 PTAMS 0x00000000da7fffc0 NTAMS 0x00000000da7fffc0 space 1024K,  99% used [0x00000000da700000, 0x00000000da800000)
AC   0  O    TS     0 PTAMS 0x00000000da8fffb8 NTAMS 0x00000000da8fffb8 space 1024K,  99% used [0x00000000da800000, 0x00000000da900000)
AC   0  O    TS     0 PTAMS 0x00000000da9fffa8 NTAMS 0x00000000da9fffa8 space 1024K,  99% used [0x00000000da900000, 0x00000000daa00000)
AC   0  O    TS     0 PTAMS 0x00000000daafffb8 NTAMS 0x00000000daafffb8 space 1024K,  99% used [0x00000000daa00000, 0x00000000dab00000)
AC   0  O    TS     0 PTAMS 0x00000000dabffd90 NTAMS 0x00000000dabffd90 space 1024K,  99% used [0x00000000dab00000, 0x00000000dac00000)
AC   0  O    TS     0 PTAMS 0x00000000dacfffd0 NTAMS 0x00000000dacfffd0 space 1024K,  99% used [0x00000000dac00000, 0x00000000dad00000)
AC   0  O    TS     0 PTAMS 0x00000000dae00000 NTAMS 0x00000000dae00000 space 1024K, 100% used [0x00000000dad00000, 0x00000000dae00000)
AC   0  O    TS     0 PTAMS 0x00000000daefffb8 NTAMS 0x00000000daefffb8 space 1024K,  99% used [0x00000000dae00000, 0x00000000daf00000)
AC   0  O    TS     0 PTAMS 0x00000000db000000 NTAMS 0x00000000db000000 space 1024K, 100% used [0x00000000daf00000, 0x00000000db000000)
AC   0  O    TS     0 PTAMS 0x00000000db0ffff0 NTAMS 0x00000000db0ffff0 space 1024K,  99% used [0x00000000db000000, 0x00000000db100000)
AC   0  O    TS     0 PTAMS 0x00000000db1fff98 NTAMS 0x00000000db1fff98 space 1024K,  99% used [0x00000000db100000, 0x00000000db200000)
AC   0  O    TS     0 PTAMS 0x00000000db2fff70 NTAMS 0x00000000db2fff70 space 1024K,  99% used [0x00000000db200000, 0x00000000db300000)
AC   0  O    TS     0 PTAMS 0x00000000db3fffd8 NTAMS 0x00000000db3fffd8 space 1024K,  99% used [0x00000000db300000, 0x00000000db400000)
AC   0  O    TS     0 PTAMS 0x00000000db4fffb8 NTAMS 0x00000000db4fffb8 space 1024K,  99% used [0x00000000db400000, 0x00000000db500000)
AC   0  O    TS     0 PTAMS 0x00000000db600000 NTAMS 0x00000000db600000 space 1024K, 100% used [0x00000000db500000, 0x00000000db600000)
AC   0  O    TS     0 PTAMS 0x00000000db6ff810 NTAMS 0x00000000db6ff810 space 1024K,  99% used [0x00000000db600000, 0x00000000db700000)
AC   0  O    TS     0 PTAMS 0x00000000db7fffd8 NTAMS 0x00000000db7fffd8 space 1024K,  99% used [0x00000000db700000, 0x00000000db800000)
AC   0  O    TS     0 PTAMS 0x00000000db8ffef0 NTAMS 0x00000000db8ffef0 space 1024K,  99% used [0x00000000db800000, 0x00000000db900000)
AC   0  O    TS     0 PTAMS 0x00000000db9fff60 NTAMS 0x00000000db9fff60 space 1024K,  99% used [0x00000000db900000, 0x00000000dba00000)
AC   0  O    TS     0 PTAMS 0x00000000dbaffff8 NTAMS 0x00000000dbaffff8 space 1024K,  99% used [0x00000000dba00000, 0x00000000dbb00000)
AC   0  O    TS     0 PTAMS 0x00000000dbbfffd0 NTAMS 0x00000000dbbfffd0 space 1024K,  99% used [0x00000000dbb00000, 0x00000000dbc00000)
AC   0  O    TS     0 PTAMS 0x00000000dbcfffc0 NTAMS 0x00000000dbcfffc0 space 1024K,  99% used [0x00000000dbc00000, 0x00000000dbd00000)
AC   0  O    TS     0 PTAMS 0x00000000dbdffff8 NTAMS 0x00000000dbdffff8 space 1024K,  99% used [0x00000000dbd00000, 0x00000000dbe00000)
AC   0  O    TS     0 PTAMS 0x00000000dbf00000 NTAMS 0x00000000dbf00000 space 1024K, 100% used [0x00000000dbe00000, 0x00000000dbf00000)
AC   0  O    TS     0 PTAMS 0x00000000dbffdc78 NTAMS 0x00000000dbffdc78 space 1024K,  99% used [0x00000000dbf00000, 0x00000000dc000000)
AC   0  O    TS     0 PTAMS 0x00000000dc0fffb0 NTAMS 0x00000000dc0fffb0 space 1024K,  99% used [0x00000000dc000000, 0x00000000dc100000)
AC   0  O    TS     0 PTAMS 0x00000000dc1f5f88 NTAMS 0x00000000dc1f5f88 space 1024K,  96% used [0x00000000dc100000, 0x00000000dc200000)
AC   0  O    TS     0 PTAMS 0x00000000dc300000 NTAMS 0x00000000dc300000 space 1024K, 100% used [0x00000000dc200000, 0x00000000dc300000)
AC   0  O    TS     0 PTAMS 0x00000000dc400000 NTAMS 0x00000000dc400000 space 1024K, 100% used [0x00000000dc300000, 0x00000000dc400000)
AC   0  O    TS     0 PTAMS 0x00000000dc500000 NTAMS 0x00000000dc500000 space 1024K, 100% used [0x00000000dc400000, 0x00000000dc500000)
AC   0  O    TS     0 PTAMS 0x00000000dc600000 NTAMS 0x00000000dc600000 space 1024K, 100% used [0x00000000dc500000, 0x00000000dc600000)
AC   0  O    TS     0 PTAMS 0x00000000dc700000 NTAMS 0x00000000dc700000 space 1024K, 100% used [0x00000000dc600000, 0x00000000dc700000)
AC   0  O    TS     0 PTAMS 0x00000000dc800000 NTAMS 0x00000000dc800000 space 1024K, 100% used [0x00000000dc700000, 0x00000000dc800000)
AC   0  O    TS     0 PTAMS 0x00000000dc900000 NTAMS 0x00000000dc900000 space 1024K, 100% used [0x00000000dc800000, 0x00000000dc900000)
AC   0  O    TS     0 PTAMS 0x00000000dca00000 NTAMS 0x00000000dca00000 space 1024K, 100% used [0x00000000dc900000, 0x00000000dca00000)
AC   0  O    TS     0 PTAMS 0x00000000dcb00000 NTAMS 0x00000000dcb00000 space 1024K, 100% used [0x00000000dca00000, 0x00000000dcb00000)
AC   0  O    TS     0 PTAMS 0x00000000dcc00000 NTAMS 0x00000000dcc00000 space 1024K, 100% used [0x00000000dcb00000, 0x00000000dcc00000)
AC   0  O    TS     0 PTAMS 0x00000000dcd00000 NTAMS 0x00000000dcd00000 space 1024K, 100% used [0x00000000dcc00000, 0x00000000dcd00000)
AC   0  O    TS     0 PTAMS 0x00000000dce00000 NTAMS 0x00000000dce00000 space 1024K, 100% used [0x00000000dcd00000, 0x00000000dce00000)
AC   0  O    TS     0 PTAMS 0x00000000dcf00000 NTAMS 0x00000000dcf00000 space 1024K, 100% used [0x00000000dce00000, 0x00000000dcf00000)
AC   0  O    TS     0 PTAMS 0x00000000dd000000 NTAMS 0x00000000dd000000 space 1024K, 100% used [0x00000000dcf00000, 0x00000000dd000000)
AC   0  O    TS     0 PTAMS 0x00000000dd100000 NTAMS 0x00000000dd100000 space 1024K, 100% used [0x00000000dd000000, 0x00000000dd100000)
AC   0  O    TS     0 PTAMS 0x00000000dd200000 NTAMS 0x00000000dd200000 space 1024K, 100% used [0x00000000dd100000, 0x00000000dd200000)
AC   0  O    TS     0 PTAMS 0x00000000dd300000 NTAMS 0x00000000dd300000 space 1024K, 100% used [0x00000000dd200000, 0x00000000dd300000)
AC   0  O    TS     0 PTAMS 0x00000000dd400000 NTAMS 0x00000000dd400000 space 1024K, 100% used [0x00000000dd300000, 0x00000000dd400000)
AC   0  O    TS     0 PTAMS 0x00000000dd500000 NTAMS 0x00000000dd500000 space 1024K, 100% used [0x00000000dd400000, 0x00000000dd500000)
AC   0  O    TS     0 PTAMS 0x00000000dd600000 NTAMS 0x00000000dd600000 space 1024K, 100% used [0x00000000dd500000, 0x00000000dd600000)
AC   0  O    TS     0 PTAMS 0x00000000dd700000 NTAMS 0x00000000dd700000 space 1024K, 100% used [0x00000000dd600000, 0x00000000dd700000)
AC   0  O    TS     0 PTAMS 0x00000000dd800000 NTAMS 0x00000000dd800000 space 1024K, 100% used [0x00000000dd700000, 0x00000000dd800000)
AC   0  O    TS     0 PTAMS 0x00000000dd900000 NTAMS 0x00000000dd900000 space 1024K, 100% used [0x00000000dd800000, 0x00000000dd900000)
AC   0  O    TS     0 PTAMS 0x00000000dda00000 NTAMS 0x00000000dda00000 space 1024K, 100% used [0x00000000dd900000, 0x00000000dda00000)
AC   0  O    TS     0 PTAMS 0x00000000ddb00000 NTAMS 0x00000000ddb00000 space 1024K, 100% used [0x00000000dda00000, 0x00000000ddb00000)
AC   0  O    TS     0 PTAMS 0x00000000ddc00000 NTAMS 0x00000000ddc00000 space 1024K, 100% used [0x00000000ddb00000, 0x00000000ddc00000)
AC   0  O    TS     0 PTAMS 0x00000000ddd00000 NTAMS 0x00000000ddd00000 space 1024K, 100% used [0x00000000ddc00000, 0x00000000ddd00000)
AC   0  O    TS     0 PTAMS 0x00000000dde00000 NTAMS 0x00000000dde00000 space 1024K, 100% used [0x00000000ddd00000, 0x00000000dde00000)
AC   0  O    TS     0 PTAMS 0x00000000ddf00000 NTAMS 0x00000000ddf00000 space 1024K, 100% used [0x00000000dde00000, 0x00000000ddf00000)
AC   0  O    TS     0 PTAMS 0x00000000de000000 NTAMS 0x00000000de000000 space 1024K, 100% used [0x00000000ddf00000, 0x00000000de000000)
AC   0  O    TS     0 PTAMS 0x00000000de100000 NTAMS 0x00000000de100000 space 1024K, 100% used [0x00000000de000000, 0x00000000de100000)
AC   0  O    TS     0 PTAMS 0x00000000de200000 NTAMS 0x00000000de200000 space 1024K, 100% used [0x00000000de100000, 0x00000000de200000)
AC   0  O    TS     0 PTAMS 0x00000000de300000 NTAMS 0x00000000de300000 space 1024K, 100% used [0x00000000de200000, 0x00000000de300000)
AC   0  O    TS     0 PTAMS 0x00000000de400000 NTAMS 0x00000000de400000 space 1024K, 100% used [0x00000000de300000, 0x00000000de400000)
AC   0  O    TS     0 PTAMS 0x00000000de500000 NTAMS 0x00000000de500000 space 1024K, 100% used [0x00000000de400000, 0x00000000de500000)
AC   0  O    TS     0 PTAMS 0x00000000de600000 NTAMS 0x00000000de600000 space 1024K, 100% used [0x00000000de500000, 0x00000000de600000)
AC   0  O    TS     0 PTAMS 0x00000000de700000 NTAMS 0x00000000de700000 space 1024K, 100% used [0x00000000de600000, 0x00000000de700000)
AC   0  O    TS     0 PTAMS 0x00000000de800000 NTAMS 0x00000000de800000 space 1024K, 100% used [0x00000000de700000, 0x00000000de800000)
AC   0  O    TS     0 PTAMS 0x00000000de900000 NTAMS 0x00000000de900000 space 1024K, 100% used [0x00000000de800000, 0x00000000de900000)
AC   0  O    TS     0 PTAMS 0x00000000dea00000 NTAMS 0x00000000dea00000 space 1024K, 100% used [0x00000000de900000, 0x00000000dea00000)
AC   0  O    TS     0 PTAMS 0x00000000deb00000 NTAMS 0x00000000deb00000 space 1024K, 100% used [0x00000000dea00000, 0x00000000deb00000)
AC   0  O    TS     0 PTAMS 0x00000000dec00000 NTAMS 0x00000000dec00000 space 1024K, 100% used [0x00000000deb00000, 0x00000000dec00000)
AC   0  O    TS     0 PTAMS 0x00000000ded00000 NTAMS 0x00000000ded00000 space 1024K, 100% used [0x00000000dec00000, 0x00000000ded00000)
AC   0  O    TS     0 PTAMS 0x00000000dee00000 NTAMS 0x00000000dee00000 space 1024K, 100% used [0x00000000ded00000, 0x00000000dee00000)
AC   0  O    TS     1 PTAMS 0x00000000dee5f000 NTAMS 0x00000000def00000 space 1024K, 100% used [0x00000000dee00000, 0x00000000def00000)
AC   0 HS    TS     0 PTAMS 0x00000000def00000 NTAMS 0x00000000def00000 space 1024K,  78% used [0x00000000def00000, 0x00000000df000000)
AC   0 HS    TS     0 PTAMS 0x00000000df000000 NTAMS 0x00000000df000000 space 1024K,  78% used [0x00000000df000000, 0x00000000df100000)
AC   0  F    TS     0 PTAMS 0x00000000df100000 NTAMS 0x00000000df100000 space 1024K,   0% used [0x00000000df100000, 0x00000000df200000)
AC   0  F    TS     0 PTAMS 0x00000000df200000 NTAMS 0x00000000df200000 space 1024K,   0% used [0x00000000df200000, 0x00000000df300000)
AC   0  F    TS     0 PTAMS 0x00000000df300000 NTAMS 0x00000000df300000 space 1024K,   0% used [0x00000000df300000, 0x00000000df400000)
AC   0  O    TS     0 PTAMS 0x00000000df500000 NTAMS 0x00000000df500000 space 1024K, 100% used [0x00000000df400000, 0x00000000df500000)
AC   0  F    TS     0 PTAMS 0x00000000df500000 NTAMS 0x00000000df500000 space 1024K,   0% used [0x00000000df500000, 0x00000000df600000)
AC   0  F    TS     0 PTAMS 0x00000000df600000 NTAMS 0x00000000df600000 space 1024K,   0% used [0x00000000df600000, 0x00000000df700000)
AC   0  F    TS     0 PTAMS 0x00000000df700000 NTAMS 0x00000000df700000 space 1024K,   0% used [0x00000000df700000, 0x00000000df800000)
AC   0  F    TS     0 PTAMS 0x00000000df800000 NTAMS 0x00000000df800000 space 1024K,   0% used [0x00000000df800000, 0x00000000df900000)
AC   0  F    TS     0 PTAMS 0x00000000df900000 NTAMS 0x00000000df900000 space 1024K,   0% used [0x00000000df900000, 0x00000000dfa00000)
AC   0  F    TS     0 PTAMS 0x00000000dfa00000 NTAMS 0x00000000dfa00000 space 1024K,   0% used [0x00000000dfa00000, 0x00000000dfb00000)
AC   0  F    TS     0 PTAMS 0x00000000dfb00000 NTAMS 0x00000000dfb00000 space 1024K,   0% used [0x00000000dfb00000, 0x00000000dfc00000)
AC   0  F    TS     0 PTAMS 0x00000000dfc00000 NTAMS 0x00000000dfc00000 space 1024K,   0% used [0x00000000dfc00000, 0x00000000dfd00000)
AC   0  F    TS     0 PTAMS 0x00000000dfd00000 NTAMS 0x00000000dfd00000 space 1024K,   0% used [0x00000000dfd00000, 0x00000000dfe00000)
AC   0  F    TS     0 PTAMS 0x00000000dfe00000 NTAMS 0x00000000dfe00000 space 1024K,   0% used [0x00000000dfe00000, 0x00000000dff00000)
AC   0  F    TS     0 PTAMS 0x00000000dff00000 NTAMS 0x00000000dff00000 space 1024K,   0% used [0x00000000dff00000, 0x00000000e0000000)
AC   0  F    TS     0 PTAMS 0x00000000e0000000 NTAMS 0x00000000e0000000 space 1024K,   0% used [0x00000000e0000000, 0x00000000e0100000)
AC   0  F    TS     0 PTAMS 0x00000000e0100000 NTAMS 0x00000000e0100000 space 1024K,   0% used [0x00000000e0100000, 0x00000000e0200000)
AC   0  F    TS     0 PTAMS 0x00000000e0200000 NTAMS 0x00000000e0200000 space 1024K,   0% used [0x00000000e0200000, 0x00000000e0300000)
AC   0  F    TS     0 PTAMS 0x00000000e0300000 NTAMS 0x00000000e0300000 space 1024K,   0% used [0x00000000e0300000, 0x00000000e0400000)
AC   0  F    TS     0 PTAMS 0x00000000e0400000 NTAMS 0x00000000e0400000 space 1024K,   0% used [0x00000000e0400000, 0x00000000e0500000)
AC   0  F    TS     0 PTAMS 0x00000000e0500000 NTAMS 0x00000000e0500000 space 1024K,   0% used [0x00000000e0500000, 0x00000000e0600000)
AC   0  F    TS     0 PTAMS 0x00000000e0600000 NTAMS 0x00000000e0600000 space 1024K,   0% used [0x00000000e0600000, 0x00000000e0700000)
AC   0  F    TS     0 PTAMS 0x00000000e0700000 NTAMS 0x00000000e0700000 space 1024K,   0% used [0x00000000e0700000, 0x00000000e0800000)
AC   0  F    TS     0 PTAMS 0x00000000e0800000 NTAMS 0x00000000e0800000 space 1024K,   0% used [0x00000000e0800000, 0x00000000e0900000)
AC   0  F    TS     0 PTAMS 0x00000000e0900000 NTAMS 0x00000000e0900000 space 1024K,   0% used [0x00000000e0900000, 0x00000000e0a00000)
AC   0  F    TS     0 PTAMS 0x00000000e0a00000 NTAMS 0x00000000e0a00000 space 1024K,   0% used [0x00000000e0a00000, 0x00000000e0b00000)
AC   0  F    TS     0 PTAMS 0x00000000e0b00000 NTAMS 0x00000000e0b00000 space 1024K,   0% used [0x00000000e0b00000, 0x00000000e0c00000)
AC   0  F    TS     0 PTAMS 0x00000000e0c00000 NTAMS 0x00000000e0c00000 space 1024K,   0% used [0x00000000e0c00000, 0x00000000e0d00000)
AC   0  F    TS     0 PTAMS 0x00000000e0d00000 NTAMS 0x00000000e0d00000 space 1024K,   0% used [0x00000000e0d00000, 0x00000000e0e00000)
AC   0  F    TS     0 PTAMS 0x00000000e0e00000 NTAMS 0x00000000e0e00000 space 1024K,   0% used [0x00000000e0e00000, 0x00000000e0f00000)
AC   0  F    TS     0 PTAMS 0x00000000e0f00000 NTAMS 0x00000000e0f00000 space 1024K,   0% used [0x00000000e0f00000, 0x00000000e1000000)
AC   0  F    TS     0 PTAMS 0x00000000e1000000 NTAMS 0x00000000e1000000 space 1024K,   0% used [0x00000000e1000000, 0x00000000e1100000)
AC   0  F    TS     0 PTAMS 0x00000000e1100000 NTAMS 0x00000000e1100000 space 1024K,   0% used [0x00000000e1100000, 0x00000000e1200000)
AC   0  F    TS     0 PTAMS 0x00000000e1200000 NTAMS 0x00000000e1200000 space 1024K,   0% used [0x00000000e1200000, 0x00000000e1300000)
AC   0  F    TS     0 PTAMS 0x00000000e1300000 NTAMS 0x00000000e1300000 space 1024K,   0% used [0x00000000e1300000, 0x00000000e1400000)
AC   0  F    TS     0 PTAMS 0x00000000e1400000 NTAMS 0x00000000e1400000 space 1024K,   0% used [0x00000000e1400000, 0x00000000e1500000)
AC   0  F    TS     0 PTAMS 0x00000000e1500000 NTAMS 0x00000000e1500000 space 1024K,   0% used [0x00000000e1500000, 0x00000000e1600000)
AC   0  F    TS     0 PTAMS 0x00000000e1600000 NTAMS 0x00000000e1600000 space 1024K,   0% used [0x00000000e1600000, 0x00000000e1700000)
AC   0  O    TS     0 PTAMS 0x00000000e1800000 NTAMS 0x00000000e1800000 space 1024K, 100% used [0x00000000e1700000, 0x00000000e1800000)
AC   0  F    TS     0 PTAMS 0x00000000e1800000 NTAMS 0x00000000e1800000 space 1024K,   0% used [0x00000000e1800000, 0x00000000e1900000)
AC   0  F    TS     0 PTAMS 0x00000000e1900000 NTAMS 0x00000000e1900000 space 1024K,   0% used [0x00000000e1900000, 0x00000000e1a00000)
AC   0  F    TS     0 PTAMS 0x00000000e1a00000 NTAMS 0x00000000e1a00000 space 1024K,   0% used [0x00000000e1a00000, 0x00000000e1b00000)
AC   0  F    TS     0 PTAMS 0x00000000e1b00000 NTAMS 0x00000000e1b00000 space 1024K,   0% used [0x00000000e1b00000, 0x00000000e1c00000)
AC   0  F    TS     0 PTAMS 0x00000000e1c00000 NTAMS 0x00000000e1c00000 space 1024K,   0% used [0x00000000e1c00000, 0x00000000e1d00000)
AC   0  F    TS     0 PTAMS 0x00000000e1d00000 NTAMS 0x00000000e1d00000 space 1024K,   0% used [0x00000000e1d00000, 0x00000000e1e00000)
AC   0  F    TS     0 PTAMS 0x00000000e1e00000 NTAMS 0x00000000e1e00000 space 1024K,   0% used [0x00000000e1e00000, 0x00000000e1f00000)
AC   0  F    TS     0 PTAMS 0x00000000e1f00000 NTAMS 0x00000000e1f00000 space 1024K,   0% used [0x00000000e1f00000, 0x00000000e2000000)
AC   0  F    TS     0 PTAMS 0x00000000e2000000 NTAMS 0x00000000e2000000 space 1024K,   0% used [0x00000000e2000000, 0x00000000e2100000)
AC   0  F    TS     0 PTAMS 0x00000000e2100000 NTAMS 0x00000000e2100000 space 1024K,   0% used [0x00000000e2100000, 0x00000000e2200000)
AC   0  F    TS     0 PTAMS 0x00000000e2200000 NTAMS 0x00000000e2200000 space 1024K,   0% used [0x00000000e2200000, 0x00000000e2300000)
AC   0  F    TS     0 PTAMS 0x00000000e2300000 NTAMS 0x00000000e2300000 space 1024K,   0% used [0x00000000e2300000, 0x00000000e2400000)
AC   0  F    TS     0 PTAMS 0x00000000e2400000 NTAMS 0x00000000e2400000 space 1024K,   0% used [0x00000000e2400000, 0x00000000e2500000)
AC   0  F    TS     0 PTAMS 0x00000000e2500000 NTAMS 0x00000000e2500000 space 1024K,   0% used [0x00000000e2500000, 0x00000000e2600000)
AC   0  F    TS     0 PTAMS 0x00000000e2600000 NTAMS 0x00000000e2600000 space 1024K,   0% used [0x00000000e2600000, 0x00000000e2700000)
AC   0  F    TS     0 PTAMS 0x00000000e2700000 NTAMS 0x00000000e2700000 space 1024K,   0% used [0x00000000e2700000, 0x00000000e2800000)
AC   0  F    TS     0 PTAMS 0x00000000e2800000 NTAMS 0x00000000e2800000 space 1024K,   0% used [0x00000000e2800000, 0x00000000e2900000)
AC   0  F    TS     0 PTAMS 0x00000000e2900000 NTAMS 0x00000000e2900000 space 1024K,   0% used [0x00000000e2900000, 0x00000000e2a00000)
AC   0  F    TS     0 PTAMS 0x00000000e2a00000 NTAMS 0x00000000e2a00000 space 1024K,   0% used [0x00000000e2a00000, 0x00000000e2b00000)
AC   0  F    TS     0 PTAMS 0x00000000e2b00000 NTAMS 0x00000000e2b00000 space 1024K,   0% used [0x00000000e2b00000, 0x00000000e2c00000)
AC   0  F    TS     0 PTAMS 0x00000000e2c00000 NTAMS 0x00000000e2c00000 space 1024K,   0% used [0x00000000e2c00000, 0x00000000e2d00000)
AC   0  F    TS     0 PTAMS 0x00000000e2d00000 NTAMS 0x00000000e2d00000 space 1024K,   0% used [0x00000000e2d00000, 0x00000000e2e00000)
AC   0  F    TS     0 PTAMS 0x00000000e2e00000 NTAMS 0x00000000e2e00000 space 1024K,   0% used [0x00000000e2e00000, 0x00000000e2f00000)
AC   0  F    TS     0 PTAMS 0x00000000e2f00000 NTAMS 0x00000000e2f00000 space 1024K,   0% used [0x00000000e2f00000, 0x00000000e3000000)
AC   0  F    TS     0 PTAMS 0x00000000e3000000 NTAMS 0x00000000e3000000 space 1024K,   0% used [0x00000000e3000000, 0x00000000e3100000)
AC   0  F    TS     0 PTAMS 0x00000000e3100000 NTAMS 0x00000000e3100000 space 1024K,   0% used [0x00000000e3100000, 0x00000000e3200000)
AC   0  F    TS     0 PTAMS 0x00000000e3200000 NTAMS 0x00000000e3200000 space 1024K,   0% used [0x00000000e3200000, 0x00000000e3300000)
AC   0  F    TS     0 PTAMS 0x00000000e3300000 NTAMS 0x00000000e3300000 space 1024K,   0% used [0x00000000e3300000, 0x00000000e3400000)
AC   0  F    TS     0 PTAMS 0x00000000e3400000 NTAMS 0x00000000e3400000 space 1024K,   0% used [0x00000000e3400000, 0x00000000e3500000)
AC   0  F    TS     0 PTAMS 0x00000000e3500000 NTAMS 0x00000000e3500000 space 1024K,   0% used [0x00000000e3500000, 0x00000000e3600000)
AC   0  F    TS     0 PTAMS 0x00000000e3600000 NTAMS 0x00000000e3600000 space 1024K,   0% used [0x00000000e3600000, 0x00000000e3700000)
AC   0  F    TS     0 PTAMS 0x00000000e3700000 NTAMS 0x00000000e3700000 space 1024K,   0% used [0x00000000e3700000, 0x00000000e3800000)
AC   0  F    TS     0 PTAMS 0x00000000e3800000 NTAMS 0x00000000e3800000 space 1024K,   0% used [0x00000000e3800000, 0x00000000e3900000)
AC   0  F    TS     0 PTAMS 0x00000000e3900000 NTAMS 0x00000000e3900000 space 1024K,   0% used [0x00000000e3900000, 0x00000000e3a00000)
AC   0  F    TS     0 PTAMS 0x00000000e3a00000 NTAMS 0x00000000e3a00000 space 1024K,   0% used [0x00000000e3a00000, 0x00000000e3b00000)
AC   0  F    TS     0 PTAMS 0x00000000e3b00000 NTAMS 0x00000000e3b00000 space 1024K,   0% used [0x00000000e3b00000, 0x00000000e3c00000)
AC   0  F    TS     0 PTAMS 0x00000000e3c00000 NTAMS 0x00000000e3c00000 space 1024K,   0% used [0x00000000e3c00000, 0x00000000e3d00000)
AC   0  F    TS     0 PTAMS 0x00000000e3d00000 NTAMS 0x00000000e3d00000 space 1024K,   0% used [0x00000000e3d00000, 0x00000000e3e00000)
AC   0  F    TS     0 PTAMS 0x00000000e3e00000 NTAMS 0x00000000e3e00000 space 1024K,   0% used [0x00000000e3e00000, 0x00000000e3f00000)
AC   0  F    TS     0 PTAMS 0x00000000e3f00000 NTAMS 0x00000000e3f00000 space 1024K,   0% used [0x00000000e3f00000, 0x00000000e4000000)
AC   0  F    TS     0 PTAMS 0x00000000e4000000 NTAMS 0x00000000e4000000 space 1024K,   0% used [0x00000000e4000000, 0x00000000e4100000)
AC   0  F    TS     0 PTAMS 0x00000000e4100000 NTAMS 0x00000000e4100000 space 1024K,   0% used [0x00000000e4100000, 0x00000000e4200000)
AC   0  F    TS     0 PTAMS 0x00000000e4200000 NTAMS 0x00000000e4200000 space 1024K,   0% used [0x00000000e4200000, 0x00000000e4300000)
AC   0  F    TS     0 PTAMS 0x00000000e4300000 NTAMS 0x00000000e4300000 space 1024K,   0% used [0x00000000e4300000, 0x00000000e4400000)
AC   0  F    TS     0 PTAMS 0x00000000e4400000 NTAMS 0x00000000e4400000 space 1024K,   0% used [0x00000000e4400000, 0x00000000e4500000)
AC   0  F    TS     0 PTAMS 0x00000000e4500000 NTAMS 0x00000000e4500000 space 1024K,   0% used [0x00000000e4500000, 0x00000000e4600000)
AC   0  F    TS     0 PTAMS 0x00000000e4600000 NTAMS 0x00000000e4600000 space 1024K,   0% used [0x00000000e4600000, 0x00000000e4700000)
AC   0  F    TS     0 PTAMS 0x00000000e4700000 NTAMS 0x00000000e4700000 space 1024K,   0% used [0x00000000e4700000, 0x00000000e4800000)
AC   0  F    TS     0 PTAMS 0x00000000e4800000 NTAMS 0x00000000e4800000 space 1024K,   0% used [0x00000000e4800000, 0x00000000e4900000)
AC   0  F    TS     0 PTAMS 0x00000000e4900000 NTAMS 0x00000000e4900000 space 1024K,   0% used [0x00000000e4900000, 0x00000000e4a00000)
AC   0  F    TS     0 PTAMS 0x00000000e4a00000 NTAMS 0x00000000e4a00000 space 1024K,   0% used [0x00000000e4a00000, 0x00000000e4b00000)
AC   0  F    TS     0 PTAMS 0x00000000e4b00000 NTAMS 0x00000000e4b00000 space 1024K,   0% used [0x00000000e4b00000, 0x00000000e4c00000)
AC   0  F    TS     0 PTAMS 0x00000000e4c00000 NTAMS 0x00000000e4c00000 space 1024K,   0% used [0x00000000e4c00000, 0x00000000e4d00000)
AC   0  F    TS     0 PTAMS 0x00000000e4d00000 NTAMS 0x00000000e4d00000 space 1024K,   0% used [0x00000000e4d00000, 0x00000000e4e00000)
AC   0  F    TS     0 PTAMS 0x00000000e4e00000 NTAMS 0x00000000e4e00000 space 1024K,   0% used [0x00000000e4e00000, 0x00000000e4f00000)
AC   0  F    TS     0 PTAMS 0x00000000e4f00000 NTAMS 0x00000000e4f00000 space 1024K,   0% used [0x00000000e4f00000, 0x00000000e5000000)
AC   0  F    TS     0 PTAMS 0x00000000e5000000 NTAMS 0x00000000e5000000 space 1024K,   0% used [0x00000000e5000000, 0x00000000e5100000)
AC   0  F    TS     0 PTAMS 0x00000000e5100000 NTAMS 0x00000000e5100000 space 1024K,   0% used [0x00000000e5100000, 0x00000000e5200000)
AC   0  F    TS     0 PTAMS 0x00000000e5200000 NTAMS 0x00000000e5200000 space 1024K,   0% used [0x00000000e5200000, 0x00000000e5300000)
AC   0  F    TS     0 PTAMS 0x00000000e5300000 NTAMS 0x00000000e5300000 space 1024K,   0% used [0x00000000e5300000, 0x00000000e5400000)
AC   0 HS    TS     0 PTAMS 0x00000000e549c518 NTAMS 0x00000000e549c518 space 1024K,  61% used [0x00000000e5400000, 0x00000000e5500000)
AC   0  F    TS     0 PTAMS 0x00000000e5500000 NTAMS 0x00000000e5500000 space 1024K,   0% used [0x00000000e5500000, 0x00000000e5600000)
AC   0  F    TS     0 PTAMS 0x00000000e5600000 NTAMS 0x00000000e5600000 space 1024K,   0% used [0x00000000e5600000, 0x00000000e5700000)
AC   0  F    TS     0 PTAMS 0x00000000e5700000 NTAMS 0x00000000e5700000 space 1024K,   0% used [0x00000000e5700000, 0x00000000e5800000)
AC   0  F    TS     0 PTAMS 0x00000000e5800000 NTAMS 0x00000000e5800000 space 1024K,   0% used [0x00000000e5800000, 0x00000000e5900000)
AC   0  F    TS     0 PTAMS 0x00000000e5900000 NTAMS 0x00000000e5900000 space 1024K,   0% used [0x00000000e5900000, 0x00000000e5a00000)
AC   0  F    TS     0 PTAMS 0x00000000e5a00000 NTAMS 0x00000000e5a00000 space 1024K,   0% used [0x00000000e5a00000, 0x00000000e5b00000)
AC   0  F    TS     0 PTAMS 0x00000000e5b00000 NTAMS 0x00000000e5b00000 space 1024K,   0% used [0x00000000e5b00000, 0x00000000e5c00000)
AC   0  F    TS     0 PTAMS 0x00000000e5c00000 NTAMS 0x00000000e5c00000 space 1024K,   0% used [0x00000000e5c00000, 0x00000000e5d00000)
AC   0  F    TS     0 PTAMS 0x00000000e5d00000 NTAMS 0x00000000e5d00000 space 1024K,   0% used [0x00000000e5d00000, 0x00000000e5e00000)
AC   0  F    TS     0 PTAMS 0x00000000e5e00000 NTAMS 0x00000000e5e00000 space 1024K,   0% used [0x00000000e5e00000, 0x00000000e5f00000)
AC   0  F    TS     0 PTAMS 0x00000000e5f00000 NTAMS 0x00000000e5f00000 space 1024K,   0% used [0x00000000e5f00000, 0x00000000e6000000)
AC   0  F    TS     0 PTAMS 0x00000000e6000000 NTAMS 0x00000000e6000000 space 1024K,   0% used [0x00000000e6000000, 0x00000000e6100000)
AC   0  F    TS     0 PTAMS 0x00000000e6100000 NTAMS 0x00000000e6100000 space 1024K,   0% used [0x00000000e6100000, 0x00000000e6200000)
AC   0  F    TS     0 PTAMS 0x00000000e6200000 NTAMS 0x00000000e6200000 space 1024K,   0% used [0x00000000e6200000, 0x00000000e6300000)
AC   0  F    TS     0 PTAMS 0x00000000e6300000 NTAMS 0x00000000e6300000 space 1024K,   0% used [0x00000000e6300000, 0x00000000e6400000)
AC   0  F    TS     0 PTAMS 0x00000000e6400000 NTAMS 0x00000000e6400000 space 1024K,   0% used [0x00000000e6400000, 0x00000000e6500000)
AC   0  F    TS     0 PTAMS 0x00000000e6500000 NTAMS 0x00000000e6500000 space 1024K,   0% used [0x00000000e6500000, 0x00000000e6600000)
AC   0  F    TS     0 PTAMS 0x00000000e6600000 NTAMS 0x00000000e6600000 space 1024K,   0% used [0x00000000e6600000, 0x00000000e6700000)
AC   0  F    TS     0 PTAMS 0x00000000e6700000 NTAMS 0x00000000e6700000 space 1024K,   0% used [0x00000000e6700000, 0x00000000e6800000)
AC   0  F    TS     0 PTAMS 0x00000000e6800000 NTAMS 0x00000000e6800000 space 1024K,   0% used [0x00000000e6800000, 0x00000000e6900000)
AC   0  F    TS     0 PTAMS 0x00000000e6900000 NTAMS 0x00000000e6900000 space 1024K,   0% used [0x00000000e6900000, 0x00000000e6a00000)
AC   0  F    TS     0 PTAMS 0x00000000e6a00000 NTAMS 0x00000000e6a00000 space 1024K,   0% used [0x00000000e6a00000, 0x00000000e6b00000)
AC   0  F    TS     0 PTAMS 0x00000000e6b00000 NTAMS 0x00000000e6b00000 space 1024K,   0% used [0x00000000e6b00000, 0x00000000e6c00000)
AC   0  F    TS     0 PTAMS 0x00000000e6c00000 NTAMS 0x00000000e6c00000 space 1024K,   0% used [0x00000000e6c00000, 0x00000000e6d00000)
AC   0  F    TS     0 PTAMS 0x00000000e6d00000 NTAMS 0x00000000e6d00000 space 1024K,   0% used [0x00000000e6d00000, 0x00000000e6e00000)
AC   0  F    TS     0 PTAMS 0x00000000e6e00000 NTAMS 0x00000000e6e00000 space 1024K,   0% used [0x00000000e6e00000, 0x00000000e6f00000)
AC   0  F    TS     0 PTAMS 0x00000000e6f00000 NTAMS 0x00000000e6f00000 space 1024K,   0% used [0x00000000e6f00000, 0x00000000e7000000)
AC   0  F    TS     0 PTAMS 0x00000000e7000000 NTAMS 0x00000000e7000000 space 1024K,   0% used [0x00000000e7000000, 0x00000000e7100000)
AC   0  F    TS     0 PTAMS 0x00000000e7100000 NTAMS 0x00000000e7100000 space 1024K,   0% used [0x00000000e7100000, 0x00000000e7200000)
AC   0  F    TS     0 PTAMS 0x00000000e7200000 NTAMS 0x00000000e7200000 space 1024K,   0% used [0x00000000e7200000, 0x00000000e7300000)
AC   0  F    TS     0 PTAMS 0x00000000e7300000 NTAMS 0x00000000e7300000 space 1024K,   0% used [0x00000000e7300000, 0x00000000e7400000)
AC   0  F    TS     0 PTAMS 0x00000000e7400000 NTAMS 0x00000000e7400000 space 1024K,   0% used [0x00000000e7400000, 0x00000000e7500000)
AC   0  F    TS     0 PTAMS 0x00000000e7500000 NTAMS 0x00000000e7500000 space 1024K,   0% used [0x00000000e7500000, 0x00000000e7600000)
AC   0  F    TS     0 PTAMS 0x00000000e7600000 NTAMS 0x00000000e7600000 space 1024K,   0% used [0x00000000e7600000, 0x00000000e7700000)
AC   0  F    TS     0 PTAMS 0x00000000e7700000 NTAMS 0x00000000e7700000 space 1024K,   0% used [0x00000000e7700000, 0x00000000e7800000)
AC   0  F    TS     0 PTAMS 0x00000000e7800000 NTAMS 0x00000000e7800000 space 1024K,   0% used [0x00000000e7800000, 0x00000000e7900000)
AC   0  F    TS     0 PTAMS 0x00000000e7900000 NTAMS 0x00000000e7900000 space 1024K,   0% used [0x00000000e7900000, 0x00000000e7a00000)
AC   0  F    TS     0 PTAMS 0x00000000e7a00000 NTAMS 0x00000000e7a00000 space 1024K,   0% used [0x00000000e7a00000, 0x00000000e7b00000)
AC   0  F    TS     0 PTAMS 0x00000000e7b00000 NTAMS 0x00000000e7b00000 space 1024K,   0% used [0x00000000e7b00000, 0x00000000e7c00000)
AC   0  F    TS     0 PTAMS 0x00000000e7c00000 NTAMS 0x00000000e7c00000 space 1024K,   0% used [0x00000000e7c00000, 0x00000000e7d00000)
AC   0  F    TS     0 PTAMS 0x00000000e7d00000 NTAMS 0x00000000e7d00000 space 1024K,   0% used [0x00000000e7d00000, 0x00000000e7e00000)
AC   0  F    TS     0 PTAMS 0x00000000e7e00000 NTAMS 0x00000000e7e00000 space 1024K,   0% used [0x00000000e7e00000, 0x00000000e7f00000)
AC   0  F    TS     0 PTAMS 0x00000000e7f00000 NTAMS 0x00000000e7f00000 space 1024K,   0% used [0x00000000e7f00000, 0x00000000e8000000)
AC   0  F    TS     0 PTAMS 0x00000000e8000000 NTAMS 0x00000000e8000000 space 1024K,   0% used [0x00000000e8000000, 0x00000000e8100000)
AC   0  F    TS     0 PTAMS 0x00000000e8100000 NTAMS 0x00000000e8100000 space 1024K,   0% used [0x00000000e8100000, 0x00000000e8200000)
AC   0  F    TS     0 PTAMS 0x00000000e8200000 NTAMS 0x00000000e8200000 space 1024K,   0% used [0x00000000e8200000, 0x00000000e8300000)
AC   0  F    TS     0 PTAMS 0x00000000e8300000 NTAMS 0x00000000e8300000 space 1024K,   0% used [0x00000000e8300000, 0x00000000e8400000)
AC   0  F    TS     0 PTAMS 0x00000000e8400000 NTAMS 0x00000000e8400000 space 1024K,   0% used [0x00000000e8400000, 0x00000000e8500000)
AC   0  F    TS     0 PTAMS 0x00000000e8500000 NTAMS 0x00000000e8500000 space 1024K,   0% used [0x00000000e8500000, 0x00000000e8600000)
AC   0  F    TS     0 PTAMS 0x00000000e8600000 NTAMS 0x00000000e8600000 space 1024K,   0% used [0x00000000e8600000, 0x00000000e8700000)
AC   0  F    TS     0 PTAMS 0x00000000e8700000 NTAMS 0x00000000e8700000 space 1024K,   0% used [0x00000000e8700000, 0x00000000e8800000)
AC   0  F    TS     0 PTAMS 0x00000000e8800000 NTAMS 0x00000000e8800000 space 1024K,   0% used [0x00000000e8800000, 0x00000000e8900000)
AC   0  F    TS     0 PTAMS 0x00000000e8900000 NTAMS 0x00000000e8900000 space 1024K,   0% used [0x00000000e8900000, 0x00000000e8a00000)
AC   0  F    TS     0 PTAMS 0x00000000e8a00000 NTAMS 0x00000000e8a00000 space 1024K,   0% used [0x00000000e8a00000, 0x00000000e8b00000)
AC   0  F    TS     0 PTAMS 0x00000000e8b00000 NTAMS 0x00000000e8b00000 space 1024K,   0% used [0x00000000e8b00000, 0x00000000e8c00000)
AC   0  F    TS     0 PTAMS 0x00000000e8c00000 NTAMS 0x00000000e8c00000 space 1024K,   0% used [0x00000000e8c00000, 0x00000000e8d00000)
AC   0  F    TS     0 PTAMS 0x00000000e8d00000 NTAMS 0x00000000e8d00000 space 1024K,   0% used [0x00000000e8d00000, 0x00000000e8e00000)
AC   0  F    TS     0 PTAMS 0x00000000e8e00000 NTAMS 0x00000000e8e00000 space 1024K,   0% used [0x00000000e8e00000, 0x00000000e8f00000)
AC   0  F    TS     0 PTAMS 0x00000000e8f00000 NTAMS 0x00000000e8f00000 space 1024K,   0% used [0x00000000e8f00000, 0x00000000e9000000)
AC   0  F    TS     0 PTAMS 0x00000000e9000000 NTAMS 0x00000000e9000000 space 1024K,   0% used [0x00000000e9000000, 0x00000000e9100000)
AC   0  F    TS     0 PTAMS 0x00000000e9100000 NTAMS 0x00000000e9100000 space 1024K,   0% used [0x00000000e9100000, 0x00000000e9200000)
AC   0  F    TS     0 PTAMS 0x00000000e9200000 NTAMS 0x00000000e9200000 space 1024K,   0% used [0x00000000e9200000, 0x00000000e9300000)
AC   0  F    TS     0 PTAMS 0x00000000e9300000 NTAMS 0x00000000e9300000 space 1024K,   0% used [0x00000000e9300000, 0x00000000e9400000)
AC   0  F    TS     0 PTAMS 0x00000000e9400000 NTAMS 0x00000000e9400000 space 1024K,   0% used [0x00000000e9400000, 0x00000000e9500000)
AC   0  F    TS     0 PTAMS 0x00000000e9500000 NTAMS 0x00000000e9500000 space 1024K,   0% used [0x00000000e9500000, 0x00000000e9600000)
AC   0  F    TS     0 PTAMS 0x00000000e9600000 NTAMS 0x00000000e9600000 space 1024K,   0% used [0x00000000e9600000, 0x00000000e9700000)
AC   0  F    TS     0 PTAMS 0x00000000e9700000 NTAMS 0x00000000e9700000 space 1024K,   0% used [0x00000000e9700000, 0x00000000e9800000)
AC   0  F    TS     0 PTAMS 0x00000000e9800000 NTAMS 0x00000000e9800000 space 1024K,   0% used [0x00000000e9800000, 0x00000000e9900000)
AC   0  F    TS     0 PTAMS 0x00000000e9900000 NTAMS 0x00000000e9900000 space 1024K,   0% used [0x00000000e9900000, 0x00000000e9a00000)
AC   0  F    TS     0 PTAMS 0x00000000e9a00000 NTAMS 0x00000000e9a00000 space 1024K,   0% used [0x00000000e9a00000, 0x00000000e9b00000)
AC   0  O    TS     0 PTAMS 0x00000000e9c00000 NTAMS 0x00000000e9c00000 space 1024K, 100% used [0x00000000e9b00000, 0x00000000e9c00000)
AC   0  O    TS     0 PTAMS 0x00000000e9d00000 NTAMS 0x00000000e9d00000 space 1024K, 100% used [0x00000000e9c00000, 0x00000000e9d00000)
AC   0  O    TS     1 PTAMS 0x00000000e9d00000 NTAMS 0x00000000e9e00000 space 1024K, 100% used [0x00000000e9d00000, 0x00000000e9e00000)
AC   0  O    TS     0 PTAMS 0x00000000e9f00000 NTAMS 0x00000000e9f00000 space 1024K, 100% used [0x00000000e9e00000, 0x00000000e9f00000)
AC   0  O    TS     0 PTAMS 0x00000000ea000000 NTAMS 0x00000000ea000000 space 1024K, 100% used [0x00000000e9f00000, 0x00000000ea000000)
AC   0  O    TS     0 PTAMS 0x00000000ea100000 NTAMS 0x00000000ea100000 space 1024K, 100% used [0x00000000ea000000, 0x00000000ea100000)
AC   0  O    TS     0 PTAMS 0x00000000ea200000 NTAMS 0x00000000ea200000 space 1024K, 100% used [0x00000000ea100000, 0x00000000ea200000)
AC   0  O    TS     0 PTAMS 0x00000000ea300000 NTAMS 0x00000000ea300000 space 1024K, 100% used [0x00000000ea200000, 0x00000000ea300000)
AC   0  F    TS     0 PTAMS 0x00000000ea300000 NTAMS 0x00000000ea300000 space 1024K,   0% used [0x00000000ea300000, 0x00000000ea400000)
AC   0  F    TS     0 PTAMS 0x00000000ea400000 NTAMS 0x00000000ea400000 space 1024K,   0% used [0x00000000ea400000, 0x00000000ea500000)
AC   0  F    TS     0 PTAMS 0x00000000ea500000 NTAMS 0x00000000ea500000 space 1024K,   0% used [0x00000000ea500000, 0x00000000ea600000)
AC   0  F    TS     0 PTAMS 0x00000000ea600000 NTAMS 0x00000000ea600000 space 1024K,   0% used [0x00000000ea600000, 0x00000000ea700000)
AC   0  F    TS     0 PTAMS 0x00000000ea700000 NTAMS 0x00000000ea700000 space 1024K,   0% used [0x00000000ea700000, 0x00000000ea800000)
AC   0  F    TS     0 PTAMS 0x00000000ea800000 NTAMS 0x00000000ea800000 space 1024K,   0% used [0x00000000ea800000, 0x00000000ea900000)
AC   0  O    TS     0 PTAMS 0x00000000eaa00000 NTAMS 0x00000000eaa00000 space 1024K, 100% used [0x00000000ea900000, 0x00000000eaa00000)
AC   0  F    TS     0 PTAMS 0x00000000eaa00000 NTAMS 0x00000000eaa00000 space 1024K,   0% used [0x00000000eaa00000, 0x00000000eab00000)
AC   0  F    TS     0 PTAMS 0x00000000eab00000 NTAMS 0x00000000eab00000 space 1024K,   0% used [0x00000000eab00000, 0x00000000eac00000)
AC   0  O    TS     0 PTAMS 0x00000000ead00000 NTAMS 0x00000000ead00000 space 1024K, 100% used [0x00000000eac00000, 0x00000000ead00000)
AC   0  F    TS     0 PTAMS 0x00000000ead00000 NTAMS 0x00000000ead00000 space 1024K,   0% used [0x00000000ead00000, 0x00000000eae00000)
AC   0  F    TS     0 PTAMS 0x00000000eae00000 NTAMS 0x00000000eae00000 space 1024K,   0% used [0x00000000eae00000, 0x00000000eaf00000)
AC   0  F    TS     0 PTAMS 0x00000000eaf00000 NTAMS 0x00000000eaf00000 space 1024K,   0% used [0x00000000eaf00000, 0x00000000eb000000)
AC   0  F    TS     0 PTAMS 0x00000000eb000000 NTAMS 0x00000000eb000000 space 1024K,   0% used [0x00000000eb000000, 0x00000000eb100000)
AC   0  F    TS     0 PTAMS 0x00000000eb100000 NTAMS 0x00000000eb100000 space 1024K,   0% used [0x00000000eb100000, 0x00000000eb200000)
AC   0  F    TS     0 PTAMS 0x00000000eb200000 NTAMS 0x00000000eb200000 space 1024K,   0% used [0x00000000eb200000, 0x00000000eb300000)
AC   0  F    TS     0 PTAMS 0x00000000eb300000 NTAMS 0x00000000eb300000 space 1024K,   0% used [0x00000000eb300000, 0x00000000eb400000)
AC   0  F    TS     0 PTAMS 0x00000000eb400000 NTAMS 0x00000000eb400000 space 1024K,   0% used [0x00000000eb400000, 0x00000000eb500000)
AC   0  F    TS     0 PTAMS 0x00000000eb500000 NTAMS 0x00000000eb500000 space 1024K,   0% used [0x00000000eb500000, 0x00000000eb600000)
AC   0  F    TS     0 PTAMS 0x00000000eb600000 NTAMS 0x00000000eb600000 space 1024K,   0% used [0x00000000eb600000, 0x00000000eb700000)
AC   0  F    TS     0 PTAMS 0x00000000eb700000 NTAMS 0x00000000eb700000 space 1024K,   0% used [0x00000000eb700000, 0x00000000eb800000)
AC   0  O    TS     0 PTAMS 0x00000000eb900000 NTAMS 0x00000000eb900000 space 1024K, 100% used [0x00000000eb800000, 0x00000000eb900000)
AC   0  F    TS     0 PTAMS 0x00000000eb900000 NTAMS 0x00000000eb900000 space 1024K,   0% used [0x00000000eb900000, 0x00000000eba00000)
AC   0  O    TS     0 PTAMS 0x00000000ebb00000 NTAMS 0x00000000ebb00000 space 1024K, 100% used [0x00000000eba00000, 0x00000000ebb00000)
AC   0  F    TS     0 PTAMS 0x00000000ebb00000 NTAMS 0x00000000ebb00000 space 1024K,   0% used [0x00000000ebb00000, 0x00000000ebc00000)
AC   0  F    TS     0 PTAMS 0x00000000ebc00000 NTAMS 0x00000000ebc00000 space 1024K,   0% used [0x00000000ebc00000, 0x00000000ebd00000)
AC   0  F    TS     0 PTAMS 0x00000000ebd00000 NTAMS 0x00000000ebd00000 space 1024K,   0% used [0x00000000ebd00000, 0x00000000ebe00000)
AC   0  F    TS     0 PTAMS 0x00000000ebe00000 NTAMS 0x00000000ebe00000 space 1024K,   0% used [0x00000000ebe00000, 0x00000000ebf00000)
AC   0  F    TS     0 PTAMS 0x00000000ebf00000 NTAMS 0x00000000ebf00000 space 1024K,   0% used [0x00000000ebf00000, 0x00000000ec000000)
AC   0  O    TS     0 PTAMS 0x00000000ec100000 NTAMS 0x00000000ec100000 space 1024K, 100% used [0x00000000ec000000, 0x00000000ec100000)
AC   0  O    TS     0 PTAMS 0x00000000ec200000 NTAMS 0x00000000ec200000 space 1024K, 100% used [0x00000000ec100000, 0x00000000ec200000)
AC   0  O    TS     0 PTAMS 0x00000000ec300000 NTAMS 0x00000000ec300000 space 1024K, 100% used [0x00000000ec200000, 0x00000000ec300000)
AC   0  O    TS     0 PTAMS 0x00000000ec400000 NTAMS 0x00000000ec400000 space 1024K, 100% used [0x00000000ec300000, 0x00000000ec400000)
AC   0  O    TS     0 PTAMS 0x00000000ec500000 NTAMS 0x00000000ec500000 space 1024K, 100% used [0x00000000ec400000, 0x00000000ec500000)
AC   0  O    TS     0 PTAMS 0x00000000ec600000 NTAMS 0x00000000ec600000 space 1024K, 100% used [0x00000000ec500000, 0x00000000ec600000)
AC   0  O    TS     0 PTAMS 0x00000000ec700000 NTAMS 0x00000000ec700000 space 1024K, 100% used [0x00000000ec600000, 0x00000000ec700000)
AC   0  O    TS     0 PTAMS 0x00000000ec800000 NTAMS 0x00000000ec800000 space 1024K, 100% used [0x00000000ec700000, 0x00000000ec800000)
AC   0  F    TS     0 PTAMS 0x00000000ec800000 NTAMS 0x00000000ec800000 space 1024K,   0% used [0x00000000ec800000, 0x00000000ec900000)
AC   0  F    TS     0 PTAMS 0x00000000ec900000 NTAMS 0x00000000ec900000 space 1024K,   0% used [0x00000000ec900000, 0x00000000eca00000)
AC   0  F    TS     0 PTAMS 0x00000000eca00000 NTAMS 0x00000000eca00000 space 1024K,   0% used [0x00000000eca00000, 0x00000000ecb00000)
AC   0  F    TS     0 PTAMS 0x00000000ecb00000 NTAMS 0x00000000ecb00000 space 1024K,   0% used [0x00000000ecb00000, 0x00000000ecc00000)
AC   0  F    TS     0 PTAMS 0x00000000ecc00000 NTAMS 0x00000000ecc00000 space 1024K,   0% used [0x00000000ecc00000, 0x00000000ecd00000)
AC   0  F    TS     0 PTAMS 0x00000000ecd00000 NTAMS 0x00000000ecd00000 space 1024K,   0% used [0x00000000ecd00000, 0x00000000ece00000)
AC   0  F    TS     0 PTAMS 0x00000000ece00000 NTAMS 0x00000000ece00000 space 1024K,   0% used [0x00000000ece00000, 0x00000000ecf00000)
AC   0  F    TS     0 PTAMS 0x00000000ecf00000 NTAMS 0x00000000ecf00000 space 1024K,   0% used [0x00000000ecf00000, 0x00000000ed000000)
AC   0  F    TS     0 PTAMS 0x00000000ed000000 NTAMS 0x00000000ed000000 space 1024K,   0% used [0x00000000ed000000, 0x00000000ed100000)
AC   0  O    TS     0 PTAMS 0x00000000ed200000 NTAMS 0x00000000ed200000 space 1024K, 100% used [0x00000000ed100000, 0x00000000ed200000)
AC   0  O    TS     0 PTAMS 0x00000000ed300000 NTAMS 0x00000000ed300000 space 1024K, 100% used [0x00000000ed200000, 0x00000000ed300000)
AC   0  F    TS     0 PTAMS 0x00000000ed300000 NTAMS 0x00000000ed300000 space 1024K,   0% used [0x00000000ed300000, 0x00000000ed400000)
AC   0  F    TS     0 PTAMS 0x00000000ed400000 NTAMS 0x00000000ed400000 space 1024K,   0% used [0x00000000ed400000, 0x00000000ed500000)
AC   0  F    TS     0 PTAMS 0x00000000ed500000 NTAMS 0x00000000ed500000 space 1024K,   0% used [0x00000000ed500000, 0x00000000ed600000)
AC   0  F    TS     0 PTAMS 0x00000000ed600000 NTAMS 0x00000000ed600000 space 1024K,   0% used [0x00000000ed600000, 0x00000000ed700000)
AC   0  F    TS     0 PTAMS 0x00000000ed700000 NTAMS 0x00000000ed700000 space 1024K,   0% used [0x00000000ed700000, 0x00000000ed800000)
AC   0  F    TS     0 PTAMS 0x00000000ed800000 NTAMS 0x00000000ed800000 space 1024K,   0% used [0x00000000ed800000, 0x00000000ed900000)
AC   0  F    TS     0 PTAMS 0x00000000ed900000 NTAMS 0x00000000ed900000 space 1024K,   0% used [0x00000000ed900000, 0x00000000eda00000)
AC   0  F    TS     0 PTAMS 0x00000000eda00000 NTAMS 0x00000000eda00000 space 1024K,   0% used [0x00000000eda00000, 0x00000000edb00000)
AC   0 HS    TS     0 PTAMS 0x00000000edb00000 NTAMS 0x00000000edbc8010 space 1024K,  78% used [0x00000000edb00000, 0x00000000edc00000)
AC   0  O    TS     3 PTAMS 0x00000000edc00000 NTAMS 0x00000000edc47a00 space 1024K,  27% used [0x00000000edc00000, 0x00000000edd00000)
AC   0  F    TS     0 PTAMS 0x00000000edd00000 NTAMS 0x00000000edd00000 space 1024K,   0% used [0x00000000edd00000, 0x00000000ede00000)
AC   0  F    TS     0 PTAMS 0x00000000ede00000 NTAMS 0x00000000ede00000 space 1024K,   0% used [0x00000000ede00000, 0x00000000edf00000)
AC   0  F    TS     0 PTAMS 0x00000000edf00000 NTAMS 0x00000000edf00000 space 1024K,   0% used [0x00000000edf00000, 0x00000000ee000000)
AC   0  O    TS     0 PTAMS 0x00000000ee100000 NTAMS 0x00000000ee100000 space 1024K, 100% used [0x00000000ee000000, 0x00000000ee100000)
AC   0  O    TS     0 PTAMS 0x00000000ee200000 NTAMS 0x00000000ee200000 space 1024K, 100% used [0x00000000ee100000, 0x00000000ee200000)
AC   0  O    TS     0 PTAMS 0x00000000ee300000 NTAMS 0x00000000ee300000 space 1024K, 100% used [0x00000000ee200000, 0x00000000ee300000)
AC   0  O    TS     0 PTAMS 0x00000000ee400000 NTAMS 0x00000000ee400000 space 1024K, 100% used [0x00000000ee300000, 0x00000000ee400000)
AC   0  O    TS     0 PTAMS 0x00000000ee500000 NTAMS 0x00000000ee500000 space 1024K, 100% used [0x00000000ee400000, 0x00000000ee500000)
AC   0  O    TS     0 PTAMS 0x00000000ee600000 NTAMS 0x00000000ee600000 space 1024K, 100% used [0x00000000ee500000, 0x00000000ee600000)
AC   0  O    TS     0 PTAMS 0x00000000ee700000 NTAMS 0x00000000ee700000 space 1024K, 100% used [0x00000000ee600000, 0x00000000ee700000)
AC   0  F    TS     0 PTAMS 0x00000000ee700000 NTAMS 0x00000000ee700000 space 1024K,   0% used [0x00000000ee700000, 0x00000000ee800000)
AC   0  F    TS     0 PTAMS 0x00000000ee800000 NTAMS 0x00000000ee800000 space 1024K,   0% used [0x00000000ee800000, 0x00000000ee900000)
AC   0  O    TS     0 PTAMS 0x00000000eea00000 NTAMS 0x00000000eea00000 space 1024K, 100% used [0x00000000ee900000, 0x00000000eea00000)
AC   0  F    TS     0 PTAMS 0x00000000eea00000 NTAMS 0x00000000eea00000 space 1024K,   0% used [0x00000000eea00000, 0x00000000eeb00000)
AC   0  F    TS     0 PTAMS 0x00000000eeb00000 NTAMS 0x00000000eeb00000 space 1024K,   0% used [0x00000000eeb00000, 0x00000000eec00000)
AC   0  F    TS     0 PTAMS 0x00000000eec00000 NTAMS 0x00000000eec00000 space 1024K,   0% used [0x00000000eec00000, 0x00000000eed00000)
AC   0  O    TS     0 PTAMS 0x00000000eee00000 NTAMS 0x00000000eee00000 space 1024K, 100% used [0x00000000eed00000, 0x00000000eee00000)
AC   0  F    TS     0 PTAMS 0x00000000eee00000 NTAMS 0x00000000eee00000 space 1024K,   0% used [0x00000000eee00000, 0x00000000eef00000)
AC   0  F    TS     0 PTAMS 0x00000000eef00000 NTAMS 0x00000000eef00000 space 1024K,   0% used [0x00000000eef00000, 0x00000000ef000000)
AC   0  O    TS     0 PTAMS 0x00000000ef100000 NTAMS 0x00000000ef100000 space 1024K, 100% used [0x00000000ef000000, 0x00000000ef100000)
AC   0  F    TS     0 PTAMS 0x00000000ef100000 NTAMS 0x00000000ef100000 space 1024K,   0% used [0x00000000ef100000, 0x00000000ef200000)
AC   0  F    TS     0 PTAMS 0x00000000ef200000 NTAMS 0x00000000ef200000 space 1024K,   0% used [0x00000000ef200000, 0x00000000ef300000)
AC   0  F    TS     0 PTAMS 0x00000000ef300000 NTAMS 0x00000000ef300000 space 1024K,   0% used [0x00000000ef300000, 0x00000000ef400000)
AC   0  F    TS     0 PTAMS 0x00000000ef400000 NTAMS 0x00000000ef400000 space 1024K,   0% used [0x00000000ef400000, 0x00000000ef500000)
AC   0  F    TS     0 PTAMS 0x00000000ef500000 NTAMS 0x00000000ef500000 space 1024K,   0% used [0x00000000ef500000, 0x00000000ef600000)
AC   0  F    TS     0 PTAMS 0x00000000ef600000 NTAMS 0x00000000ef600000 space 1024K,   0% used [0x00000000ef600000, 0x00000000ef700000)
AC   0  F    TS     0 PTAMS 0x00000000ef700000 NTAMS 0x00000000ef700000 space 1024K,   0% used [0x00000000ef700000, 0x00000000ef800000)
AC   0  F    TS     0 PTAMS 0x00000000ef800000 NTAMS 0x00000000ef800000 space 1024K,   0% used [0x00000000ef800000, 0x00000000ef900000)
AC   0  F    TS     0 PTAMS 0x00000000ef900000 NTAMS 0x00000000ef900000 space 1024K,   0% used [0x00000000ef900000, 0x00000000efa00000)
AC   0  F    TS     0 PTAMS 0x00000000efa00000 NTAMS 0x00000000efa00000 space 1024K,   0% used [0x00000000efa00000, 0x00000000efb00000)
AC   0  F    TS     0 PTAMS 0x00000000efb00000 NTAMS 0x00000000efb00000 space 1024K,   0% used [0x00000000efb00000, 0x00000000efc00000)
AC   0  F    TS     0 PTAMS 0x00000000efc00000 NTAMS 0x00000000efc00000 space 1024K,   0% used [0x00000000efc00000, 0x00000000efd00000)
AC   0  F    TS     0 PTAMS 0x00000000efd00000 NTAMS 0x00000000efd00000 space 1024K,   0% used [0x00000000efd00000, 0x00000000efe00000)
AC   0  F    TS     0 PTAMS 0x00000000efe00000 NTAMS 0x00000000efe00000 space 1024K,   0% used [0x00000000efe00000, 0x00000000eff00000)
AC   0  O    TS     0 PTAMS 0x00000000f0000000 NTAMS 0x00000000f0000000 space 1024K, 100% used [0x00000000eff00000, 0x00000000f0000000)
AC   0  O    TS     0 PTAMS 0x00000000f0100000 NTAMS 0x00000000f0100000 space 1024K, 100% used [0x00000000f0000000, 0x00000000f0100000)
AC   0  F    TS     0 PTAMS 0x00000000f0100000 NTAMS 0x00000000f0100000 space 1024K,   0% used [0x00000000f0100000, 0x00000000f0200000)
AC   0  F    TS     0 PTAMS 0x00000000f0200000 NTAMS 0x00000000f0200000 space 1024K,   0% used [0x00000000f0200000, 0x00000000f0300000)
AC   0  F    TS     0 PTAMS 0x00000000f0300000 NTAMS 0x00000000f0300000 space 1024K,   0% used [0x00000000f0300000, 0x00000000f0400000)
AC   0  F    TS     0 PTAMS 0x00000000f0400000 NTAMS 0x00000000f0400000 space 1024K,   0% used [0x00000000f0400000, 0x00000000f0500000)
AC   0  F    TS     0 PTAMS 0x00000000f0500000 NTAMS 0x00000000f0500000 space 1024K,   0% used [0x00000000f0500000, 0x00000000f0600000)
AC   0  O    TS     0 PTAMS 0x00000000f0700000 NTAMS 0x00000000f0700000 space 1024K, 100% used [0x00000000f0600000, 0x00000000f0700000)
AC   0  F    TS     0 PTAMS 0x00000000f0700000 NTAMS 0x00000000f0700000 space 1024K,   0% used [0x00000000f0700000, 0x00000000f0800000)
AC   0  F    TS     0 PTAMS 0x00000000f0800000 NTAMS 0x00000000f0800000 space 1024K,   0% used [0x00000000f0800000, 0x00000000f0900000)
AC   0  F    TS     0 PTAMS 0x00000000f0900000 NTAMS 0x00000000f0900000 space 1024K,   0% used [0x00000000f0900000, 0x00000000f0a00000)
AC   0  F    TS     0 PTAMS 0x00000000f0a00000 NTAMS 0x00000000f0a00000 space 1024K,   0% used [0x00000000f0a00000, 0x00000000f0b00000)
AC   0  F    TS     0 PTAMS 0x00000000f0b00000 NTAMS 0x00000000f0b00000 space 1024K,   0% used [0x00000000f0b00000, 0x00000000f0c00000)
AC   0  F    TS     0 PTAMS 0x00000000f0c00000 NTAMS 0x00000000f0c00000 space 1024K,   0% used [0x00000000f0c00000, 0x00000000f0d00000)
AC   0  F    TS     0 PTAMS 0x00000000f0d00000 NTAMS 0x00000000f0d00000 space 1024K,   0% used [0x00000000f0d00000, 0x00000000f0e00000)
AC   0  F    TS     0 PTAMS 0x00000000f0e00000 NTAMS 0x00000000f0e00000 space 1024K,   0% used [0x00000000f0e00000, 0x00000000f0f00000)
AC   0  F    TS     0 PTAMS 0x00000000f0f00000 NTAMS 0x00000000f0f00000 space 1024K,   0% used [0x00000000f0f00000, 0x00000000f1000000)
AC   0  F    TS     0 PTAMS 0x00000000f1000000 NTAMS 0x00000000f1000000 space 1024K,   0% used [0x00000000f1000000, 0x00000000f1100000)
AC   0  F    TS     0 PTAMS 0x00000000f1100000 NTAMS 0x00000000f1100000 space 1024K,   0% used [0x00000000f1100000, 0x00000000f1200000)
AC   0  F    TS     0 PTAMS 0x00000000f1200000 NTAMS 0x00000000f1200000 space 1024K,   0% used [0x00000000f1200000, 0x00000000f1300000)
AC   0  F    TS     0 PTAMS 0x00000000f1300000 NTAMS 0x00000000f1300000 space 1024K,   0% used [0x00000000f1300000, 0x00000000f1400000)
AC   0  F    TS     0 PTAMS 0x00000000f1400000 NTAMS 0x00000000f1400000 space 1024K,   0% used [0x00000000f1400000, 0x00000000f1500000)
AC   0  F    TS     0 PTAMS 0x00000000f1500000 NTAMS 0x00000000f1500000 space 1024K,   0% used [0x00000000f1500000, 0x00000000f1600000)
AC   0  F    TS     0 PTAMS 0x00000000f1600000 NTAMS 0x00000000f1600000 space 1024K,   0% used [0x00000000f1600000, 0x00000000f1700000)
AC   0  F    TS     0 PTAMS 0x00000000f1700000 NTAMS 0x00000000f1700000 space 1024K,   0% used [0x00000000f1700000, 0x00000000f1800000)
AC   0  F    TS     0 PTAMS 0x00000000f1800000 NTAMS 0x00000000f1800000 space 1024K,   0% used [0x00000000f1800000, 0x00000000f1900000)
AC   0  F    TS     0 PTAMS 0x00000000f1900000 NTAMS 0x00000000f1900000 space 1024K,   0% used [0x00000000f1900000, 0x00000000f1a00000)
AC   0  F    TS     0 PTAMS 0x00000000f1a00000 NTAMS 0x00000000f1a00000 space 1024K,   0% used [0x00000000f1a00000, 0x00000000f1b00000)
AC   0  F    TS     0 PTAMS 0x00000000f1b00000 NTAMS 0x00000000f1b00000 space 1024K,   0% used [0x00000000f1b00000, 0x00000000f1c00000)
AC   0  F    TS     0 PTAMS 0x00000000f1c00000 NTAMS 0x00000000f1c00000 space 1024K,   0% used [0x00000000f1c00000, 0x00000000f1d00000)
AC   0  F    TS     0 PTAMS 0x00000000f1d00000 NTAMS 0x00000000f1d00000 space 1024K,   0% used [0x00000000f1d00000, 0x00000000f1e00000)
AC   0  F    TS     0 PTAMS 0x00000000f1e00000 NTAMS 0x00000000f1e00000 space 1024K,   0% used [0x00000000f1e00000, 0x00000000f1f00000)
AC   0  F    TS     0 PTAMS 0x00000000f1f00000 NTAMS 0x00000000f1f00000 space 1024K,   0% used [0x00000000f1f00000, 0x00000000f2000000)
AC   0  F    TS     0 PTAMS 0x00000000f2000000 NTAMS 0x00000000f2000000 space 1024K,   0% used [0x00000000f2000000, 0x00000000f2100000)
AC   0  F    TS     0 PTAMS 0x00000000f2100000 NTAMS 0x00000000f2100000 space 1024K,   0% used [0x00000000f2100000, 0x00000000f2200000)
AC   0  F    TS     0 PTAMS 0x00000000f2200000 NTAMS 0x00000000f2200000 space 1024K,   0% used [0x00000000f2200000, 0x00000000f2300000)
AC   0  F    TS     0 PTAMS 0x00000000f2300000 NTAMS 0x00000000f2300000 space 1024K,   0% used [0x00000000f2300000, 0x00000000f2400000)
AC   0  F    TS     0 PTAMS 0x00000000f2400000 NTAMS 0x00000000f2400000 space 1024K,   0% used [0x00000000f2400000, 0x00000000f2500000)
AC   0  F    TS     0 PTAMS 0x00000000f2500000 NTAMS 0x00000000f2500000 space 1024K,   0% used [0x00000000f2500000, 0x00000000f2600000)
AC   0  F    TS     0 PTAMS 0x00000000f2600000 NTAMS 0x00000000f2600000 space 1024K,   0% used [0x00000000f2600000, 0x00000000f2700000)
AC   0  F    TS     0 PTAMS 0x00000000f2700000 NTAMS 0x00000000f2700000 space 1024K,   0% used [0x00000000f2700000, 0x00000000f2800000)
AC   0  F    TS     0 PTAMS 0x00000000f2800000 NTAMS 0x00000000f2800000 space 1024K,   0% used [0x00000000f2800000, 0x00000000f2900000)
AC   0  F    TS     0 PTAMS 0x00000000f2900000 NTAMS 0x00000000f2900000 space 1024K,   0% used [0x00000000f2900000, 0x00000000f2a00000)
AC   0  F    TS     0 PTAMS 0x00000000f2a00000 NTAMS 0x00000000f2a00000 space 1024K,   0% used [0x00000000f2a00000, 0x00000000f2b00000)
AC   0  F    TS     0 PTAMS 0x00000000f2b00000 NTAMS 0x00000000f2b00000 space 1024K,   0% used [0x00000000f2b00000, 0x00000000f2c00000)
AC   0  F    TS     0 PTAMS 0x00000000f2c00000 NTAMS 0x00000000f2c00000 space 1024K,   0% used [0x00000000f2c00000, 0x00000000f2d00000)
AC   0  F    TS     0 PTAMS 0x00000000f2d00000 NTAMS 0x00000000f2d00000 space 1024K,   0% used [0x00000000f2d00000, 0x00000000f2e00000)
AC   0  F    TS     0 PTAMS 0x00000000f2e00000 NTAMS 0x00000000f2e00000 space 1024K,   0% used [0x00000000f2e00000, 0x00000000f2f00000)
AC   0  F    TS     0 PTAMS 0x00000000f2f00000 NTAMS 0x00000000f2f00000 space 1024K,   0% used [0x00000000f2f00000, 0x00000000f3000000)
AC   0  F    TS     0 PTAMS 0x00000000f3000000 NTAMS 0x00000000f3000000 space 1024K,   0% used [0x00000000f3000000, 0x00000000f3100000)
AC   0  F    TS     0 PTAMS 0x00000000f3100000 NTAMS 0x00000000f3100000 space 1024K,   0% used [0x00000000f3100000, 0x00000000f3200000)
AC   0  F    TS     0 PTAMS 0x00000000f3200000 NTAMS 0x00000000f3200000 space 1024K,   0% used [0x00000000f3200000, 0x00000000f3300000)
AC   0  F    TS     0 PTAMS 0x00000000f3300000 NTAMS 0x00000000f3300000 space 1024K,   0% used [0x00000000f3300000, 0x00000000f3400000)
AC   0  F    TS     0 PTAMS 0x00000000f3400000 NTAMS 0x00000000f3400000 space 1024K,   0% used [0x00000000f3400000, 0x00000000f3500000)
AC   0  F    TS     0 PTAMS 0x00000000f3500000 NTAMS 0x00000000f3500000 space 1024K,   0% used [0x00000000f3500000, 0x00000000f3600000)
AC   0  F    TS     0 PTAMS 0x00000000f3600000 NTAMS 0x00000000f3600000 space 1024K,   0% used [0x00000000f3600000, 0x00000000f3700000)
AC   0  F    TS     0 PTAMS 0x00000000f3700000 NTAMS 0x00000000f3700000 space 1024K,   0% used [0x00000000f3700000, 0x00000000f3800000)
AC   0  F    TS     0 PTAMS 0x00000000f3800000 NTAMS 0x00000000f3800000 space 1024K,   0% used [0x00000000f3800000, 0x00000000f3900000)
AC   0  F    TS     0 PTAMS 0x00000000f3900000 NTAMS 0x00000000f3900000 space 1024K,   0% used [0x00000000f3900000, 0x00000000f3a00000)
AC   0  F    TS     0 PTAMS 0x00000000f3a00000 NTAMS 0x00000000f3a00000 space 1024K,   0% used [0x00000000f3a00000, 0x00000000f3b00000)
AC   0  F    TS     0 PTAMS 0x00000000f3b00000 NTAMS 0x00000000f3b00000 space 1024K,   0% used [0x00000000f3b00000, 0x00000000f3c00000)
AC   0  F    TS     0 PTAMS 0x00000000f3c00000 NTAMS 0x00000000f3c00000 space 1024K,   0% used [0x00000000f3c00000, 0x00000000f3d00000)
AC   0  F    TS     0 PTAMS 0x00000000f3d00000 NTAMS 0x00000000f3d00000 space 1024K,   0% used [0x00000000f3d00000, 0x00000000f3e00000)
AC   0  F    TS     0 PTAMS 0x00000000f3e00000 NTAMS 0x00000000f3e00000 space 1024K,   0% used [0x00000000f3e00000, 0x00000000f3f00000)
AC   0  F    TS     0 PTAMS 0x00000000f3f00000 NTAMS 0x00000000f3f00000 space 1024K,   0% used [0x00000000f3f00000, 0x00000000f4000000)
AC   0  F    TS     0 PTAMS 0x00000000f4000000 NTAMS 0x00000000f4000000 space 1024K,   0% used [0x00000000f4000000, 0x00000000f4100000)
AC   0  F    TS     0 PTAMS 0x00000000f4100000 NTAMS 0x00000000f4100000 space 1024K,   0% used [0x00000000f4100000, 0x00000000f4200000)
AC   0  F    TS     0 PTAMS 0x00000000f4200000 NTAMS 0x00000000f4200000 space 1024K,   0% used [0x00000000f4200000, 0x00000000f4300000)
AC   0  F    TS     0 PTAMS 0x00000000f4300000 NTAMS 0x00000000f4300000 space 1024K,   0% used [0x00000000f4300000, 0x00000000f4400000)
AC   0  F    TS     0 PTAMS 0x00000000f4400000 NTAMS 0x00000000f4400000 space 1024K,   0% used [0x00000000f4400000, 0x00000000f4500000)
AC   0  F    TS     0 PTAMS 0x00000000f4500000 NTAMS 0x00000000f4500000 space 1024K,   0% used [0x00000000f4500000, 0x00000000f4600000)
AC   0  F    TS     0 PTAMS 0x00000000f4600000 NTAMS 0x00000000f4600000 space 1024K,   0% used [0x00000000f4600000, 0x00000000f4700000)
AC   0  F    TS     0 PTAMS 0x00000000f4700000 NTAMS 0x00000000f4700000 space 1024K,   0% used [0x00000000f4700000, 0x00000000f4800000)
AC   0  F    TS     0 PTAMS 0x00000000f4800000 NTAMS 0x00000000f4800000 space 1024K,   0% used [0x00000000f4800000, 0x00000000f4900000)
AC   0  F    TS     0 PTAMS 0x00000000f4900000 NTAMS 0x00000000f4900000 space 1024K,   0% used [0x00000000f4900000, 0x00000000f4a00000)
AC   0  F    TS     0 PTAMS 0x00000000f4a00000 NTAMS 0x00000000f4a00000 space 1024K,   0% used [0x00000000f4a00000, 0x00000000f4b00000)
AC   0  F    TS     0 PTAMS 0x00000000f4b00000 NTAMS 0x00000000f4b00000 space 1024K,   0% used [0x00000000f4b00000, 0x00000000f4c00000)
AC   0  F    TS     0 PTAMS 0x00000000f4c00000 NTAMS 0x00000000f4c00000 space 1024K,   0% used [0x00000000f4c00000, 0x00000000f4d00000)
AC   0  F    TS     0 PTAMS 0x00000000f4d00000 NTAMS 0x00000000f4d00000 space 1024K,   0% used [0x00000000f4d00000, 0x00000000f4e00000)
AC   0  F    TS     0 PTAMS 0x00000000f4e00000 NTAMS 0x00000000f4e00000 space 1024K,   0% used [0x00000000f4e00000, 0x00000000f4f00000)
AC   0  F    TS     0 PTAMS 0x00000000f4f00000 NTAMS 0x00000000f4f00000 space 1024K,   0% used [0x00000000f4f00000, 0x00000000f5000000)
AC   0  F    TS     0 PTAMS 0x00000000f5000000 NTAMS 0x00000000f5000000 space 1024K,   0% used [0x00000000f5000000, 0x00000000f5100000)
AC   0  F    TS     0 PTAMS 0x00000000f5100000 NTAMS 0x00000000f5100000 space 1024K,   0% used [0x00000000f5100000, 0x00000000f5200000)
AC   0  F    TS     0 PTAMS 0x00000000f5200000 NTAMS 0x00000000f5200000 space 1024K,   0% used [0x00000000f5200000, 0x00000000f5300000)
AC   0  F    TS     0 PTAMS 0x00000000f5300000 NTAMS 0x00000000f5300000 space 1024K,   0% used [0x00000000f5300000, 0x00000000f5400000)
AC   0  F    TS     0 PTAMS 0x00000000f5400000 NTAMS 0x00000000f5400000 space 1024K,   0% used [0x00000000f5400000, 0x00000000f5500000)
AC   0  F    TS     0 PTAMS 0x00000000f5500000 NTAMS 0x00000000f5500000 space 1024K,   0% used [0x00000000f5500000, 0x00000000f5600000)
AC   0  F    TS     0 PTAMS 0x00000000f5600000 NTAMS 0x00000000f5600000 space 1024K,   0% used [0x00000000f5600000, 0x00000000f5700000)
AC   0  F    TS     0 PTAMS 0x00000000f5700000 NTAMS 0x00000000f5700000 space 1024K,   0% used [0x00000000f5700000, 0x00000000f5800000)
AC   0  F    TS     0 PTAMS 0x00000000f5800000 NTAMS 0x00000000f5800000 space 1024K,   0% used [0x00000000f5800000, 0x00000000f5900000)
AC   0  F    TS     0 PTAMS 0x00000000f5900000 NTAMS 0x00000000f5900000 space 1024K,   0% used [0x00000000f5900000, 0x00000000f5a00000)
AC   0  F    TS     0 PTAMS 0x00000000f5a00000 NTAMS 0x00000000f5a00000 space 1024K,   0% used [0x00000000f5a00000, 0x00000000f5b00000)
AC   0  F    TS     0 PTAMS 0x00000000f5b00000 NTAMS 0x00000000f5b00000 space 1024K,   0% used [0x00000000f5b00000, 0x00000000f5c00000)
AC   0  F    TS     0 PTAMS 0x00000000f5c00000 NTAMS 0x00000000f5c00000 space 1024K,   0% used [0x00000000f5c00000, 0x00000000f5d00000)
AC   0  F    TS     0 PTAMS 0x00000000f5d00000 NTAMS 0x00000000f5d00000 space 1024K,   0% used [0x00000000f5d00000, 0x00000000f5e00000)
AC   0  F    TS     0 PTAMS 0x00000000f5e00000 NTAMS 0x00000000f5e00000 space 1024K,   0% used [0x00000000f5e00000, 0x00000000f5f00000)
AC   0  F    TS     0 PTAMS 0x00000000f5f00000 NTAMS 0x00000000f5f00000 space 1024K,   0% used [0x00000000f5f00000, 0x00000000f6000000)
AC   0  F    TS     0 PTAMS 0x00000000f6000000 NTAMS 0x00000000f6000000 space 1024K,   0% used [0x00000000f6000000, 0x00000000f6100000)
AC   0  F    TS     0 PTAMS 0x00000000f6100000 NTAMS 0x00000000f6100000 space 1024K,   0% used [0x00000000f6100000, 0x00000000f6200000)
AC   0  F    TS     0 PTAMS 0x00000000f6200000 NTAMS 0x00000000f6200000 space 1024K,   0% used [0x00000000f6200000, 0x00000000f6300000)
AC   0  F    TS     0 PTAMS 0x00000000f6300000 NTAMS 0x00000000f6300000 space 1024K,   0% used [0x00000000f6300000, 0x00000000f6400000)
AC   0  F    TS     0 PTAMS 0x00000000f6400000 NTAMS 0x00000000f6400000 space 1024K,   0% used [0x00000000f6400000, 0x00000000f6500000)
AC   0  F    TS     0 PTAMS 0x00000000f6500000 NTAMS 0x00000000f6500000 space 1024K,   0% used [0x00000000f6500000, 0x00000000f6600000)
AC   0  F    TS     0 PTAMS 0x00000000f6600000 NTAMS 0x00000000f6600000 space 1024K,   0% used [0x00000000f6600000, 0x00000000f6700000)
AC   0  F    TS     0 PTAMS 0x00000000f6700000 NTAMS 0x00000000f6700000 space 1024K,   0% used [0x00000000f6700000, 0x00000000f6800000)
AC   0  F    TS     0 PTAMS 0x00000000f6800000 NTAMS 0x00000000f6800000 space 1024K,   0% used [0x00000000f6800000, 0x00000000f6900000)
AC   0  F    TS     0 PTAMS 0x00000000f6900000 NTAMS 0x00000000f6900000 space 1024K,   0% used [0x00000000f6900000, 0x00000000f6a00000)
AC   0  F    TS     0 PTAMS 0x00000000f6a00000 NTAMS 0x00000000f6a00000 space 1024K,   0% used [0x00000000f6a00000, 0x00000000f6b00000)
AC   0  F    TS     0 PTAMS 0x00000000f6b00000 NTAMS 0x00000000f6b00000 space 1024K,   0% used [0x00000000f6b00000, 0x00000000f6c00000)
AC   0  F    TS     0 PTAMS 0x00000000f6c00000 NTAMS 0x00000000f6c00000 space 1024K,   0% used [0x00000000f6c00000, 0x00000000f6d00000)
AC   0  F    TS     0 PTAMS 0x00000000f6d00000 NTAMS 0x00000000f6d00000 space 1024K,   0% used [0x00000000f6d00000, 0x00000000f6e00000)
AC   0  F    TS     0 PTAMS 0x00000000f6e00000 NTAMS 0x00000000f6e00000 space 1024K,   0% used [0x00000000f6e00000, 0x00000000f6f00000)
AC   0  F    TS     0 PTAMS 0x00000000f6f00000 NTAMS 0x00000000f6f00000 space 1024K,   0% used [0x00000000f6f00000, 0x00000000f7000000)
AC   0  F    TS     0 PTAMS 0x00000000f7000000 NTAMS 0x00000000f7000000 space 1024K,   0% used [0x00000000f7000000, 0x00000000f7100000)
AC   0  F    TS     0 PTAMS 0x00000000f7100000 NTAMS 0x00000000f7100000 space 1024K,   0% used [0x00000000f7100000, 0x00000000f7200000)
AC   0  F    TS     0 PTAMS 0x00000000f7200000 NTAMS 0x00000000f7200000 space 1024K,   0% used [0x00000000f7200000, 0x00000000f7300000)
AC   0  F    TS     0 PTAMS 0x00000000f7300000 NTAMS 0x00000000f7300000 space 1024K,   0% used [0x00000000f7300000, 0x00000000f7400000)
AC   0  F    TS     0 PTAMS 0x00000000f7400000 NTAMS 0x00000000f7400000 space 1024K,   0% used [0x00000000f7400000, 0x00000000f7500000)
AC   0  F    TS     0 PTAMS 0x00000000f7500000 NTAMS 0x00000000f7500000 space 1024K,   0% used [0x00000000f7500000, 0x00000000f7600000)
AC   0  F    TS     0 PTAMS 0x00000000f7600000 NTAMS 0x00000000f7600000 space 1024K,   0% used [0x00000000f7600000, 0x00000000f7700000)
AC   0  F    TS     0 PTAMS 0x00000000f7700000 NTAMS 0x00000000f7700000 space 1024K,   0% used [0x00000000f7700000, 0x00000000f7800000)
AC   0  F    TS     0 PTAMS 0x00000000f7800000 NTAMS 0x00000000f7800000 space 1024K,   0% used [0x00000000f7800000, 0x00000000f7900000)
AC   0  F    TS     0 PTAMS 0x00000000f7900000 NTAMS 0x00000000f7900000 space 1024K,   0% used [0x00000000f7900000, 0x00000000f7a00000)
AC   0  F    TS     0 PTAMS 0x00000000f7a00000 NTAMS 0x00000000f7a00000 space 1024K,   0% used [0x00000000f7a00000, 0x00000000f7b00000)
AC   0  F    TS     0 PTAMS 0x00000000f7b00000 NTAMS 0x00000000f7b00000 space 1024K,   0% used [0x00000000f7b00000, 0x00000000f7c00000)
AC   0  F    TS     0 PTAMS 0x00000000f7c00000 NTAMS 0x00000000f7c00000 space 1024K,   0% used [0x00000000f7c00000, 0x00000000f7d00000)
AC   0  F    TS     0 PTAMS 0x00000000f7d00000 NTAMS 0x00000000f7d00000 space 1024K,   0% used [0x00000000f7d00000, 0x00000000f7e00000)
AC   0  F    TS     0 PTAMS 0x00000000f7e00000 NTAMS 0x00000000f7e00000 space 1024K,   0% used [0x00000000f7e00000, 0x00000000f7f00000)
AC   0  F    TS     0 PTAMS 0x00000000f7f00000 NTAMS 0x00000000f7f00000 space 1024K,   0% used [0x00000000f7f00000, 0x00000000f8000000)
AC   0  F    TS     0 PTAMS 0x00000000f8000000 NTAMS 0x00000000f8000000 space 1024K,   0% used [0x00000000f8000000, 0x00000000f8100000)
AC   0  F    TS     0 PTAMS 0x00000000f8100000 NTAMS 0x00000000f8100000 space 1024K,   0% used [0x00000000f8100000, 0x00000000f8200000)
AC   0  F    TS     0 PTAMS 0x00000000f8200000 NTAMS 0x00000000f8200000 space 1024K,   0% used [0x00000000f8200000, 0x00000000f8300000)
AC   0  F    TS     0 PTAMS 0x00000000f8300000 NTAMS 0x00000000f8300000 space 1024K,   0% used [0x00000000f8300000, 0x00000000f8400000)
AC   0  F    TS     0 PTAMS 0x00000000f8400000 NTAMS 0x00000000f8400000 space 1024K,   0% used [0x00000000f8400000, 0x00000000f8500000)
AC   0  F    TS     0 PTAMS 0x00000000f8500000 NTAMS 0x00000000f8500000 space 1024K,   0% used [0x00000000f8500000, 0x00000000f8600000)
AC   0  F    TS     0 PTAMS 0x00000000f8600000 NTAMS 0x00000000f8600000 space 1024K,   0% used [0x00000000f8600000, 0x00000000f8700000)
AC   0  F    TS     0 PTAMS 0x00000000f8700000 NTAMS 0x00000000f8700000 space 1024K,   0% used [0x00000000f8700000, 0x00000000f8800000)
AC   0  F    TS     0 PTAMS 0x00000000f8800000 NTAMS 0x00000000f8800000 space 1024K,   0% used [0x00000000f8800000, 0x00000000f8900000)
AC   0  F    TS     0 PTAMS 0x00000000f8900000 NTAMS 0x00000000f8900000 space 1024K,   0% used [0x00000000f8900000, 0x00000000f8a00000)
AC   0  F    TS     0 PTAMS 0x00000000f8a00000 NTAMS 0x00000000f8a00000 space 1024K,   0% used [0x00000000f8a00000, 0x00000000f8b00000)
AC   0  F    TS     0 PTAMS 0x00000000f8b00000 NTAMS 0x00000000f8b00000 space 1024K,   0% used [0x00000000f8b00000, 0x00000000f8c00000)
AC   0  F    TS     0 PTAMS 0x00000000f8c00000 NTAMS 0x00000000f8c00000 space 1024K,   0% used [0x00000000f8c00000, 0x00000000f8d00000)
AC   0  F    TS     0 PTAMS 0x00000000f8d00000 NTAMS 0x00000000f8d00000 space 1024K,   0% used [0x00000000f8d00000, 0x00000000f8e00000)
AC   0  F    TS     0 PTAMS 0x00000000f8e00000 NTAMS 0x00000000f8e00000 space 1024K,   0% used [0x00000000f8e00000, 0x00000000f8f00000)
AC   0  F    TS     0 PTAMS 0x00000000f8f00000 NTAMS 0x00000000f8f00000 space 1024K,   0% used [0x00000000f8f00000, 0x00000000f9000000)
AC   0  F    TS     0 PTAMS 0x00000000f9000000 NTAMS 0x00000000f9000000 space 1024K,   0% used [0x00000000f9000000, 0x00000000f9100000)
AC   0  F    TS     0 PTAMS 0x00000000f9100000 NTAMS 0x00000000f9100000 space 1024K,   0% used [0x00000000f9100000, 0x00000000f9200000)
AC   0  F    TS     0 PTAMS 0x00000000f9200000 NTAMS 0x00000000f9200000 space 1024K,   0% used [0x00000000f9200000, 0x00000000f9300000)
AC   0  F    TS     0 PTAMS 0x00000000f9300000 NTAMS 0x00000000f9300000 space 1024K,   0% used [0x00000000f9300000, 0x00000000f9400000)
AC   0  F    TS     0 PTAMS 0x00000000f9400000 NTAMS 0x00000000f9400000 space 1024K,   0% used [0x00000000f9400000, 0x00000000f9500000)
AC   0  F    TS     0 PTAMS 0x00000000f9500000 NTAMS 0x00000000f9500000 space 1024K,   0% used [0x00000000f9500000, 0x00000000f9600000)
AC   0  F    TS     0 PTAMS 0x00000000f9600000 NTAMS 0x00000000f9600000 space 1024K,   0% used [0x00000000f9600000, 0x00000000f9700000)
AC   0  F    TS     0 PTAMS 0x00000000f9700000 NTAMS 0x00000000f9700000 space 1024K,   0% used [0x00000000f9700000, 0x00000000f9800000)
AC   0  F    TS     0 PTAMS 0x00000000f9800000 NTAMS 0x00000000f9800000 space 1024K,   0% used [0x00000000f9800000, 0x00000000f9900000)
AC   0  F    TS     0 PTAMS 0x00000000f9900000 NTAMS 0x00000000f9900000 space 1024K,   0% used [0x00000000f9900000, 0x00000000f9a00000)
AC   0  F    TS     0 PTAMS 0x00000000f9a00000 NTAMS 0x00000000f9a00000 space 1024K,   0% used [0x00000000f9a00000, 0x00000000f9b00000)
AC   0  F    TS     0 PTAMS 0x00000000f9b00000 NTAMS 0x00000000f9b00000 space 1024K,   0% used [0x00000000f9b00000, 0x00000000f9c00000)
AC   0  F    TS     0 PTAMS 0x00000000f9c00000 NTAMS 0x00000000f9c00000 space 1024K,   0% used [0x00000000f9c00000, 0x00000000f9d00000)
AC   0  F    TS     0 PTAMS 0x00000000f9d00000 NTAMS 0x00000000f9d00000 space 1024K,   0% used [0x00000000f9d00000, 0x00000000f9e00000)
AC   0  F    TS     0 PTAMS 0x00000000f9e00000 NTAMS 0x00000000f9e00000 space 1024K,   0% used [0x00000000f9e00000, 0x00000000f9f00000)
AC   0  F    TS     0 PTAMS 0x00000000f9f00000 NTAMS 0x00000000f9f00000 space 1024K,   0% used [0x00000000f9f00000, 0x00000000fa000000)
AC   0  F    TS     0 PTAMS 0x00000000fa000000 NTAMS 0x00000000fa000000 space 1024K,   0% used [0x00000000fa000000, 0x00000000fa100000)
AC   0  F    TS     0 PTAMS 0x00000000fa100000 NTAMS 0x00000000fa100000 space 1024K,   0% used [0x00000000fa100000, 0x00000000fa200000)
AC   0  F    TS     0 PTAMS 0x00000000fa200000 NTAMS 0x00000000fa200000 space 1024K,   0% used [0x00000000fa200000, 0x00000000fa300000)
AC   0  F    TS     0 PTAMS 0x00000000fa300000 NTAMS 0x00000000fa300000 space 1024K,   0% used [0x00000000fa300000, 0x00000000fa400000)
AC   0  F    TS     0 PTAMS 0x00000000fa400000 NTAMS 0x00000000fa400000 space 1024K,   0% used [0x00000000fa400000, 0x00000000fa500000)
AC   0  F    TS     0 PTAMS 0x00000000fa500000 NTAMS 0x00000000fa500000 space 1024K,   0% used [0x00000000fa500000, 0x00000000fa600000)
AC   0  F    TS     0 PTAMS 0x00000000fa600000 NTAMS 0x00000000fa600000 space 1024K,   0% used [0x00000000fa600000, 0x00000000fa700000)
AC   0  F    TS     0 PTAMS 0x00000000fa700000 NTAMS 0x00000000fa700000 space 1024K,   0% used [0x00000000fa700000, 0x00000000fa800000)
AC   0  F    TS     0 PTAMS 0x00000000fa800000 NTAMS 0x00000000fa800000 space 1024K,   0% used [0x00000000fa800000, 0x00000000fa900000)
AC   0  F    TS     0 PTAMS 0x00000000fa900000 NTAMS 0x00000000fa900000 space 1024K,   0% used [0x00000000fa900000, 0x00000000faa00000)
AC   0  F    TS     0 PTAMS 0x00000000faa00000 NTAMS 0x00000000faa00000 space 1024K,   0% used [0x00000000faa00000, 0x00000000fab00000)
AC   0  F    TS     0 PTAMS 0x00000000fab00000 NTAMS 0x00000000fab00000 space 1024K,   0% used [0x00000000fab00000, 0x00000000fac00000)
AC   0  F    TS     0 PTAMS 0x00000000fac00000 NTAMS 0x00000000fac00000 space 1024K,   0% used [0x00000000fac00000, 0x00000000fad00000)
AC   0  F    TS     0 PTAMS 0x00000000fad00000 NTAMS 0x00000000fad00000 space 1024K,   0% used [0x00000000fad00000, 0x00000000fae00000)
AC   0  F    TS     0 PTAMS 0x00000000fae00000 NTAMS 0x00000000fae00000 space 1024K,   0% used [0x00000000fae00000, 0x00000000faf00000)
AC   0  F    TS     0 PTAMS 0x00000000faf00000 NTAMS 0x00000000faf00000 space 1024K,   0% used [0x00000000faf00000, 0x00000000fb000000)
AC   0  F    TS     0 PTAMS 0x00000000fb000000 NTAMS 0x00000000fb000000 space 1024K,   0% used [0x00000000fb000000, 0x00000000fb100000)
AC   0  F    TS     0 PTAMS 0x00000000fb100000 NTAMS 0x00000000fb100000 space 1024K,   0% used [0x00000000fb100000, 0x00000000fb200000)
AC   0  F    TS     0 PTAMS 0x00000000fb200000 NTAMS 0x00000000fb200000 space 1024K,   0% used [0x00000000fb200000, 0x00000000fb300000)
AC   0  F    TS     0 PTAMS 0x00000000fb300000 NTAMS 0x00000000fb300000 space 1024K,   0% used [0x00000000fb300000, 0x00000000fb400000)
AC   0  F    TS     0 PTAMS 0x00000000fb400000 NTAMS 0x00000000fb400000 space 1024K,   0% used [0x00000000fb400000, 0x00000000fb500000)
AC   0  F    TS     0 PTAMS 0x00000000fb500000 NTAMS 0x00000000fb500000 space 1024K,   0% used [0x00000000fb500000, 0x00000000fb600000)
AC   0  F    TS     0 PTAMS 0x00000000fb600000 NTAMS 0x00000000fb600000 space 1024K,   0% used [0x00000000fb600000, 0x00000000fb700000)
AC   0  F    TS     0 PTAMS 0x00000000fb700000 NTAMS 0x00000000fb700000 space 1024K,   0% used [0x00000000fb700000, 0x00000000fb800000)
AC   0  F    TS     0 PTAMS 0x00000000fb800000 NTAMS 0x00000000fb800000 space 1024K,   0% used [0x00000000fb800000, 0x00000000fb900000)
AC   0  F    TS     0 PTAMS 0x00000000fb900000 NTAMS 0x00000000fb900000 space 1024K,   0% used [0x00000000fb900000, 0x00000000fba00000)
AC   0  F    TS     0 PTAMS 0x00000000fba00000 NTAMS 0x00000000fba00000 space 1024K,   0% used [0x00000000fba00000, 0x00000000fbb00000)
AC   0  F    TS     0 PTAMS 0x00000000fbb00000 NTAMS 0x00000000fbb00000 space 1024K,   0% used [0x00000000fbb00000, 0x00000000fbc00000)
AC   0  F    TS     0 PTAMS 0x00000000fbc00000 NTAMS 0x00000000fbc00000 space 1024K,   0% used [0x00000000fbc00000, 0x00000000fbd00000)
AC   0  F    TS     0 PTAMS 0x00000000fbd00000 NTAMS 0x00000000fbd00000 space 1024K,   0% used [0x00000000fbd00000, 0x00000000fbe00000)
AC   0  F    TS     0 PTAMS 0x00000000fbe00000 NTAMS 0x00000000fbe00000 space 1024K,   0% used [0x00000000fbe00000, 0x00000000fbf00000)
AC   0  F    TS     0 PTAMS 0x00000000fbf00000 NTAMS 0x00000000fbf00000 space 1024K,   0% used [0x00000000fbf00000, 0x00000000fc000000)
AC   0  F    TS     0 PTAMS 0x00000000fc000000 NTAMS 0x00000000fc000000 space 1024K,   0% used [0x00000000fc000000, 0x00000000fc100000)
AC   0  F    TS     0 PTAMS 0x00000000fc100000 NTAMS 0x00000000fc100000 space 1024K,   0% used [0x00000000fc100000, 0x00000000fc200000)
AC   0  F    TS     0 PTAMS 0x00000000fc200000 NTAMS 0x00000000fc200000 space 1024K,   0% used [0x00000000fc200000, 0x00000000fc300000)
AC   0  F    TS     0 PTAMS 0x00000000fc300000 NTAMS 0x00000000fc300000 space 1024K,   0% used [0x00000000fc300000, 0x00000000fc400000)
AC   0  F    TS     0 PTAMS 0x00000000fc400000 NTAMS 0x00000000fc400000 space 1024K,   0% used [0x00000000fc400000, 0x00000000fc500000)
AC   0  F    TS     0 PTAMS 0x00000000fc500000 NTAMS 0x00000000fc500000 space 1024K,   0% used [0x00000000fc500000, 0x00000000fc600000)
AC   0  F    TS     0 PTAMS 0x00000000fc600000 NTAMS 0x00000000fc600000 space 1024K,   0% used [0x00000000fc600000, 0x00000000fc700000)
AC   0  F    TS     0 PTAMS 0x00000000fc700000 NTAMS 0x00000000fc700000 space 1024K,   0% used [0x00000000fc700000, 0x00000000fc800000)
AC   0  F    TS     1 PTAMS 0x00000000fc800000 NTAMS 0x00000000fc800000 space 1024K,   0% used [0x00000000fc800000, 0x00000000fc900000)
AC   0  F    TS     1 PTAMS 0x00000000fc900000 NTAMS 0x00000000fc900000 space 1024K,   0% used [0x00000000fc900000, 0x00000000fca00000)
AC   0  F    TS     1 PTAMS 0x00000000fca00000 NTAMS 0x00000000fca00000 space 1024K,   0% used [0x00000000fca00000, 0x00000000fcb00000)
AC   0  F    TS     1 PTAMS 0x00000000fcb00000 NTAMS 0x00000000fcb00000 space 1024K,   0% used [0x00000000fcb00000, 0x00000000fcc00000)
AC   0  F    TS     1 PTAMS 0x00000000fcc00000 NTAMS 0x00000000fcc00000 space 1024K,   0% used [0x00000000fcc00000, 0x00000000fcd00000)
AC   0  F    TS     1 PTAMS 0x00000000fcd00000 NTAMS 0x00000000fcd00000 space 1024K,   0% used [0x00000000fcd00000, 0x00000000fce00000)
AC   0  F    TS     1 PTAMS 0x00000000fce00000 NTAMS 0x00000000fce00000 space 1024K,   0% used [0x00000000fce00000, 0x00000000fcf00000)
AC   0  F    TS     0 PTAMS 0x00000000fcf00000 NTAMS 0x00000000fcf00000 space 1024K,   0% used [0x00000000fcf00000, 0x00000000fd000000)
AC   0  F    TS     0 PTAMS 0x00000000fd000000 NTAMS 0x00000000fd000000 space 1024K,   0% used [0x00000000fd000000, 0x00000000fd100000)
AC   0  F    TS     0 PTAMS 0x00000000fd100000 NTAMS 0x00000000fd100000 space 1024K,   0% used [0x00000000fd100000, 0x00000000fd200000)
AC   0  F    TS     0 PTAMS 0x00000000fd200000 NTAMS 0x00000000fd200000 space 1024K,   0% used [0x00000000fd200000, 0x00000000fd300000)
AC   0  F    TS     0 PTAMS 0x00000000fd300000 NTAMS 0x00000000fd300000 space 1024K,   0% used [0x00000000fd300000, 0x00000000fd400000)
AC   0  F    TS     0 PTAMS 0x00000000fd400000 NTAMS 0x00000000fd400000 space 1024K,   0% used [0x00000000fd400000, 0x00000000fd500000)
AC   0  F    TS     0 PTAMS 0x00000000fd500000 NTAMS 0x00000000fd500000 space 1024K,   0% used [0x00000000fd500000, 0x00000000fd600000)
AC   0  F    TS     0 PTAMS 0x00000000fd600000 NTAMS 0x00000000fd600000 space 1024K,   0% used [0x00000000fd600000, 0x00000000fd700000)
AC   0  F    TS     0 PTAMS 0x00000000fd700000 NTAMS 0x00000000fd700000 space 1024K,   0% used [0x00000000fd700000, 0x00000000fd800000)
AC   0  F    TS     0 PTAMS 0x00000000fd800000 NTAMS 0x00000000fd800000 space 1024K,   0% used [0x00000000fd800000, 0x00000000fd900000)
AC   0  F    TS     0 PTAMS 0x00000000fd900000 NTAMS 0x00000000fd900000 space 1024K,   0% used [0x00000000fd900000, 0x00000000fda00000)
AC   0  F    TS     0 PTAMS 0x00000000fda00000 NTAMS 0x00000000fda00000 space 1024K,   0% used [0x00000000fda00000, 0x00000000fdb00000)
AC   0  F    TS     0 PTAMS 0x00000000fdb00000 NTAMS 0x00000000fdb00000 space 1024K,   0% used [0x00000000fdb00000, 0x00000000fdc00000)
AC   0  F    TS     0 PTAMS 0x00000000fdc00000 NTAMS 0x00000000fdc00000 space 1024K,   0% used [0x00000000fdc00000, 0x00000000fdd00000)
AC   0  F    TS     0 PTAMS 0x00000000fdd00000 NTAMS 0x00000000fdd00000 space 1024K,   0% used [0x00000000fdd00000, 0x00000000fde00000)
AC   0  F    TS     0 PTAMS 0x00000000fde00000 NTAMS 0x00000000fde00000 space 1024K,   0% used [0x00000000fde00000, 0x00000000fdf00000)
AC   0  F    TS     0 PTAMS 0x00000000fdf00000 NTAMS 0x00000000fdf00000 space 1024K,   0% used [0x00000000fdf00000, 0x00000000fe000000)
AC   0  F    TS     0 PTAMS 0x00000000fe000000 NTAMS 0x00000000fe000000 space 1024K,   0% used [0x00000000fe000000, 0x00000000fe100000)
AC   0  F    TS     0 PTAMS 0x00000000fe100000 NTAMS 0x00000000fe100000 space 1024K,   0% used [0x00000000fe100000, 0x00000000fe200000)
AC   0  F    TS     0 PTAMS 0x00000000fe200000 NTAMS 0x00000000fe200000 space 1024K,   0% used [0x00000000fe200000, 0x00000000fe300000)
AC   0  F    TS     0 PTAMS 0x00000000fe300000 NTAMS 0x00000000fe300000 space 1024K,   0% used [0x00000000fe300000, 0x00000000fe400000)
AC   0  F    TS     0 PTAMS 0x00000000fe400000 NTAMS 0x00000000fe400000 space 1024K,   0% used [0x00000000fe400000, 0x00000000fe500000)
AC   0  F    TS     0 PTAMS 0x00000000fe500000 NTAMS 0x00000000fe500000 space 1024K,   0% used [0x00000000fe500000, 0x00000000fe600000)
AC   0  F    TS     0 PTAMS 0x00000000fe600000 NTAMS 0x00000000fe600000 space 1024K,   0% used [0x00000000fe600000, 0x00000000fe700000)
AC   0  F    TS     0 PTAMS 0x00000000fe700000 NTAMS 0x00000000fe700000 space 1024K,   0% used [0x00000000fe700000, 0x00000000fe800000)
AC   0  F    TS     0 PTAMS 0x00000000fe800000 NTAMS 0x00000000fe800000 space 1024K,   0% used [0x00000000fe800000, 0x00000000fe900000)
AC   0  F    TS     0 PTAMS 0x00000000fe900000 NTAMS 0x00000000fe900000 space 1024K,   0% used [0x00000000fe900000, 0x00000000fea00000)
AC   0  F    TS     0 PTAMS 0x00000000fea00000 NTAMS 0x00000000fea00000 space 1024K,   0% used [0x00000000fea00000, 0x00000000feb00000)
AC   0  F    TS     0 PTAMS 0x00000000feb00000 NTAMS 0x00000000feb00000 space 1024K,   0% used [0x00000000feb00000, 0x00000000fec00000)
AC   0  F    TS     0 PTAMS 0x00000000fec00000 NTAMS 0x00000000fec00000 space 1024K,   0% used [0x00000000fec00000, 0x00000000fed00000)
AC   0  F    TS     0 PTAMS 0x00000000fed00000 NTAMS 0x00000000fed00000 space 1024K,   0% used [0x00000000fed00000, 0x00000000fee00000)
AC   0  F    TS     0 PTAMS 0x00000000fee00000 NTAMS 0x00000000fee00000 space 1024K,   0% used [0x00000000fee00000, 0x00000000fef00000)
AC   0  F    TS     0 PTAMS 0x00000000fef00000 NTAMS 0x00000000fef00000 space 1024K,   0% used [0x00000000fef00000, 0x00000000ff000000)
AC   0  F    TS     0 PTAMS 0x00000000ff000000 NTAMS 0x00000000ff000000 space 1024K,   0% used [0x00000000ff000000, 0x00000000ff100000)
AC   0  F    TS     0 PTAMS 0x00000000ff100000 NTAMS 0x00000000ff100000 space 1024K,   0% used [0x00000000ff100000, 0x00000000ff200000)
AC   0  F    TS     0 PTAMS 0x00000000ff200000 NTAMS 0x00000000ff200000 space 1024K,   0% used [0x00000000ff200000, 0x00000000ff300000)
AC   0  F    TS     0 PTAMS 0x00000000ff300000 NTAMS 0x00000000ff300000 space 1024K,   0% used [0x00000000ff300000, 0x00000000ff400000)
AC   0  F    TS     0 PTAMS 0x00000000ff400000 NTAMS 0x00000000ff400000 space 1024K,   0% used [0x00000000ff400000, 0x00000000ff500000)
AC   0  F    TS     0 PTAMS 0x00000000ff500000 NTAMS 0x00000000ff500000 space 1024K,   0% used [0x00000000ff500000, 0x00000000ff600000)
AC   0  E    TS     0 PTAMS 0x00000000ff600000 NTAMS 0x00000000ff600000 space 1024K,  36% used [0x00000000ff600000, 0x00000000ff700000)
AC   0  S CS TS     3 PTAMS 0x00000000ff700000 NTAMS 0x00000000ff700000 space 1024K,  49% used [0x00000000ff700000, 0x00000000ff800000)
AC   0  S CS TS     3 PTAMS 0x00000000ff800000 NTAMS 0x00000000ff800000 space 1024K, 100% used [0x00000000ff800000, 0x00000000ff900000)
AC   0  S CS TS     3 PTAMS 0x00000000ff900000 NTAMS 0x00000000ff900000 space 1024K, 100% used [0x00000000ff900000, 0x00000000ffa00000)
AC   0  S CS TS     3 PTAMS 0x00000000ffa00000 NTAMS 0x00000000ffa00000 space 1024K, 100% used [0x00000000ffa00000, 0x00000000ffb00000)
AC   0  S CS TS     3 PTAMS 0x00000000ffb00000 NTAMS 0x00000000ffb00000 space 1024K, 100% used [0x00000000ffb00000, 0x00000000ffc00000)
AC   0  S CS TS     3 PTAMS 0x00000000ffc00000 NTAMS 0x00000000ffc00000 space 1024K, 100% used [0x00000000ffc00000, 0x00000000ffd00000)
AC   0  S CS TS     3 PTAMS 0x00000000ffd00000 NTAMS 0x00000000ffd00000 space 1024K, 100% used [0x00000000ffd00000, 0x00000000ffe00000)
AC   0  E CS TS     0 PTAMS 0x00000000ffe00000 NTAMS 0x00000000ffe00000 space 1024K, 100% used [0x00000000ffe00000, 0x00000000fff00000)
AC   0  E CS TS     0 PTAMS 0x00000000fff00000 NTAMS 0x00000000fff00000 space 1024K, 100% used [0x00000000fff00000, 0x0000000100000000)

Card table byte_map: [0x0000000013440000,0x0000000013640000] byte_map_base: 0x0000000012e32000

Marking Bits (Prev, Next): (CMBitMap*) 0x0000000002e7d980, (CMBitMap*) 0x0000000002e7d928
 Prev Bits: [0x00000000147d0000, 0x0000000015760000)
 Next Bits: [0x0000000013840000, 0x00000000147d0000)

Polling page: 0x00000000011d0000

CodeCache: size=245760Kb used=35934Kb max_used=35934Kb free=209825Kb
 bounds [0x0000000002f40000, 0x00000000052e0000, 0x0000000011f40000]
 total_blobs=10334 nmethods=9057 adapters=1185
 compilation: enabled

Compilation events (10 events):
Event: 796.969 Thread 0x000000001820e800 12964       4       class.hfjATosyF::XwhlvVTrl (48 bytes)
Event: 797.001 Thread 0x000000001820e800 nmethod 12964 0x0000000004c84dd0 code [0x0000000004c84f80, 0x0000000004c85888]
Event: 797.108 Thread 0x0000000018213000 12965       3       java.util.regex.Pattern$7::isSatisfiedBy (28 bytes)
Event: 797.109 Thread 0x0000000018213000 nmethod 12965 0x0000000004435fd0 code [0x0000000004436160, 0x00000000044364f8]
Event: 797.166 Thread 0x0000000018213000 12966       3       class.GFkmAzRRDC::<init> (25 bytes)
Event: 797.166 Thread 0x0000000018213000 nmethod 12966 0x00000000040ffd50 code [0x00000000040ffec0, 0x0000000004100228]
Event: 797.167 Thread 0x0000000018213000 12967       3       sun.misc.FloatingDecimal$BinaryToASCIIBuffer::dtoa (1509 bytes)
Event: 797.167 Thread 0x0000000018206000 12968       4       java.util.regex.Pattern$CharProperty::<init> (5 bytes)
Event: 797.169 Thread 0x0000000018206000 nmethod 12968 0x00000000040ffa10 code [0x00000000040ffb40, 0x00000000040ffc98]
Event: 797.174 Thread 0x0000000018213000 nmethod 12967 0x0000000004c80150 code [0x0000000004c80580, 0x0000000004c82c98]

GC Heap History (10 events):
Event: 790.069 GC heap before
{Heap before GC invocations=471 (full 3):
 garbage-first heap   total 1019904K, used 514626K [0x00000000c1c00000, 0x00000000c1d01f20, 0x0000000100000000)
  region size 1024K, 9 young (9216K), 7 survivors (7168K)
 Metaspace       used 52612K, capacity 54249K, committed 54524K, reserved 1097728K
  class space    used 6298K, capacity 6610K, committed 6652K, reserved 1048576K
Event: 790.076 GC heap after
Heap after GC invocations=472 (full 3):
 garbage-first heap   total 1019904K, used 512066K [0x00000000c1c00000, 0x00000000c1d01f20, 0x0000000100000000)
  region size 1024K, 6 young (6144K), 6 survivors (6144K)
 Metaspace       used 52612K, capacity 54249K, committed 54524K, reserved 1097728K
  class space    used 6298K, capacity 6610K, committed 6652K, reserved 1048576K
}
Event: 793.967 GC heap before
{Heap before GC invocations=473 (full 3):
 garbage-first heap   total 1019904K, used 679780K [0x00000000c1c00000, 0x00000000c1d01f20, 0x0000000100000000)
  region size 1024K, 49 young (50176K), 6 survivors (6144K)
 Metaspace       used 52639K, capacity 54313K, committed 54780K, reserved 1097728K
  class space    used 6300K, capacity 6610K, committed 6652K, reserved 1048576K
Event: 793.991 GC heap after
Heap after GC invocations=474 (full 3):
 garbage-first heap   total 1019904K, used 511119K [0x00000000c1c00000, 0x00000000c1d01f20, 0x0000000100000000)
  region size 1024K, 7 young (7168K), 7 survivors (7168K)
 Metaspace       used 52639K, capacity 54313K, committed 54780K, reserved 1097728K
  class space    used 6300K, capacity 6610K, committed 6652K, reserved 1048576K
}
Event: 793.993 GC heap before
{Heap before GC invocations=474 (full 3):
 garbage-first heap   total 1019904K, used 511119K [0x00000000c1c00000, 0x00000000c1d01f20, 0x0000000100000000)
  region size 1024K, 8 young (8192K), 7 survivors (7168K)
 Metaspace       used 52639K, capacity 54313K, committed 54780K, reserved 1097728K
  class space    used 6300K, capacity 6610K, committed 6652K, reserved 1048576K
Event: 794.009 GC heap after
Heap after GC invocations=475 (full 3):
 garbage-first heap   total 1019904K, used 511566K [0x00000000c1c00000, 0x00000000c1d01f20, 0x0000000100000000)
  region size 1024K, 7 young (7168K), 7 survivors (7168K)
 Metaspace       used 52639K, capacity 54313K, committed 54780K, reserved 1097728K
  class space    used 6300K, capacity 6610K, committed 6652K, reserved 1048576K
}
Event: 797.203 GC heap before
{Heap before GC invocations=476 (full 3):
 garbage-first heap   total 1019904K, used 722353K [0x00000000c1c00000, 0x00000000c1d01f20, 0x0000000100000000)
  region size 1024K, 49 young (50176K), 7 survivors (7168K)
 Metaspace       used 52642K, capacity 54313K, committed 54780K, reserved 1097728K
  class space    used 6300K, capacity 6610K, committed 6652K, reserved 1048576K
Event: 797.220 GC heap after
Heap after GC invocations=477 (full 3):
 garbage-first heap   total 1019904K, used 513584K [0x00000000c1c00000, 0x00000000c1d01f20, 0x0000000100000000)
  region size 1024K, 7 young (7168K), 7 survivors (7168K)
 Metaspace       used 52642K, capacity 54313K, committed 54780K, reserved 1097728K
  class space    used 6300K, capacity 6610K, committed 6652K, reserved 1048576K
}
Event: 797.228 GC heap before
{Heap before GC invocations=477 (full 3):
 garbage-first heap   total 1019904K, used 514608K [0x00000000c1c00000, 0x00000000c1d01f20, 0x0000000100000000)
  region size 1024K, 9 young (9216K), 7 survivors (7168K)
 Metaspace       used 52642K, capacity 54313K, committed 54780K, reserved 1097728K
  class space    used 6300K, capacity 6610K, committed 6652K, reserved 1048576K
Event: 797.238 GC heap after
Heap after GC invocations=478 (full 3):
 garbage-first heap   total 1019904K, used 511984K [0x00000000c1c00000, 0x00000000c1d01f20, 0x0000000100000000)
  region size 1024K, 7 young (7168K), 7 survivors (7168K)
 Metaspace       used 52642K, capacity 54313K, committed 54780K, reserved 1097728K
  class space    used 6300K, capacity 6610K, committed 6652K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 791.481 Thread 0x0000000019c73800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003bedff0 method=class.HeIh3lqNPh.mMV5oPkCW(F)V @ 31
Event: 791.482 Thread 0x000000001c9aa800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000493833c method=class.iyWy57QxZE.FZOk5L6Gfy(Lclass/t5WaWJ2Alc;)V @ 103
Event: 791.482 Thread 0x0000000019c73800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004ba2cdc method=class.i7TTSJ4Cou.FZOk5L6Gfy(Lclass/p52c3u4ecr;Lclass/p52c3u4ecr;)Z @ 70
Event: 791.482 Thread 0x0000000019c73800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000427f920 method=class.i7TTSJ4Cou.FZOk5L6Gfy(Lclass/p52c3u4ecr;Lclass/p52c3u4ecr;)Z @ 70
Event: 791.483 Thread 0x000000001c9aa800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003f27db8 method=class.J0A0RHKeZm.FZOk5L6Gfy(Lclass/t5WaWJ2Alc;F)V @ 592
Event: 791.500 Thread 0x000000001c9aa800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003dd384c method=class.PtUwj5xuM5.FZOk5L6Gfy(Lclass/t5WaWJ2Alc;F)V @ 6
Event: 796.481 Thread 0x0000000019c73800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000048b02ac method=class.uekQPbxcbR.FZOk5L6Gfy(Lclass/xMzn05XQNx;)Lclass/YyMJvH2rK; @ 17
Event: 797.107 Thread 0x0000000019c73800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003ea2108 method=sun.misc.FloatingDecimal$BinaryToASCIIBuffer.dtoa(IJIZ)V @ 372
Event: 797.108 Thread 0x0000000019c73800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004e5fae8 method=sun.misc.FloatingDecimal$BinaryToASCIIBuffer.getChars([C)I @ 210
Event: 797.108 Thread 0x0000000019c73800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004cac4cc method=java.text.DigitList.set(ZLjava/lang/String;ZZIZ)V @ 97

Classes redefined (0 events):
No events

Internal exceptions (10 events):
Event: 306.436 Thread 0x000000003afd6800 Implicit null exception at 0x0000000003f7a3f5 to 0x0000000003f7b67d
Event: 306.437 Thread 0x000000003afd6800 Implicit null exception at 0x00000000034bfba5 to 0x00000000034bff61
Event: 311.331 Thread 0x0000000019c73800 Implicit null exception at 0x00000000046751d1 to 0x00000000046752b5
Event: 656.059 Thread 0x0000000019c72000 Implicit null exception at 0x0000000003a9e501 to 0x0000000003aa42c1
Event: 656.060 Thread 0x0000000019c72000 Implicit null exception at 0x000000000380be8a to 0x0000000003811aad
Event: 656.060 Thread 0x0000000019c72000 Implicit null exception at 0x00000000046e3240 to 0x00000000046e7980
Event: 669.985 Thread 0x0000000019c73800 Implicit null exception at 0x0000000003eea558 to 0x0000000003eead2d
Event: 738.678 Thread 0x0000000019c73800 Implicit null exception at 0x0000000004ee7a46 to 0x0000000004ee8c91
Event: 738.681 Thread 0x0000000019c73800 Implicit null exception at 0x0000000005018465 to 0x0000000005019471
Event: 740.890 Thread 0x0000000019c73800 Implicit null exception at 0x0000000004f9474f to 0x0000000004f95879

Events (10 events):
Event: 797.108 Thread 0x0000000019c73800 Uncommon trap: trap_request=0xffffff65 fr.pc=0x0000000004e5fae8
Event: 797.108 Thread 0x0000000019c73800 DEOPT PACKING pc=0x0000000004e5fae8 sp=0x000000002a01e020
Event: 797.108 Thread 0x0000000019c73800 DEOPT UNPACKING pc=0x0000000002f8583b sp=0x000000002a01dfe8 mode 2
Event: 797.108 Thread 0x0000000019c73800 Uncommon trap: trap_request=0xffffff65 fr.pc=0x0000000004cac4cc
Event: 797.108 Thread 0x0000000019c73800 DEOPT PACKING pc=0x0000000004cac4cc sp=0x000000002a01e020
Event: 797.108 Thread 0x0000000019c73800 DEOPT UNPACKING pc=0x0000000002f8583b sp=0x000000002a01dfa0 mode 2
Event: 797.202 Executing VM operation: G1IncCollectionPause
Event: 797.221 Executing VM operation: G1IncCollectionPause done
Event: 797.227 Executing VM operation: G1IncCollectionPause
Event: 797.238 Executing VM operation: G1IncCollectionPause done


Dynamic libraries:
0x00007ff7a08f0000 - 0x00007ff7a0912000     C:\Program Files\Java\jre1.8.0_181\bin\jp2launcher.exe
0x00007ff9134d0000 - 0x00007ff9136a1000     C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ff910d20000 - 0x00007ff910dcb000     C:\WINDOWS\System32\KERNEL32.DLL
0x00007ff909130000 - 0x00007ff909164000     C:\Program Files (x86)\AVG\Antivirus\x64\aswhooka.dll
0x00007ff910740000 - 0x00007ff91095d000     C:\WINDOWS\System32\KERNELBASE.dll
0x00007ff910ff0000 - 0x00007ff911155000     C:\WINDOWS\System32\USER32.dll
0x00007ff9105d0000 - 0x00007ff9105ee000     C:\WINDOWS\System32\win32u.dll
0x00007ff913410000 - 0x00007ff913444000     C:\WINDOWS\System32\GDI32.dll
0x00007ff90f9c0000 - 0x00007ff90fb42000     C:\WINDOWS\System32\gdi32full.dll
0x00007ff910a60000 - 0x00007ff910b97000     C:\WINDOWS\System32\ole32.dll
0x00007ff911330000 - 0x00007ff9115f8000     C:\WINDOWS\System32\combase.dll
0x00007ff910470000 - 0x00007ff910565000     C:\WINDOWS\System32\ucrtbase.dll
0x00007ff911190000 - 0x00007ff9112b1000     C:\WINDOWS\System32\RPCRT4.dll
0x00007ff90fd20000 - 0x00007ff90fd8a000     C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ff910ca0000 - 0x00007ff910cf9000     C:\WINDOWS\System32\sechost.dll
0x00007ff910f30000 - 0x00007ff910fef000     C:\WINDOWS\System32\OLEAUT32.dll
0x00007ff9106a0000 - 0x00007ff91073c000     C:\WINDOWS\System32\msvcp_win.dll
0x00000000779c0000 - 0x0000000077a92000     C:\Program Files\Java\jre1.8.0_181\bin\MSVCR100.dll
0x00007ff911160000 - 0x00007ff91118e000     C:\WINDOWS\System32\IMM32.DLL
0x00007ff9116a0000 - 0x00007ff911742000     C:\WINDOWS\System32\ADVAPI32.dll
0x00007ff911600000 - 0x00007ff91169e000     C:\WINDOWS\System32\msvcrt.dll
0x00007ff90ecf0000 - 0x00007ff90ed22000     C:\WINDOWS\SYSTEM32\ntmarta.dll
0x00007ff911ad0000 - 0x00007ff912fd9000     C:\WINDOWS\System32\SHELL32.dll
0x00007ff910960000 - 0x00007ff9109a2000     C:\WINDOWS\System32\cfgmgr32.dll
0x00007ff90fd90000 - 0x00007ff91046a000     C:\WINDOWS\System32\windows.storage.dll
0x00007ff90f930000 - 0x00007ff90f97c000     C:\WINDOWS\System32\powrprof.dll
0x00007ff9117d0000 - 0x00007ff911822000     C:\WINDOWS\System32\shlwapi.dll
0x00007ff90f980000 - 0x00007ff90f98f000     C:\WINDOWS\System32\kernel.appcore.dll
0x00007ff9109b0000 - 0x00007ff910a59000     C:\WINDOWS\System32\shcore.dll
0x00007ff90f9a0000 - 0x00007ff90f9b4000     C:\WINDOWS\System32\profapi.dll
0x0000000052290000 - 0x00000000522bf000     C:\Program Files\Java\jre1.8.0_181\bin\jli.dll
0x00007ff905a40000 - 0x00007ff905cb9000     C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.447_none_42191651c6827bb3\COMCTL32.dll
0x0000000077110000 - 0x00000000779b2000     C:\Program Files\Java\jre1.8.0_181\bin\server\jvm.dll
0x00007ff9117c0000 - 0x00007ff9117c8000     C:\WINDOWS\System32\PSAPI.DLL
0x00007ff900cc0000 - 0x00007ff900cc9000     C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ff913450000 - 0x00007ff9134ba000     C:\WINDOWS\System32\WS2_32.dll
0x00007ff90de40000 - 0x00007ff90de63000     C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ff904750000 - 0x00007ff90475a000     C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ff90de10000 - 0x00007ff90de3b000     C:\WINDOWS\SYSTEM32\WINMMBASE.dll
0x00000000525a0000 - 0x00000000525af000     C:\Program Files\Java\jre1.8.0_181\bin\verify.dll
0x0000000051070000 - 0x0000000051099000     C:\Program Files\Java\jre1.8.0_181\bin\java.dll
0x0000000051c40000 - 0x0000000051c56000     C:\Program Files\Java\jre1.8.0_181\bin\zip.dll
0x0000000077070000 - 0x0000000077106000     C:\Program Files\Java\jre1.8.0_181\bin\deploy.dll
0x00007ff910d00000 - 0x00007ff910d1c000     C:\WINDOWS\System32\imagehlp.dll
0x00007ff8fb9a0000 - 0x00007ff8fbc33000     C:\WINDOWS\SYSTEM32\WININET.dll
0x00007ff900d10000 - 0x00007ff900ed2000     C:\WINDOWS\SYSTEM32\urlmon.dll
0x00007ff906990000 - 0x00007ff906c33000     C:\WINDOWS\SYSTEM32\iertutil.dll
0x00000000510e0000 - 0x00000000510fa000     C:\Program Files\Java\jre1.8.0_181\bin\net.dll
0x00007ff90f130000 - 0x00007ff90f18c000     C:\WINDOWS\system32\mswsock.dll
0x0000000050de0000 - 0x0000000050df1000     C:\Program Files\Java\jre1.8.0_181\bin\nio.dll
0x0000000076ed0000 - 0x0000000077069000     C:\Program Files\Java\jre1.8.0_181\bin\awt.dll
0x00007ff90d8a0000 - 0x00007ff90d91a000     C:\WINDOWS\SYSTEM32\apphelp.dll
0x00007ff90dee0000 - 0x00007ff90df75000     C:\WINDOWS\system32\uxtheme.dll
0x00007ff910dd0000 - 0x00007ff910f2b000     C:\WINDOWS\System32\MSCTF.dll
0x00007ff90ddb0000 - 0x00007ff90ddd6000     C:\WINDOWS\system32\dwmapi.dll
0x00007ff90f600000 - 0x00007ff90f62c000     C:\WINDOWS\SYSTEM32\SspiCli.dll
0x00007ff90ddf0000 - 0x00007ff90de05000     C:\WINDOWS\SYSTEM32\ondemandconnroutehelper.dll
0x00007ff90eec0000 - 0x00007ff90eef8000     C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ff90cc20000 - 0x00007ff90cced000     C:\WINDOWS\SYSTEM32\winhttp.dll
0x00007ff90b2f0000 - 0x00007ff90b2fb000     C:\WINDOWS\SYSTEM32\WINNSI.DLL
0x00007ff9134c0000 - 0x00007ff9134c8000     C:\WINDOWS\System32\NSI.dll
0x00007ff909500000 - 0x00007ff909516000     C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ff90ef00000 - 0x00007ff90efa0000     C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ff9094e0000 - 0x00007ff9094fa000     C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x00007ff9061e0000 - 0x00007ff9061ea000     C:\Windows\System32\rasadhlp.dll
0x00007ff90ab90000 - 0x00007ff90abfa000     C:\WINDOWS\System32\fwpuclnt.dll
0x00007ff90f870000 - 0x00007ff90f89b000     C:\WINDOWS\SYSTEM32\bcrypt.dll
0x0000000076e80000 - 0x0000000076ec7000     C:\Program Files\Java\jre1.8.0_181\bin\fontmanager.dll
0x00007ff8e6ed0000 - 0x00007ff8e6ff3000     C:\WINDOWS\system32\opengl32.dll
0x00007ff8e7f50000 - 0x00007ff8e7f7d000     C:\WINDOWS\SYSTEM32\GLU32.dll
0x00007ff8e6dd0000 - 0x00007ff8e6ec7000     C:\WINDOWS\SYSTEM32\DDRAW.dll
0x00007ff8fb7b0000 - 0x00007ff8fb7b8000     C:\WINDOWS\SYSTEM32\DCIMAN32.dll
0x0000000076e30000 - 0x0000000076e72000     C:\Program Files\Java\jre1.8.0_181\bin\t2k.dll
0x00007ff910ba0000 - 0x00007ff910c3f000     C:\WINDOWS\System32\clbcatq.dll
0x00007ff90ba40000 - 0x00007ff90bbe8000     C:\WINDOWS\SYSTEM32\WindowsCodecs.dll
0x00007ff906c40000 - 0x00007ff906c89000     C:\WINDOWS\system32\dataexchange.dll
0x00007ff90afb0000 - 0x00007ff90b266000     C:\WINDOWS\system32\d3d11.dll
0x00007ff90d460000 - 0x00007ff90d5b1000     C:\WINDOWS\system32\dcomp.dll
0x00007ff90e8c0000 - 0x00007ff90e95f000     C:\WINDOWS\system32\dxgi.dll
0x00007ff90e380000 - 0x00007ff90e49c000     C:\WINDOWS\system32\twinapi.appcore.dll
0x00007ff90fb50000 - 0x00007ff90fd19000     C:\WINDOWS\System32\CRYPT32.dll
0x00007ff90f990000 - 0x00007ff90f9a0000     C:\WINDOWS\System32\MSASN1.dll
0x00007ff90f3a0000 - 0x00007ff90f3b7000     C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ff90f2b0000 - 0x00007ff90f2e3000     C:\WINDOWS\system32\rsaenh.dll
0x00007ff90f3c0000 - 0x00007ff90f3cb000     C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x00000000522d0000 - 0x00000000522f4000     C:\Program Files\Java\jre1.8.0_181\bin\sunec.dll
0x00000000522c0000 - 0x00000000522cd000     C:\Program Files\Java\jre1.8.0_181\bin\management.dll
0x000000001ad00000 - 0x000000001ad03000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-console-l1-1-0.dll
0x000000001ad10000 - 0x000000001ad13000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-datetime-l1-1-0.dll
0x000000001ad20000 - 0x000000001ad23000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-debug-l1-1-0.dll
0x000000001ad30000 - 0x000000001ad33000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-errorhandling-l1-1-0.dll
0x000000001ad40000 - 0x000000001ad44000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-file-l1-1-0.dll
0x000000001ad50000 - 0x000000001ad53000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-file-l1-2-0.dll
0x000000001ad60000 - 0x000000001ad63000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-file-l2-1-0.dll
0x000000001ad70000 - 0x000000001ad73000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-handle-l1-1-0.dll
0x000000001ad80000 - 0x000000001ad83000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-heap-l1-1-0.dll
0x000000001ad90000 - 0x000000001ad93000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-interlocked-l1-1-0.dll
0x000000001ada0000 - 0x000000001ada3000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-libraryloader-l1-1-0.dll
0x000000001adb0000 - 0x000000001adb3000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-localization-l1-2-0.dll
0x000000001adc0000 - 0x000000001adc3000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-memory-l1-1-0.dll
0x000000001add0000 - 0x000000001add3000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-namedpipe-l1-1-0.dll
0x000000001ade0000 - 0x000000001ade3000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-processenvironment-l1-1-0.dll
0x000000001adf0000 - 0x000000001adf3000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-processthreads-l1-1-0.dll
0x000000001bff0000 - 0x000000001bff3000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-processthreads-l1-1-1.dll
0x000000001d7e0000 - 0x000000001d7e3000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-profile-l1-1-0.dll
0x000000001d7f0000 - 0x000000001d7f3000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-rtlsupport-l1-1-0.dll
0x000000001d800000 - 0x000000001d803000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-string-l1-1-0.dll
0x000000001d810000 - 0x000000001d813000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-synch-l1-1-0.dll
0x000000001d820000 - 0x000000001d823000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-synch-l1-2-0.dll
0x000000001d830000 - 0x000000001d833000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-sysinfo-l1-1-0.dll
0x000000001d840000 - 0x000000001d843000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-timezone-l1-1-0.dll
0x000000001d850000 - 0x000000001d853000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-core-util-l1-1-0.dll
0x000000001d860000 - 0x000000001d863000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-crt-conio-l1-1-0.dll
0x000000001d870000 - 0x000000001d874000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-crt-convert-l1-1-0.dll
0x000000001d880000 - 0x000000001d883000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-crt-environment-l1-1-0.dll
0x000000001d890000 - 0x000000001d893000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-crt-filesystem-l1-1-0.dll
0x000000001d8a0000 - 0x000000001d8a3000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-crt-heap-l1-1-0.dll
0x000000001d8b0000 - 0x000000001d8b3000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-crt-locale-l1-1-0.dll
0x000000001d8c0000 - 0x000000001d8c5000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-crt-math-l1-1-0.dll
0x000000001d8d0000 - 0x000000001d8d5000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-crt-multibyte-l1-1-0.dll
0x000000001d8e0000 - 0x000000001d8f0000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-crt-private-l1-1-0.dll
0x000000001d8f0000 - 0x000000001d8f3000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-crt-process-l1-1-0.dll
0x000000001d900000 - 0x000000001d904000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-crt-runtime-l1-1-0.dll
0x000000001d910000 - 0x000000001d914000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-crt-stdio-l1-1-0.dll
0x000000001d920000 - 0x000000001d924000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-crt-string-l1-1-0.dll
0x000000001d930000 - 0x000000001d933000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-crt-time-l1-1-0.dll
0x000000001d940000 - 0x000000001d943000     C:\Program Files\Java\jre1.8.0_181\bin\api-ms-win-crt-utility-l1-1-0.dll
0x00007ff8f9ce0000 - 0x00007ff8f9dd6000     C:\Program Files\Java\jre1.8.0_181\bin\ucrtbase.dll

VM Arguments:
jvm_args: -Xbootclasspath/a:C:\Program Files\Java\jre1.8.0_181\lib\deploy.jar;C:\Program Files\Java\jre1.8.0_181\lib\javaws.jar;C:\Program Files\Java\jre1.8.0_181\lib\plugin.jar -Xverify:remote -Djava.security.manager -Djava.security.policy=file:C:\Program Files\Java\jre1.8.0_181\lib\security\javaws.policy -DtrustProxy=true -Djnlpx.home=C:\Program Files\Java\jre1.8.0_181\bin -Djnlpx.origFilenameArg=C:\Users\Vlada\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\41\5fef8269-56fd8778 -Djnlpx.remove=false -XX:+UseG1GC -XX:MaxGCPauseMillis=8 -Dsun.java2d.noddraw=true -Djnlp.versionEnabled=true -Xms512m -Djnlpx.heapsize=512m,NULL -Djnlpx.splashport=54118 -Djnlp.application.href=http://www.wurmonline.com/client/wurmclient.jnlp -Djnlpx.jvm=C:\Program Files\Java\jre1.8.0_181\bin\javaw.exe -Djnlpx.vmargs=LVhYOitVc2VHMUdDAC1YWDpNYXhHQ1BhdXNlTWlsbGlzPTgALURzdW4uamF2YTJkLm5vZGRyYXc9dHJ1ZQAtRGpubHAudmVyc2lvbkVuYWJsZWQ9dHJ1ZQAtRGpubHAuYXBwbGljYXRpb24uaHJlZj1odHRwOi8vd3d3Lnd1cm1vbmxpbmUuY29tL2NsaWVudC93dXJtY2xpZW50LmpubHAA 
java_command: com.sun.javaws.Main -notWebJava C:\Users\Vlada\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\41\5fef8269-56fd8778
java_class_path (initial): C:\Program Files\Java\jre1.8.0_181\lib\deploy.jar
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files (x86)\Java\jre1.8.0_181\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\AMD\ATI.ACE\Core-Static;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\Git\cmd;C:\Users\Vlada\AppData\Local\Programs\Python\Python36-32\Scripts\;C:\Users\Vlada\AppData\Local\Programs\Python\Python36-32\;C:\Users\Vlada\AppData\Local\Microsoft\WindowsApps;;"C:\Program Files\Java\jre1.8.0_181\bin"
USERNAME=Vlada
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel

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

OS: Windows 10.0 , 64 bit Build 14393 (10.0.14393.0)

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

Memory: 4k page, physical 4078952k(817020k free), swap 8509556k(3624212k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.181-b13) for windows-amd64 JRE (1.8.0_181-b13), built on Jul  7 2018 04:01:33 by "java_re" with MS VC++ 10.0 (VS2010)

time: Sat Aug 25 21:07:56 2018
elapsed time: 797 seconds (0d 0h 13m 17s)

This started to happen after last client update. Frequency is quite random but i notice it's mostly when i travell. Updated java today thought it fixed it but it hasn't after couple of hours crashed again. Having problem on both Stable and Low memory clients.

Pls halp, it's a miracle i haven't died yet  with dces at wrong moment :(

Share this post


Link to post
Share on other sites

im also getting the crashes. for me it seems to be only when im walking or riding never just standing still 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this