Çözüldü Linux'ta Minecraft harici ekran kartıyla çalıştırılınca hata veriyor

Bu konu çözüldü olarak işaretlenmiştir. Çözülmediğini düşünüyorsanız konuyu rapor edebilirsiniz.

ADT

Uzman
Katılım
1 Eylül 2024
Mesajlar
243
Çözümler
2
Beğeniler
143
Minecraft'ı RTX 4060 ekran kartımla çalıştıramıyorum. SKLauncher kullanıyorum. JVM Argümanlarına "-Dorg.lwjgl.opengl.libname=nvidia" kodunu eklemem gerekiyormuş. Ekleyince crash yedim. Neden olabilir? Nasıl çözerim?

Not: Dahili ekran kartıyla çalıştırabiliyorum. Onda hiçbir sorun yok.

---- Minecraft Crash Report ----
// Why is it breaking

Time: 2024-11-13 19:28:31
Description: Initializing game

java.lang.UnsatisfiedLinkError: Failed to locate library: libnvidia.so
at org.lwjgl.system.Library.loadNative(Library.java:327)
at org.lwjgl.system.Library.loadNative(Library.java:224)
at org.lwjgl.system.Library.loadNative(Library.java:205)
at org.lwjgl.system.Library.loadNative(Library.java:405)
at org.lwjgl.system.Library.loadNative(Library.java:381)
at org.lwjgl.opengl.GL.create(GL.java:101)
at org.lwjgl.opengl.GL.<clinit>(GL.java:85)
at ehn.<init>(SourceFile:113)
at fkm.a(SourceFile:21)
at enn.<init>(SourceFile:486)
at net.minecraft.client.main.Main.main(SourceFile:211)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Render thread
Stacktrace:
at org.lwjgl.system.Library.loadNative(Library.java:327)
at org.lwjgl.system.Library.loadNative(Library.java:224)
at org.lwjgl.system.Library.loadNative(Library.java:205)
at org.lwjgl.system.Library.loadNative(Library.java:405)
at org.lwjgl.system.Library.loadNative(Library.java:381)
at org.lwjgl.opengl.GL.create(GL.java:101)
at org.lwjgl.opengl.GL.<clinit>(GL.java:85)
at ehn.<init>(SourceFile:113)
at fkm.a(SourceFile:21)
at enn.<init>(SourceFile:486)

-- Initialization --
Details:
Modules:
Stacktrace:
at net.minecraft.client.main.Main.main(SourceFile:211)

-- System Details --
Details:
Minecraft Version: 1.20.1
Minecraft Version ID: 1.20.1
Operating System: Linux (amd64) version 6.8.0-48-generic
Java Version: 17.0.8, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 433752800 bytes (413 MiB) / 620756992 bytes (592 MiB) up to 10737418240 bytes (10240 MiB)
CPUs: 16
Processor Vendor: GenuineIntel
Processor Name: 12th Gen Intel(R) Core(TM) i7-12650H
Identifier: Intel64 Family 6 Model 154 Stepping 3
Microarchitecture: Alder Lake
Frequency (GHz): -0.00
Number of physical packages: 1
Number of physical CPUs: 10
Number of logical CPUs: 16
Graphics card #0 name: unknown
Graphics card #0 vendor: unknown
Graphics card #0 VRAM (MB): 0.00
Graphics card #0 deviceId: unknown
Graphics card #0 versionInfo: unknown
Virtual memory max (MB): 15916.30
Virtual memory used (MB): 4614.51
Swap memory total (MB): 0.00
Swap memory used (MB): 0.00
JVM Flags: 7 total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -Xmx10240m
Launched Version: 1.20.1
Backend library: LWJGL version 3.3.1 build 7
Backend API: Unknown
Window size: <not initialized>
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages: <disabled>
Using VBOs: Yes
Is Modded: Probably not. Client jar signature and brand is untouched
Type: Client (map_client.txt)
CPU: <unknown>
 
Son düzenleme:
Çözüm
SKLauncher yerine Prism Launcher kullanabilirsiniz (Prism üzerinde bunu belirtebiliyorsunuz), ayrıca SKLauncher'ı Java'da NVIDIA için forcelamak için garip bir şekilde executable'ı düzenlememiz gerekiyor;
whereis sklauncher ile bulunduğu yeri bulup dosyayı sudo nano ile açın, mesela benim /usr/bin/sklauncher klasöründe.
Bash:
java -jar "/usr/share/java/sklauncher/SKlauncher.jar" "$@"
böyle görünen yeri
Bash:
__NV_PRIME_RENDER_OFFLOAD=1  __GLX_VENDOR_LIBRARY_NAME=nvidia java -jar "/usr/share/java/sklauncher/SKlauncher.jar" "$@"
Düzenleyip dosyayı kaydedin ve oyuna girin, çalışması gerekecek (bizzat test ettim ).
SKLauncher yerine Prism Launcher kullanabilirsiniz (Prism üzerinde bunu belirtebiliyorsunuz), ayrıca SKLauncher'ı Java'da NVIDIA için forcelamak için garip bir şekilde executable'ı düzenlememiz gerekiyor;
whereis sklauncher ile bulunduğu yeri bulup dosyayı sudo nano ile açın, mesela benim /usr/bin/sklauncher klasöründe.
Bash:
java -jar "/usr/share/java/sklauncher/SKlauncher.jar" "$@"
böyle görünen yeri
Bash:
__NV_PRIME_RENDER_OFFLOAD=1  __GLX_VENDOR_LIBRARY_NAME=nvidia java -jar "/usr/share/java/sklauncher/SKlauncher.jar" "$@"
Düzenleyip dosyayı kaydedin ve oyuna girin, çalışması gerekecek (bizzat test ettim ).
 
Son düzenleyen: Moderatör:
Çözüm
Merhaba, sizin verdiğiniz komutlarla uygulamayı çalıştırdım. Launcher açıldı, oyuna girecektim ki Minecraft yazarken daha ana menüye gelmeden kapandı. Crash metnini de alamıyorum. Oyun crash yiyip launcher otomatik açıldıktan sonra launcher siyah ekranda kaldı ve crash raporunu göremedim haliyle.

Düzenleme: Crash raporunu alabildim
2024-11-13 20:31:19,944 ERROR Error processing element Queue: CLASS_NOT_FOUND
[20:31:20] [Client thread/INFO]: Setting user: AliDen1z
[20:31:20] [Client thread/INFO]: LWJGL Version: 2.9.4
[20:31:22] [Client thread/INFO]: Reloading ResourceManager: Default
If on Windows, make sure to provide all of the necessary dll's as specified in the twitchsdk README. Also, make sure to set the PATH environment variable to point to the directory containing the dll's.
[20:31:23] [Client thread/ERROR]: Couldn't initialize twitch stream
[20:31:23] [Sound Library Loader/INFO]: Starting up SoundSystem...
[20:31:23] [Thread-8/INFO]: Initializing LWJGL OpenAL
[20:31:23] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see LWJGL - Lightweight Java Game Library)
[20:31:23] [Thread-8/INFO]: OpenAL initialized.
[20:31:23] [Sound Library Loader/INFO]: Sound engine started
[20:31:23] [Client thread/INFO]: Created: 512x512 textures-atlas

A fatal error has been detected by the Java Runtime Environment:​

SIGBUS (0x7) at pc=0x00007e86e0dd4efc, pid=5935, tid=0x00007e872fe4b640​

JRE version: Java(TM) SE Runtime Environment (8.0_202-b08) (build 1.8.0_202-b08)​

Java VM: Java HotSpot(TM) 64-Bit Server VM (25.202-b08 mixed mode linux-amd64 compressed oops)​

Problematic frame:​

C [libnvidia-glcore.so.550.120+0x9d4efc]​

Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again​

An error report file with more information is saved as:​

/home/aliden1z/.minecraft/hs_err_pid5935.log​

If you would like to submit a bug report, please visit:​

Crash Report

The crash happened outside the Java Virtual Machine in native code.​

See problematic frame for where to report the bug.​


A fatal error has been detected by the Java Runtime Environment:​

SIGBUS (0x7) at pc=0x00007e86e0dd4efc, pid=5935, tid=0x00007e872fe4b640​

JRE version: Java(TM) SE Runtime Environment (8.0_202-b08) (build 1.8.0_202-b08)​

Java VM: Java HotSpot(TM) 64-Bit Server VM (25.202-b08 mixed mode linux-amd64 compressed oops)​

Problematic frame:​

C [libnvidia-glcore.so.550.120+0x9d4efc]​

Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again​

If you would like to submit a bug report, please visit:​

Crash Report

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 (0x00007e872800e000): JavaThread "Client thread" [_thread_in_native, id=5937, stack(0x00007e872fd4c000,0x00007e872fe4c000)]

siginfo: si_signo: 7 (SIGBUS), si_code: 128 (SI_KERNEL), si_addr: 0x0000000000000000

Registers:
RAX=0x00007e87288ce7a0, RBX=0x00007e85b4002490, RCX=0x0000000000000521, RDX=0xffffffffffffff60
RSP=0x00007e872fe4a2b0, RBP=0x0001010101010000, RSI=0x00007e85b4a4c880, RDI=0x00007e85b40013c0
R8 =0x00007e85b40025e0, R9 =0x0000000000000004, R10=0x000000000000001e, R11=0xfdc31a3c922eb48f
R12=0x00007e8728ac8d70, R13=0x00007e85b4001370, R14=0x00007e85b40016b0, R15=0x00007e872800e000
RIP=0x00007e86e0dd4efc, EFLAGS=0x0000000000010206, CSGSFS=0x002b000000000033, ERR=0x0000000000000000
TRAPNO=0x000000000000000c

Top of Stack: (sp=0x00007e872fe4a2b0)
0x00007e872fe4a2b0: 00007e85b4005bd0 00007e85b4002490
0x00007e872fe4a2c0: 00007e85b40016b0 00007e85b4002560
0x00007e872fe4a2d0: 00007e85b4001370 00007e86e0dfc85c
0x00007e872fe4a2e0: 0000000000000000 0000000000000000
0x00007e872fe4a2f0: 0000000000000000 00007e86e0df7ab0
0x00007e872fe4a300: 00007e872fe4a488 00007e86e0df768d
0x00007e872fe4a310: 00007e85b4001370 00007e86e0df7bbc
0x00007e872fe4a320: 0000000000000000 00007e86e22fdce0
0x00007e872fe4a330: 0000000001400003 00007e87289736b8
0x00007e872fe4a340: 00007e872fe4a488 00007e86e0df7e65
0x00007e872fe4a350: 00007e8728953ac0 00007e8728965ce0
0x00007e872fe4a360: 0000000001400003 00007e8728965ce0
0x00007e872fe4a370: 0000000000000095 00007e86f982d022
0x00007e872fe4a380: 0000000001400003 0000000001400003
0x00007e872fe4a390: 00007e8728953ac0 00007e86f98502cb
0x00007e872fe4a3a0: 00007e86e2422060 00007e8728953ac0
0x00007e872fe4a3b0: 0000000001400002 0000000000000000
0x00007e872fe4a3c0: 00007e86e2422060 00007e86e2a4b43c
0x00007e872fe4a3d0: 00007e872fe4a450 00007e86e2422060
0x00007e872fe4a3e0: 00007e872fe4a450 00007e8719018747
0x00007e872fe4a3f0: 00007e872fe4a450 00007e8719018499
0x00007e872fe4a400: fffffffe00000000 00007e8719018462
0x00007e872fe4a410: 00007e872fe4a410 00007e86e2422060
0x00007e872fe4a420: 00007e872fe4a488 00007e86e2429288
0x00007e872fe4a430: 0000000000000000 00007e86e2422060
0x00007e872fe4a440: 0000000000000000 00007e872fe4a470
0x00007e872fe4a450: 00007e872fe4a4d0 00007e87190082bd
0x00007e872fe4a460: 00000006c376ad40 00007e8719011d18
0x00007e872fe4a470: 0000000001400002 00007e8719007dd0
0x00007e872fe4a480: 00007e8728953ac0 00007e8719007dd0
0x00007e872fe4a490: 00007e872fe4a490 00007e86e2421f68
0x00007e872fe4a4a0: 00007e872fe4a4f0 00007e86e2429288

Instructions: (pc=0x00007e86e0dd4efc)
0x00007e86e0dd4edc: 98 00 00 00 48 85 ed 75 17 eb 24 66 0f 1f 84 00
0x00007e86e0dd4eec: 00 00 00 00 48 8b ad 90 00 00 00 48 85 ed 74 0f
0x00007e86e0dd4efc: 4c 3b 65 00 75 ee 83 bd 08 01 00 00 13 76 45 48
0x00007e86e0dd4f0c: 8b 58 08 48 85 db 75 15 eb 52 66 2e 0f 1f 84 00

Register to memory mapping:

RAX=0x00007e87288ce7a0 is an unknown value
RBX=0x00007e85b4002490 is an unknown value
RCX=0x0000000000000521 is an unknown value
RDX=0xffffffffffffff60 is an unknown value
RSP=0x00007e872fe4a2b0 is pointing into the stack for thread: 0x00007e872800e000
RBP=0x0001010101010000 is an unknown value
RSI=0x00007e85b4a4c880 is an unknown value
RDI=0x00007e85b40013c0 is an unknown value
R8 =0x00007e85b40025e0 is an unknown value
R9 =0x0000000000000004 is an unknown value
R10=0x000000000000001e is an unknown value
R11=0xfdc31a3c922eb48f is an unknown value
R12=0x00007e8728ac8d70 is an unknown value
R13=0x00007e85b4001370 is an unknown value
R14=0x00007e85b40016b0 is an unknown value
R15=0x00007e872800e000 is a thread


