Guest User

Untitled

a guest
Apr 3rd, 2017
598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.61 KB | None | 0 0
  1. #
  2. # There is insufficient memory for the Java Runtime Environment to continue.
  3. # Native memory allocation (malloc) failed to allocate 1048576 bytes for AllocateHeap
  4. # Possible reasons:
  5. # The system is out of physical RAM or swap space
  6. # In 32 bit mode, the process size limit was hit
  7. # Possible solutions:
  8. # Reduce memory load on the system
  9. # Increase physical memory or swap space
  10. # Check if swap backing store is full
  11. # Use 64 bit Java on a 64 bit OS
  12. # Decrease Java heap size (-Xmx/-Xms)
  13. # Decrease number of Java threads
  14. # Decrease Java thread stack sizes (-Xss)
  15. # Set larger code cache with -XX:ReservedCodeCacheSize=
  16. # This output file may be truncated or incomplete.
  17. #
  18. # Out of Memory Error (memory/allocation.inline.hpp:61), pid=11904, tid=8092
  19. #
  20. # JRE version: (8.0_77-b03) (build )
  21. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.77-b03 mixed mode windows-amd64 compressed oops)
  22. # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
  23. #
  24.  
  25. --------------- T H R E A D ---------------
  26.  
  27. Current thread (0x000000000033e000): JavaThread "Unknown thread" [_thread_in_vm, id=8092, stack(0x0000000002440000,0x0000000002540000)]
  28.  
  29. Stack: [0x0000000002440000,0x0000000002540000]
  30. [error occurred during error reporting (printing stack bounds), id 0xc0000005]
  31.  
  32. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  33.  
  34.  
  35. --------------- P R O C E S S ---------------
  36.  
  37. Java Threads: ( => current thread )
  38.  
  39. Other Threads:
  40.  
  41. =>0x000000000033e000 (exited) JavaThread "Unknown thread" [_thread_in_vm, id=8092, stack(0x0000000002440000,0x0000000002540000)]
  42.  
  43. VM state:not at safepoint (normal execution)
  44.  
  45. VM Mutex/Monitor currently owned by a thread: None
  46.  
  47. Heap:
  48. PSYoungGen total 152576K, used 2621K [0x0000000716180000, 0x0000000720b80000, 0x00000007c0000000)
  49. eden space 131072K, 2% used [0x0000000716180000,0x000000071640f5d0,0x000000071e180000)
  50. from space 21504K, 0% used [0x000000071f680000,0x000000071f680000,0x0000000720b80000)
  51. to space 21504K, 0% used [0x000000071e180000,0x000000071e180000,0x000000071f680000)
  52. ParOldGen total 348160K, used 0K [0x00000005c2400000, 0x00000005d7800000, 0x0000000716180000)
  53. object space 348160K, 0% used [0x00000005c2400000,0x00000005c2400000,0x00000005d7800000)
  54. Metaspace used 769K, capacity 4480K, committed 4480K, reserved 1056768K
  55. class space used 75K, capacity 384K, committed 384K, reserved 1048576K
  56.  
  57. Card table byte_map: [0x0000000011bd0000,0x0000000012bc0000] byte_map_base: 0x000000000edbe000
  58.  
  59. Marking Bits: (ParMarkBitMap*) 0x0000000057ea0600
  60. Begin Bits: [0x0000000014290000, 0x000000001c200000)
  61. End Bits: [0x000000001c200000, 0x0000000024170000)
  62.  
  63. Polling page: 0x0000000000140000
  64.  
  65. CodeCache: size=245760Kb used=328Kb max_used=328Kb free=245431Kb
  66. bounds [0x0000000002810000, 0x0000000002a80000, 0x0000000011810000]
  67. total_blobs=58 nmethods=0 adapters=38
  68. compilation: enabled
  69.  
  70. Compilation events (0 events):
  71. No events
  72.  
  73. GC Heap History (0 events):
  74. No events
  75.  
  76. Deoptimization events (0 events):
  77. No events
  78.  
  79. Internal exceptions (0 events):
  80. No events
  81.  
  82. Events (10 events):
  83. Event: 0.018 loading class java/lang/Short
  84. Event: 0.018 loading class java/lang/Short done
  85. Event: 0.018 loading class java/lang/Integer
  86. Event: 0.019 loading class java/lang/Integer done
  87. Event: 0.019 loading class java/lang/Long
  88. Event: 0.019 loading class java/lang/Long done
  89. Event: 0.019 loading class java/lang/NullPointerException
  90. Event: 0.019 loading class java/lang/NullPointerException done
  91. Event: 0.019 loading class java/lang/ArithmeticException
  92. Event: 0.019 loading class java/lang/ArithmeticException done
  93.  
  94.  
  95. Dynamic libraries:
  96. 0x000000013f890000 - 0x000000013f8c7000 C:\Program Files\Java\jdk1.8.0_77\bin\java.exe
  97. 0x00000000774c0000 - 0x000000007766a000 C:\Windows\SYSTEM32\ntdll.dll
  98. 0x00000000772a0000 - 0x00000000773bf000 C:\Windows\system32\kernel32.dll
  99. 0x000007fefd220000 - 0x000007fefd28a000 C:\Windows\system32\KERNELBASE.dll
  100. 0x000007fefe600000 - 0x000007fefe6db000 C:\Windows\system32\ADVAPI32.dll
  101. 0x000007fefe470000 - 0x000007fefe50f000 C:\Windows\system32\msvcrt.dll
  102. 0x000007feff250000 - 0x000007feff26f000 C:\Windows\SYSTEM32\sechost.dll
  103. 0x000007fefe9a0000 - 0x000007fefeacd000 C:\Windows\system32\RPCRT4.dll
  104. 0x00000000773c0000 - 0x00000000774ba000 C:\Windows\system32\USER32.dll
  105. 0x000007fefe510000 - 0x000007fefe577000 C:\Windows\system32\GDI32.dll
  106. 0x000007fefe6e0000 - 0x000007fefe6ee000 C:\Windows\system32\LPK.dll
  107. 0x000007feff0a0000 - 0x000007feff16a000 C:\Windows\system32\USP10.dll
  108. 0x000007fefb6d0000 - 0x000007fefb8c4000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_fa3b1e3d17594757\COMCTL32.dll
  109. 0x000007fefd5c0000 - 0x000007fefd631000 C:\Windows\system32\SHLWAPI.dll
  110. 0x000007fefe420000 - 0x000007fefe44e000 C:\Windows\system32\IMM32.DLL
  111. 0x000007fefecb0000 - 0x000007fefedb9000 C:\Windows\system32\MSCTF.dll
  112. 0x0000000057f20000 - 0x0000000057ff2000 C:\Program Files\Java\jdk1.8.0_77\jre\bin\msvcr100.dll
  113. 0x0000000057690000 - 0x0000000057f20000 C:\Program Files\Java\jdk1.8.0_77\jre\bin\server\jvm.dll
  114. 0x000007fef8250000 - 0x000007fef8259000 C:\Windows\system32\WSOCK32.dll
  115. 0x000007fefd640000 - 0x000007fefd68d000 C:\Windows\system32\WS2_32.dll
  116. 0x000007fefd5b0000 - 0x000007fefd5b8000 C:\Windows\system32\NSI.dll
  117. 0x000007fef9520000 - 0x000007fef955b000 C:\Windows\system32\WINMM.dll
  118. 0x000007fefc2c0000 - 0x000007fefc2cc000 C:\Windows\system32\VERSION.dll
  119. 0x0000000077680000 - 0x0000000077687000 C:\Windows\system32\PSAPI.DLL
  120. 0x0000000057680000 - 0x000000005768f000 C:\Program Files\Java\jdk1.8.0_77\jre\bin\verify.dll
  121. 0x0000000057650000 - 0x0000000057679000 C:\Program Files\Java\jdk1.8.0_77\jre\bin\java.dll
  122. 0x0000000057630000 - 0x0000000057646000 C:\Program Files\Java\jdk1.8.0_77\jre\bin\zip.dll
  123.  
  124. VM Arguments:
  125. java_command: C:\Users\5GHz\Downloads\osbot.jar -proxy 172.85.109.7:32625:proxyfish273:bmfset324 -mem 800 -login dmmslaver:raptor95 -bot [email protected]:34903490:0000 -world 93 -script 591:0;0;0;0;0
  126. java_class_path (initial): C:\Users\5GHz\Downloads\osbot.jar
  127. Launcher Type: SUN_STANDARD
  128.  
  129. Environment Variables:
  130. PATH=C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Users\5GHz\AppData\Local\Android\sdk\platform-tools;C:\Program Files\Git\cmd;C:\Program Files\Java\jdk1.8.0_77\bin;C:\Program Files (x86)\PuTTY\;C:\Program Files\PuTTY\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\nodejs\;C:\Users\5GHz\AppData\Roaming\npm
  131. USERNAME=5GHz
  132. OS=Windows_NT
  133. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 94 Stepping 3, GenuineIntel
  134.  
  135.  
  136.  
  137. --------------- S Y S T E M ---------------
  138.  
  139. OS: Windows 7 , 64 bit Build 7601 (6.1.7601.23569)
  140.  
  141. CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 94 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, rtm, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx
  142.  
  143. Memory: 4k page, physical 33399188k(6581612k free), swap 33397328k(7620k free)
  144.  
  145. vm_info: Java HotSpot(TM) 64-Bit Server VM (25.77-b03) for windows-amd64 JRE (1.8.0_77-b03), built on Mar 20 2016 22:01:33 by "java_re" with MS VC++ 10.0 (VS2010)
  146.  
  147. time: Mon Apr 03 17:28:32 2017
  148. elapsed time: 0 seconds (0d 0h 0m 0s)
Advertisement
Add Comment
Please, Sign In to add comment