Stack: [0x00007e872fd4c000,0x00007e872fe4c000], sp=0x00007e872fe4a2b0, free space=1016k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libnvidia-glcore.so.550.120+0x9d4efc]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.lwjgl.opengl.LinuxDisplay.nDestroyWindow(JJ)V+0
j org.lwjgl.opengl.LinuxDisplay.destroyWindow()V+80
j org.lwjgl.opengl.Display.destroyWindow()V+46
j org.lwjgl.opengl.Display.setDisplayMode(Lorg/lwjgl/opengl/DisplayModeV+34
j ave.au()V+233
j ave.q()V+35
j ave.am()V+1054
j ave.a()V+6
j net.minecraft.client.main.Main.main([Ljava/lang/StringV+1075
v ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
0x00007e872bd6f800 JavaThread "Chunk Batcher 1" daemon [_thread_blocked, id=6038, stack(0x00007e86eff00000,0x00007e86f0000000)]
0x00007e872b3a0000 JavaThread "Chunk Batcher 0" daemon [_thread_blocked, id=6037, stack(0x00007e86f8d00000,0x00007e86f8e00000)]
0x00007e85a8001800 JavaThread "Thread-9" [_thread_blocked, id=6033, stack(0x00007e86f8600000,0x00007e86f8700000)]
0x00007e85b0005000 JavaThread "Thread-8" [_thread_blocked, id=6032, stack(0x00007e86f8700000,0x00007e86f8800000)]
0x00007e87281d2800 JavaThread "process reaper" daemon [_thread_blocked, id=6022, stack(0x00007e872ce2d000,0x00007e872ce66000)]
0x00007e8728342800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=6020, stack(0x00007e86f9900000,0x00007e86f9a00000)]
0x00007e8728808800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=6019, stack(0x00007e86f9d00000,0x00007e86f9e00000)]
0x00007e87287ba000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=6017, stack(0x00007e86f9e00000,0x00007e86f9f00000)]
0x00007e8728765800 JavaThread "AWT-XAWT" daemon [_thread_blocked, id=6016, stack(0x00007e86f9f00000,0x00007e86fa000000)]
0x00007e8728745000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=6015, stack(0x00007e86fa3b9000,0x00007e86fa4b9000)]
0x00007e8728550000 JavaThread "pool-1-thread-1" [_thread_blocked, id=6001, stack(0x00007e8704c25000,0x00007e8704d25000)]
0x00007e87284a5000 JavaThread "Service Thread" daemon [_thread_blocked, id=5989, stack(0x00007e86fa6fa000,0x00007e86fa7fa000)]
0x00007e87284a2800 JavaThread "C1 CompilerThread11" daemon [_thread_blocked, id=5988, stack(0x00007e86fa7fb000,0x00007e86fa8fb000)]
0x00007e87284a0800 JavaThread "C1 CompilerThread10" daemon [_thread_blocked, id=5987, stack(0x00007e86fa8fc000,0x00007e86fa9fc000)]
0x00007e872849e800 JavaThread "C1 CompilerThread9" daemon [_thread_blocked, id=5986, stack(0x00007e86fa9fd000,0x00007e86faafd000)]
0x00007e872849d000 JavaThread "C1 CompilerThread8" daemon [_thread_blocked, id=5985, stack(0x00007e86faafe000,0x00007e86fabfe000)]
0x00007e872849a000 JavaThread "C2 CompilerThread7" daemon [_thread_blocked, id=5984, stack(0x00007e86fabff000,0x00007e86facff000)]
0x00007e8728498000 JavaThread "C2 CompilerThread6" daemon [_thread_in_native, id=5983, stack(0x00007e86fad00000,0x00007e86fae00000)]
0x00007e8728496000 JavaThread "C2 CompilerThread5" daemon [_thread_blocked, id=5982, stack(0x00007e8704100000,0x00007e8704200000)]
0x00007e8728493800 JavaThread "C2 CompilerThread4" daemon [_thread_in_native, id=5981, stack(0x00007e87044fe000,0x00007e87045fe000)]
0x00007e8728489800 JavaThread "C2 CompilerThread3" daemon [_thread_blocked, id=5980, stack(0x00007e87045ff000,0x00007e87046ff000)]
0x00007e8728487800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=5979, stack(0x00007e8704700000,0x00007e8704800000)]
0x00007e8728485800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=5978, stack(0x00007e8704a24000,0x00007e8704b24000)]
0x00007e8728483000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=5977, stack(0x00007e8704b25000,0x00007e8704c25000)]
0x00007e87281a3800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5975, stack(0x00007e8704d25000,0x00007e8704e25000)]
0x00007e87281a2000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=5974, stack(0x00007e8704e25000,0x00007e8704f25000)]
0x00007e872816f000 JavaThread "Finalizer" daemon [_thread_blocked, id=5973, stack(0x00007e8704f25000,0x00007e8705025000)]
0x00007e872816c800 JavaThread "Reference Handler" daemon [_thread_blocked, id=5972, stack(0x00007e8705025000,0x00007e8705125000)]
=>0x00007e872800e000 JavaThread "Client thread" [_thread_in_native, id=5937, stack(0x00007e872fd4c000,0x00007e872fe4c000)]

Other Threads:
0x00007e8728162800 VMThread [stack: 0x00007e8705126000,0x00007e8705226000] [id=5971]
0x00007e87284aa000 WatcherThread [stack: 0x00007e86fa5fa000,0x00007e86fa6fa000] [id=5990]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

heap address: 0x00000006c0000000, size: 4096 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x00000007c0000000

Heap:
garbage-first heap total 524288K, used 196733K [0x00000006c0000000, 0x00000006c1000100, 0x00000007c0000000)
region size 16384K, 8 young (131072K), 1 survivors (16384K)
Metaspace used 28085K, capacity 28443K, committed 28800K, reserved 1075200K
class space used 3486K, capacity 3642K, committed 3712K, 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 HS TS 0 PTAMS 0x00000006c0a00010 NTAMS 0x00000006c0a00010 space 16384K, 62% used [0x00000006c0000000, 0x00000006c1000000)
AC 0 O TS 0 PTAMS 0x00000006c2000000 NTAMS 0x00000006c2000000 space 16384K, 100% used [0x00000006c1000000, 0x00000006c2000000)
AC 0 O TS 1 PTAMS 0x00000006c23d9800 NTAMS 0x00000006c23d9800 space 16384K, 100% used [0x00000006c2000000, 0x00000006c3000000)
AC 0 O TS 3 PTAMS 0x00000006c3000000 NTAMS 0x00000006c3000000 space 16384K, 100% used [0x00000006c3000000, 0x00000006c4000000)
AC 0 HS TS 0 PTAMS 0x00000006c4000000 NTAMS 0x00000006c4000000 space 32768K, 50% used [0x00000006c4000000, 0x00000006c6000000)
AC 0 HC TS 0 PTAMS 0x00000006c5000000 NTAMS 0x00000006c5000000 space 16384K, 0% used [0x00000006c5000000, 0x00000006c6000000)
AC 0 F TS 0 PTAMS 0x00000006c6000000 NTAMS 0x00000006c6000000 space 16384K, 0% used [0x00000006c6000000, 0x00000006c7000000)
AC 0 F TS 0 PTAMS 0x00000006c7000000 NTAMS 0x00000006c7000000 space 16384K, 0% used [0x00000006c7000000, 0x00000006c8000000)
AC 0 O TS 7 PTAMS 0x00000006c8000000 NTAMS 0x00000006c8000000 space 16384K, 51% used [0x00000006c8000000, 0x00000006c9000000)
AC 0 F TS 0 PTAMS 0x00000006c9000000 NTAMS 0x00000006c9000000 space 16384K, 0% used [0x00000006c9000000, 0x00000006ca000000)
AC 0 F TS 0 PTAMS 0x00000006ca000000 NTAMS 0x00000006ca000000 space 16384K, 0% used [0x00000006ca000000, 0x00000006cb000000)
AC 0 F TS 0 PTAMS 0x00000006cb000000 NTAMS 0x00000006cb000000 space 16384K, 0% used [0x00000006cb000000, 0x00000006cc000000)
AC 0 F TS 0 PTAMS 0x00000006cc000000 NTAMS 0x00000006cc000000 space 16384K, 0% used [0x00000006cc000000, 0x00000006cd000000)
AC 0 F TS 0 PTAMS 0x00000006cd000000 NTAMS 0x00000006cd000000 space 16384K, 0% used [0x00000006cd000000, 0x00000006ce000000)
AC 0 F TS 0 PTAMS 0x00000006ce000000 NTAMS 0x00000006ce000000 space 16384K, 0% used [0x00000006ce000000, 0x00000006cf000000)
AC 0 F TS 0 PTAMS 0x00000006cf000000 NTAMS 0x00000006cf000000 space 16384K, 0% used [0x00000006cf000000, 0x00000006d0000000)
AC 0 F TS 0 PTAMS 0x00000006d0000000 NTAMS 0x00000006d0000000 space 16384K, 0% used [0x00000006d0000000, 0x00000006d1000000)
AC 0 F TS 0 PTAMS 0x00000006d1000000 NTAMS 0x00000006d1000000 space 16384K, 0% used [0x00000006d1000000, 0x00000006d2000000)
AC 0 F TS 0 PTAMS 0x00000006d2000000 NTAMS 0x00000006d2000000 space 16384K, 0% used [0x00000006d2000000, 0x00000006d3000000)
AC 0 F TS 0 PTAMS 0x00000006d3000000 NTAMS 0x00000006d3000000 space 16384K, 0% used [0x00000006d3000000, 0x00000006d4000000)
AC 0 F TS 0 PTAMS 0x00000006d4000000 NTAMS 0x00000006d4000000 space 16384K, 0% used [0x00000006d4000000, 0x00000006d5000000)
AC 0 F TS 0 PTAMS 0x00000006d5000000 NTAMS 0x00000006d5000000 space 16384K, 0% used [0x00000006d5000000, 0x00000006d6000000)
AC 0 S CS TS 7 PTAMS 0x00000006d6000000 NTAMS 0x00000006d6000000 space 16384K, 86% used [0x00000006d6000000, 0x00000006d7000000)
AC 0 F TS 0 PTAMS 0x00000006d7000000 NTAMS 0x00000006d7000000 space 16384K, 0% used [0x00000006d7000000, 0x00000006d8000000)
AC 0 F TS 0 PTAMS 0x00000006d8000000 NTAMS 0x00000006d8000000 space 16384K, 0% used [0x00000006d8000000, 0x00000006d9000000)
AC 0 E TS 5 PTAMS 0x00000006d9000000 NTAMS 0x00000006d9000000 space 16384K, 53% used [0x00000006d9000000, 0x00000006da000000)
AC 0 E CS TS 3 PTAMS 0x00000006da000000 NTAMS 0x00000006da000000 space 16384K, 100% used [0x00000006da000000, 0x00000006db000000)
AC 0 E CS TS 0 PTAMS 0x00000006db000000 NTAMS 0x00000006db000000 space 16384K, 100% used [0x00000006db000000, 0x00000006dc000000)
AC 0 E CS TS 0 PTAMS 0x00000006dc000000 NTAMS 0x00000006dc000000 space 16384K, 100% used [0x00000006dc000000, 0x00000006dd000000)
AC 0 E CS TS 0 PTAMS 0x00000006dd000000 NTAMS 0x00000006dd000000 space 16384K, 100% used [0x00000006dd000000, 0x00000006de000000)
AC 0 E CS TS 0 PTAMS 0x00000006de000000 NTAMS 0x00000006de000000 space 16384K, 100% used [0x00000006de000000, 0x00000006df000000)
AC 0 E CS TS 0 PTAMS 0x00000006df000000 NTAMS 0x00000006df000000 space 16384K, 100% used [0x00000006df000000, 0x00000006e0000000)

Card table byte_map: [0x00007e8712400000,0x00007e8712c00000] byte_map_base: 0x00007e870ee00000

Marking Bits (Prev, Next): (CMBitMap*) 0x00007e872807bdc0, (CMBitMap*) 0x00007e872807bd68
Prev Bits: [0x00007e8670000000, 0x00007e8674000000)
Next Bits: [0x00007e8674000000, 0x00007e8678000000)

Polling page: 0x00007e872ff8f000

CodeCache: size=245760Kb used=14418Kb max_used=15561Kb free=231341Kb
bounds [0x00007e8719000000, 0x00007e8719f50000, 0x00007e8728000000]
total_blobs=4291 nmethods=3524 adapters=676
compilation: enabled

Compilation events (10 events):
Event: 6,145 Thread 0x00007e8728489800 nmethod 3887 0x00007e8719527050 code [0x00007e87195271c0, 0x00007e87195272b8]
Event: 6,150 Thread 0x00007e8728483000 3888 4 java.security.Provider$ServiceKey::<init> (39 bytes)
Event: 6,151 Thread 0x00007e8728483000 nmethod 3888 0x00007e871936c650 code [0x00007e871936c7a0, 0x00007e871936cb28]
Event: 6,151 Thread 0x00007e8728487800 3889 4 sun.security.provider.DigestBase::engineReset (33 bytes)
Event: 6,151 Thread 0x00007e8728483000 3890 4 java.security.Provider$ServiceKey::equals (55 bytes)
Event: 6,152 Thread 0x00007e8728487800 nmethod 3889 0x00007e87194a66d0 code [0x00007e87194a6840, 0x00007e87194a6918]
Event: 6,152 Thread 0x00007e8728483000 nmethod 3890 0x00007e87194d6850 code [0x00007e87194d69c0, 0x00007e87194d6cf8]
Event: 6,152 Thread 0x00007e8728483000 3891 4 java.security.Provider$ServiceKey::hashCode (16 bytes)
Event: 6,154 Thread 0x00007e8728483000 nmethod 3891 0x00007e8719398010 code [0x00007e8719398160, 0x00007e8719398438]
Event: 6,163 Thread 0x00007e872849a000 3892 4 java.nio.DirectByteBuffer:ut (18 bytes)

GC Heap History (10 events):
Event: 2,820 GC heap before
{Heap before GC invocations=3 (full 0):
garbage-first heap total 524288K, used 101474K [0x00000006c0000000, 0x00000006c1000100, 0x00000007c0000000)
region size 16384K, 6 young (98304K), 1 survivors (16384K)
Metaspace used 20600K, capacity 20974K, committed 21248K, reserved 1067008K
class space used 2556K, capacity 2705K, committed 2816K, reserved 1048576K
Event: 2,830 GC heap after
Heap after GC invocations=4 (full 0):
garbage-first heap total 524288K, used 46950K [0x00000006c0000000, 0x00000006c1000100, 0x00000007c0000000)
region size 16384K, 1 young (16384K), 1 survivors (16384K)
Metaspace used 20600K, capacity 20974K, committed 21248K, reserved 1067008K
class space used 2556K, capacity 2705K, committed 2816K, reserved 1048576K
}
Event: 5,209 GC heap before
{Heap before GC invocations=5 (full 0):
garbage-first heap total 524288K, used 128870K [0x00000006c0000000, 0x00000006c1000100, 0x00000007c0000000)
region size 16384K, 6 young (98304K), 1 survivors (16384K)
Metaspace used 25255K, capacity 25627K, committed 25856K, reserved 1071104K
class space used 3157K, capacity 3322K, committed 3328K, reserved 1048576K
Event: 5,223 GC heap after
Heap after GC invocations=6 (full 0):
garbage-first heap total 524288K, used 66934K [0x00000006c0000000, 0x00000006c1000100, 0x00000007c0000000)
region size 16384K, 1 young (16384K), 1 survivors (16384K)
Metaspace used 25255K, capacity 25627K, committed 25856K, reserved 1071104K
class space used 3157K, capacity 3322K, committed 3328K, reserved 1048576K
}
Event: 5,471 GC heap before
{Heap before GC invocations=6 (full 0):
garbage-first heap total 524288K, used 181622K [0x00000006c0000000, 0x00000006c1000100, 0x00000007c0000000)
region size 16384K, 6 young (98304K), 1 survivors (16384K)
Metaspace used 25940K, capacity 26395K, committed 26752K, reserved 1073152K
class space used 3212K, capacity 3386K, committed 3456K, reserved 1048576K
Event: 5,480 GC heap after
Heap after GC invocations=7 (full 0):
garbage-first heap total 524288K, used 81213K [0x00000006c0000000, 0x00000006c1000100, 0x00000007c0000000)
region size 16384K, 1 young (16384K), 1 survivors (16384K)
Metaspace used 25940K, capacity 26395K, committed 26752K, reserved 1073152K
class space used 3212K, capacity 3386K, committed 3456K, reserved 1048576K
}
Event: 5,577 GC heap before
{Heap before GC invocations=7 (full 0):
garbage-first heap total 524288K, used 163133K [0x00000006c0000000, 0x00000006c1000100, 0x00000007c0000000)
region size 16384K, 6 young (98304K), 1 survivors (16384K)
Metaspace used 25983K, capacity 26395K, committed 26752K, reserved 1073152K
class space used 3212K, capacity 3386K, committed 3456K, reserved 1048576K
Event: 5,582 GC heap after
Heap after GC invocations=8 (full 0):
garbage-first heap total 524288K, used 78486K [0x00000006c0000000, 0x00000006c1000100, 0x00000007c0000000)
region size 16384K, 1 young (16384K), 1 survivors (16384K)
Metaspace used 25983K, capacity 26395K, committed 26752K, reserved 1073152K
class space used 3212K, capacity 3386K, committed 3456K, reserved 1048576K
}
Event: 5,728 GC heap before
{Heap before GC invocations=8 (full 0):
garbage-first heap total 524288K, used 209558K [0x00000006c0000000, 0x00000006c1000100, 0x00000007c0000000)
region size 16384K, 9 young (147456K), 1 survivors (16384K)
Metaspace used 26279K, capacity 26715K, committed 27008K, reserved 1073152K
class space used 3224K, capacity 3386K, committed 3456K, reserved 1048576K
Event: 5,734 GC heap after
Heap after GC invocations=9 (full 0):
garbage-first heap total 524288K, used 82045K [0x00000006c0000000, 0x00000006c1000100, 0x00000007c0000000)
region size 16384K, 1 young (16384K), 1 survivors (16384K)
Metaspace used 26279K, capacity 26715K, committed 27008K, reserved 1073152K
class space used 3224K, capacity 3386K, committed 3456K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 5,907 Thread 0x00007e872800e000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007e8719d00938 method=bgl.a(Ljava/lang/String;Lbgl$aLjava/lang/String; @ 84
Event: 5,907 Thread 0x00007e872800e000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007e8719ccc3c0 method=bgl.a(Ljava/lang/String;Lbgl$aLjava/lang/String; @ 84
Event: 5,986 Thread 0x00007e872800e000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007e8719ec81b4 method=bgo.a(Lorg/lwjgl/util/vector/Vector3f;LbgjV @ 163
Event: 6,034 Thread 0x00007e872800e000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007e8719ed4870 method=bgq.equals(Ljava/lang/ObjectZ @ 36
Event: 6,045 Thread 0x00007e872800e000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007e8719a4f344 method=bgu.a(Ljava/util/MapLjava/lang/String; @ 118
Event: 6,046 Thread 0x00007e872800e000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007e8719aad9cc method=java.util.HashMap.putVal(ILjava/lang/Object;Ljava/lang/Object;ZZ)Ljava/lang/Object; @ 152
Event: 6,046 Thread 0x00007e872800e000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007e8719aad9cc method=java.util.HashMap.putVal(ILjava/lang/Object;Ljava/lang/Object;ZZ)Ljava/lang/Object; @ 152
Event: 6,047 Thread 0x00007e872800e000 Uncommon trap: reason=predicate action=maybe_recompile pc=0x00007e8719ace2a0 method=java.util.HashMap$TreeNode.putTreeVal(Ljava/util/HashMap;[Ljava/util/HashMap$Node;ILjava/lang/Object;Ljava/lang/ObjectLjava/util/HashMap$TreeNode; @ 27
Event: 6,047 Thread 0x00007e872800e000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007e87199d2a34 method=java.util.HashMap$TreeNode.find(ILjava/lang/Object;Ljava/lang/ClassLjava/util/HashMap$TreeNode; @ 58
Event: 6,047 Thread 0x00007e872800e000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007e8719affa90 method=java.util.HashMap$TreeNode.find(ILjava/lang/Object;Ljava/lang/ClassLjava/util/HashMap$TreeNode; @ 58

Classes redefined (0 events):
No events

Internal exceptions (10 events):
Event: 5,399 Thread 0x00007e85b0005000 Exception <a 'java/security/PrivilegedActionException'> (0x00000006dd72b400) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u202/12319/hotspot/src/share/vm/prims/jvm.cpp, line 1502]
Event: 5,399 Thread 0x00007e85b0005000 Exception <a 'java/security/PrivilegedActionException'> (0x00000006dd72c820) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u202/12319/hotspot/src/share/vm/prims/jvm.cpp, line 1502]
Event: 5,399 Thread 0x00007e85b0005000 Exception <a 'java/security/PrivilegedActionException'> (0x00000006dd72d478) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u202/12319/hotspot/src/share/vm/prims/jvm.cpp, line 1502]
Event: 5,399 Thread 0x00007e85b0005000 Exception <a 'java/security/PrivilegedActionException'> (0x00000006dd72e0a0) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u202/12319/hotspot/src/share/vm/prims/jvm.cpp, line 1502]
Event: 5,399 Thread 0x00007e85b0005000 Exception <a 'java/security/PrivilegedActionException'> (0x00000006dd72f488) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u202/12319/hotspot/src/share/vm/prims/jvm.cpp, line 1502]
Event: 5,399 Thread 0x00007e85b0005000 Exception <a 'java/security/PrivilegedActionException'> (0x00000006dd7300e0) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u202/12319/hotspot/src/share/vm/prims/jvm.cpp, line 1502]
Event: 5,399 Thread 0x00007e85b0005000 Exception <a 'java/security/PrivilegedActionException'> (0x00000006dd730d08) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u202/12319/hotspot/src/share/vm/prims/jvm.cpp, line 1502]
Event: 5,571 Thread 0x00007e872800e000 Implicit null exception at 0x00007e8719b72d36 to 0x00007e8719b731e5
Event: 5,791 Thread 0x00007e85b0005000 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000006dd000050) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u202/12319/hotspot/src/share/vm/prims/jvm.cpp, line 3336]
Event: 5,791 Thread 0x00007e85b0005000 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000006dd0002a8) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u202/12319/hotspot/src/share/vm/prims/jvm.cpp, line 3288]

Events (10 events):
Event: 6,159 loading class azh
Event: 6,159 loading class azh done
Event: 6,160 loading class avs
Event: 6,160 loading class avs done
Event: 6,160 loading class avz
Event: 6,160 loading class avz done
Event: 6,160 loading class avh$2
Event: 6,160 loading class avh$2 done
Event: 6,160 loading class avi
Event: 6,160 loading class avi done


Dynamic libraries:
00400000-00401000 r-xp 00000000 00:1c 73580 /home/aliden1z/.minecraft/runtime/jre-legacy/bin/java
00600000-00601000 r--p 00000000 00:1c 73580 /home/aliden1z/.minecraft/runtime/jre-legacy/bin/java
00601000-00602000 rw-p 00001000 00:1c 73580 /home/aliden1z/.minecraft/runtime/jre-legacy/bin/java
00959000-0097a000 rw-p 00000000 00:00 0 [heap]
40129000-4012b000 r-xs 00000000 00:01 7556 /memfd:/.glXXXXXX (deleted)
41949000-419f8000 rw-p 00000000 00:00 0
6c0000000-6e0000000 rw-p 00000000 00:00 0
6e0000000-7c0000000 ---p 00000000 00:00 0
7c0000000-7c03a0000 rw-p 00000000 00:00 0
7c03a0000-800000000 ---p 00000000 00:00 0
7e858c000000-7e858c021000 rw-p 00000000 00:00 0
7e858c021000-7e8590000000 ---p 00000000 00:00 0
7e8590000000-7e8590021000 rw-p 00000000 00:00 0
7e8590021000-7e8594000000 ---p 00000000 00:00 0
7e8598000000-7e8599a70000 rw-p 00000000 00:00 0
7e8599a70000-7e859c000000 ---p 00000000 00:00 0
7e859c000000-7e859c021000 rw-p 00000000 00:00 0
7e859c021000-7e85a0000000 ---p 00000000 00:00 0
7e85a4000000-7e85a4021000 rw-p 00000000 00:00 0
7e85a4021000-7e85a8000000 ---p 00000000 00:00 0
7e85a8000000-7e85a810e000 rw-p 00000000 00:00 0
7e85a810e000-7e85ac000000 ---p 00000000 00:00 0
7e85b0000000-7e85b02af000 rw-p 00000000 00:00 0
7e85b02af000-7e85b4000000 ---p 00000000 00:00 0
7e85b4000000-7e85b4c5a000 rw-p 00000000 00:00 0
7e85b4c5a000-7e85b8000000 ---p 00000000 00:00 0
7e85bc000000-7e85bc021000 rw-p 00000000 00:00 0
7e85bc021000-7e85c0000000 ---p 00000000 00:00 0
7e85c0000000-7e85c0021000 rw-p 00000000 00:00 0
7e85c0021000-7e85c4000000 ---p 00000000 00:00 0
7e85c8000000-7e85c8045000 rw-p 00000000 00:00 0
7e85c8045000-7e85cc000000 ---p 00000000 00:00 0
7e85cc000000-7e85cc021000 rw-p 00000000 00:00 0
7e85cc021000-7e85d0000000 ---p 00000000 00:00 0
7e85d4000000-7e85d4021000 rw-p 00000000 00:00 0
7e85d4021000-7e85d8000000 ---p 00000000 00:00 0
7e85d8000000-7e85d8021000 rw-p 00000000 00:00 0
7e85d8021000-7e85dc000000 ---p 00000000 00:00 0
7e85e0000000-7e85e0021000 rw-p 00000000 00:00 0
7e85e0021000-7e85e4000000 ---p 00000000 00:00 0
7e85e4000000-7e85e4021000 rw-p 00000000 00:00 0
7e85e4021000-7e85e8000000 ---p 00000000 00:00 0
7e85ec000000-7e85ec21f000 rw-p 00000000 00:00 0
7e85ec21f000-7e85f0000000 ---p 00000000 00:00 0
7e85f0000000-7e85f020c000 rw-p 00000000 00:00 0
7e85f020c000-7e85f4000000 ---p 00000000 00:00 0
7e85f8000000-7e85f8295000 rw-p 00000000 00:00 0
7e85f8295000-7e85fc000000 ---p 00000000 00:00 0
7e85fc000000-7e85fc1f4000 rw-p 00000000 00:00 0
7e85fc1f4000-7e8600000000 ---p 00000000 00:00 0
7e8604000000-7e8604fe7000 rw-p 00000000 00:00 0
7e8604fe7000-7e8608000000 ---p 00000000 00:00 0
7e8608000000-7e8608e13000 rw-p 00000000 00:00 0
7e8608e13000-7e860c000000 ---p 00000000 00:00 0
7e8610000000-7e8611175000 rw-p 00000000 00:00 0
7e8611175000-7e8614000000 ---p 00000000 00:00 0
7e8614000000-7e8614f53000 rw-p 00000000 00:00 0
7e8614f53000-7e8618000000 ---p 00000000 00:00 0
7e861c000000-7e861cd06000 rw-p 00000000 00:00 0
7e861cd06000-7e8620000000 ---p 00000000 00:00 0
7e8620000000-7e8620df5000 rw-p 00000000 00:00 0
7e8620df5000-7e8624000000 ---p 00000000 00:00 0
7e8628000000-7e86289ea000 rw-p 00000000 00:00 0
7e86289ea000-7e862c000000 ---p 00000000 00:00 0
7e862c000000-7e862cbab000 rw-p 00000000 00:00 0
7e862cbab000-7e8630000000 ---p 00000000 00:00 0
7e8634000000-7e86340bb000 rw-p 00000000 00:00 0
7e86340bb000-7e8638000000 ---p 00000000 00:00 0
7e8638000000-7e8638021000 rw-p 00000000 00:00 0
7e8638021000-7e863c000000 ---p 00000000 00:00 0
7e8640000000-7e8640021000 rw-p 00000000 00:00 0
7e8640021000-7e8644000000 ---p 00000000 00:00 0
7e8644000000-7e8644021000 rw-p 00000000 00:00 0
7e8644021000-7e8648000000 ---p 00000000 00:00 0
7e864c000000-7e864c021000 rw-p 00000000 00:00 0
7e864c021000-7e8650000000 ---p 00000000 00:00 0
7e8650000000-7e8650021000 rw-p 00000000 00:00 0
7e8650021000-7e8654000000 ---p 00000000 00:00 0
7e8658000000-7e8658021000 rw-p 00000000 00:00 0
7e8658021000-7e865c000000 ---p 00000000 00:00 0
7e865c000000-7e865c021000 rw-p 00000000 00:00 0
7e865c021000-7e8660000000 ---p 00000000 00:00 0
7e8664000000-7e8664021000 rw-p 00000000 00:00 0
7e8664021000-7e8668000000 ---p 00000000 00:00 0
7e8668000000-7e8668021000 rw-p 00000000 00:00 0
7e8668021000-7e866c000000 ---p 00000000 00:00 0
7e8670000000-7e8670800000 rw-p 00000000 00:00 0
7e8670800000-7e8674000000 ---p 00000000 00:00 0
7e8674000000-7e8674800000 rw-p 00000000 00:00 0
7e8674800000-7e8678000000 ---p 00000000 00:00 0
7e8678000000-7e8678021000 rw-p 00000000 00:00 0
7e8678021000-7e867c000000 ---p 00000000 00:00 0
7e867c000000-7e867c021000 rw-p 00000000 00:00 0
7e867c021000-7e8680000000 ---p 00000000 00:00 0
7e8683600000-7e8683e01000 rw-p 00000000 00:00 0
7e8684000000-7e8684021000 rw-p 00000000 00:00 0
7e8684021000-7e8688000000 ---p 00000000 00:00 0
7e8688000000-7e8688021000 rw-p 00000000 00:00 0
7e8688021000-7e868c000000 ---p 00000000 00:00 0
7e868c000000-7e8690000000 rw-s 00000000 00:01 4553 /memfdulseaudio (deleted)
7e8690000000-7e8690021000 rw-p 00000000 00:00 0
7e8690021000-7e8694000000 ---p 00000000 00:00 0
7e8694000000-7e8694021000 rw-p 00000000 00:00 0
7e8694021000-7e8698000000 ---p 00000000 00:00 0
7e8698000000-7e869c000000 rw-s 00000000 00:01 5120 /memfdulseaudio (deleted)
7e869c000000-7e869c021000 rw-p 00000000 00:00 0
7e869c021000-7e86a0000000 ---p 00000000 00:00 0
7e86a0000000-7e86a0021000 rw-p 00000000 00:00 0
7e86a0021000-7e86a4000000 ---p 00000000 00:00 0
7e86a4000000-7e86a8000000 rw-s 00000000 00:01 2428 /memfdulseaudio (deleted)
7e86a8000000-7e86a8021000 rw-p 00000000 00:00 0
7e86a8021000-7e86ac000000 ---p 00000000 00:00 0
7e86ac000000-7e86ac021000 rw-p 00000000 00:00 0
7e86ac021000-7e86b0000000 ---p 00000000 00:00 0
7e86b0000000-7e86b4000000 rw-s 00000000 00:01 2428 /memfdulseaudio (deleted)
7e86b4000000-7e86b4021000 rw-p 00000000 00:00 0
7e86b4021000-7e86b8000000 ---p 00000000 00:00 0
7e86b8000000-7e86b8021000 rw-p 00000000 00:00 0
7e86b8021000-7e86bc000000 ---p 00000000 00:00 0
7e86bc400000-7e86bcc01000 rw-p 00000000 00:00 0
7e86bce00000-7e86bd601000 rw-p 00000000 00:00 0
7e86bd800000-7e86be001000 rw-p 00000000 00:00 0
7e86be200000-7e86bea01000 rw-p 00000000 00:00 0
7e86bec00000-7e86bf401000 rw-p 00000000 00:00 0
7e86bf600000-7e86bf601000 ---p 00000000 00:00 0
7e86bf601000-7e86bfe01000 rw-p 00000000 00:00 0
7e86c0000000-7e86c0021000 rw-p 00000000 00:00 0
7e86c0021000-7e86c4000000 ---p 00000000 00:00 0
7e86c4000000-7e86c4021000 rw-p 00000000 00:00 0
7e86c4021000-7e86c8000000 ---p 00000000 00:00 0
7e86c8a00000-7e86c9201000 rw-p 00000000 00:00 0
7e86c9400000-7e86ca401000 rw-p 00000000 00:00 0
7e86ca600000-7e86cb40b000 rw-p 00000000 00:00 0
7e86cb600000-7e86cbf22000 rw-p 00000000 00:00 0
7e86cc000000-7e86cc021000 rw-p 00000000 00:00 0
7e86cc021000-7e86d0000000 ---p 00000000 00:00 0
7e86d0000000-7e86d0021000 rw-p 00000000 00:00 0
7e86d0021000-7e86d4000000 ---p 00000000 00:00 0
7e86d4200000-7e86d4280000 rw-p 00000000 00:00 0
7e86d4280000-7e86d4400000 ---p 00000000 00:00 0
7e86d4400000-7e86d4455000 r-xp 00000000 00:1c 154694 /home/aliden1z/.minecraft/versions/1.8.9/1.8.9-natives-1134827454248/libopenal64.so
7e86d4455000-7e86d4654000 ---p 00055000 00:1c 154694 /home/aliden1z/.minecraft/versions/1.8.9/1.8.9-natives-1134827454248/libopenal64.so
7e86d4654000-7e86d4657000 r--p 00054000 00:1c 154694 /home/aliden1z/.minecraft/versions/1.8.9/1.8.9-natives-1134827454248/libopenal64.so
7e86d4657000-7e86d4658000 rw-p 00057000 00:1c 154694 /home/aliden1z/.minecraft/versions/1.8.9/1.8.9-natives-1134827454248/libopenal64.so
7e86d4658000-7e86d4659000 rw-p 00000000 00:00 0
7e86d4a00000-7e86d4a01000 ---p 00000000 00:00 0
7e86d4a01000-7e86d5201000 rw-p 00000000 00:00 0
7e86d5400000-7e86d55ac000 r--p 00000000 00:1c 268052 /usr/lib/x86_64-linux-gnu/libnvidia-gpucomp.so.550.120
7e86d55ac000-7e86d74cc000 r-xp 001ac000 00:1c 268052 /usr/lib/x86_64-linux-gnu/libnvidia-gpucomp.so.550.120
7e86d74cc000-7e86d7b71000 r--p 020cc000 00:1c 268052 /usr/lib/x86_64-linux-gnu/libnvidia-gpucomp.so.550.120
7e86d7b71000-7e86d7d2b000 r--p 02770000 00:1c 268052 /usr/lib/x86_64-linux-gnu/libnvidia-gpucomp.so.550.120
7e86d7d2b000-7e86d7da4000 rw-p 0292a000 00:1c 268052 /usr/lib/x86_64-linux-gnu/libnvidia-gpucomp.so.550.120
7e86d7da4000-7e86d7e06000 rw-p 00000000 00:00 0
7e86d8000000-7e86d8021000 rw-p 00000000 00:00 0
7e86d8021000-7e86dc000000 ---p 00000000 00:00 0
7e86dc000000-7e86dc021000 rw-p 00000000 00:00 0
7e86dc021000-7e86e0000000 ---p 00000000 00:00 0
7e86e0200000-7e86e0400000 rw-p 00000000 00:00 0
7e86e0400000-7e86e2127000 r-xp 00000000 00:1c 268049 /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.550.120
7e86e2127000-7e86e2128000 ---p 01d27000 00:1c 268049 /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.550.120
7e86e2128000-7e86e228c000 r--p 01d27000 00:1c 268049 /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.550.120
7e86e228c000-7e86e22f7000 rw-p 01e8b000 00:1c 268049 /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.550.120
7e86e22f7000-7e86e2315000 rw-p 00000000 00:00 0
7e86e2400000-7e86e25c0000 rw-p 00000000 00:00 0
7e86e25c0000-7e86e27c0000 rw-p 00000000 00:00 0
7e86e27c0000-7e86e2a00000 rw-p 00000000 00:00 0
7e86e2a00000-7e86e2a70000 r-xp 00000000 00:1c 154692 /home/aliden1z/.minecraft/versions/1.8.9/1.8.9-natives-1134827454248/liblwjgl64.so
7e86e2a70000-7e86e2c70000 ---p 00070000 00:1c 154692 /home/aliden1z/.minecraft/versions/1.8.9/1.8.9-natives-1134827454248/liblwjgl64.so
7e86e2c70000-7e86e2c72000 r--p 00070000 00:1c 154692 /home/aliden1z/.minecraft/versions/1.8.9/1.8.9-natives-1134827454248/liblwjgl64.so
7e86e2c72000-7e86e2c73000 rw-p 00072000 00:1c 154692 /home/aliden1z/.minecraft/versions/1.8.9/1.8.9-natives-1134827454248/liblwjgl64.so
7e86e3000000-7e86e3001000 r-xp 00000000 00:1c 73934 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libjawt.so
7e86e3001000-7e86e3200000 ---p 00001000 00:1c 73934 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libjawt.so
7e86e3200000-7e86e3201000 r--p 00000000 00:1c 73934 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libjawt.so
7e86e3201000-7e86e3202000 rw-p 00001000 00:1c 73934 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libjawt.so
7e86e3600000-7e86e3800000 rw-p 00000000 00:00 0
7e86e3800000-7e86e385d000 r-xp 00000000 00:1c 74144 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libfontmanager.so
7e86e385d000-7e86e3a5d000 ---p 0005d000 00:1c 74144 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libfontmanager.so
7e86e3a5d000-7e86e3a60000 r--p 0005d000 00:1c 74144 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libfontmanager.so
7e86e3a60000-7e86e3a61000 rw-p 00060000 00:1c 74144 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libfontmanager.so
7e86e3e00000-7e86e4000000 rw-p 00000000 00:00 0
7e86e4000000-7e86e4021000 rw-p 00000000 00:00 0
7e86e4021000-7e86e8000000 ---p 00000000 00:00 0
7e86e8000000-7e86e8021000 rw-p 00000000 00:00 0
7e86e8021000-7e86ec000000 ---p 00000000 00:00 0
7e86ec200000-7e86ec400000 rw-p 00000000 00:00 0
7e86ec400000-7e86ec401000 ---p 00000000 00:00 0
7e86ec401000-7e86ecc01000 rw-p 00000000 00:00 0
7e86ece00000-7e86efe01000 rw-p 00000000 00:00 0
7e86eff00000-7e86eff03000 ---p 00000000 00:00 0
7e86eff03000-7e86f0000000 rw-p 00000000 00:00 0
7e86f0000000-7e86f0021000 rw-p 00000000 00:00 0
7e86f0021000-7e86f4000000 ---p 00000000 00:00 0
7e86f4000000-7e86f4021000 rw-p 00000000 00:00 0
7e86f4021000-7e86f8000000 ---p 00000000 00:00 0
7e86f80ff000-7e86f8100000 ---p 00000000 00:00 0
7e86f8100000-7e86f8200000 rw-p 00000000 00:00 0
7e86f8200000-7e86f8209000 r-xp 00000000 00:1c 73919 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libmanagement.so
7e86f8209000-7e86f8408000 ---p 00009000 00:1c 73919 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libmanagement.so
7e86f8408000-7e86f8409000 r--p 00008000 00:1c 73919 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libmanagement.so
7e86f8409000-7e86f840a000 rw-p 00009000 00:1c 73919 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libmanagement.so
7e86f84c2000-7e86f84d1000 r--p 00000000 00:1c 28956 /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4
7e86f84d1000-7e86f85b7000 r-xp 0000f000 00:1c 28956 /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4
7e86f85b7000-7e86f85f5000 r--p 000f5000 00:1c 28956 /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4
7e86f85f5000-7e86f85f6000 ---p 00133000 00:1c 28956 /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4
7e86f85f6000-7e86f85f9000 r--p 00133000 00:1c 28956 /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4
7e86f85f9000-7e86f85ff000 rw-p 00136000 00:1c 28956 /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4
7e86f85ff000-7e86f8600000 rw-p 00000000 00:00 0
7e86f8600000-7e86f8603000 ---p 00000000 00:00 0
7e86f8603000-7e86f8700000 rw-p 00000000 00:00 0
7e86f8700000-7e86f8703000 ---p 00000000 00:00 0
7e86f8703000-7e86f8800000 rw-p 00000000 00:00 0
7e86f8800000-7e86f8a00000 rw-p 00000000 00:00 0
7e86f8a00000-7e86f8a9a000 r--p 00000000 00:1c 29824 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30
7e86f8a9a000-7e86f8bab000 r-xp 0009a000 00:1c 29824 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30
7e86f8bab000-7e86f8c1a000 r--p 001ab000 00:1c 29824 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30
7e86f8c1a000-7e86f8c1b000 ---p 0021a000 00:1c 29824 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30
7e86f8c1b000-7e86f8c26000 r--p 0021a000 00:1c 29824 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30
7e86f8c26000-7e86f8c29000 rw-p 00225000 00:1c 29824 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30
7e86f8c29000-7e86f8c2c000 rw-p 00000000 00:00 0
7e86f8c31000-7e86f8c3b000 r--p 00000000 00:1c 30127 /usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8
7e86f8c3b000-7e86f8ced000 r-xp 0000a000 00:1c 30127 /usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8
7e86f8ced000-7e86f8cfe000 r--p 000bc000 00:1c 30127 /usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8
7e86f8cfe000-7e86f8cff000 r--p 000cc000 00:1c 30127 /usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8
7e86f8cff000-7e86f8d00000 rw-p 000cd000 00:1c 30127 /usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8
7e86f8d00000-7e86f8d03000 ---p 00000000 00:00 0
7e86f8d03000-7e86f8e00000 rw-p 00000000 00:00 0
7e86f8e00000-7e86f8e31000 r-xp 00000000 00:1c 154697 /home/aliden1z/.discord-rpc/libdiscord-rpc.so
7e86f8e31000-7e86f9030000 ---p 00031000 00:1c 154697 /home/aliden1z/.discord-rpc/libdiscord-rpc.so
7e86f9030000-7e86f9031000 r--p 00030000 00:1c 154697 /home/aliden1z/.discord-rpc/libdiscord-rpc.so
7e86f9031000-7e86f9033000 rw-p 00031000 00:1c 154697 /home/aliden1z/.discord-rpc/libdiscord-rpc.so
7e86f9033000-7e86f9069000 rw-p 00000000 00:00 0
7e86f908b000-7e86f908f000 r--p 00000000 00:1c 29050 /usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1
7e86f908f000-7e86f90a5000 r-xp 00004000 00:1c 29050 /usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1
7e86f90a5000-7e86f90af000 r--p 0001a000 00:1c 29050 /usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1
7e86f90af000-7e86f90b0000 r--p 00023000 00:1c 29050 /usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1
7e86f90b0000-7e86f90b1000 rw-p 00024000 00:1c 29050 /usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1
7e86f90b1000-7e86f90c5000 r--p 00000000 00:1c 29976 /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.12
7e86f90c5000-7e86f90c8000 r-xp 00014000 00:1c 29976 /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.12
7e86f90c8000-7e86f913f000 r--p 00017000 00:1c 29976 /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.12
7e86f913f000-7e86f915b000 r--p 0008d000 00:1c 29976 /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.12
7e86f915b000-7e86f915c000 rw-p 000a9000 00:1c 29976 /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.12
7e86f915c000-7e86f925c000 rw-s 00000000 00:05 980 /dev/nvidiactl
7e86f925c000-7e86f9400000 rw-s 00000000 00:05 980 /dev/nvidiactl
7e86f9400000-7e86f9417000 r-xp 00000000 00:1c 859225 /tmp/jna/jna3831012279997035015.tmp (deleted)
7e86f9417000-7e86f9616000 ---p 00017000 00:1c 859225 /tmp/jna/jna3831012279997035015.tmp (deleted)
7e86f9616000-7e86f9617000 r--p 00016000 00:1c 859225 /tmp/jna/jna3831012279997035015.tmp (deleted)
7e86f9617000-7e86f9618000 rw-p 00017000 00:1c 859225 /tmp/jna/jna3831012279997035015.tmp (deleted)
7e86f9633000-7e86f97d7000 rw-s 00000000 00:05 980 /dev/nvidiactl
7e86f97d7000-7e86f9828000 r--p 00000000 00:1c 268045 /usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.550.120
7e86f9828000-7e86f98b9000 r-xp 00051000 00:1c 268045 /usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.550.120
7e86f98b9000-7e86f98d9000 r--p 000e2000 00:1c 268045 /usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.550.120
7e86f98d9000-7e86f98f9000 r--p 00101000 00:1c 268045 /usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.550.120
7e86f98f9000-7e86f98fe000 rw-p 00121000 00:1c 268045 /usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.550.120
7e86f98fe000-7e86f9900000 rw-p 00000000 00:00 0
7e86f9900000-7e86f9903000 ---p 00000000 00:00 0
7e86f9903000-7e86f9a00000 rw-p 00000000 00:00 0
7e86f9a00000-7e86f9a5a000 r-xp 00000000 00:1c 73614 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libawt_xawt.so
7e86f9a5a000-7e86f9c5a000 ---p 0005a000 00:1c 73614 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libawt_xawt.so
7e86f9c5a000-7e86f9c5b000 r--p 0005a000 00:1c 73614 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libawt_xawt.so
7e86f9c5b000-7e86f9c5e000 rw-p 0005b000 00:1c 73614 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libawt_xawt.so
7e86f9c5e000-7e86f9c60000 rw-p 00000000 00:00 0
7e86f9c77000-7e86f9c7a000 r--p 00000000 00:1c 29351 /usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5
7e86f9c7a000-7e86f9c95000 r-xp 00003000 00:1c 29351 /usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5
7e86f9c95000-7e86f9ca0000 r--p 0001e000 00:1c 29351 /usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5
7e86f9ca0000-7e86f9ca1000 r--p 00028000 00:1c 29351 /usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5
7e86f9ca1000-7e86f9ca2000 rw-p 00029000 00:1c 29351 /usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5
7e86f9ca2000-7e86f9ca5000 r--p 00000000 00:1c 29530 /usr/lib/x86_64-linux-gnu/libopus.so.0.8.0
7e86f9ca5000-7e86f9ceb000 r-xp 00003000 00:1c 29530 /usr/lib/x86_64-linux-gnu/libopus.so.0.8.0
7e86f9ceb000-7e86f9cfd000 r--p 00049000 00:1c 29530 /usr/lib/x86_64-linux-gnu/libopus.so.0.8.0
7e86f9cfd000-7e86f9cfe000 ---p 0005b000 00:1c 29530 /usr/lib/x86_64-linux-gnu/libopus.so.0.8.0
7e86f9cfe000-7e86f9cff000 r--p 0005b000 00:1c 29530 /usr/lib/x86_64-linux-gnu/libopus.so.0.8.0
7e86f9cff000-7e86f9d00000 rw-p 0005c000 00:1c 29530 /usr/lib/x86_64-linux-gnu/libopus.so.0.8.0
7e86f9d00000-7e86f9d03000 ---p 00000000 00:00 0
7e86f9d03000-7e86f9e00000 rw-p 00000000 00:00 0
7e86f9e00000-7e86f9e03000 ---p 00000000 00:00 0
7e86f9e03000-7e86f9f00000 rw-p 00000000 00:00 0
7e86f9f00000-7e86f9f03000 ---p 00000000 00:00 0
7e86f9f03000-7e86fa000000 rw-p 00000000 00:00 0
7e86fa000000-7e86fa0a0000 r-xp 00000000 00:1c 73785 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libawt.so
7e86fa0a0000-7e86fa29f000 ---p 000a0000 00:1c 73785 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libawt.so
7e86fa29f000-7e86fa2a0000 r--p 0009f000 00:1c 73785 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libawt.so
7e86fa2a0000-7e86fa2ab000 rw-p 000a0000 00:1c 73785 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libawt.so
7e86fa2ab000-7e86fa2d0000 rw-p 00000000 00:00 0
7e86fa2d2000-7e86fa2d4000 r--p 00000000 00:1c 29349 /usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3
7e86fa2d4000-7e86fa2ed000 r-xp 00002000 00:1c 29349 /usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3
7e86fa2ed000-7e86fa2ef000 r--p 0001b000 00:1c 29349 /usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3
7e86fa2ef000-7e86fa2f0000 ---p 0001d000 00:1c 29349 /usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3
7e86fa2f0000-7e86fa2f1000 r--p 0001d000 00:1c 29349 /usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3
7e86fa2f1000-7e86fa2f2000 rw-p 0001e000 00:1c 29349 /usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3
7e86fa2f2000-7e86fa305000 r--p 00000000 00:1c 29836 /usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0
7e86fa305000-7e86fa384000 r-xp 00013000 00:1c 29836 /usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0
7e86fa384000-7e86fa3af000 r--p 00092000 00:1c 29836 /usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0
7e86fa3af000-7e86fa3b0000 ---p 000bd000 00:1c 29836 /usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0
7e86fa3b0000-7e86fa3b7000 r--p 000bd000 00:1c 29836 /usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0
7e86fa3b7000-7e86fa3b8000 rw-p 000c4000 00:1c 29836 /usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0
7e86fa3b8000-7e86fa3b9000 rw-p 00000000 00:00 0
7e86fa3b9000-7e86fa3bc000 ---p 00000000 00:00 0
7e86fa3bc000-7e86fa4b9000 rw-p 00000000 00:00 0
7e86fa4b9000-7e86fa4d2000 r--p 00000000 00:1c 28304 /usr/lib/x86_64-linux-gnu/libX11.so.6.4.0
7e86fa4d2000-7e86fa55e000 r-xp 00019000 00:1c 28304 /usr/lib/x86_64-linux-gnu/libX11.so.6.4.0
7e86fa55e000-7e86fa5f3000 r--p 000a5000 00:1c 28304 /usr/lib/x86_64-linux-gnu/libX11.so.6.4.0
7e86fa5f3000-7e86fa5f4000 ---p 0013a000 00:1c 28304 /usr/lib/x86_64-linux-gnu/libX11.so.6.4.0
7e86fa5f4000-7e86fa5f5000 r--p 0013a000 00:1c 28304 /usr/lib/x86_64-linux-gnu/libX11.so.6.4.0
7e86fa5f5000-7e86fa5f9000 rw-p 0013b000 00:1c 28304 /usr/lib/x86_64-linux-gnu/libX11.so.6.4.0
7e86fa5f9000-7e86fa5fa000 ---p 00000000 00:00 0
7e86fa5fa000-7e86fa6fa000 rw-p 00000000 00:00 0
7e86fa6fa000-7e86fa6fd000 ---p 00000000 00:00 0
7e86fa6fd000-7e86fa7fa000 rw-p 00000000 00:00 0
7e86fa7fa000-7e86fa7fb000 ---p 00000000 00:00 0
7e86fa7fb000-7e86fa7fe000 ---p 00000000 00:00 0
7e86fa7fe000-7e86fa8fb000 rw-p 00000000 00:00 0
7e86fa8fb000-7e86fa8fc000 ---p 00000000 00:00 0
7e86fa8fc000-7e86fa8ff000 ---p 00000000 00:00 0
7e86fa8ff000-7e86fa9fc000 rw-p 00000000 00:00 0
7e86fa9fc000-7e86fa9fd000 ---p 00000000 00:00 0
7e86fa9fd000-7e86faa00000 ---p 00000000 00:00 0
7e86faa00000-7e86faafd000 rw-p 00000000 00:00 0
7e86faafd000-7e86faafe000 ---p 00000000 00:00 0
7e86faafe000-7e86fab01000 ---p 00000000 00:00 0
7e86fab01000-7e86fabfe000 rw-p 00000000 00:00 0
7e86fabfe000-7e86fabff000 ---p 00000000 00:00 0
7e86fabff000-7e86fac02000 ---p 00000000 00:00 0
7e86fac02000-7e86facff000 rw-p 00000000 00:00 0
7e86facff000-7e86fad00000 ---p 00000000 00:00 0
7e86fad00000-7e86fad03000 ---p 00000000 00:00 0
7e86fad03000-7e86fae00000 rw-p 00000000 00:00 0
7e86fae00000-7e86fbfb6000 r--p 00000000 00:1c 14659 /usr/lib/locale/locale-archive
7e86fbfc4000-7e86fbfcc000 r--p 00000000 00:1c 28256 /usr/lib/x86_64-linux-gnu/libFLAC.so.8.3.0
7e86fbfcc000-7e86fbff5000 r-xp 00008000 00:1c 28256 /usr/lib/x86_64-linux-gnu/libFLAC.so.8.3.0
7e86fbff5000-7e86fbffe000 r--p 00031000 00:1c 28256 /usr/lib/x86_64-linux-gnu/libFLAC.so.8.3.0
7e86fbffe000-7e86fbfff000 r--p 00039000 00:1c 28256 /usr/lib/x86_64-linux-gnu/libFLAC.so.8.3.0
7e86fbfff000-7e86fc000000 rw-p 0003a000 00:1c 28256 /usr/lib/x86_64-linux-gnu/libFLAC.so.8.3.0
7e86fc000000-7e86fc021000 rw-p 00000000 00:00 0
7e86fc021000-7e8700000000 ---p 00000000 00:00 0
7e8700000000-7e8700021000 rw-p 00000000 00:00 0
7e8700021000-7e8704000000 ---p 00000000 00:00 0
7e8704005000-7e8704008000 r--p 00000000 00:1c 29974 /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.9
7e8704008000-7e870401f000 r-xp 00003000 00:1c 29974 /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.9
7e870401f000-7e8704030000 r--p 0001a000 00:1c 29974 /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.9
7e8704030000-7e8704031000 r--p 0002a000 00:1c 29974 /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.9
7e8704031000-7e8704032000 rw-p 0002b000 00:1c 29974 /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.9
7e8704032000-7e8704039000 r--p 00000000 00:1c 29780 /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.31
7e8704039000-7e870408f000 r-xp 00007000 00:1c 29780 /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.31
7e870408f000-7e87040ab000 r--p 0005d000 00:1c 29780 /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.31
7e87040ab000-7e87040ae000 r--p 00078000 00:1c 29780 /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.31
7e87040ae000-7e87040af000 rw-p 0007b000 00:1c 29780 /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.31
7e87040af000-7e87040b1000 rw-p 00000000 00:00 0
7e87040b1000-7e87040bc000 r--p 00000000 00:1c 28739 /usr/lib/x86_64-linux-gnu/libdbus-1.so.3.19.13
7e87040bc000-7e87040ea000 r-xp 0000b000 00:1c 28739 /usr/lib/x86_64-linux-gnu/libdbus-1.so.3.19.13
7e87040ea000-7e87040fc000 r--p 00039000 00:1c 28739 /usr/lib/x86_64-linux-gnu/libdbus-1.so.3.19.13
7e87040fc000-7e87040fd000 ---p 0004b000 00:1c 28739 /usr/lib/x86_64-linux-gnu/libdbus-1.so.3.19.13
7e87040fd000-7e87040fe000 r--p 0004b000 00:1c 28739 /usr/lib/x86_64-linux-gnu/libdbus-1.so.3.19.13
7e87040fe000-7e87040ff000 rw-p 0004c000 00:1c 28739 /usr/lib/x86_64-linux-gnu/libdbus-1.so.3.19.13
7e87040ff000-7e8704100000 ---p 00000000 00:00 0
7e8704100000-7e8704103000 ---p 00000000 00:00 0
7e8704103000-7e8704200000 rw-p 00000000 00:00 0
7e8704200000-7e8704216000 r-xp 00000000 00:1c 73548 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libnet.so
7e8704216000-7e8704416000 ---p 00016000 00:1c 73548 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libnet.so
7e8704416000-7e8704417000 r--p 00016000 00:1c 73548 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libnet.so
7e8704417000-7e8704418000 rw-p 00017000 00:1c 73548 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libnet.so
7e8704423000-7e8704435000 r--p 00000000 00:1c 33454 /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-15.99.so
7e8704435000-7e870447e000 r-xp 00012000 00:1c 33454 /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-15.99.so
7e870447e000-7e87044a5000 r--p 0005b000 00:1c 33454 /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-15.99.so
7e87044a5000-7e87044a7000 r--p 00081000 00:1c 33454 /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-15.99.so
7e87044a7000-7e87044a8000 rw-p 00083000 00:1c 33454 /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-15.99.so
7e87044a8000-7e87044b4000 r--p 00000000 00:1c 29658 /usr/lib/x86_64-linux-gnu/libpulse.so.0.24.1
7e87044b4000-7e87044e4000 r-xp 0000c000 00:1c 29658 /usr/lib/x86_64-linux-gnu/libpulse.so.0.24.1
7e87044e4000-7e87044fa000 r--p 0003c000 00:1c 29658 /usr/lib/x86_64-linux-gnu/libpulse.so.0.24.1
7e87044fa000-7e87044fc000 r--p 00051000 00:1c 29658 /usr/lib/x86_64-linux-gnu/libpulse.so.0.24.1
7e87044fc000-7e87044fd000 rw-p 00053000 00:1c 29658 /usr/lib/x86_64-linux-gnu/libpulse.so.0.24.1
7e87044fd000-7e87044fe000 ---p 00000000 00:00 0
7e87044fe000-7e8704501000 ---p 00000000 00:00 0
7e8704501000-7e87045fe000 rw-p 00000000 00:00 0
7e87045fe000-7e87045ff000 ---p 00000000 00:00 0
7e87045ff000-7e8704602000 ---p 00000000 00:00 0
7e8704602000-7e87046ff000 rw-p 00000000 00:00 0
7e87046ff000-7e8704700000 ---p 00000000 00:00 0
7e8704700000-7e8704703000 ---p 00000000 00:00 0
7e8704703000-7e8704800000 rw-p 00000000 00:00 0
7e8704800000-7e8704811000 r-xp 00000000 00:1c 74042 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libnio.so
7e8704811000-7e8704a10000 ---p 00011000 00:1c 74042 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libnio.so
7e8704a10000-7e8704a11000 r--p 00010000 00:1c 74042 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libnio.so
7e8704a11000-7e8704a12000 rw-p 00011000 00:1c 74042 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libnio.so
7e8704a23000-7e8704a24000 ---p 00000000 00:00 0
7e8704a24000-7e8704a27000 ---p 00000000 00:00 0
7e8704a27000-7e8704b24000 rw-p 00000000 00:00 0
7e8704b24000-7e8704b25000 ---p 00000000 00:00 0
7e8704b25000-7e8704b28000 ---p 00000000 00:00 0
7e8704b28000-7e8704c25000 rw-p 00000000 00:00 0
7e8704c25000-7e8704c28000 ---p 00000000 00:00 0
7e8704c28000-7e8704d25000 rw-p 00000000 00:00 0
7e8704d25000-7e8704d28000 ---p 00000000 00:00 0
7e8704d28000-7e8704e25000 rw-p 00000000 00:00 0
7e8704e25000-7e8704e28000 ---p 00000000 00:00 0
7e8704e28000-7e8704f25000 rw-p 00000000 00:00 0
7e8704f25000-7e8704f28000 ---p 00000000 00:00 0
7e8704f28000-7e8705025000 rw-p 00000000 00:00 0
7e8705025000-7e8705028000 ---p 00000000 00:00 0
7e8705028000-7e8705125000 rw-p 00000000 00:00 0
7e8705125000-7e8705126000 ---p 00000000 00:00 0
7e8705126000-7e8705226000 rw-p 00000000 00:00 0
7e8705226000-7e8705400000 r--s 03d6a000 00:1c 74483 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/rt.jar
7e8705400000-7e8705c00000 rw-p 00000000 00:00 0
7e8705c12000-7e8705c15000 r--p 00000000 00:1c 28646 /usr/lib/x86_64-linux-gnu/libcap.so.2.44
7e8705c15000-7e8705c19000 r-xp 00003000 00:1c 28646 /usr/lib/x86_64-linux-gnu/libcap.so.2.44
7e8705c19000-7e8705c1b000 r--p 00007000 00:1c 28646 /usr/lib/x86_64-linux-gnu/libcap.so.2.44
7e8705c1b000-7e8705c1c000 r--p 00008000 00:1c 28646 /usr/lib/x86_64-linux-gnu/libcap.so.2.44
7e8705c1c000-7e8705c1d000 rw-p 00009000 00:1c 28646 /usr/lib/x86_64-linux-gnu/libcap.so.2.44
7e8705c1d000-7e8705c1f000 r--p 00000000 00:1c 29518 /usr/lib/x86_64-linux-gnu/libogg.so.0.8.5
7e8705c1f000-7e8705c22000 r-xp 00002000 00:1c 29518 /usr/lib/x86_64-linux-gnu/libogg.so.0.8.5
7e8705c22000-7e8705c25000 r--p 00005000 00:1c 29518 /usr/lib/x86_64-linux-gnu/libogg.so.0.8.5
7e8705c25000-7e8705c26000 ---p 00008000 00:1c 29518 /usr/lib/x86_64-linux-gnu/libogg.so.0.8.5
7e8705c26000-7e8705c27000 r--p 00008000 00:1c 29518 /usr/lib/x86_64-linux-gnu/libogg.so.0.8.5
7e8705c27000-7e8705c28000 rw-p 00009000 00:1c 29518 /usr/lib/x86_64-linux-gnu/libogg.so.0.8.5
7e8705c28000-7e8705c2b000 r--p 00000000 00:1c 28500 /usr/lib/x86_64-linux-gnu/libapparmor.so.1.8.2
7e8705c2b000-7e8705c34000 r-xp 00003000 00:1c 28500 /usr/lib/x86_64-linux-gnu/libapparmor.so.1.8.2
7e8705c34000-7e8705c3b000 r--p 0000c000 00:1c 28500 /usr/lib/x86_64-linux-gnu/libapparmor.so.1.8.2
7e8705c3b000-7e8705c3c000 r--p 00012000 00:1c 28500 /usr/lib/x86_64-linux-gnu/libapparmor.so.1.8.2
7e8705c3c000-7e8705c3d000 rw-p 00013000 00:1c 28500 /usr/lib/x86_64-linux-gnu/libapparmor.so.1.8.2
7e8705c3d000-7e8705cbd000 rw-s 00000000 00:05 980 /dev/nvidiactl
7e8705cbd000-7e8705cfd000 rw-s 00000000 00:05 980 /dev/nvidiactl
7e8705cfd000-7e8708000000 rw-p 00000000 00:00 0
7e8708000000-7e8708021000 rw-p 00000000 00:00 0
7e8708021000-7e870c000000 ---p 00000000 00:00 0
7e870c000000-7e870c021000 rw-p 00000000 00:00 0
7e870c021000-7e8710000000 ---p 00000000 00:00 0
7e8710005000-7e8710025000 rw-s 00000000 00:05 980 /dev/nvidiactl
7e8710025000-7e8710065000 rw-s 00000000 00:05 980 /dev/nvidiactl
7e8710065000-7e87100e5000 rw-s 00000000 00:05 981 /dev/nvidia0
7e87100e5000-7e87117fc000 rw-p 00000000 00:00 0
7e87117fc000-7e87117fd000 ---p 00000000 00:00 0
7e87117fd000-7e87118fd000 rw-p 00000000 00:00 0
7e87118fd000-7e87118fe000 ---p 00000000 00:00 0
7e87118fe000-7e87119fe000 rw-p 00000000 00:00 0
7e87119fe000-7e87119ff000 ---p 00000000 00:00 0
7e87119ff000-7e8711aff000 rw-p 00000000 00:00 0
7e8711aff000-7e8711b00000 ---p 00000000 00:00 0
7e8711b00000-7e8711c00000 rw-p 00000000 00:00 0
7e8711c00000-7e8711d00000 rw-p 00000000 00:00 0
7e8711d00000-7e8712400000 ---p 00000000 00:00 0
7e8712400000-7e8712500000 rw-p 00000000 00:00 0
7e8712500000-7e8713400000 ---p 00000000 00:00 0
7e8713400000-7e8713500000 rw-p 00000000 00:00 0
7e8713500000-7e8713c00000 ---p 00000000 00:00 0
7e8713c06000-7e8713c26000 rw-s 00000000 00:05 980 /dev/nvidiactl
7e8713c26000-7e8713c66000 rw-s 00000000 00:05 980 /dev/nvidiactl
7e8713c66000-7e8713c75000 r--p 00000000 00:1c 268050 /usr/lib/x86_64-linux-gnu/libnvidia-glsi.so.550.120
7e8713c75000-7e8713cd2000 r-xp 0000f000 00:1c 268050 /usr/lib/x86_64-linux-gnu/libnvidia-glsi.so.550.120
7e8713cd2000-7e8713cee000 r--p 0006c000 00:1c 268050 /usr/lib/x86_64-linux-gnu/libnvidia-glsi.so.550.120
7e8713cee000-7e8713cf4000 r--p 00087000 00:1c 268050 /usr/lib/x86_64-linux-gnu/libnvidia-glsi.so.550.120
7e8713cf4000-7e8713cf5000 rw-p 0008d000 00:1c 268050 /usr/lib/x86_64-linux-gnu/libnvidia-glsi.so.550.120
7e8713cf5000-7e8713dfe000 rw-p 00000000 00:00 0
7e8713dfe000-7e8713dff000 ---p 00000000 00:00 0
7e8713dff000-7e8713eff000 rw-p 00000000 00:00 0
7e8713eff000-7e8713f00000 ---p 00000000 00:00 0
7e8713f00000-7e8714000000 rw-p 00000000 00:00 0
7e8714000000-7e8714021000 rw-p 00000000 00:00 0
7e8714021000-7e8718000000 ---p 00000000 00:00 0
7e8718007000-7e8718019000 r--p 00000000 00:1c 283504 /usr/share/locale-langpack/tr/LC_MESSAGES/pulseaudio.mo
7e8718039000-7e8718079000 r--p 00000000 00:1c 28269 /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0
7e8718079000-7e871807c000 r-xp 00040000 00:1c 28269 /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0
7e871807c000-7e87180b7000 r-xp 00043000 00:1c 28269 /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0
7e87180b7000-7e87180b8000 r-xp 0007e000 00:1c 28269 /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0
7e87180b8000-7e87180cb000 r--p 0007f000 00:1c 28269 /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0
7e87180cb000-7e87180cc000 ---p 00092000 00:1c 28269 /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0
7e87180cc000-7e87180e8000 r--p 00092000 00:1c 28269 /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0
7e87180e8000-7e87180e9000 rw-p 000ae000 00:1c 28269 /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0
7e87180e9000-7e87180f1000 rw-p 00000000 00:00 0
7e87180f1000-7e87180f2000 ---p 00000000 00:00 0
7e87180f2000-7e87181f2000 rw-p 00000000 00:00 0
7e87181f2000-7e87181f3000 ---p 00000000 00:00 0
7e87181f3000-7e87182f3000 rw-p 00000000 00:00 0
7e87182f3000-7e87182f4000 ---p 00000000 00:00 0
7e87182f4000-7e87183f4000 rw-p 00000000 00:00 0
7e87183f4000-7e87183f5000 ---p 00000000 00:00 0
7e87183f5000-7e87184f5000 rw-p 00000000 00:00 0
7e87184f5000-7e87184f6000 ---p 00000000 00:00 0
7e87184f6000-7e87185f6000 rw-p 00000000 00:00 0
7e87185f6000-7e87185f7000 ---p 00000000 00:00 0
7e87185f7000-7e87186f7000 rw-p 00000000 00:00 0
7e87186f7000-7e87186f8000 ---p 00000000 00:00 0
7e87186f8000-7e87187f8000 rw-p 00000000 00:00 0
7e87187f8000-7e87187f9000 ---p 00000000 00:00 0
7e87187f9000-7e87188f9000 rw-p 00000000 00:00 0
7e87188f9000-7e87188fa000 ---p 00000000 00:00 0
7e87188fa000-7e87189fa000 rw-p 00000000 00:00 0
7e87189fa000-7e87189fb000 ---p 00000000 00:00 0
7e87189fb000-7e8718afb000 rw-p 00000000 00:00 0
7e8718afb000-7e8718afc000 ---p 00000000 00:00 0
7e8718afc000-7e8718bfc000 rw-p 00000000 00:00 0
7e8718bfc000-7e8718bfd000 ---p 00000000 00:00 0
7e8718bfd000-7e8718cfd000 rw-p 00000000 00:00 0
7e8718cfd000-7e8719000000 rw-p 00000000 00:00 0
7e8719000000-7e8719f50000 rwxp 00000000 00:00 0
7e8719f50000-7e8728000000 ---p 00000000 00:00 0
7e8728000000-7e872bffb000 rw-p 00000000 00:00 0
7e872bffb000-7e872c000000 ---p 00000000 00:00 0
7e872c006000-7e872c008000 r--p 00000000 00:1c 28520 /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
7e872c008000-7e872c00b000 r-xp 00002000 00:1c 28520 /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
7e872c00b000-7e872c00c000 r--p 00005000 00:1c 28520 /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
7e872c00c000-7e872c00d000 r--p 00005000 00:1c 28520 /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
7e872c00d000-7e872c00e000 rw-p 00006000 00:1c 28520 /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
7e872c011000-7e872c015000 rw-s 00000000 00:05 980 /dev/nvidiactl
7e872c015000-7e872c01c000 r--p 00000000 00:1c 30057 /usr/lib/x86_64-linux-gnu/libxcb-randr.so.0.1.0
7e872c01c000-7e872c022000 r-xp 00007000 00:1c 30057 /usr/lib/x86_64-linux-gnu/libxcb-randr.so.0.1.0
7e872c022000-7e872c025000 r--p 0000d000 00:1c 30057 /usr/lib/x86_64-linux-gnu/libxcb-randr.so.0.1.0
7e872c025000-7e872c026000 ---p 00010000 00:1c 30057 /usr/lib/x86_64-linux-gnu/libxcb-randr.so.0.1.0
7e872c026000-7e872c027000 r--p 00010000 00:1c 30057 /usr/lib/x86_64-linux-gnu/libxcb-randr.so.0.1.0
7e872c027000-7e872c028000 rw-p 00011000 00:1c 30057 /usr/lib/x86_64-linux-gnu/libxcb-randr.so.0.1.0
7e872c028000-7e872c033000 r--p 00000000 00:1c 30047 /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7e872c033000-7e872c03c000 r-xp 0000b000 00:1c 30047 /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7e872c03c000-7e872c041000 r--p 00014000 00:1c 30047 /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7e872c041000-7e872c042000 ---p 00019000 00:1c 30047 /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7e872c042000-7e872c044000 r--p 00019000 00:1c 30047 /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7e872c044000-7e872c045000 rw-p 0001b000 00:1c 30047 /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7e872c045000-7e872c058000 rw-s 00000000 00:05 980 /dev/nvidiactl
7e872c058000-7e872c05c000 rw-s 00000000 00:05 980 /dev/nvidiactl
7e872c05c000-7e872c061000 r--p 00000000 00:1c 28794 /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7e872c061000-7e872c06c000 r-xp 00005000 00:1c 28794 /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7e872c06c000-7e872c070000 r--p 00010000 00:1c 28794 /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7e872c070000-7e872c071000 r--p 00013000 00:1c 28794 /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7e872c071000-7e872c072000 rw-p 00014000 00:1c 28794 /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7e872c072000-7e872c0b5000 r--p 00000000 00:1c 28258 /usr/lib/x86_64-linux-gnu/libGL.so.1.7.0
7e872c0b5000-7e872c0b8000 r-xp 00043000 00:1c 28258 /usr/lib/x86_64-linux-gnu/libGL.so.1.7.0
7e872c0b8000-7e872c0d3000 r-xp 00046000 00:1c 28258 /usr/lib/x86_64-linux-gnu/libGL.so.1.7.0
7e872c0d3000-7e872c0d4000 r-xp 00061000 00:1c 28258 /usr/lib/x86_64-linux-gnu/libGL.so.1.7.0
7e872c0d4000-7e872c0e9000 r--p 00062000 00:1c 28258 /usr/lib/x86_64-linux-gnu/libGL.so.1.7.0
7e872c0e9000-7e872c0f7000 r--p 00076000 00:1c 28258 /usr/lib/x86_64-linux-gnu/libGL.so.1.7.0
7e872c0f7000-7e872c0f8000 rw-p 00084000 00:1c 28258 /usr/lib/x86_64-linux-gnu/libGL.so.1.7.0
7e872c0f8000-7e872c83e000 rw-p 00000000 00:00 0
7e872c83e000-7e872cbc0000 ---p 00000000 00:00 0
7e872cbc0000-7e872cbc2000 rw-s 00000000 00:01 7556 /memfd:/.glXXXXXX (deleted)
7e872cbc2000-7e872cbc5000 r--p 00000000 00:1c 30069 /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0
7e872cbc5000-7e872cbc8000 r-xp 00003000 00:1c 30069 /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0
7e872cbc8000-7e872cbc9000 r--p 00006000 00:1c 30069 /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0
7e872cbc9000-7e872cbca000 ---p 00007000 00:1c 30069 /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0
7e872cbca000-7e872cbcb000 r--p 00007000 00:1c 30069 /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0
7e872cbcb000-7e872cbcc000 rw-p 00008000 00:1c 30069 /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0
7e872cbcc000-7e872cbcf000 r--p 00000000 00:1c 28264 /usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0
7e872cbcf000-7e872cbea000 r-xp 00003000 00:1c 28264 /usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0
7e872cbea000-7e872cbed000 r--p 0001e000 00:1c 28264 /usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0
7e872cbed000-7e872cbee000 ---p 00021000 00:1c 28264 /usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0
7e872cbee000-7e872cbef000 r--p 00021000 00:1c 28264 /usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0
7e872cbef000-7e872cbf0000 rw-p 00022000 00:1c 28264 /usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0
7e872cbf0000-7e872cc00000 rw-p 00000000 00:00 0
7e872cc00000-7e872cc1b000 r-xp 00000000 00:1c 73760 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libzip.so
7e872cc1b000-7e872ce1a000 ---p 0001b000 00:1c 73760 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libzip.so
7e872ce1a000-7e872ce1b000 r--p 0001a000 00:1c 73760 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libzip.so
7e872ce1b000-7e872ce1c000 rw-p 0001b000 00:1c 73760 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libzip.so
7e872ce1d000-7e872ce1e000 r--p 00000000 00:1c 30055 /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0
7e872ce1e000-7e872ce1f000 r-xp 00001000 00:1c 30055 /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0
7e872ce1f000-7e872ce20000 r--p 00002000 00:1c 30055 /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0
7e872ce20000-7e872ce21000 r--p 00002000 00:1c 30055 /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0
7e872ce21000-7e872ce22000 rw-p 00003000 00:1c 30055 /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0
7e872ce22000-7e872ce23000 r--p 00000000 00:1c 28302 /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7e872ce23000-7e872ce24000 r-xp 00001000 00:1c 28302 /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7e872ce24000-7e872ce25000 r--p 00002000 00:1c 28302 /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7e872ce25000-7e872ce26000 r--p 00002000 00:1c 28302 /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7e872ce26000-7e872ce27000 rw-p 00003000 00:1c 28302 /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7e872ce27000-7e872ce28000 r--p 00000000 00:1c 268055 /usr/lib/x86_64-linux-gnu/libnvidia-tls.so.550.120
7e872ce28000-7e872ce2a000 r-xp 00001000 00:1c 268055 /usr/lib/x86_64-linux-gnu/libnvidia-tls.so.550.120
7e872ce2a000-7e872ce2b000 r--p 00003000 00:1c 268055 /usr/lib/x86_64-linux-gnu/libnvidia-tls.so.550.120
7e872ce2b000-7e872ce2c000 r--p 00003000 00:1c 268055 /usr/lib/x86_64-linux-gnu/libnvidia-tls.so.550.120
7e872ce2c000-7e872ce2d000 rw-p 00004000 00:1c 268055 /usr/lib/x86_64-linux-gnu/libnvidia-tls.so.550.120
7e872ce2d000-7e872ce30000 ---p 00000000 00:00 0
7e872ce30000-7e872ce66000 rw-p 00000000 00:00 0
7e872ce66000-7e872ce67000 r--p 00000000 00:1c 28357 /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7e872ce67000-7e872ce6a000 r-xp 00001000 00:1c 28357 /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7e872ce6a000-7e872ce6b000 r--p 00004000 00:1c 28357 /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7e872ce6b000-7e872ce6c000 r--p 00004000 00:1c 28357 /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7e872ce6c000-7e872ce6d000 rw-p 00005000 00:1c 28357 /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7e872ce6d000-7e872ce6f000 r--p 00000000 00:1c 28339 /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7e872ce6f000-7e872ce76000 r-xp 00002000 00:1c 28339 /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7e872ce76000-7e872ce78000 r--p 00009000 00:1c 28339 /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7e872ce78000-7e872ce79000 r--p 0000a000 00:1c 28339 /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7e872ce79000-7e872ce7a000 rw-p 0000b000 00:1c 28339 /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7e872ce7a000-7e872ce96000 r--s 00393000 00:1c 73798 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/ext/cldrdata.jar
7e872ce96000-7e872ce99000 r--p 00000000 00:1c 28945 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7e872ce99000-7e872ceb0000 r-xp 00003000 00:1c 28945 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7e872ceb0000-7e872ceb4000 r--p 0001a000 00:1c 28945 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7e872ceb4000-7e872ceb5000 r--p 0001d000 00:1c 28945 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7e872ceb5000-7e872ceb6000 rw-p 0001e000 00:1c 28945 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7e872ceb6000-7e872ceb8000 r--p 00000000 00:1c 30045 /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0
7e872ceb8000-7e872ceba000 r-xp 00002000 00:1c 30045 /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0
7e872ceba000-7e872cebb000 r--p 00004000 00:1c 30045 /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0
7e872cebb000-7e872cebc000 r--p 00004000 00:1c 30045 /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0
7e872cebc000-7e872cebd000 rw-p 00005000 00:1c 30045 /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0
7e872cebd000-7e872cecd000 rw-s 00000000 00:05 981 /dev/nvidia0
7e872cecd000-7e872cef0000 r--p 00000000 00:1c 283453 /usr/share/locale-langpack/tr/LC_MESSAGES/libc.mo
7e872cef0000-7e872cef2000 r--p 00000000 00:1c 29369 /usr/lib/x86_64-linux-gnu/libmd.so.0.0.5
7e872cef2000-7e872cef9000 r-xp 00002000 00:1c 29369 /usr/lib/x86_64-linux-gnu/libmd.so.0.0.5
7e872cef9000-7e872cefb000 r--p 00009000 00:1c 29369 /usr/lib/x86_64-linux-gnu/libmd.so.0.0.5
7e872cefb000-7e872cefc000 r--p 0000a000 00:1c 29369 /usr/lib/x86_64-linux-gnu/libmd.so.0.0.5
7e872cefc000-7e872cefd000 rw-p 0000b000 00:1c 29369 /usr/lib/x86_64-linux-gnu/libmd.so.0.0.5
7e872cefd000-7e872d200000 rw-p 00000000 00:00 0
7e872d200000-7e872d20a000 r-xp 00000000 00:1c 74021 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libinstrument.so
7e872d20a000-7e872d409000 ---p 0000a000 00:1c 74021 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libinstrument.so
7e872d409000-7e872d40a000 r--p 00009000 00:1c 74021 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libinstrument.so
7e872d40a000-7e872d40b000 rw-p 0000a000 00:1c 74021 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libinstrument.so
7e872d40c000-7e872d40e000 r--p 00000000 00:1c 28323 /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7e872d40e000-7e872d411000 r-xp 00002000 00:1c 28323 /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7e872d411000-7e872d412000 r--p 00005000 00:1c 28323 /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7e872d412000-7e872d413000 r--p 00006000 00:1c 28323 /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7e872d413000-7e872d414000 rw-p 00007000 00:1c 28323 /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7e872d414000-7e872d418000 r--p 00000000 00:1c 28615 /usr/lib/x86_64-linux-gnu/libbsd.so.0.11.5
7e872d418000-7e872d425000 r-xp 00004000 00:1c 28615 /usr/lib/x86_64-linux-gnu/libbsd.so.0.11.5
7e872d425000-7e872d428000 r--p 00011000 00:1c 28615 /usr/lib/x86_64-linux-gnu/libbsd.so.0.11.5
7e872d428000-7e872d429000 ---p 00014000 00:1c 28615 /usr/lib/x86_64-linux-gnu/libbsd.so.0.11.5
7e872d429000-7e872d42a000 r--p 00014000 00:1c 28615 /usr/lib/x86_64-linux-gnu/libbsd.so.0.11.5
7e872d42a000-7e872d42b000 rw-p 00015000 00:1c 28615 /usr/lib/x86_64-linux-gnu/libbsd.so.0.11.5
7e872d42b000-7e872d42c000 rw-p 00000000 00:00 0
7e872d42c000-7e872d437000 r--p 00000000 00:1c 30079 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7e872d437000-7e872d44b000 r-xp 0000b000 00:1c 30079 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7e872d44b000-7e872d454000 r--p 0001f000 00:1c 30079 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7e872d454000-7e872d455000 r--p 00027000 00:1c 30079 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7e872d455000-7e872d456000 rw-p 00028000 00:1c 30079 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7e872d456000-7e872d459000 r--p 00000000 00:1c 28329 /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7e872d459000-7e872d465000 r-xp 00003000 00:1c 28329 /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7e872d465000-7e872d468000 r--p 0000f000 00:1c 28329 /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7e872d468000-7e872d469000 r--p 00011000 00:1c 28329 /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7e872d469000-7e872d46a000 rw-p 00012000 00:1c 28329 /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7e872d46a000-7e872d4fd000 r--s 00dc3000 00:1c 67395 /home/aliden1z/.minecraft/sklauncher-fx.jar
7e872d4fd000-7e872d4fe000 ---p 00000000 00:00 0
7e872d4fe000-7e872d5fe000 rw-p 00000000 00:00 0
7e872d5fe000-7e872d5ff000 ---p 00000000 00:00 0
7e872d5ff000-7e872d6ff000 rw-p 00000000 00:00 0
7e872d6ff000-7e872d700000 ---p 00000000 00:00 0
7e872d700000-7e872d800000 rw-p 00000000 00:00 0
7e872d800000-7e872d82c000 r-xp 00000000 00:1c 73529 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libjava.so
7e872d82c000-7e872da2b000 ---p 0002c000 00:1c 73529 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libjava.so
7e872da2b000-7e872da2c000 r--p 0002b000 00:1c 73529 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libjava.so
7e872da2c000-7e872da2e000 rw-p 0002c000 00:1c 73529 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libjava.so
7e872da2f000-7e872da30000 rw-s 00000000 00:05 980 /dev/nvidiactl
7e872da30000-7e872da32000 r--p 00000000 00:1c 28319 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7e872da32000-7e872da34000 r-xp 00002000 00:1c 28319 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7e872da34000-7e872da36000 r--p 00004000 00:1c 28319 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7e872da36000-7e872da37000 r--p 00005000 00:1c 28319 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7e872da37000-7e872da38000 rw-p 00006000 00:1c 28319 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7e872da38000-7e872da39000 r--p 00000000 00:1c 28308 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7e872da39000-7e872da3b000 r-xp 00001000 00:1c 28308 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7e872da3b000-7e872da3c000 r--p 00003000 00:1c 28308 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7e872da3c000-7e872da3d000 r--p 00003000 00:1c 28308 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7e872da3d000-7e872da3e000 rw-p 00004000 00:1c 28308 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7e872da3e000-7e872da40000 r--p 00000000 00:1c 28347 /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7e872da40000-7e872da43000 r-xp 00002000 00:1c 28347 /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7e872da43000-7e872da44000 r--p 00005000 00:1c 28347 /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7e872da44000-7e872da45000 r--p 00005000 00:1c 28347 /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7e872da45000-7e872da46000 rw-p 00006000 00:1c 28347 /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7e872da46000-7e872da48000 r--p 00000000 00:1c 28341 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7e872da48000-7e872da4f000 r-xp 00002000 00:1c 28341 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7e872da4f000-7e872da51000 r--p 00009000 00:1c 28341 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7e872da51000-7e872da52000 r--p 0000a000 00:1c 28341 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7e872da52000-7e872da53000 rw-p 0000b000 00:1c 28341 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7e872da53000-7e872da57000 r--p 00000000 00:1c 28321 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7e872da57000-7e872da62000 r-xp 00004000 00:1c 28321 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7e872da62000-7e872da66000 r--p 0000f000 00:1c 28321 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7e872da66000-7e872da67000 r--p 00012000 00:1c 28321 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7e872da67000-7e872da68000 rw-p 00013000 00:1c 28321 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7e872da68000-7e872da69000 rw-s 00000000 00:05 981 /dev/nvidia0
7e872da69000-7e872da6b000 rw-s 00000000 00:05 980 /dev/nvidiactl
7e872da6b000-7e872da6c000 rw-s 00000000 00:05 980 /dev/nvidiactl
7e872da6c000-7e872da6e000 r--p 00000000 00:1c 28315 /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7e872da6e000-7e872da74000 r-xp 00002000 00:1c 28315 /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7e872da74000-7e872da76000 r--p 00008000 00:1c 28315 /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7e872da76000-7e872da77000 r--p 00009000 00:1c 28315 /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7e872da77000-7e872da78000 rw-p 0000a000 00:1c 28315 /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7e872da78000-7e872da7f000 r--s 00000000 00:1c 31199 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7e872da7f000-7e872da92000 r--s 00345000 00:1c 73758 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/resources.jar
7e872da92000-7e872dafd000 r--s 007a7000 00:1c 73482 /home/aliden1z/.minecraft/versions/1.8.9/1.8.9.jar
7e872dafd000-7e872dafe000 ---p 00000000 00:00 0
7e872dafe000-7e872dbfe000 rw-p 00000000 00:00 0
7e872dbfe000-7e872dbff000 ---p 00000000 00:00 0
7e872dbff000-7e872dcff000 rw-p 00000000 00:00 0
7e872dcff000-7e872dd00000 ---p 00000000 00:00 0
7e872dd00000-7e872de00000 rw-p 00000000 00:00 0
7e872de00000-7e872de0d000 r-xp 00000000 00:1c 74094 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libverify.so
7e872de0d000-7e872e00c000 ---p 0000d000 00:1c 74094 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libverify.so
7e872e00c000-7e872e00e000 r--p 0000c000 00:1c 74094 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libverify.so
7e872e00e000-7e872e00f000 rw-p 0000e000 00:1c 74094 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/libverify.so
7e872e00f000-7e872e010000 r--s 00000000 00:05 980 /dev/nvidiactl
7e872e010000-7e872e015000 r--s 002f9000 00:1c 73737 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/charsets.jar
7e872e015000-7e872e01f000 r--s 00116000 00:1c 73590 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/ext/localedata.jar
7e872e01f000-7e872e022000 r--s 0001a000 00:1c 74055 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/jce.jar
7e872e022000-7e872e026000 r--s 000a1000 00:1c 74038 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/jsse.jar
7e872e026000-7e872e028000 r--s 0000c000 00:1c 73447 /home/aliden1z/.minecraft/libraries/tv/twitch/twitch/6.5/twitch-6.5.jar
7e872e028000-7e872e02c000 r--s 00027000 00:1c 73429 /home/aliden1z/.minecraft/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar
7e872e02c000-7e872e03a000 r--s 000f2000 00:1c 73436 /home/aliden1z/.minecraft/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar
7e872e03a000-7e872e048000 r--s 00099000 00:1c 73419 /home/aliden1z/.minecraft/libraries/org/apache/logging/log4j/log4j-core/2.0-beta9/log4j-core-2.0-beta9.jar
7e872e048000-7e872e04e000 r--s 0003f000 00:1c 73437 /home/aliden1z/.minecraft/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
7e872e04e000-7e872e059000 r--s 00085000 00:1c 73465 /home/aliden1z/.minecraft/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar
7e872e059000-7e872e060000 r--s 00053000 00:1c 73432 /home/aliden1z/.minecraft/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
7e872e060000-7e872e066000 r--s 0011f000 00:1c 73441 /home/aliden1z/.minecraft/libraries/com/mojang/realms/1.7.59/realms-1.7.59.jar
7e872e066000-7e872e091000 r--s 001f9000 00:1c 73418 /home/aliden1z/.minecraft/libraries/com/google/guava/guava/17.0/guava-17.0.jar
7e872e091000-7e872e0ae000 r--s 00196000 00:1c 73442 /home/aliden1z/.minecraft/libraries/io/netty/netty-all/4.0.23.Final/netty-all-4.0.23.Final.jar
7e872e0ae000-7e872e0fd000 rw-p 00000000 00:00 0
7e872e0fd000-7e872e0fe000 ---p 00000000 00:00 0
7e872e0fe000-7e872e1fe000 rw-p 00000000 00:00 0
7e872e1fe000-7e872e1ff000 ---p 00000000 00:00 0
7e872e1ff000-7e872e2ff000 rw-p 00000000 00:00 0
7e872e2ff000-7e872e300000 ---p 00000000 00:00 0
7e872e300000-7e872e400000 rw-p 00000000 00:00 0
7e872e400000-7e872f0e8000 r-xp 00000000 00:1c 74451 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/server/libjvm.so
7e872f0e8000-7e872f2e7000 ---p 00ce8000 00:1c 74451 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/server/libjvm.so
7e872f2e7000-7e872f37d000 r--p 00ce7000 00:1c 74451 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/server/libjvm.so
7e872f37d000-7e872f3ae000 rw-p 00d7d000 00:1c 74451 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/server/libjvm.so
7e872f3ae000-7e872f3e9000 rw-p 00000000 00:00 0
7e872f3e9000-7e872f3ec000 r--s 00018000 00:1c 73417 /home/aliden1z/.minecraft/libraries/org/apache/logging/log4j/log4j-api/2.0-beta9/log4j-api-2.0-beta9.jar
7e872f3ec000-7e872f3ee000 r--s 0000e000 00:1c 73452 /home/aliden1z/.minecraft/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
7e872f3ee000-7e872f3f3000 r--s 0002a000 00:1c 73453 /home/aliden1z/.minecraft/libraries/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar
7e872f3f3000-7e872f3f7000 r--s 0002f000 00:1c 73466 /home/aliden1z/.minecraft/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar
7e872f3f7000-7e872f3fe000 r--s 0003a000 00:1c 73422 /home/aliden1z/.minecraft/libraries/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
7e872f3fe000-7e872f3ff000 ---p 00000000 00:00 0
7e872f3ff000-7e872f4ff000 rw-p 00000000 00:00 0
7e872f4ff000-7e872f500000 ---p 00000000 00:00 0
7e872f500000-7e872f600000 rw-p 00000000 00:00 0
7e872f600000-7e872f628000 r--p 00000000 00:1c 28621 /usr/lib/x86_64-linux-gnu/libc.so.6
7e872f628000-7e872f7bd000 r-xp 00028000 00:1c 28621 /usr/lib/x86_64-linux-gnu/libc.so.6
7e872f7bd000-7e872f815000 r--p 001bd000 00:1c 28621 /usr/lib/x86_64-linux-gnu/libc.so.6
7e872f815000-7e872f816000 ---p 00215000 00:1c 28621 /usr/lib/x86_64-linux-gnu/libc.so.6
7e872f816000-7e872f81a000 r--p 00215000 00:1c 28621 /usr/lib/x86_64-linux-gnu/libc.so.6
7e872f81a000-7e872f81c000 rw-p 00219000 00:1c 28621 /usr/lib/x86_64-linux-gnu/libc.so.6
7e872f81c000-7e872f829000 rw-p 00000000 00:00 0
7e872f829000-7e872f82a000 r-xp 00000000 00:00 0
7e872f82a000-7e872f82e000 r--s 0002a000 00:1c 73478 /home/aliden1z/.minecraft/libraries/commons-io/commons-io/2.4/commons-io-2.4.jar
7e872f82e000-7e872f8ff000 rw-p 00000000 00:00 0
7e872f8ff000-7e872f900000 ---p 00000000 00:00 0
7e872f900000-7e872fa00000 rw-p 00000000 00:00 0
7e872fa00000-7e872fa17000 r-xp 00000000 00:1c 73571 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/jli/libjli.so
7e872fa17000-7e872fc16000 ---p 00017000 00:1c 73571 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/jli/libjli.so
7e872fc16000-7e872fc17000 r--p 00016000 00:1c 73571 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/jli/libjli.so
7e872fc17000-7e872fc18000 rw-p 00017000 00:1c 73571 /home/aliden1z/.minecraft/runtime/jre-legacy/lib/amd64/jli/libjli.so
7e872fc18000-7e872fc1a000 r--s 0000e000 00:1c 73458 /home/aliden1z/.minecraft/libraries/com/mojang/authlib/1.5.21/authlib-1.5.21.jar
7e872fc1a000-7e872fc1b000 r--s 00001000 00:1c 73430 /home/aliden1z/.minecraft/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar
7e872fc1b000-7e872fc22000 r--s 0005e000 00:1c 73449 /home/aliden1z/.minecraft/libraries/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar
7e872fc22000-7e872fc23000 r--s 0000f000 00:1c 73443 /home/aliden1z/.minecraft/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar
7e872fc23000-7e872fc24000 r--s 00004000 00:1c 73456 /home/aliden1z/.minecraft/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar
7e872fc24000-7e872fc3a000 r--s 0017a000 00:1c 73504 /home/aliden1z/.minecraft/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar
7e872fc3a000-7e872fc45000 r--s 000d5000 00:1c 73428 /home/aliden1z/.minecraft/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
7e872fc45000-7e872fc46000 ---p 00000000 00:00 0
7e872fc46000-7e872fd46000 rw-p 00000000 00:00 0
7e872fd46000-7e872fd47000 r--p 00000000 00:1c 29710 /usr/lib/x86_64-linux-gnu/librt.so.1
7e872fd47000-7e872fd48000 r-xp 00001000 00:1c 29710 /usr/lib/x86_64-linux-gnu/librt.so.1
7e872fd48000-7e872fd49000 r--p 00002000 00:1c 29710 /usr/lib/x86_64-linux-gnu/librt.so.1
7e872fd49000-7e872fd4a000 r--p 00002000 00:1c 29710 /usr/lib/x86_64-linux-gnu/librt.so.1
7e872fd4a000-7e872fd4b000 rw-p 00003000 00:1c 29710 /usr/lib/x86_64-linux-gnu/librt.so.1
7e872fd4b000-7e872fd4c000 ---p 00000000 00:00 0
7e872fd4c000-7e872fd4f000 ---p 00000000 00:00 0
7e872fd4f000-7e872fe4c000 rw-p 00000000 00:00 0
7e872fe4c000-7e872fe5a000 r--p 00000000 00:1c 29354 /usr/lib/x86_64-linux-gnu/libm.so.6
7e872fe5a000-7e872fed6000 r-xp 0000e000 00:1c 29354 /usr/lib/x86_64-linux-gnu/libm.so.6
7e872fed6000-7e872ff31000 r--p 0008a000 00:1c 29354 /usr/lib/x86_64-linux-gnu/libm.so.6
7e872ff31000-7e872ff32000 r--p 000e4000 00:1c 29354 /usr/lib/x86_64-linux-gnu/libm.so.6
7e872ff32000-7e872ff33000 rw-p 000e5000 00:1c 29354 /usr/lib/x86_64-linux-gnu/libm.so.6
7e872ff33000-7e872ff35000 rw-p 00000000 00:00 0
7e872ff35000-7e872ff36000 r--p 00000000 00:1c 28782 /usr/lib/x86_64-linux-gnu/libdl.so.2
7e872ff36000-7e872ff37000 r-xp 00001000 00:1c 28782 /usr/lib/x86_64-linux-gnu/libdl.so.2
7e872ff37000-7e872ff38000 r--p 00002000 00:1c 28782 /usr/lib/x86_64-linux-gnu/libdl.so.2
7e872ff38000-7e872ff39000 r--p 00002000 00:1c 28782 /usr/lib/x86_64-linux-gnu/libdl.so.2
7e872ff39000-7e872ff3a000 rw-p 00003000 00:1c 28782 /usr/lib/x86_64-linux-gnu/libdl.so.2
7e872ff3a000-7e872ff3b000 r--p 00000000 00:1c 29650 /usr/lib/x86_64-linux-gnu/libpthread.so.0
7e872ff3b000-7e872ff3c000 r-xp 00001000 00:1c 29650 /usr/lib/x86_64-linux-gnu/libpthread.so.0
7e872ff3c000-7e872ff3d000 r--p 00002000 00:1c 29650 /usr/lib/x86_64-linux-gnu/libpthread.so.0
7e872ff3d000-7e872ff3e000 r--p 00002000 00:1c 29650 /usr/lib/x86_64-linux-gnu/libpthread.so.0
7e872ff3e000-7e872ff3f000 rw-p 00003000 00:1c 29650 /usr/lib/x86_64-linux-gnu/libpthread.so.0
7e872ff3f000-7e872ff41000 r--s 00004000 00:1c 73476 /home/aliden1z/.minecraft/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar
7e872ff41000-7e872ff42000 r--s 00001000 00:1c 73421 /home/aliden1z/.minecraft/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar
7e872ff42000-7e872ff44000 r--s 00018000 00:1c 73467 /home/aliden1z/.minecraft/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar
7e872ff44000-7e872ff46000 r--s 0000e000 00:1c 73420 /home/aliden1z/.minecraft/libraries/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.jar
7e872ff46000-7e872ff4a000 r--s 000f3000 00:1c 73438 /home/aliden1z/.minecraft/libraries/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar
7e872ff4a000-7e872ff4c000 r--s 00006000 00:1c 73450 /home/aliden1z/.minecraft/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar
7e872ff4c000-7e872ff4d000 r--s 00003000 00:1c 73471 /home/aliden1z/.minecraft/libraries/com/mojang/netty/1.8.8/netty-1.8.8.jar
7e872ff4d000-7e872ff55000 rw-s 00000000 00:1c 859222 /tmp/hsperfdata_aliden1z/5935
7e872ff55000-7e872ff58000 rw-p 00000000 00:00 0
7e872ff58000-7e872ff5a000 r--p 00000000 00:1c 28249 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7e872ff5a000-7e872ff84000 r-xp 00002000 00:1c 28249 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7e872ff84000-7e872ff8f000 r--p 0002c000 00:1c 28249 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7e872ff8f000-7e872ff90000 r--p 00000000 00:00 0
7e872ff90000-7e872ff92000 r--p 00037000 00:1c 28249 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7e872ff92000-7e872ff94000 rw-p 00039000 00:1c 28249 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ffcb5c7d000-7ffcb5c9f000 rw-p 00000000 00:00 0 [stack]
7ffcb5dbe000-7ffcb5dc2000 r--p 00000000 00:00 0 [vvar]
7ffcb5dc2000-7ffcb5dc4000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall]

VM Arguments:
jvm_args: -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -Djava.net.preferIPv4Stack=true -Xmx4096m -javaagent:/home/aliden1z/.minecraft/sklauncher-fx.jar -DMcEmu=net.minecraft.client.main.Main -Dlog4j2.formatMsgNoLookups=true -Djava.rmi.server.useCodebaseOnly=true -Dcom.sun.jndi.rmi.object.trustURLCodebase=false -Dcom.sun.jndi.cosnaming.object.trustURLCodebase=false -Dlog4j.configurationFile=/home/aliden1z/.minecraft/assets/log_configs/log4j2-1.7.xml -Dsklauncher.discordrpc=true -Dsklauncher.gametype=vanilla -Dsklauncher.minecraft=1.8.9 -Djava.library.path=/home/aliden1z/.minecraft/versions/1.8.9/1.8.9-natives-1134827454248 -Dminecraft.launcher.brand=java-minecraft-launcher -Dminecraft.launcher.version=1.6.93 -Dminecraft.client.jar=/home/aliden1z/.minecraft/versions/1.8.9/1.8.9.jar
java_command: net.minecraft.client.main.Main --username AliDen1z --version 1.8.9 --gameDir /home/aliden1z/.minecraft --assetsDir /home/aliden1z/.minecraft/assets --assetIndex 1.8 --uuid 9705d93a0b0b3d2cb6278d5730d515b8 --accessToken ???????? --userProperties {} --userType msa --width 854 --height 480
java_class_path (initial): /home/aliden1z/.minecraft/libraries/com/mojang/netty/1.8.8/netty-1.8.8.jar:/home/aliden1z/.minecraft/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar:/home/aliden1z/.minecraft/libraries/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar:/home/aliden1z/.minecraft/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar:/home/aliden1z/.minecraft/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar:/home/aliden1z/.minecraft/libraries/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.jar:/home/aliden1z/.minecraft/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar:/home/aliden1z/.minecraft/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar:/home/aliden1z/.minecraft/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar:/home/aliden1z/.minecraft/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar:/home/aliden1z/.minecraft/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar:/home/aliden1z/.minecraft/libraries/io/netty/netty-all/4.0.23.Final/netty-all-4.0.23.Final.jar:/home/aliden1z/.minecraft/libraries/com/google/guava/guava/17.0/guava-17.0.jar:/home/aliden1z/.minecraft/libraries/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar:/home/aliden1z/.minecraft/libraries/commons-io/commons-io/2.4/commons-io-2.4.jar:/home/aliden1z/.minecraft/libraries/commons-codec/commons-codec/1.9/commons-codec-1.9.jar:/home/aliden1z/.minecraft/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar:/home/aliden1z/.minecraft/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar:/home/aliden1z/.minecraft/libraries/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar:/home/aliden1z/.minecraft/libraries/com/mojang/authlib/1.5.21/authlib-1.5.21.jar:/home/aliden1z/.minecraft/libraries/com/mojang/realms/1.7.59/realms-1.7.59.jar:/home/aliden1z/.minecraft/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar:/home/al
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin
USERNAME=aliden1z
SHELL=/bin/bash
DISPLAY=:0

Signal Handlers:
SIGSEGV: [libjvm.so+0xad3ce0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.so+0xad3ce0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.so+0x90b820], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: [libjvm.so+0x90b820], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGXFSZ: [libjvm.so+0x90b820], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.so+0x90b820], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGUSR2: [libjvm.so+0x90b6f0], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: [libjvm.so+0x90bd10], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGINT: [libjvm.so+0x90bd10], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGTERM: [libjvm.so+0x90bd10], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGQUIT: [libjvm.so+0x90bd10], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO


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

OSISTRIB_ID=Zorin
DISTRIB_RELEASE=17
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Zorin OS 17.2"

uname:Linux 6.8.0-48-generic #48~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 7 11:24:13 UTC 2 x86_64
libc:glibc 2.35 NPTL 2.35
rlimit: STACK 8192k, CORE 0k, NPROC 126822, NOFILE 1048576, AS infinity
load average:1,68 1,44 1,06

/proc/meminfo:
MemTotal: 32596584 kB
MemFree: 21468864 kB
MemAvailable: 27609660 kB
Buffers: 5564 kB
Cached: 6325992 kB
SwapCached: 0 kB
Active: 5847384 kB
Inactive: 2971932 kB
Active(anon): 3173432 kB
Inactive(anon): 0 kB
Active(file): 2673952 kB
Inactive(file): 2971932 kB
Unevictable: 579224 kB
Mlocked: 48 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 3692 kB
Writeback: 0 kB
AnonPages: 3067260 kB
Mapped: 1151120 kB
Shmem: 685672 kB
KReclaimable: 966524 kB
Slab: 1293872 kB
SReclaimable: 966524 kB
SUnreclaim: 327348 kB
KernelStack: 21568 kB
PageTables: 44132 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 16298292 kB
Committed_AS: 10156788 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 133436 kB
VmallocChunk: 0 kB
Percpu: 15424 kB
HardwareCorrupted: 0 kB
AnonHugePages: 0 kB
ShmemHugePages: 534528 kB
ShmemPmdMapped: 0 kB
FileHugePages: 0 kB
FilePmdMapped: 0 kB
Unaccepted: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
Hugetlb: 0 kB
DirectMap4k: 946720 kB
DirectMap2M: 12417024 kB
DirectMap1G: 19922944 kB


CPU:total 16 (initial active 16) (16 cores per cpu, 1 threads per core) family 6 model 154 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, tsc, tscinvbit, bmi1, bmi2, adx

/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-12650H
stepping : 3
microcode : 0x434
cpu MHz : 4247.204
cache size : 24576 KB
physical id : 0
siblings : 16
core id : 0
cpu cores : 10
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect user_shstk avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb rfds bhi
bogomips : 5376.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:

processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-12650H
stepping : 3
microcode : 0x434
cpu MHz : 4384.124
cache size : 24576 KB
physical id : 0
siblings : 16
core id : 0
cpu cores : 10
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect user_shstk avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb rfds bhi
bogomips : 5376.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:

processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-12650H
stepping : 3
microcode : 0x434
cpu MHz : 1556.302
cache size : 24576 KB
physical id : 0
siblings : 16
core id : 4
cpu cores : 10
apicid : 8
initial apicid : 8
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect user_shstk avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb rfds bhi
bogomips : 5376.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:

processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-12650H
stepping : 3
microcode : 0x434
cpu MHz : 400.000
cache size : 24576 KB
physical id : 0
siblings : 16
core id : 4
cpu cores : 10
apicid : 9
initial apicid : 9
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect user_shstk avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb rfds bhi
bogomips : 5376.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:

processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-12650H
stepping : 3
microcode : 0x434
cpu MHz : 1046.870
cache size : 24576 KB
physical id : 0
siblings : 16
core id : 8
cpu cores : 10
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect user_shstk avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb rfds bhi
bogomips : 5376.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:

processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-12650H
stepping : 3
microcode : 0x434
cpu MHz : 3483.981
cache size : 24576 KB
physical id : 0
siblings : 16
core id : 8
cpu cores : 10
apicid : 17
initial apicid : 17
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect user_shstk avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb rfds bhi
bogomips : 5376.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:

processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-12650H
stepping : 3
microcode : 0x434
cpu MHz : 4384.126
cache size : 24576 KB
physical id : 0
siblings : 16
core id : 12
cpu cores : 10
apicid : 24
initial apicid : 24
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect user_shstk avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb rfds bhi
bogomips : 5376.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:

processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-12650H
stepping : 3
microcode : 0x434
cpu MHz : 400.000
cache size : 24576 KB
physical id : 0
siblings : 16
core id : 12
cpu cores : 10
apicid : 25
initial apicid : 25
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect user_shstk avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb rfds bhi
bogomips : 5376.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:

processor : 8
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-12650H
stepping : 3
microcode : 0x434
cpu MHz : 4259.457
cache size : 24576 KB
physical id : 0
siblings : 16
core id : 16
cpu cores : 10
apicid : 32
initial apicid : 32
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect user_shstk avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb rfds bhi
bogomips : 5376.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:

processor : 9
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-12650H
stepping : 3
microcode : 0x434
cpu MHz : 2010.417
cache size : 24576 KB
physical id : 0
siblings : 16
core id : 16
cpu cores : 10
apicid : 33
initial apicid : 33
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect user_shstk avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb rfds bhi
bogomips : 5376.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:

processor : 10
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-12650H
stepping : 3
microcode : 0x434
cpu MHz : 4384.042
cache size : 24576 KB
physical id : 0
siblings : 16
core id : 20
cpu cores : 10
apicid : 40
initial apicid : 40
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect user_shstk avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb rfds bhi
bogomips : 5376.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:

processor : 11
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-12650H
stepping : 3
microcode : 0x434
cpu MHz : 4400.000
cache size : 24576 KB
physical id : 0
siblings : 16
core id : 20
cpu cores : 10
apicid : 41
initial apicid : 41
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect user_shstk avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb rfds bhi
bogomips : 5376.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:

processor : 12
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-12650H
stepping : 3
microcode : 0x434
cpu MHz : 975.043
cache size : 24576 KB
physical id : 0
siblings : 16
core id : 28
cpu cores : 10
apicid : 56
initial apicid : 56
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect user_shstk avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb rfds bhi
bogomips : 5376.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:

processor : 13
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-12650H
stepping : 3
microcode : 0x434
cpu MHz : 918.285
cache size : 24576 KB
physical id : 0
siblings : 16
core id : 29
cpu cores : 10
apicid : 58
initial apicid : 58
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect user_shstk avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb rfds bhi
bogomips : 5376.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:

processor : 14
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-12650H
stepping : 3
microcode : 0x434
cpu MHz : 3500.744
cache size : 24576 KB
physical id : 0
siblings : 16
core id : 30
cpu cores : 10
apicid : 60
initial apicid : 60
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect user_shstk avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb rfds bhi
bogomips : 5376.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:

processor : 15
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-12650H
stepping : 3
microcode : 0x434
cpu MHz : 400.000
cache size : 24576 KB
physical id : 0
siblings : 16
core id : 31
cpu cores : 10
apicid : 62
initial apicid : 62
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect user_shstk avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb rfds bhi
bogomips : 5376.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:



Memory: 4k page, physical 32596584k(21468864k free), swap 0k(0k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.202-b08) for linux-amd64 JRE (1.8.0_202-b08), built on Dec 15 2018 12:40:22 by "java_re" with gcc 7.3.0

time: Wed Nov 13 20:31:24 2024
timezone: +03
elapsed time: 6 seconds (0d 0h 0m 6s)
 
Hmm, ekran kartı sürücüsünün konfigürasyonu yanlış olabilir, /home/kullanıcıismi/.minecraft/logs/ tarafında görünmesi gerekiyor logların.
 
Hmm, ekran kartı sürücüsünün konfigürasyonu yanlış olabilir, /home/kullanıcıismi/.minecraft/logs/ tarafında görünmesi gerekiyor logların.
Şunu ve diğer mesajıma eklediklerimi buldum:

20:31:20] [Client thread/INFO]: Setting user: AliDen1z
[20:31:20] [Client thread/INFO]: LWJGL Version: 2.9.4
[20:31:22] [Client thread/INFO]: Reloading ResourceManager: Default
[20:31:23] [Client thread/ERROR]: Couldn't initialize twitch stream
[20:31:23] [Sound Library Loader/INFO]: Starting up SoundSystem...
[20:31:23] [Thread-8/INFO]: Initializing LWJGL OpenAL
[20:31:23] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see LWJGL - Lightweight Java Game Library)
[20:31:23] [Thread-8/INFO]: OpenAL initialized.
[20:31:23] [Sound Library Loader/INFO]: Sound engine started
[20:31:23] [Client thread/INFO]: Created: 512x512 textures-atlas
 
Doğru görünmüyor buradaki değerler, hangi sürüm Minecraft'ı çalıştırmaya çalışıyorsunuz ve ayrıca teyit etmek için soruyorum Wayland üzerinde misiniz?
 
Bu siteyi kullanmak için çerezler gereklidir. Siteyi kullanmaya devam etmek için çerezleri kabul etmelisiniz. Daha Fazlasını Öğren.…