Skip to content

Instantly share code, notes, and snippets.

@kevinoid
Last active May 20, 2019 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinoid/cb1c4ed6c8f073d41b1c4e1039e04e99 to your computer and use it in GitHub Desktop.
Save kevinoid/cb1c4ed6c8f073d41b1c4e1039e04e99 to your computer and use it in GitHub Desktop.
firejail --noprofile strace glxgears (with ASLR disabled and trace trimmed)
set_robust_list(0x7ffff6660fe0, 24) = 0
execve("/usr/bin/nvidia-modprobe", ["/usr/bin/nvidia-modprobe", "-c=255"], 0x7fffffffcc80 /* 0 vars */) = 0
brk(NULL) = 0x55555575d000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.preload", R_OK) = 0
openat(AT_FDCWD, "/etc/ld.so.preload", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
close(3) = 0
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=188467, ...}) = 0
mmap(NULL, 188467, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ffff7fa1000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000,\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1808440, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffff7f9f000
mmap(NULL, 1821408, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff7de2000
mmap(0x7ffff7e04000, 1335296, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22000) = 0x7ffff7e04000
mmap(0x7ffff7f4a000, 307200, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x168000) = 0x7ffff7f4a000
mmap(0x7ffff7f95000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b2000) = 0x7ffff7f95000
mmap(0x7ffff7f9b000, 15072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffff7f9b000
close(3) = 0
arch_prctl(ARCH_SET_FS, 0x7ffff7fa0540) = 0
mprotect(0x7ffff7f95000, 16384, PROT_READ) = 0
mprotect(0x55555575b000, 4096, PROT_READ) = 0
mprotect(0x7ffff7ffc000, 4096, PROT_READ) = 0
munmap(0x7ffff7fa1000, 188467) = 0
brk(NULL) = 0x55555575d000
brk(0x55555577e000) = 0x55555577e000
openat(AT_FDCWD, "/proc/modules", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(3, "nvidia_modeset 1110016 2 - Live "..., 1024) = 1024
close(3) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(3, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(3) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
chmod("/dev/nvidiactl", 0666) = -1 EPERM (Operation not permitted)
exit_group(1) = ?
+++ exited with 1 +++
execve("/usr/bin/glxgears", ["glxgears"], 0x7fffffffe018 /* 56 vars */) = 0
brk(NULL) = 0x55555575a000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.preload", R_OK) = 0
openat(AT_FDCWD, "/etc/ld.so.preload", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
close(3) = 0
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=188467, ...}) = 0
mmap(NULL, 188467, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ffff7fa1000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLEW.so.2.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\234\4\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=587816, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffff7f9f000
mmap(NULL, 2704512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff7d0a000
mprotect(0x7ffff7d90000, 2097152, PROT_NONE) = 0
mmap(0x7ffff7f90000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x86000) = 0x7ffff7f90000
mmap(0x7ffff7f9a000, 17536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffff7f9a000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLU.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320F\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=453216, ...}) = 0
mmap(NULL, 2548400, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff7a9b000
mprotect(0x7ffff7b08000, 2097152, PROT_NONE) = 0
mmap(0x7ffff7d08000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6d000) = 0x7ffff7d08000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGL.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \22\4\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=575816, ...}) = 0
mmap(NULL, 583920, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff7a0c000
mmap(0x7ffff7a4d000, 122880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x41000) = 0x7ffff7a4d000
mmap(0x7ffff7a6b000, 81920, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5f000) = 0x7ffff7a6b000
mmap(0x7ffff7a7f000, 110592, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x72000) = 0x7ffff7a7f000
mmap(0x7ffff7a9a000, 2288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffff7a9a000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\302\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1649080, ...}) = 0
mmap(NULL, 1651016, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff7878000
mmap(0x7ffff7884000, 729088, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x7ffff7884000
mmap(0x7ffff7936000, 868352, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xbe000) = 0x7ffff7936000
mmap(0x7ffff7a0a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x191000) = 0x7ffff7a0a000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libX11.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\335\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1302024, ...}) = 0
mmap(NULL, 3399032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff753a000
mprotect(0x7ffff7672000, 2097152, PROT_NONE) = 0
mmap(0x7ffff7872000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x138000) = 0x7ffff7872000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXext.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0007\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=73424, ...}) = 0
mmap(NULL, 2169112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff7328000
mprotect(0x7ffff7339000, 2093056, PROT_NONE) = 0
mmap(0x7ffff7538000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x7ffff7538000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000,\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1808440, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffff7326000
mmap(NULL, 1821408, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff7169000
mmap(0x7ffff718b000, 1335296, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22000) = 0x7ffff718b000
mmap(0x7ffff72d1000, 307200, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x168000) = 0x7ffff72d1000
mmap(0x7ffff731c000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b2000) = 0x7ffff731c000
mmap(0x7ffff7322000, 15072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffff7322000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\304\10\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1570224, ...}) = 0
mmap(NULL, 1585152, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff6fe6000
mprotect(0x7ffff706f000, 962560, PROT_NONE) = 0
mmap(0x7ffff706f000, 704512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x89000) = 0x7ffff706f000
mmap(0x7ffff711b000, 253952, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x135000) = 0x7ffff711b000
mmap(0x7ffff715a000, 49152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x173000) = 0x7ffff715a000
mmap(0x7ffff7166000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffff7166000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3402\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=100712, ...}) = 0
mmap(NULL, 103472, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff6fcc000
mprotect(0x7ffff6fcf000, 86016, PROT_NONE) = 0
mmap(0x7ffff6fcf000, 69632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffff6fcf000
mmap(0x7ffff6fe0000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7ffff6fe0000
mmap(0x7ffff6fe4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7ffff6fe4000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLX.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`4\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=76336, ...}) = 0
mmap(NULL, 210528, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff6f98000
mprotect(0x7ffff6f9b000, 61440, PROT_NONE) = 0
mmap(0x7ffff6f9b000, 45056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffff6f9b000
mmap(0x7ffff6fa6000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7ffff6fa6000
mmap(0x7ffff6faa000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7ffff6faa000
mmap(0x7ffff6fac000, 128608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffff6fac000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLdispatch.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\362\3\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=621000, ...}) = 0
mmap(NULL, 754800, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff6edf000
mmap(0x7ffff6f1e000, 122880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3f000) = 0x7ffff6f1e000
mmap(0x7ffff6f3c000, 77824, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5d000) = 0x7ffff6f3c000
mmap(0x7ffff6f4f000, 167936, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6f000) = 0x7ffff6f4f000
mmap(0x7ffff6f78000, 128112, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffff6f78000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\21\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14592, ...}) = 0
mmap(NULL, 16656, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff6eda000
mmap(0x7ffff6edb000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffff6edb000
mmap(0x7ffff6edc000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffff6edc000
mmap(0x7ffff6edd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffff6edd000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300k\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=146312, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffff6ed8000
mmap(NULL, 132224, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff6eb7000
mmap(0x7ffff6ebd000, 61440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7ffff6ebd000
mmap(0x7ffff6ecc000, 24576, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7ffff6ecc000
mmap(0x7ffff6ed2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x7ffff6ed2000
mmap(0x7ffff6ed4000, 13440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffff6ed4000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libxcb.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\273\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=162728, ...}) = 0
mmap(NULL, 2258056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff6c8f000
mprotect(0x7ffff6cb6000, 2093056, PROT_NONE) = 0
mmap(0x7ffff6eb5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7ffff6eb5000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXau.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\16\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14528, ...}) = 0
mmap(NULL, 2109728, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff6a8b000
mprotect(0x7ffff6a8d000, 2097152, PROT_NONE) = 0
mmap(0x7ffff6c8d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffff6c8d000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXdmcp.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\23\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=22728, ...}) = 0
mmap(NULL, 2117872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff6885000
mprotect(0x7ffff688a000, 2093056, PROT_NONE) = 0
mmap(0x7ffff6a89000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7ffff6a89000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libbsd.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300>\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=88376, ...}) = 0
mmap(NULL, 2187632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff666e000
mprotect(0x7ffff6683000, 2093056, PROT_NONE) = 0
mmap(0x7ffff6882000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7ffff6882000
mmap(0x7ffff6884000, 368, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffff6884000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260#\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=35808, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffff666c000
mmap(NULL, 39904, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff6662000
mmap(0x7ffff6664000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffff6664000
mmap(0x7ffff6668000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7ffff6668000
mmap(0x7ffff666a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7ffff666a000
close(3) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffff6660000
arch_prctl(ARCH_SET_FS, 0x7ffff6660d00) = 0
mprotect(0x7ffff731c000, 16384, PROT_READ) = 0
mprotect(0x7ffff6ed2000, 4096, PROT_READ) = 0
mprotect(0x7ffff666a000, 4096, PROT_READ) = 0
mprotect(0x7ffff6882000, 4096, PROT_READ) = 0
mprotect(0x7ffff6a89000, 4096, PROT_READ) = 0
mprotect(0x7ffff6c8d000, 4096, PROT_READ) = 0
mprotect(0x7ffff6eb5000, 4096, PROT_READ) = 0
mprotect(0x7ffff6edd000, 4096, PROT_READ) = 0
mprotect(0x7ffff6f4f000, 163840, PROT_READ) = 0
mprotect(0x7ffff7872000, 4096, PROT_READ) = 0
mprotect(0x7ffff7538000, 4096, PROT_READ) = 0
mprotect(0x7ffff6faa000, 4096, PROT_READ) = 0
mprotect(0x7ffff6fe4000, 4096, PROT_READ) = 0
mprotect(0x7ffff7a0a000, 4096, PROT_READ) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffff665e000
mprotect(0x7ffff715a000, 40960, PROT_READ) = 0
mprotect(0x7ffff7a7f000, 106496, PROT_READ) = 0
mprotect(0x7ffff7d08000, 4096, PROT_READ) = 0
mprotect(0x7ffff7f90000, 36864, PROT_READ) = 0
mprotect(0x555555758000, 4096, PROT_READ) = 0
mprotect(0x7ffff7ffc000, 4096, PROT_READ) = 0
munmap(0x7ffff7fa1000, 188467) = 0
set_tid_address(0x7ffff6660fd0) = 4
set_robust_list(0x7ffff6660fe0, 24) = 0
rt_sigaction(SIGRTMIN, {sa_handler=0x7ffff6ebd630, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7ffff6ec98e0}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {sa_handler=0x7ffff6ebd6d0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7ffff6ec98e0}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
futex(0x7ffff6ede0c8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
brk(NULL) = 0x55555575a000
brk(0x55555577b000) = 0x55555577b000
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 3
connect(3, {sa_family=AF_UNIX, sun_path=@"/tmp/.X11-unix/X0"}, 20) = 0
getpeername(3, {sa_family=AF_UNIX, sun_path=@"/tmp/.X11-unix/X0"}, [124->20]) = 0
uname({sysname="Linux", nodename="kevinolos", ...}) = 0
access("/home/kevin/.Xauthority", R_OK) = 0
openat(AT_FDCWD, "/home/kevin/.Xauthority", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0600, st_size=378, ...}) = 0
read(4, "\1\0\0\tkevinolos\0\0011\0\22MIT-MAGIC-COOK"..., 4096) = 378
read(4, "", 4096) = 0
close(4) = 0
getsockname(3, {sa_family=AF_UNIX}, [124->2]) = 0
fcntl(3, F_GETFL) = 0x2 (flags O_RDWR)
fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
fcntl(3, F_SETFD, FD_CLOEXEC) = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="l\0\v\0\0\0\22\0\20\0\0\0", iov_len=12}, {iov_base="", iov_len=0}, {iov_base="MIT-MAGIC-COOKIE-1", iov_len=18}, {iov_base="\0\0", iov_len=2}, {iov_base="\25*\22W\204\277\241\333\256X\334c\370\356,\223", iov_len=16}, {iov_base="", iov_len=0}], 6) = 48
recvfrom(3, 0x55555576ef50, 8, 0, NULL, NULL) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvfrom(3, "\1\0\v\0\0\0\213\5", 8, 0, NULL, NULL) = 8
recvfrom(3, "\0\33\267\0\0\0\240\3\377\377\37\0\0\1\0\0\24\0\377\377\1\7\0\0 \10\377\0\0\0\0"..., 5676, 0, NULL, NULL) = 5676
brk(0x55555579c000) = 0x55555579c000
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="b\0\5\0\f\0\0\0BIG-REQUESTS", iov_len=20}], 1) = 20
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\1\0\0\0\0\0\1\205\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\205\0\1\0", iov_len=4}], 1) = 4
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\2\0\0\0\0\0\377\377?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="7\0\5\0\0\0\240\3\212\2\0\0\10\0\0\0\377\377\377\0\24\0\6\0\212\2\0\0\27\0\0\0"..., iov_len=44}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 44
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\10\4\0 \0\0\0\37\0\0\0\0\0\0\0\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 160
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="b\0\5\0\t\0\240\3", iov_len=8}, {iov_base="XKEYBOARD", iov_len=9}, {iov_base="\0\0\0", iov_len=3}], 3) = 20
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\5\0\0\0\0\0\1\207U\211\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\207\0\2\0\1\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\1\6\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
getpid() = 4
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="b\0\3\0\3\0\0\0", iov_len=8}, {iov_base="GLX", iov_len=3}, {iov_base="\0", iov_len=1}], 3) = 12
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\7\0\0\0\0\0\1\232h\252\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\232\23\3\0\0\0\0\0\3\0\0\0", iov_len=12}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 12
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\10\0\254\0\0\0\360\362\263J\257\2\0\0\360\362\263J&V\0\0000D\264J&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 720
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\232\23\3\0\0\0\0\0\366 \0\0", iov_len=12}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 12
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\t\0\2\0\0\0(\236\341I\7\0\0\0\220\256\7\365\374\177\0\0d\243\241I&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 40
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=188467, ...}) = 0
mmap(NULL, 188467, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7ffff7fa1000
close(4) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.0", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\365\4\0\0\0\0\0"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0644, st_size=1268112, ...}) = 0
mmap(NULL, 3395304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7ffff6321000
mprotect(0x7ffff6432000, 2097152, PROT_NONE) = 0
mmap(0x7ffff6632000, 151552, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x111000) = 0x7ffff6632000
mmap(0x7ffff6657000, 28392, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffff6657000
close(4) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libnvidia-tls.so.390.77", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\t\0\0\0\0\0\0"..., 832) = 832
lseek(4, 11152, SEEK_SET) = 11152
read(4, "\4\0\0\0\20\0\0\0\1\0\0\0GNU\0\0\0\0\0\2\0\0\0\3\0\0\0c\0\0\0", 32) = 32
fstat(4, {st_mode=S_IFREG|0644, st_size=14480, ...}) = 0
mmap(NULL, 2110752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7ffff611d000
mprotect(0x7ffff6120000, 2097152, PROT_NONE) = 0
mmap(0x7ffff6320000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x3000) = 0x7ffff6320000
close(4) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.390.77", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0Ps-\0\0\0\0\0"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0644, st_size=29285224, ...}) = 0
mmap(NULL, 31486208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7ffff4315000
mprotect(0x7ffff5b91000, 2093056, PROT_NONE) = 0
mmap(0x7ffff5d90000, 3616768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x187b000) = 0x7ffff5d90000
mmap(0x7ffff6103000, 102656, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffff6103000
close(4) = 0
munmap(0x7ffff7fa1000, 188467) = 0
openat(AT_FDCWD, "/proc/self/maps", O_RDONLY) = 4
lseek(4, 0, SEEK_SET) = 0
read(4, "555555554000-555555558000 r-xp 0"..., 4096) = 4087
read(4, "7ffff6eb7000-7ffff6ebd000 r--p 0"..., 4096) = 4087
read(4, "7ffff718b000-7ffff72d1000 r-xp 0"..., 4096) = 4085
read(4, "7ffff7ffc000-7ffff7ffd000 r--p 0"..., 4096) = 342
read(4, "", 4096) = 0
close(4) = 0
brk(0x5555557d6000) = 0x5555557d6000
brk(0x5555557bd000) = 0x5555557bd000
mmap(NULL, 245760, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffff42d9000
brk(0x5555557a3000) = 0x5555557a3000
mremap(0x7ffff42d9000, 245760, 249856, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 249856, 253952, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 253952, 258048, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 258048, 262144, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 262144, 266240, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 266240, 270336, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 270336, 274432, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 274432, 278528, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 278528, 282624, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 282624, 286720, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 286720, 290816, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 290816, 294912, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 294912, 299008, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 299008, 303104, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 303104, 307200, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 307200, 311296, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 311296, 315392, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 315392, 319488, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 319488, 323584, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 323584, 327680, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 327680, 331776, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 331776, 335872, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 335872, 339968, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 339968, 344064, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 344064, 348160, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 348160, 356352, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 356352, 360448, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 360448, 364544, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 364544, 368640, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 368640, 372736, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 372736, 376832, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 376832, 380928, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 380928, 385024, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 385024, 389120, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 389120, 393216, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 393216, 397312, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 397312, 401408, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 401408, 405504, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 405504, 409600, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 409600, 413696, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 413696, 417792, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 417792, 421888, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 421888, 425984, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 425984, 430080, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 430080, 434176, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 434176, 438272, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 438272, 442368, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 442368, 446464, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 446464, 450560, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 450560, 454656, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 454656, 458752, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 458752, 462848, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 462848, 466944, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 466944, 471040, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 471040, 475136, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 475136, 479232, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 479232, 483328, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 483328, 487424, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 487424, 491520, MREMAP_MAYMOVE) = 0x7ffff429c000
brk(0x55555579e000) = 0x55555579e000
munmap(0x7ffff429c000, 491520) = 0
openat(AT_FDCWD, "/home/kevin/.nv/nvidia-application-profile-globals-rc", O_RDONLY) = -1 ENOENT (No such file or directory)
clock_gettime(CLOCK_MONOTONIC, {tv_sec=960, tv_nsec=727379341}) = 0
clock_gettime(CLOCK_MONOTONIC, {tv_sec=960, tv_nsec=727402851}) = 0
openat(AT_FDCWD, "/home/kevin/.nv/nvidia-application-profiles-rc", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/kevin/.nv/nvidia-application-profiles-rc.d", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/nvidia/nvidia-application-profiles-rc", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/nvidia/nvidia-application-profiles-rc.d/", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/nvidia/nvidia-application-profiles-390.77-rc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=6052, ...}) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=6052, ...}) = 0
read(4, "# Application profiles for the N"..., 4096) = 4096
read(4, " \"profile\" : \"No GS"..., 4096) = 1956
close(4) = 0
openat(AT_FDCWD, "/usr/share/nvidia/nvidia-application-profiles-rc", O_RDONLY) = -1 ENOENT (No such file or directory)
getpid() = 4
readlink("/proc/4/exe", "/usr/bin/glxgears", 4095) = 17
openat(AT_FDCWD, "/proc/self/maps", O_RDONLY) = 4
lseek(4, 0, SEEK_SET) = 0
read(4, "555555554000-555555558000 r-xp 0"..., 4096) = 4087
read(4, "7ffff6eb7000-7ffff6ebd000 r--p 0"..., 4096) = 4087
read(4, "7ffff718b000-7ffff72d1000 r-xp 0"..., 4096) = 4085
read(4, "7ffff7ffc000-7ffff7ffd000 r--p 0"..., 4096) = 342
read(4, "", 4096) = 0
close(4) = 0
brk(0x5555557c2000) = 0x5555557c2000
brk(0x55555580b000) = 0x55555580b000
brk(0x55555589c000) = 0x55555589c000
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLEW.so.2.0.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=587816, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\234\4\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 587816
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 586088, SEEK_SET) = 586088
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 585844, SEEK_SET) = 585844
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 244) = 244
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLU.so.1.3.1", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=453216, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320F\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 453216
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 451488, SEEK_SET) = 451488
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 451240, SEEK_SET) = 451240
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 248) = 248
close(4) = 0
openat(AT_FDCWD, "/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.7.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=575816, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \22\4\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 575816
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 574024, SEEK_SET) = 574024
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1792) = 1792
lseek(4, 573768, SEEK_SET) = 573768
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 250) = 250
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libm-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1649080, ...}) = 0
read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\302\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 1649080
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 1647224, SEEK_SET) = 1647224
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1856) = 1856
lseek(4, 1646960, SEEK_SET) = 1646960
read(4, "\0.shstrtab\0.note.gnu.build-id\0.n"..., 260) = 260
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libX11.so.6.3.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1302024, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\335\1\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 1302024
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 1300296, SEEK_SET) = 1300296
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 1300052, SEEK_SET) = 1300052
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 244) = 244
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXext.so.6.4.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=73424, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0007\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 73424
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 71632, SEEK_SET) = 71632
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1792) = 1792
lseek(4, 71376, SEEK_SET) = 71376
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 249) = 249
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0755, st_size=1808440, ...}) = 0
read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000,\2\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 1808440
lseek(4, 64, SEEK_SET) = 64
read(4, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 672) = 672
lseek(4, 1803896, SEEK_SET) = 1803896
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4544) = 4544
lseek(4, 1802696, SEEK_SET) = 1802696
read(4, "\0.shstrtab\0.note.gnu.build-id\0.n"..., 1195) = 1195
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1570224, ...}) = 0
read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\304\10\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 1570224
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 560) = 560
lseek(4, 1568176, SEEK_SET) = 1568176
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2048) = 2048
lseek(4, 1567860, SEEK_SET) = 1567860
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 311) = 311
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=100712, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3402\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 100712
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 98984, SEEK_SET) = 98984
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 98732, SEEK_SET) = 98732
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 246) = 246
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=76336, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`4\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 76336
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 74608, SEEK_SET) = 74608
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 74360, SEEK_SET) = 74360
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 244) = 244
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=621000, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\362\3\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 621000
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 560) = 560
lseek(4, 619144, SEEK_SET) = 619144
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1856) = 1856
lseek(4, 618880, SEEK_SET) = 618880
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 257) = 257
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libdl-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=14592, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\21\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 14592
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 12736, SEEK_SET) = 12736
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1856) = 1856
lseek(4, 12476, SEEK_SET) = 12476
read(4, "\0.shstrtab\0.note.gnu.build-id\0.n"..., 260) = 260
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpthread-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0755, st_size=146312, ...}) = 0
read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300k\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 146312
lseek(4, 64, SEEK_SET) = 64
read(4, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 616) = 616
lseek(4, 143880, SEEK_SET) = 143880
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2432) = 2432
lseek(4, 143446, SEEK_SET) = 143446
read(4, "\0.symtab\0.strtab\0.shstrtab\0.note"..., 431) = 431
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/ld-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0755, st_size=165752, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\22\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 165752
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 164152, SEEK_SET) = 164152
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1600) = 1600
lseek(4, 163924, SEEK_SET) = 163924
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 228) = 228
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=162728, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\273\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 162728
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 161000, SEEK_SET) = 161000
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 160756, SEEK_SET) = 160756
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 244) = 244
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXau.so.6.0.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=14528, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\16\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 14528
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 12800, SEEK_SET) = 12800
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 12564, SEEK_SET) = 12564
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 236) = 236
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=22728, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\23\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 22728
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 21000, SEEK_SET) = 21000
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 20764, SEEK_SET) = 20764
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 236) = 236
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libbsd.so.0.9.1", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=88376, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300>\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 88376
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 86584, SEEK_SET) = 86584
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1792) = 1792
lseek(4, 86304, SEEK_SET) = 86304
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 278) = 278
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/librt-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=35808, ...}) = 0
read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260#\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 35808
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 33760, SEEK_SET) = 33760
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2048) = 2048
lseek(4, 33440, SEEK_SET) = 33440
read(4, "\0.shstrtab\0.note.gnu.build-id\0.n"..., 314) = 314
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.390.77", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1268112, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\365\4\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 1268112
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 224) = 224
lseek(4, 1266704, SEEK_SET) = 1266704
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1408) = 1408
lseek(4, 1266528, SEEK_SET) = 1266528
read(4, "\0.shstrtab\0.hash\0.dynsym\0.dynstr"..., 172) = 172
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libnvidia-tls.so.390.77", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=14480, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\t\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 14480
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 336) = 336
lseek(4, 13136, SEEK_SET) = 13136
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1344) = 1344
lseek(4, 12964, SEEK_SET) = 12964
read(4, "\0.shstrtab\0.hash\0.dynsym\0.dynstr"..., 172) = 172
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.390.77", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=29285224, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0Ps-\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 29285224
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 280) = 280
lseek(4, 29283560, SEEK_SET) = 29283560
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1664) = 1664
lseek(4, 29283352, SEEK_SET) = 29283352
read(4, "\0.shstrtab\0.hash\0.dynsym\0.dynstr"..., 205) = 205
close(4) = 0
brk(0x5555557b7000) = 0x5555557b7000
clock_gettime(CLOCK_MONOTONIC, {tv_sec=960, tv_nsec=735531582}) = 0
clock_gettime(CLOCK_MONOTONIC, {tv_sec=960, tv_nsec=735555723}) = 0
brk(0x5555557fb000) = 0x5555557fb000
getpid() = 4
statfs("/sys/fs/selinux", 0x7fffffffd430) = -1 EACCES (Permission denied)
statfs("/selinux", 0x7fffffffd430) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/proc/filesystems", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(4, "nodev\tsysfs\nnodev\trootfs\nnodev\tr"..., 1024) = 362
read(4, "", 1024) = 0
close(4) = 0
openat(AT_FDCWD, "/proc/self/maps", O_RDONLY) = 4
lseek(4, 0, SEEK_SET) = 0
read(4, "555555554000-555555558000 r-xp 0"..., 4096) = 4087
read(4, "7ffff6eb7000-7ffff6ebd000 r--p 0"..., 4096) = 4087
read(4, "7ffff718b000-7ffff72d1000 r-xp 0"..., 4096) = 4085
read(4, "7ffff7ffc000-7ffff7ffd000 r--p 0"..., 4096) = 342
read(4, "", 4096) = 0
close(4) = 0
brk(0x555555837000) = 0x555555837000
brk(0x5555558b0000) = 0x5555558b0000
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.390.77", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1268112, ...}) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.390.77", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=1268112, ...}) = 0
read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\365\4\0\0\0\0\0"..., 64) = 64
lseek(5, 0, SEEK_END) = 1268112
lseek(5, 64, SEEK_SET) = 64
read(5, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 224) = 224
lseek(5, 1266704, SEEK_SET) = 1266704
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1408) = 1408
lseek(5, 1266528, SEEK_SET) = 1266528
read(5, "\0.shstrtab\0.hash\0.dynsym\0.dynstr"..., 172) = 172
close(5) = 0
lseek(4, 1266528, SEEK_SET) = 1266528
read(4, "\0.shstrtab\0.hash\0.dynsym\0.dynstr"..., 172) = 172
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.390.77", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=29285224, ...}) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.390.77", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=29285224, ...}) = 0
read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0Ps-\0\0\0\0\0"..., 64) = 64
lseek(5, 0, SEEK_END) = 29285224
lseek(5, 64, SEEK_SET) = 64
read(5, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 280) = 280
lseek(5, 29283560, SEEK_SET) = 29283560
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1664) = 1664
lseek(5, 29283352, SEEK_SET) = 29283352
read(5, "\0.shstrtab\0.hash\0.dynsym\0.dynstr"..., 205) = 205
close(5) = 0
lseek(4, 29283352, SEEK_SET) = 29283352
read(4, "\0.shstrtab\0.hash\0.dynsym\0.dynstr"..., 205) = 205
close(4) = 0
mprotect(0x7ffff63ea000, 212992, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
mprotect(0x7ffff5734000, 135168, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
openat(AT_FDCWD, "/proc/self/status", O_RDONLY) = 4
lseek(4, 0, SEEK_SET) = 0
read(4, "Name:\tglxgears\nUmask:\t0022\nState"..., 256) = 256
close(4) = 0
openat(AT_FDCWD, "/proc/self/status", O_RDONLY) = 4
lseek(4, 0, SEEK_SET) = 0
read(4, "Name:\tglxgears\nUmask:\t0022\nState"..., 256) = 256
close(4) = 0
getpid() = 4
futex(0x7ffff6655ea4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
clock_gettime(CLOCK_MONOTONIC, {tv_sec=960, tv_nsec=739739147}) = 0
getpid() = 4
readlink("/proc/4/exe", "/usr/bin/glxgears", 4095) = 17
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="b\23\3\0\3\0\0\0", iov_len=8}, {iov_base="GLX", iov_len=3}, {iov_base="\0", iov_len=1}], 3) = 12
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\n\0\0\0\0\0\1\232h\252\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="b\23\10\0\27\0\0\0", iov_len=8}, {iov_base="Generic Event Extension", iov_len=23}, {iov_base="\0", iov_len=1}], 3) = 32
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\v\0\0\0\0\0\1\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\200\0\2\0\1\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\f\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\232\7\3\0\1\0\0\0\4\0\0\0", iov_len=12}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 12
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\r\0\0\0\0\0\1\0\0\0\4\0\0\0\0s\340I&V\0\0\344r\340I&V\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
openat(AT_FDCWD, "/home/kevin/.nv/nvidia-application-profile-globals-rc", O_RDONLY) = -1 ENOENT (No such file or directory)
clock_gettime(CLOCK_MONOTONIC, {tv_sec=960, tv_nsec=746680881}) = 0
openat(AT_FDCWD, "/home/kevin/.nv/nvidia-application-profiles-rc", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/kevin/.nv/nvidia-application-profiles-rc.d", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/nvidia/nvidia-application-profiles-rc", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/nvidia/nvidia-application-profiles-rc.d/", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/nvidia/nvidia-application-profiles-390.77-rc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=6052, ...}) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=6052, ...}) = 0
read(4, "# Application profiles for the N"..., 4096) = 4096
read(4, " \"profile\" : \"No GS"..., 4096) = 1956
close(4) = 0
openat(AT_FDCWD, "/usr/share/nvidia/nvidia-application-profiles-rc", O_RDONLY) = -1 ENOENT (No such file or directory)
getpid() = 4
readlink("/proc/4/exe", "/usr/bin/glxgears", 4095) = 17
openat(AT_FDCWD, "/proc/self/maps", O_RDONLY) = 4
lseek(4, 0, SEEK_SET) = 0
read(4, "555555554000-555555558000 r-xp 0"..., 4096) = 4040
read(4, "7ffff6c8e000-7ffff6c8f000 rw-p 0"..., 4096) = 4029
read(4, "7ffff711b000-7ffff7159000 r--p 0"..., 4096) = 4075
read(4, "7ffff7f99000-7ffff7f9a000 rw-p 0"..., 4096) = 985
read(4, "", 4096) = 0
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLEW.so.2.0.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=587816, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\234\4\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 587816
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 586088, SEEK_SET) = 586088
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 585844, SEEK_SET) = 585844
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 244) = 244
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLU.so.1.3.1", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=453216, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320F\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 453216
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 451488, SEEK_SET) = 451488
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 451240, SEEK_SET) = 451240
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 248) = 248
close(4) = 0
openat(AT_FDCWD, "/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.7.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=575816, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \22\4\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 575816
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 574024, SEEK_SET) = 574024
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1792) = 1792
lseek(4, 573768, SEEK_SET) = 573768
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 250) = 250
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libm-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1649080, ...}) = 0
read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\302\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 1649080
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 1647224, SEEK_SET) = 1647224
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1856) = 1856
lseek(4, 1646960, SEEK_SET) = 1646960
read(4, "\0.shstrtab\0.note.gnu.build-id\0.n"..., 260) = 260
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libX11.so.6.3.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1302024, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\335\1\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 1302024
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 1300296, SEEK_SET) = 1300296
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 1300052, SEEK_SET) = 1300052
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 244) = 244
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXext.so.6.4.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=73424, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0007\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 73424
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 71632, SEEK_SET) = 71632
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1792) = 1792
lseek(4, 71376, SEEK_SET) = 71376
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 249) = 249
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0755, st_size=1808440, ...}) = 0
read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000,\2\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 1808440
lseek(4, 64, SEEK_SET) = 64
read(4, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 672) = 672
lseek(4, 1803896, SEEK_SET) = 1803896
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4544) = 4544
lseek(4, 1802696, SEEK_SET) = 1802696
read(4, "\0.shstrtab\0.note.gnu.build-id\0.n"..., 1195) = 1195
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1570224, ...}) = 0
read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\304\10\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 1570224
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 560) = 560
lseek(4, 1568176, SEEK_SET) = 1568176
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2048) = 2048
lseek(4, 1567860, SEEK_SET) = 1567860
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 311) = 311
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=100712, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3402\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 100712
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 98984, SEEK_SET) = 98984
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 98732, SEEK_SET) = 98732
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 246) = 246
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=76336, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`4\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 76336
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 74608, SEEK_SET) = 74608
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 74360, SEEK_SET) = 74360
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 244) = 244
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=621000, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\362\3\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 621000
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 560) = 560
lseek(4, 619144, SEEK_SET) = 619144
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1856) = 1856
lseek(4, 618880, SEEK_SET) = 618880
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 257) = 257
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libdl-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=14592, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\21\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 14592
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 12736, SEEK_SET) = 12736
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1856) = 1856
lseek(4, 12476, SEEK_SET) = 12476
read(4, "\0.shstrtab\0.note.gnu.build-id\0.n"..., 260) = 260
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpthread-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0755, st_size=146312, ...}) = 0
read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300k\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 146312
lseek(4, 64, SEEK_SET) = 64
read(4, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 616) = 616
lseek(4, 143880, SEEK_SET) = 143880
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2432) = 2432
lseek(4, 143446, SEEK_SET) = 143446
read(4, "\0.symtab\0.strtab\0.shstrtab\0.note"..., 431) = 431
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/ld-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0755, st_size=165752, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\22\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 165752
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 164152, SEEK_SET) = 164152
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1600) = 1600
lseek(4, 163924, SEEK_SET) = 163924
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 228) = 228
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=162728, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\273\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 162728
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 161000, SEEK_SET) = 161000
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 160756, SEEK_SET) = 160756
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 244) = 244
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXau.so.6.0.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=14528, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\16\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 14528
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 12800, SEEK_SET) = 12800
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 12564, SEEK_SET) = 12564
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 236) = 236
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=22728, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\23\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 22728
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 21000, SEEK_SET) = 21000
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 20764, SEEK_SET) = 20764
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 236) = 236
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libbsd.so.0.9.1", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=88376, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300>\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 88376
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 86584, SEEK_SET) = 86584
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1792) = 1792
lseek(4, 86304, SEEK_SET) = 86304
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 278) = 278
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/librt-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=35808, ...}) = 0
read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260#\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 35808
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 33760, SEEK_SET) = 33760
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2048) = 2048
lseek(4, 33440, SEEK_SET) = 33440
read(4, "\0.shstrtab\0.note.gnu.build-id\0.n"..., 314) = 314
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.390.77", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1268112, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\365\4\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 1268112
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 224) = 224
lseek(4, 1266704, SEEK_SET) = 1266704
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1408) = 1408
lseek(4, 1266528, SEEK_SET) = 1266528
read(4, "\0.shstrtab\0.hash\0.dynsym\0.dynstr"..., 172) = 172
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libnvidia-tls.so.390.77", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=14480, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\t\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 14480
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 336) = 336
lseek(4, 13136, SEEK_SET) = 13136
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1344) = 1344
lseek(4, 12964, SEEK_SET) = 12964
read(4, "\0.shstrtab\0.hash\0.dynsym\0.dynstr"..., 172) = 172
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.390.77", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=29285224, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0Ps-\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 29285224
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 280) = 280
lseek(4, 29283560, SEEK_SET) = 29283560
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1664) = 1664
lseek(4, 29283352, SEEK_SET) = 29283352
read(4, "\0.shstrtab\0.hash\0.dynsym\0.dynstr"..., 205) = 205
close(4) = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="b\7\3\0\3\0\0\0", iov_len=8}, {iov_base="GLX", iov_len=3}, {iov_base="\0", iov_len=1}], 3) = 12
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\16\0\0\0\0\0\1\232h\252\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\232\16\2\0\0\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\17\0\240#\0\0\344\0\0\0(\0\0\0pQ4J&V\0\0(\236\341I&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
recvfrom(3, "\4\0\0\0\0\0\0\0\240\206\1\0\1\0\0\0\241\206\1\0\2\0\0\0 \0\0\0\r\200\0\0"..., 32416, 0, NULL, NULL) = 5856
recvfrom(3, "B\0\0\0\4\0\0\0\1\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\20\0\0\0"..., 26560, 0, NULL, NULL) = 7520
recvfrom(3, "\244\0\0\0\5\0\0\0\1\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\20\0\0\0"..., 19040, 0, NULL, NULL) = 5120
recvfrom(3, "\264\0\0\0\5\0\0\0\1\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\0\0\0\0\20\0\0\0"..., 13920, 0, NULL, NULL) = 4800
recvfrom(3, "\314\0\0\0\4\0\0\0\1\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\20\0\0\0"..., 9120, 0, NULL, NULL) = 4640
recvfrom(3, "\351\0\0\0\4\0\0\0\1\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\20\0\0\0"..., 4480, 0, NULL, NULL) = 4480
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\232\25\2\0\0\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\20\0\236c\0\0007\1\0\0)\0\0\0pQ4J&V\0\0(\236\341I&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
recvfrom(3, "\21\200\0\0\1\0\0\0\20\200\0\0\7\0\0\0\22\200\0\0\1\0\0\0\"\0\0\0\2\200\0\0"..., 97944, 0, NULL, NULL) = 15288
recvfrom(3, "\23\200\0\0@\1\0\0\2\0\0\0 \0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\1\0\0\0"..., 82656, 0, NULL, NULL) = 9512
recvfrom(3, "\23\200\0\0]\1\0\0\2\0\0\0\30\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\1\0\0\0"..., 73144, 0, NULL, NULL) = 9512
recvfrom(3, "\23\200\0\0z\1\0\0\2\0\0\0\30\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\1\0\0\0"..., 63632, 0, NULL, NULL) = 8856
recvfrom(3, "\23\200\0\0\225\1\0\0\2\0\0\0\30\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\1\0\0\0"..., 54776, 0, NULL, NULL) = 9184
recvfrom(3, "\23\200\0\0\261\1\0\0\2\0\0\0\30\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\1\0\0\0"..., 45592, 0, NULL, NULL) = 9840
recvfrom(3, "\23\200\0\0\317\1\0\0\2\0\0\0\30\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0"..., 35752, 0, NULL, NULL) = 9512
recvfrom(3, "\23\200\0\0\354\1\0\0\2\0\0\0\20\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0"..., 26240, 0, NULL, NULL) = 9184
recvfrom(3, "\23\200\0\0\10\2\0\0\2\0\0\0 \0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0"..., 17056, 0, NULL, NULL) = 9184
recvfrom(3, "\23\200\0\0$\2\0\0\2\0\0\0\20\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0"..., 7872, 0, NULL, NULL) = 7872
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\232\23\3\0\0\0\0\0\3\0\0\0", iov_len=12}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 12
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\21\0\254\0\0\0(\236\341I\257\2\0\0\220\256\7\365\374\177\0\0d\243\241I&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 720
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\232#\314\t\1\0\0\0\4\0\0\0\21\0\0\0\373\"\0\0N\3\0\0\1\0\0\0\0\0\0\0"..., iov_len=10040}, {iov_base="NV-GLX", iov_len=6}, {iov_base="\0\0", iov_len=2}], 3) = 10048
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\23\0\0\0\0\0\1\233\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\0\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1D\24\0\0\0\0\0 \0\0\0&V\0\0\0\0\0\1\0\0\0\0\0008\231\7\265\271\261\202", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="N\0\4\0\1\0\240\3\212\2\0\0'\0\0\0\1\30\f\0\2\0\240\3\212\2\0\0\0\0\0\0"..., iov_len=300}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 300
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1D\33\0\0\0\0\0\0\0\320\301\3456\363\357\0\0\0\0\0\0\0\0\0008\231\7\265\271\261\202", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233'\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1D\34\0\0\0\0\0\0\0EJ&V\0\0\0\0\0\1\0\0\0\0\0008\231\7\265\271\261\202", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\2\2\0\0\0\240\3", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1(\35\0\0\0\0\0\0\0\0\0\0\0\0\0000D\264J&V\0\0\300fEJ&V\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\16\2\0\0\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1(\36\0L\224\0\0000Q\2\0\0\0\0\0000D\264J&V\0\0\300fEJ&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
recvfrom(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 147792, 0, NULL, NULL) = 147792
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
openat(AT_FDCWD, "/proc/modules", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(4, "nvidia_modeset 1110016 2 - Live "..., 1024) = 1024
close(4) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(4, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(4) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
chmod("/dev/nvidiactl", 0666) = -1 EPERM (Operation not permitted)
stat("/usr/bin/nvidia-modprobe", {st_mode=S_IFREG|S_ISUID|0755, st_size=34904, ...}) = 0
geteuid() = 1000
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ffff6660fd0) = 5
wait4(5, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 5
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=5, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(4, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(4) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 4
fcntl(4, F_SETFD, FD_CLOEXEC) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0xd2, 0x48), 0x7fffffffcda0) = 0
openat(AT_FDCWD, "/sys/devices/system/memory/block_size_bytes", O_RDONLY) = -1 ENOENT (No such file or directory)
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0xca, 0x4), 0x7ffff611aea0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0xc8, 0xa00), 0x7ffff611aec0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2b, 0x20), 0x7fffffffcdf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcdf0) = 0
openat(AT_FDCWD, "/proc/modules", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(5, "nvidia_modeset 1110016 2 - Live "..., 1024) = 1024
close(5) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(5, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(5) = 0
stat("/dev/nvidia-modeset", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 254), ...}) = 0
chmod("/dev/nvidia-modeset", 0666) = -1 EPERM (Operation not permitted)
stat("/usr/bin/nvidia-modprobe", {st_mode=S_IFREG|S_ISUID|0755, st_size=34904, ...}) = 0
geteuid() = 1000
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ffff6660fd0) = 6
wait4(6, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 6
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=6, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcaf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcaf0) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(5, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(5) = 0
stat("/dev/nvidia0", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 0), ...}) = 0
chmod("/dev/nvidia0", 0666) = -1 EPERM (Operation not permitted)
stat("/usr/bin/nvidia-modprobe", {st_mode=S_IFREG|S_ISUID|0755, st_size=34904, ...}) = 0
geteuid() = 1000
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ffff6660fd0) = 7
wait4(7, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 7
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(5, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(5) = 0
stat("/dev/nvidia0", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 0), ...}) = 0
openat(AT_FDCWD, "/dev/nvidia0", O_RDWR) = 5
fcntl(5, F_SETFD, FD_CLOEXEC) = 0
ioctl(5, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0xd7, 0x20), 0x7fffffffcc30) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2b, 0x20), 0x7fffffffccc0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffccd0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffccd0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffccd0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcaf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcaf0) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(6, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(6) = 0
stat("/dev/nvidia0", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 0), ...}) = 0
chmod("/dev/nvidia0", 0666) = -1 EPERM (Operation not permitted)
stat("/usr/bin/nvidia-modprobe", {st_mode=S_IFREG|S_ISUID|0755, st_size=34904, ...}) = 0
geteuid() = 1000
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ffff6660fd0) = 8
wait4(8, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 8
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=8, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(6, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(6) = 0
stat("/dev/nvidia0", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 0), ...}) = 0
openat(AT_FDCWD, "/dev/nvidia0", O_RDWR) = 6
fcntl(6, F_SETFD, FD_CLOEXEC) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2b, 0x20), 0x7fffffffcca0) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(7, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(7) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
chmod("/dev/nvidiactl", 0666) = -1 EPERM (Operation not permitted)
stat("/usr/bin/nvidia-modprobe", {st_mode=S_IFREG|S_ISUID|0755, st_size=34904, ...}) = 0
geteuid() = 1000
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ffff6660fd0) = 9
wait4(9, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 9
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=9, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(7, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(7) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 7
fcntl(7, F_SETFD, FD_CLOEXEC) = 0
ioctl(5, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x27, 0x38), 0x7fffffffcc90) = 0
close(7) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffccd0) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(7, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(7) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
chmod("/dev/nvidiactl", 0666) = -1 EPERM (Operation not permitted)
stat("/usr/bin/nvidia-modprobe", {st_mode=S_IFREG|S_ISUID|0755, st_size=34904, ...}) = 0
geteuid() = 1000
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ffff6660fd0) = 10
wait4(10, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 10
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=10, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(7, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(7) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 7
fcntl(7, F_SETFD, FD_CLOEXEC) = 0
ioctl(5, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x27, 0x38), 0x7fffffffcc90) = 0
close(7) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2b, 0x20), 0x7fffffffccc0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2b, 0x20), 0x7fffffffccc0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcdf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcdf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcdf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcdf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcdf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcdf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcd50) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcd50) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcdf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcd80) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcd80) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcdf0) = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\27\3\0\0\0\0\0\1\2\0\0", iov_len=12}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 12
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\37\0S\0\0\0L\1\0\0\1\0\0\0\0s\340I&V\0\0\344r\340I&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 364
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\1\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1D \0\0\0\0\0\0\0\320\301\3456\363\357\0\0\0\0\0\0\0\0\0008\231\7\265\271\261\202", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x34, 0x1c), 0x7fffffffcd30) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(7, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(7) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
chmod("/dev/nvidiactl", 0666) = -1 EPERM (Operation not permitted)
stat("/usr/bin/nvidia-modprobe", {st_mode=S_IFREG|S_ISUID|0755, st_size=34904, ...}) = 0
geteuid() = 1000
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ffff6660fd0) = 11
wait4(11, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 11
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=11, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(7, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(7) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 7
fcntl(7, F_SETFD, FD_CLOEXEC) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x4e, 0x38), 0x7fffffffcc80) = 0
mmap(NULL, 1069056, PROT_READ|PROT_WRITE, MAP_SHARED, 7, 0) = 0x7ffff4210000
close(7) = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\16\2\0\0\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1(!\0L\224\0\0000Q\2\0\0\0\0\0000D\264J&V\0\0\300fEJ&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
recvfrom(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 147792, 0, NULL, NULL) = 147792
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\6\2\0\0\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1s\"\0006\0\0\0\t\0\0\0&V\0\0\233(\0\0\0\0\0\0\205\362\253I&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 248
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcd90) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcd20) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcd20) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcd20) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
getuid() = 1000
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2b, 0x20), 0x7fffffffcde0) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(7, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(7) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
chmod("/dev/nvidiactl", 0666) = -1 EPERM (Operation not permitted)
stat("/usr/bin/nvidia-modprobe", {st_mode=S_IFREG|S_ISUID|0755, st_size=34904, ...}) = 0
geteuid() = 1000
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ffff6660fd0) = 12
wait4(12, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 12
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=12, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(7, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(7) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 7
fcntl(7, F_SETFD, FD_CLOEXEC) = 0
ioctl(5, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x27, 0x38), 0x7fffffffcdb0) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 7, 0) = 0x7ffff7fcf000
close(7) = 0
munmap(0x7ffff7fcf000, 4096) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x29, 0x10), 0x7fffffffce10) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(7, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(7) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
chmod("/dev/nvidiactl", 0666) = -1 EPERM (Operation not permitted)
stat("/usr/bin/nvidia-modprobe", {st_mode=S_IFREG|S_ISUID|0755, st_size=34904, ...}) = 0
geteuid() = 1000
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ffff6660fd0) = 13
wait4(13, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 13
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=13, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(7, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(7) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 7
fcntl(7, F_SETFD, FD_CLOEXEC) = 0
ioctl(5, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x27, 0x38), 0x7fffffffcdb0) = 0
close(7) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x54, 0x38), 0x7fffffffce00) = 0
openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(7, "MemTotal: 8002900 kB\nMemF"..., 1024) = 1024
close(7) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcdf0) = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\16\2\0\0\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1(#\0L\224\0\0000Q\2\0\0\0\0\0000D\264J&V\0\0\300fEJ&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
recvfrom(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 147792, 0, NULL, NULL) = 147792
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x34, 0x1c), 0x7fffffffcb50) = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\2331\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0$\0\20\0\0\0\0\0\240C\0\0\0\0x`1N\213\337\355\17\257\21j\25\206\4\367\262"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 96
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
socket(AF_UNIX, SOCK_DGRAM, 0) = 7
connect(7, {sa_family=AF_UNIX, sun_path=@"nvidiaeff336e5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 66) = 0
fcntl(7, F_GETFD) = 0
fcntl(7, F_SETFD, FD_CLOEXEC) = 0
socketpair(AF_UNIX, SOCK_STREAM, 0, [8, 9]) = 0
sendmsg(7, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0\0\240C\0\0\0\0x`1N\213\337\355\17\257\21j\25\206\4\367\262\0\0\0\0\0\0\0\0"..., iov_len=144}], msg_iovlen=1, msg_control=[{cmsg_len=20, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, cmsg_data=[8]}], msg_controllen=24, msg_flags=0}, 0) = 144
close(8) = 0
recvmsg(9, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1", iov_len=1}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 1
close(9) = 0
socketpair(AF_UNIX, SOCK_STREAM, 0, [8, 9]) = 0
sendmsg(7, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0\0\240C\0\0\0\0x`1N\213\337\355\17\257\21j\25\206\4\367\262\3\0\0\0\0\0\0\0"..., iov_len=144}], msg_iovlen=1, msg_control=[{cmsg_len=20, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, cmsg_data=[8]}], msg_controllen=24, msg_flags=0}, 0) = 144
close(8) = 0
recvmsg(9, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0\0\0\0", iov_len=4}], msg_iovlen=1, msg_control=[{cmsg_len=20, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, cmsg_data=[8]}], msg_controllen=24, msg_flags=0}, 0) = 4
close(9) = 0
ioctl(-1, _IOC(_IOC_READ|_IOC_WRITE, 0x6d, 0, 0x10), 0x7fffffffcb70) = -1 EBADF (Bad file descriptor)
close(8) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x29, 0x10), 0x7fffffffcb80) = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\16\2\0\0\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1(%\0L\224\0\0000Q\2\0\0\0\0\0000D\264J&V\0\0\300fEJ&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
recvfrom(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 147792, 0, NULL, NULL) = 147792
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
mmap(NULL, 658688, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x40000000
mmap(NULL, 823296, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffff4147000
brk(0x5555558d9000) = 0x5555558d9000
execve("/usr/bin/glxgears", ["glxgears"], 0x7fffffffe030 /* 56 vars */) = 0
brk(NULL) = 0x55555575a000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.preload", R_OK) = 0
openat(AT_FDCWD, "/etc/ld.so.preload", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
close(3) = 0
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=188467, ...}) = 0
mmap(NULL, 188467, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ffff7fa1000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLEW.so.2.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\234\4\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=587816, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffff7f9f000
mmap(NULL, 2704512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff7d0a000
mprotect(0x7ffff7d90000, 2097152, PROT_NONE) = 0
mmap(0x7ffff7f90000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x86000) = 0x7ffff7f90000
mmap(0x7ffff7f9a000, 17536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffff7f9a000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLU.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320F\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=453216, ...}) = 0
mmap(NULL, 2548400, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff7a9b000
mprotect(0x7ffff7b08000, 2097152, PROT_NONE) = 0
mmap(0x7ffff7d08000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6d000) = 0x7ffff7d08000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGL.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \22\4\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=575816, ...}) = 0
mmap(NULL, 583920, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff7a0c000
mmap(0x7ffff7a4d000, 122880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x41000) = 0x7ffff7a4d000
mmap(0x7ffff7a6b000, 81920, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5f000) = 0x7ffff7a6b000
mmap(0x7ffff7a7f000, 110592, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x72000) = 0x7ffff7a7f000
mmap(0x7ffff7a9a000, 2288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffff7a9a000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\302\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1649080, ...}) = 0
mmap(NULL, 1651016, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff7878000
mmap(0x7ffff7884000, 729088, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x7ffff7884000
mmap(0x7ffff7936000, 868352, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xbe000) = 0x7ffff7936000
mmap(0x7ffff7a0a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x191000) = 0x7ffff7a0a000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libX11.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\335\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1302024, ...}) = 0
mmap(NULL, 3399032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff753a000
mprotect(0x7ffff7672000, 2097152, PROT_NONE) = 0
mmap(0x7ffff7872000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x138000) = 0x7ffff7872000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXext.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0007\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=73424, ...}) = 0
mmap(NULL, 2169112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff7328000
mprotect(0x7ffff7339000, 2093056, PROT_NONE) = 0
mmap(0x7ffff7538000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x7ffff7538000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000,\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1808440, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffff7326000
mmap(NULL, 1821408, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff7169000
mmap(0x7ffff718b000, 1335296, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22000) = 0x7ffff718b000
mmap(0x7ffff72d1000, 307200, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x168000) = 0x7ffff72d1000
mmap(0x7ffff731c000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b2000) = 0x7ffff731c000
mmap(0x7ffff7322000, 15072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffff7322000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\304\10\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1570224, ...}) = 0
mmap(NULL, 1585152, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff6fe6000
mprotect(0x7ffff706f000, 962560, PROT_NONE) = 0
mmap(0x7ffff706f000, 704512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x89000) = 0x7ffff706f000
mmap(0x7ffff711b000, 253952, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x135000) = 0x7ffff711b000
mmap(0x7ffff715a000, 49152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x173000) = 0x7ffff715a000
mmap(0x7ffff7166000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffff7166000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3402\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=100712, ...}) = 0
mmap(NULL, 103472, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff6fcc000
mprotect(0x7ffff6fcf000, 86016, PROT_NONE) = 0
mmap(0x7ffff6fcf000, 69632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffff6fcf000
mmap(0x7ffff6fe0000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7ffff6fe0000
mmap(0x7ffff6fe4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7ffff6fe4000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLX.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`4\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=76336, ...}) = 0
mmap(NULL, 210528, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff6f98000
mprotect(0x7ffff6f9b000, 61440, PROT_NONE) = 0
mmap(0x7ffff6f9b000, 45056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffff6f9b000
mmap(0x7ffff6fa6000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7ffff6fa6000
mmap(0x7ffff6faa000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7ffff6faa000
mmap(0x7ffff6fac000, 128608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffff6fac000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLdispatch.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\362\3\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=621000, ...}) = 0
mmap(NULL, 754800, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff6edf000
mmap(0x7ffff6f1e000, 122880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3f000) = 0x7ffff6f1e000
mmap(0x7ffff6f3c000, 77824, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5d000) = 0x7ffff6f3c000
mmap(0x7ffff6f4f000, 167936, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6f000) = 0x7ffff6f4f000
mmap(0x7ffff6f78000, 128112, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffff6f78000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\21\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14592, ...}) = 0
mmap(NULL, 16656, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff6eda000
mmap(0x7ffff6edb000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffff6edb000
mmap(0x7ffff6edc000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffff6edc000
mmap(0x7ffff6edd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffff6edd000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300k\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=146312, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffff6ed8000
mmap(NULL, 132224, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff6eb7000
mmap(0x7ffff6ebd000, 61440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7ffff6ebd000
mmap(0x7ffff6ecc000, 24576, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7ffff6ecc000
mmap(0x7ffff6ed2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x7ffff6ed2000
mmap(0x7ffff6ed4000, 13440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffff6ed4000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libxcb.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\273\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=162728, ...}) = 0
mmap(NULL, 2258056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff6c8f000
mprotect(0x7ffff6cb6000, 2093056, PROT_NONE) = 0
mmap(0x7ffff6eb5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7ffff6eb5000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXau.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\16\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14528, ...}) = 0
mmap(NULL, 2109728, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff6a8b000
mprotect(0x7ffff6a8d000, 2097152, PROT_NONE) = 0
mmap(0x7ffff6c8d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffff6c8d000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXdmcp.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\23\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=22728, ...}) = 0
mmap(NULL, 2117872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff6885000
mprotect(0x7ffff688a000, 2093056, PROT_NONE) = 0
mmap(0x7ffff6a89000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7ffff6a89000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libbsd.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300>\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=88376, ...}) = 0
mmap(NULL, 2187632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff666e000
mprotect(0x7ffff6683000, 2093056, PROT_NONE) = 0
mmap(0x7ffff6882000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7ffff6882000
mmap(0x7ffff6884000, 368, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffff6884000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260#\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=35808, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffff666c000
mmap(NULL, 39904, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffff6662000
mmap(0x7ffff6664000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffff6664000
mmap(0x7ffff6668000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7ffff6668000
mmap(0x7ffff666a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7ffff666a000
close(3) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffff6660000
arch_prctl(ARCH_SET_FS, 0x7ffff6660d00) = 0
mprotect(0x7ffff731c000, 16384, PROT_READ) = 0
mprotect(0x7ffff6ed2000, 4096, PROT_READ) = 0
mprotect(0x7ffff666a000, 4096, PROT_READ) = 0
mprotect(0x7ffff6882000, 4096, PROT_READ) = 0
mprotect(0x7ffff6a89000, 4096, PROT_READ) = 0
mprotect(0x7ffff6c8d000, 4096, PROT_READ) = 0
mprotect(0x7ffff6eb5000, 4096, PROT_READ) = 0
mprotect(0x7ffff6edd000, 4096, PROT_READ) = 0
mprotect(0x7ffff6f4f000, 163840, PROT_READ) = 0
mprotect(0x7ffff7872000, 4096, PROT_READ) = 0
mprotect(0x7ffff7538000, 4096, PROT_READ) = 0
mprotect(0x7ffff6faa000, 4096, PROT_READ) = 0
mprotect(0x7ffff6fe4000, 4096, PROT_READ) = 0
mprotect(0x7ffff7a0a000, 4096, PROT_READ) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffff665e000
mprotect(0x7ffff715a000, 40960, PROT_READ) = 0
mprotect(0x7ffff7a7f000, 106496, PROT_READ) = 0
mprotect(0x7ffff7d08000, 4096, PROT_READ) = 0
mprotect(0x7ffff7f90000, 36864, PROT_READ) = 0
mprotect(0x555555758000, 4096, PROT_READ) = 0
mprotect(0x7ffff7ffc000, 4096, PROT_READ) = 0
munmap(0x7ffff7fa1000, 188467) = 0
set_tid_address(0x7ffff6660fd0) = 4
set_robust_list(0x7ffff6660fe0, 24) = 0
rt_sigaction(SIGRTMIN, {sa_handler=0x7ffff6ebd630, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7ffff6ec98e0}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {sa_handler=0x7ffff6ebd6d0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7ffff6ec98e0}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
futex(0x7ffff6ede0c8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
brk(NULL) = 0x55555575a000
brk(0x55555577b000) = 0x55555577b000
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 3
connect(3, {sa_family=AF_UNIX, sun_path=@"/tmp/.X11-unix/X0"}, 20) = 0
getpeername(3, {sa_family=AF_UNIX, sun_path=@"/tmp/.X11-unix/X0"}, [124->20]) = 0
uname({sysname="Linux", nodename="kevinolos", ...}) = 0
access("/home/kevin/.Xauthority", R_OK) = 0
openat(AT_FDCWD, "/home/kevin/.Xauthority", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0600, st_size=378, ...}) = 0
read(4, "\1\0\0\tkevinolos\0\0011\0\22MIT-MAGIC-COOK"..., 4096) = 378
read(4, "", 4096) = 0
close(4) = 0
getsockname(3, {sa_family=AF_UNIX}, [124->2]) = 0
fcntl(3, F_GETFL) = 0x2 (flags O_RDWR)
fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
fcntl(3, F_SETFD, FD_CLOEXEC) = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="l\0\v\0\0\0\22\0\20\0\0\0", iov_len=12}, {iov_base="", iov_len=0}, {iov_base="MIT-MAGIC-COOKIE-1", iov_len=18}, {iov_base="\0\0", iov_len=2}, {iov_base="\25*\22W\204\277\241\333\256X\334c\370\356,\223", iov_len=16}, {iov_base="", iov_len=0}], 6) = 48
recvfrom(3, "\1\0\v\0\0\0\213\5", 8, 0, NULL, NULL) = 8
recvfrom(3, "\0\33\267\0\0\0\240\3\377\377\37\0\0\1\0\0\24\0\377\377\1\7\0\0 \10\377\0\0\0\0"..., 5676, 0, NULL, NULL) = 5676
brk(0x55555579c000) = 0x55555579c000
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="b\0\5\0\f\0\0\0BIG-REQUESTS", iov_len=20}], 1) = 20
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\1\0\0\0\0\0\1\205\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\205\0\1\0", iov_len=4}], 1) = 4
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\2\0\0\0\0\0\377\377?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="7\0\5\0\0\0\240\3\212\2\0\0\10\0\0\0\377\377\377\0\24\0\6\0\212\2\0\0\27\0\0\0"..., iov_len=44}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 44
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\10\4\0 \0\0\0\37\0\0\0\0\0\0\0\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 160
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="b\0\5\0\t\0\240\3", iov_len=8}, {iov_base="XKEYBOARD", iov_len=9}, {iov_base="\0\0\0", iov_len=3}], 3) = 20
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\5\0\0\0\0\0\1\207U\211\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\207\0\2\0\1\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\1\6\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
getpid() = 4
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="b\0\3\0\3\0\0\0", iov_len=8}, {iov_base="GLX", iov_len=3}, {iov_base="\0", iov_len=1}], 3) = 12
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\7\0\0\0\0\0\1\232h\252\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\232\23\3\0\0\0\0\0\3\0\0\0", iov_len=12}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 12
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\10\0\254\0\0\0\20j\253J\257\2\0\0\20j\253J&V\0\0 `\252J&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 720
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\232\23\3\0\0\0\0\0\366 \0\0", iov_len=12}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 12
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\t\0\2\0\0\0(\236\341I\7\0\0\0\220\256\7\365\374\177\0\0d\243\241I&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 40
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=188467, ...}) = 0
mmap(NULL, 188467, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7ffff7fa1000
close(4) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.0", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\365\4\0\0\0\0\0"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0644, st_size=1268112, ...}) = 0
mmap(NULL, 3395304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7ffff6321000
mprotect(0x7ffff6432000, 2097152, PROT_NONE) = 0
mmap(0x7ffff6632000, 151552, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x111000) = 0x7ffff6632000
mmap(0x7ffff6657000, 28392, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffff6657000
close(4) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libnvidia-tls.so.390.77", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\t\0\0\0\0\0\0"..., 832) = 832
lseek(4, 11152, SEEK_SET) = 11152
read(4, "\4\0\0\0\20\0\0\0\1\0\0\0GNU\0\0\0\0\0\2\0\0\0\3\0\0\0c\0\0\0", 32) = 32
fstat(4, {st_mode=S_IFREG|0644, st_size=14480, ...}) = 0
mmap(NULL, 2110752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7ffff611d000
mprotect(0x7ffff6120000, 2097152, PROT_NONE) = 0
mmap(0x7ffff6320000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x3000) = 0x7ffff6320000
close(4) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.390.77", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0Ps-\0\0\0\0\0"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0644, st_size=29285224, ...}) = 0
mmap(NULL, 31486208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7ffff4315000
mprotect(0x7ffff5b91000, 2093056, PROT_NONE) = 0
mmap(0x7ffff5d90000, 3616768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x187b000) = 0x7ffff5d90000
mmap(0x7ffff6103000, 102656, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffff6103000
close(4) = 0
munmap(0x7ffff7fa1000, 188467) = 0
openat(AT_FDCWD, "/proc/self/maps", O_RDONLY) = 4
lseek(4, 0, SEEK_SET) = 0
read(4, "555555554000-555555558000 r-xp 0"..., 4096) = 4087
read(4, "7ffff6eb7000-7ffff6ebd000 r--p 0"..., 4096) = 4087
read(4, "7ffff718b000-7ffff72d1000 r-xp 0"..., 4096) = 4085
read(4, "7ffff7ffc000-7ffff7ffd000 r--p 0"..., 4096) = 342
read(4, "", 4096) = 0
close(4) = 0
brk(0x5555557d6000) = 0x5555557d6000
brk(0x5555557bd000) = 0x5555557bd000
mmap(NULL, 245760, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffff42d9000
brk(0x5555557a3000) = 0x5555557a3000
mremap(0x7ffff42d9000, 245760, 249856, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 249856, 253952, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 253952, 258048, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 258048, 262144, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 262144, 266240, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 266240, 270336, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 270336, 274432, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 274432, 278528, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 278528, 282624, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 282624, 286720, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 286720, 290816, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 290816, 294912, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 294912, 299008, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 299008, 303104, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 303104, 307200, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 307200, 311296, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 311296, 315392, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 315392, 319488, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 319488, 323584, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 323584, 327680, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 327680, 331776, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 331776, 335872, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 335872, 339968, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 339968, 344064, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 344064, 348160, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 348160, 356352, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 356352, 360448, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 360448, 364544, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 364544, 368640, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 368640, 372736, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 372736, 376832, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 376832, 380928, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 380928, 385024, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 385024, 389120, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 389120, 393216, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 393216, 397312, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 397312, 401408, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 401408, 405504, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 405504, 409600, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 409600, 413696, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 413696, 417792, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 417792, 421888, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 421888, 425984, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 425984, 430080, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 430080, 434176, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 434176, 438272, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 438272, 442368, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 442368, 446464, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 446464, 450560, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 450560, 454656, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 454656, 458752, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 458752, 462848, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 462848, 466944, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 466944, 471040, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 471040, 475136, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 475136, 479232, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 479232, 483328, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 483328, 487424, MREMAP_MAYMOVE) = 0x7ffff429c000
mremap(0x7ffff429c000, 487424, 491520, MREMAP_MAYMOVE) = 0x7ffff429c000
brk(0x55555579e000) = 0x55555579e000
munmap(0x7ffff429c000, 491520) = 0
openat(AT_FDCWD, "/home/kevin/.nv/nvidia-application-profile-globals-rc", O_RDONLY) = -1 ENOENT (No such file or directory)
clock_gettime(CLOCK_MONOTONIC, {tv_sec=734, tv_nsec=41924780}) = 0
clock_gettime(CLOCK_MONOTONIC, {tv_sec=734, tv_nsec=41942415}) = 0
openat(AT_FDCWD, "/home/kevin/.nv/nvidia-application-profiles-rc", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/kevin/.nv/nvidia-application-profiles-rc.d", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/nvidia/nvidia-application-profiles-rc", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/nvidia/nvidia-application-profiles-rc.d/", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/nvidia/nvidia-application-profiles-390.77-rc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=6052, ...}) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=6052, ...}) = 0
read(4, "# Application profiles for the N"..., 4096) = 4096
read(4, " \"profile\" : \"No GS"..., 4096) = 1956
close(4) = 0
openat(AT_FDCWD, "/usr/share/nvidia/nvidia-application-profiles-rc", O_RDONLY) = -1 ENOENT (No such file or directory)
getpid() = 4
readlink("/proc/4/exe", "/usr/bin/glxgears", 4095) = 17
openat(AT_FDCWD, "/proc/self/maps", O_RDONLY) = 4
lseek(4, 0, SEEK_SET) = 0
read(4, "555555554000-555555558000 r-xp 0"..., 4096) = 4087
read(4, "7ffff6eb7000-7ffff6ebd000 r--p 0"..., 4096) = 4087
read(4, "7ffff718b000-7ffff72d1000 r-xp 0"..., 4096) = 4085
read(4, "7ffff7ffc000-7ffff7ffd000 r--p 0"..., 4096) = 342
read(4, "", 4096) = 0
close(4) = 0
brk(0x5555557c2000) = 0x5555557c2000
brk(0x55555580b000) = 0x55555580b000
brk(0x55555589c000) = 0x55555589c000
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLEW.so.2.0.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=587816, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\234\4\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 587816
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 586088, SEEK_SET) = 586088
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 585844, SEEK_SET) = 585844
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 244) = 244
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLU.so.1.3.1", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=453216, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320F\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 453216
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 451488, SEEK_SET) = 451488
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 451240, SEEK_SET) = 451240
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 248) = 248
close(4) = 0
openat(AT_FDCWD, "/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.7.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=575816, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \22\4\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 575816
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 574024, SEEK_SET) = 574024
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1792) = 1792
lseek(4, 573768, SEEK_SET) = 573768
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 250) = 250
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libm-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1649080, ...}) = 0
read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\302\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 1649080
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 1647224, SEEK_SET) = 1647224
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1856) = 1856
lseek(4, 1646960, SEEK_SET) = 1646960
read(4, "\0.shstrtab\0.note.gnu.build-id\0.n"..., 260) = 260
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libX11.so.6.3.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1302024, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\335\1\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 1302024
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 1300296, SEEK_SET) = 1300296
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 1300052, SEEK_SET) = 1300052
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 244) = 244
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXext.so.6.4.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=73424, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0007\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 73424
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 71632, SEEK_SET) = 71632
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1792) = 1792
lseek(4, 71376, SEEK_SET) = 71376
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 249) = 249
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0755, st_size=1808440, ...}) = 0
read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000,\2\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 1808440
lseek(4, 64, SEEK_SET) = 64
read(4, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 672) = 672
lseek(4, 1803896, SEEK_SET) = 1803896
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4544) = 4544
lseek(4, 1802696, SEEK_SET) = 1802696
read(4, "\0.shstrtab\0.note.gnu.build-id\0.n"..., 1195) = 1195
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1570224, ...}) = 0
read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\304\10\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 1570224
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 560) = 560
lseek(4, 1568176, SEEK_SET) = 1568176
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2048) = 2048
lseek(4, 1567860, SEEK_SET) = 1567860
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 311) = 311
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=100712, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3402\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 100712
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 98984, SEEK_SET) = 98984
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 98732, SEEK_SET) = 98732
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 246) = 246
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=76336, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`4\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 76336
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 74608, SEEK_SET) = 74608
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 74360, SEEK_SET) = 74360
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 244) = 244
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=621000, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\362\3\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 621000
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 560) = 560
lseek(4, 619144, SEEK_SET) = 619144
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1856) = 1856
lseek(4, 618880, SEEK_SET) = 618880
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 257) = 257
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libdl-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=14592, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\21\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 14592
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 12736, SEEK_SET) = 12736
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1856) = 1856
lseek(4, 12476, SEEK_SET) = 12476
read(4, "\0.shstrtab\0.note.gnu.build-id\0.n"..., 260) = 260
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpthread-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0755, st_size=146312, ...}) = 0
read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300k\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 146312
lseek(4, 64, SEEK_SET) = 64
read(4, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 616) = 616
lseek(4, 143880, SEEK_SET) = 143880
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2432) = 2432
lseek(4, 143446, SEEK_SET) = 143446
read(4, "\0.symtab\0.strtab\0.shstrtab\0.note"..., 431) = 431
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/ld-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0755, st_size=165752, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\22\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 165752
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 164152, SEEK_SET) = 164152
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1600) = 1600
lseek(4, 163924, SEEK_SET) = 163924
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 228) = 228
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=162728, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\273\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 162728
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 161000, SEEK_SET) = 161000
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 160756, SEEK_SET) = 160756
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 244) = 244
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXau.so.6.0.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=14528, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\16\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 14528
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 12800, SEEK_SET) = 12800
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 12564, SEEK_SET) = 12564
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 236) = 236
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=22728, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\23\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 22728
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 21000, SEEK_SET) = 21000
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 20764, SEEK_SET) = 20764
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 236) = 236
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libbsd.so.0.9.1", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=88376, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300>\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 88376
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 86584, SEEK_SET) = 86584
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1792) = 1792
lseek(4, 86304, SEEK_SET) = 86304
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 278) = 278
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/librt-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=35808, ...}) = 0
read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260#\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 35808
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 33760, SEEK_SET) = 33760
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2048) = 2048
lseek(4, 33440, SEEK_SET) = 33440
read(4, "\0.shstrtab\0.note.gnu.build-id\0.n"..., 314) = 314
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.390.77", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1268112, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\365\4\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 1268112
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 224) = 224
lseek(4, 1266704, SEEK_SET) = 1266704
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1408) = 1408
lseek(4, 1266528, SEEK_SET) = 1266528
read(4, "\0.shstrtab\0.hash\0.dynsym\0.dynstr"..., 172) = 172
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libnvidia-tls.so.390.77", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=14480, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\t\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 14480
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 336) = 336
lseek(4, 13136, SEEK_SET) = 13136
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1344) = 1344
lseek(4, 12964, SEEK_SET) = 12964
read(4, "\0.shstrtab\0.hash\0.dynsym\0.dynstr"..., 172) = 172
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.390.77", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=29285224, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0Ps-\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 29285224
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 280) = 280
lseek(4, 29283560, SEEK_SET) = 29283560
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1664) = 1664
lseek(4, 29283352, SEEK_SET) = 29283352
read(4, "\0.shstrtab\0.hash\0.dynsym\0.dynstr"..., 205) = 205
close(4) = 0
brk(0x5555557b7000) = 0x5555557b7000
clock_gettime(CLOCK_MONOTONIC, {tv_sec=734, tv_nsec=47134609}) = 0
clock_gettime(CLOCK_MONOTONIC, {tv_sec=734, tv_nsec=47151787}) = 0
brk(0x5555557fb000) = 0x5555557fb000
getpid() = 4
statfs("/sys/fs/selinux", 0x7fffffffd430) = -1 EACCES (Permission denied)
statfs("/selinux", 0x7fffffffd430) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/proc/filesystems", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(4, "nodev\tsysfs\nnodev\trootfs\nnodev\tr"..., 1024) = 362
read(4, "", 1024) = 0
close(4) = 0
openat(AT_FDCWD, "/proc/self/maps", O_RDONLY) = 4
lseek(4, 0, SEEK_SET) = 0
read(4, "555555554000-555555558000 r-xp 0"..., 4096) = 4087
read(4, "7ffff6eb7000-7ffff6ebd000 r--p 0"..., 4096) = 4087
read(4, "7ffff718b000-7ffff72d1000 r-xp 0"..., 4096) = 4085
read(4, "7ffff7ffc000-7ffff7ffd000 r--p 0"..., 4096) = 342
read(4, "", 4096) = 0
close(4) = 0
brk(0x555555837000) = 0x555555837000
brk(0x5555558b0000) = 0x5555558b0000
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.390.77", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1268112, ...}) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.390.77", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=1268112, ...}) = 0
read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\365\4\0\0\0\0\0"..., 64) = 64
lseek(5, 0, SEEK_END) = 1268112
lseek(5, 64, SEEK_SET) = 64
read(5, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 224) = 224
lseek(5, 1266704, SEEK_SET) = 1266704
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1408) = 1408
lseek(5, 1266528, SEEK_SET) = 1266528
read(5, "\0.shstrtab\0.hash\0.dynsym\0.dynstr"..., 172) = 172
close(5) = 0
lseek(4, 1266528, SEEK_SET) = 1266528
read(4, "\0.shstrtab\0.hash\0.dynsym\0.dynstr"..., 172) = 172
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.390.77", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=29285224, ...}) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.390.77", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=29285224, ...}) = 0
read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0Ps-\0\0\0\0\0"..., 64) = 64
lseek(5, 0, SEEK_END) = 29285224
lseek(5, 64, SEEK_SET) = 64
read(5, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 280) = 280
lseek(5, 29283560, SEEK_SET) = 29283560
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1664) = 1664
lseek(5, 29283352, SEEK_SET) = 29283352
read(5, "\0.shstrtab\0.hash\0.dynsym\0.dynstr"..., 205) = 205
close(5) = 0
lseek(4, 29283352, SEEK_SET) = 29283352
read(4, "\0.shstrtab\0.hash\0.dynsym\0.dynstr"..., 205) = 205
close(4) = 0
mprotect(0x7ffff63ea000, 212992, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
mprotect(0x7ffff5734000, 135168, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
openat(AT_FDCWD, "/proc/self/status", O_RDONLY) = 4
lseek(4, 0, SEEK_SET) = 0
read(4, "Name:\tglxgears\nUmask:\t0022\nState"..., 256) = 256
close(4) = 0
openat(AT_FDCWD, "/proc/self/status", O_RDONLY) = 4
lseek(4, 0, SEEK_SET) = 0
read(4, "Name:\tglxgears\nUmask:\t0022\nState"..., 256) = 256
close(4) = 0
getpid() = 4
futex(0x7ffff6655ea4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
clock_gettime(CLOCK_MONOTONIC, {tv_sec=734, tv_nsec=50997813}) = 0
getpid() = 4
readlink("/proc/4/exe", "/usr/bin/glxgears", 4095) = 17
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="b\23\3\0\3\0\0\0", iov_len=8}, {iov_base="GLX", iov_len=3}, {iov_base="\0", iov_len=1}], 3) = 12
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\n\0\0\0\0\0\1\232h\252\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="b\23\10\0\27\0\0\0", iov_len=8}, {iov_base="Generic Event Extension", iov_len=23}, {iov_base="\0", iov_len=1}], 3) = 32
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\v\0\0\0\0\0\1\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\200\0\2\0\1\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\f\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\232\7\3\0\1\0\0\0\4\0\0\0", iov_len=12}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 12
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\r\0\0\0\0\0\1\0\0\0\4\0\0\0\0s\340I&V\0\0\344r\340I&V\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
openat(AT_FDCWD, "/home/kevin/.nv/nvidia-application-profile-globals-rc", O_RDONLY) = -1 ENOENT (No such file or directory)
clock_gettime(CLOCK_MONOTONIC, {tv_sec=734, tv_nsec=52819001}) = 0
openat(AT_FDCWD, "/home/kevin/.nv/nvidia-application-profiles-rc", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/kevin/.nv/nvidia-application-profiles-rc.d", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/nvidia/nvidia-application-profiles-rc", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/nvidia/nvidia-application-profiles-rc.d/", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/nvidia/nvidia-application-profiles-390.77-rc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=6052, ...}) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=6052, ...}) = 0
read(4, "# Application profiles for the N"..., 4096) = 4096
read(4, " \"profile\" : \"No GS"..., 4096) = 1956
close(4) = 0
openat(AT_FDCWD, "/usr/share/nvidia/nvidia-application-profiles-rc", O_RDONLY) = -1 ENOENT (No such file or directory)
getpid() = 4
readlink("/proc/4/exe", "/usr/bin/glxgears", 4095) = 17
openat(AT_FDCWD, "/proc/self/maps", O_RDONLY) = 4
lseek(4, 0, SEEK_SET) = 0
read(4, "555555554000-555555558000 r-xp 0"..., 4096) = 4040
read(4, "7ffff6c8e000-7ffff6c8f000 rw-p 0"..., 4096) = 4029
read(4, "7ffff711b000-7ffff7159000 r--p 0"..., 4096) = 4075
read(4, "7ffff7f99000-7ffff7f9a000 rw-p 0"..., 4096) = 985
read(4, "", 4096) = 0
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLEW.so.2.0.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=587816, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\234\4\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 587816
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 586088, SEEK_SET) = 586088
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 585844, SEEK_SET) = 585844
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 244) = 244
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLU.so.1.3.1", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=453216, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320F\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 453216
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 451488, SEEK_SET) = 451488
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 451240, SEEK_SET) = 451240
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 248) = 248
close(4) = 0
openat(AT_FDCWD, "/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.7.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=575816, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \22\4\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 575816
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 574024, SEEK_SET) = 574024
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1792) = 1792
lseek(4, 573768, SEEK_SET) = 573768
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 250) = 250
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libm-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1649080, ...}) = 0
read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\302\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 1649080
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 1647224, SEEK_SET) = 1647224
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1856) = 1856
lseek(4, 1646960, SEEK_SET) = 1646960
read(4, "\0.shstrtab\0.note.gnu.build-id\0.n"..., 260) = 260
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libX11.so.6.3.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1302024, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\335\1\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 1302024
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 1300296, SEEK_SET) = 1300296
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 1300052, SEEK_SET) = 1300052
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 244) = 244
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXext.so.6.4.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=73424, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0007\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 73424
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 71632, SEEK_SET) = 71632
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1792) = 1792
lseek(4, 71376, SEEK_SET) = 71376
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 249) = 249
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0755, st_size=1808440, ...}) = 0
read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000,\2\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 1808440
lseek(4, 64, SEEK_SET) = 64
read(4, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 672) = 672
lseek(4, 1803896, SEEK_SET) = 1803896
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4544) = 4544
lseek(4, 1802696, SEEK_SET) = 1802696
read(4, "\0.shstrtab\0.note.gnu.build-id\0.n"..., 1195) = 1195
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1570224, ...}) = 0
read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\304\10\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 1570224
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 560) = 560
lseek(4, 1568176, SEEK_SET) = 1568176
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2048) = 2048
lseek(4, 1567860, SEEK_SET) = 1567860
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 311) = 311
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=100712, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3402\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 100712
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 98984, SEEK_SET) = 98984
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 98732, SEEK_SET) = 98732
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 246) = 246
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=76336, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`4\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 76336
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 74608, SEEK_SET) = 74608
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 74360, SEEK_SET) = 74360
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 244) = 244
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=621000, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\362\3\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 621000
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 560) = 560
lseek(4, 619144, SEEK_SET) = 619144
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1856) = 1856
lseek(4, 618880, SEEK_SET) = 618880
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 257) = 257
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libdl-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=14592, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\21\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 14592
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 12736, SEEK_SET) = 12736
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1856) = 1856
lseek(4, 12476, SEEK_SET) = 12476
read(4, "\0.shstrtab\0.note.gnu.build-id\0.n"..., 260) = 260
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpthread-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0755, st_size=146312, ...}) = 0
read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300k\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 146312
lseek(4, 64, SEEK_SET) = 64
read(4, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 616) = 616
lseek(4, 143880, SEEK_SET) = 143880
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2432) = 2432
lseek(4, 143446, SEEK_SET) = 143446
read(4, "\0.symtab\0.strtab\0.shstrtab\0.note"..., 431) = 431
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/ld-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0755, st_size=165752, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\22\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 165752
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 164152, SEEK_SET) = 164152
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1600) = 1600
lseek(4, 163924, SEEK_SET) = 163924
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 228) = 228
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=162728, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\273\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 162728
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 161000, SEEK_SET) = 161000
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 160756, SEEK_SET) = 160756
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 244) = 244
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXau.so.6.0.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=14528, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\16\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 14528
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 12800, SEEK_SET) = 12800
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 12564, SEEK_SET) = 12564
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 236) = 236
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=22728, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\23\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 22728
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 21000, SEEK_SET) = 21000
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1728) = 1728
lseek(4, 20764, SEEK_SET) = 20764
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 236) = 236
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libbsd.so.0.9.1", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=88376, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300>\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 88376
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 392) = 392
lseek(4, 86584, SEEK_SET) = 86584
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1792) = 1792
lseek(4, 86304, SEEK_SET) = 86304
read(4, "\0.shstrtab\0.note.gnu.build-id\0.g"..., 278) = 278
close(4) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/librt-2.27.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=35808, ...}) = 0
read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260#\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 35808
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 504) = 504
lseek(4, 33760, SEEK_SET) = 33760
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2048) = 2048
lseek(4, 33440, SEEK_SET) = 33440
read(4, "\0.shstrtab\0.note.gnu.build-id\0.n"..., 314) = 314
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.390.77", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1268112, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\365\4\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 1268112
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 224) = 224
lseek(4, 1266704, SEEK_SET) = 1266704
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1408) = 1408
lseek(4, 1266528, SEEK_SET) = 1266528
read(4, "\0.shstrtab\0.hash\0.dynsym\0.dynstr"..., 172) = 172
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libnvidia-tls.so.390.77", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=14480, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\t\0\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 14480
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 336) = 336
lseek(4, 13136, SEEK_SET) = 13136
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1344) = 1344
lseek(4, 12964, SEEK_SET) = 12964
read(4, "\0.shstrtab\0.hash\0.dynsym\0.dynstr"..., 172) = 172
close(4) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.390.77", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=29285224, ...}) = 0
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0Ps-\0\0\0\0\0"..., 64) = 64
lseek(4, 0, SEEK_END) = 29285224
lseek(4, 64, SEEK_SET) = 64
read(4, "\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 280) = 280
lseek(4, 29283560, SEEK_SET) = 29283560
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1664) = 1664
lseek(4, 29283352, SEEK_SET) = 29283352
read(4, "\0.shstrtab\0.hash\0.dynsym\0.dynstr"..., 205) = 205
close(4) = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="b\7\3\0\3\0\0\0", iov_len=8}, {iov_base="GLX", iov_len=3}, {iov_base="\0", iov_len=1}], 3) = 12
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\16\0\0\0\0\0\1\232h\252\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\232\16\2\0\0\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\17\0\240#\0\0\344\0\0\0(\0\0\0pQ4J&V\0\0(\236\341I&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
recvfrom(3, "\4\0\0\0\0\0\0\0\240\206\1\0\1\0\0\0\241\206\1\0\2\0\0\0 \0\0\0\r\200\0\0"..., 32416, 0, NULL, NULL) = 5696
recvfrom(3, "\214\0\0\0\5\0\0\0\1\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\0\0\0\0\20\0\0\0"..., 26720, 0, NULL, NULL) = 6400
recvfrom(3, "\240\0\0\0\5\0\0\0\1\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\0\0\0\0\20\0\0\0"..., 20320, 0, NULL, NULL) = 4480
recvfrom(3, "\256\0\0\0\5\0\0\0\1\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\0\0\0\0\20\0\0\0"..., 15840, 0, NULL, NULL) = 4320
recvfrom(3, "\275\0\0\0\4\0\0\0\1\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\0\0\0\0\20\0\0\0"..., 11520, 0, NULL, NULL) = 4480
recvfrom(3, "\331\0\0\0\4\0\0\0\1\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\0\0\0\0\20\0\0\0"..., 7040, 0, NULL, NULL) = 4160
recvfrom(3, "\363\0\0\0\4\0\0\0\1\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\0\0\0\0\20\0\0\0"..., 2880, 0, NULL, NULL) = 2880
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\232\25\2\0\0\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\20\0\236c\0\0007\1\0\0)\0\0\0pQ4J&V\0\0(\236\341I&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
recvfrom(3, "\21\200\0\0\1\0\0\0\20\200\0\0\7\0\0\0\22\200\0\0\1\0\0\0\"\0\0\0\2\200\0\0"..., 97944, 0, NULL, NULL) = 14632
recvfrom(3, "\23\200\0\0>\1\0\0\2\0\0\0\30\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\1\0\0\0"..., 83312, 0, NULL, NULL) = 9512
recvfrom(3, "\23\200\0\0[\1\0\0\2\0\0\0 \0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0"..., 73800, 0, NULL, NULL) = 8856
recvfrom(3, "\23\200\0\0v\1\0\0\2\0\0\0\30\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\1\0\0\0"..., 64944, 0, NULL, NULL) = 9512
recvfrom(3, "\23\200\0\0\223\1\0\0\2\0\0\0 \0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0"..., 55432, 0, NULL, NULL) = 9184
recvfrom(3, "\23\200\0\0\257\1\0\0\2\0\0\0\30\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0"..., 46248, 0, NULL, NULL) = 9184
recvfrom(3, "\23\200\0\0\313\1\0\0\2\0\0\0\30\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\1\0\0\0"..., 37064, 0, NULL, NULL) = 8856
recvfrom(3, "\23\200\0\0\346\1\0\0\2\0\0\0 \0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\1\0\0\0"..., 28208, 0, NULL, NULL) = 8528
recvfrom(3, "\23\200\0\0\0\2\0\0\2\0\0\0\200\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0"..., 19680, 0, NULL, NULL) = 8856
recvfrom(3, "\23\200\0\0\33\2\0\0\2\0\0\0@\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\1\0\0\0"..., 10824, 0, NULL, NULL) = 8528
recvfrom(3, "\23\200\0\0005\2\0\0\2\0\0\0@\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0"..., 2296, 0, NULL, NULL) = 2296
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\232\23\3\0\0\0\0\0\3\0\0\0", iov_len=12}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 12
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\21\0\254\0\0\0(\236\341I\257\2\0\0\220\256\7\365\374\177\0\0d\243\241I&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 720
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\232#\314\t\1\0\0\0\4\0\0\0\21\0\0\0\373\"\0\0N\3\0\0\1\0\0\0\0\0\0\0"..., iov_len=10040}, {iov_base="NV-GLX", iov_len=6}, {iov_base="\0\0", iov_len=2}], 3) = 10048
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\23\0\0\0\0\0\1\233\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\0\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1`\24\0\0\0\0\0 \0\0\0&V\0\0\0\0\0\1\0\0\0\0\0008\231\7\265\271\261\202", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
getpid() = 4
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="N\0\4\0\1\0\240\3\212\2\0\0'\0\0\0\1\30\f\0\2\0\240\3\212\2\0\0\0\0\0\0"..., iov_len=300}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 300
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1`\33\0\0\0\0\0\0\0\320\301\3456\363\357\0\0\0\0\0\0\0\0\0008\231\7\265\271\261\202", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233'\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1`\34\0\0\0\0\0\0\0EJ&V\0\0\0\0\0\1\0\0\0\0\0008\231\7\265\271\261\202", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\2\2\0\0\0\240\3", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\24\35\0\0\0\0\0\0\0\0\0\0\0\0\0 `\252J&V\0\0\300fEJ&V\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\16\2\0\0\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\24\36\0L\224\0\0000Q\2\0\0\0\0\0 `\252J&V\0\0\300fEJ&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
recvfrom(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 147792, 0, NULL, NULL) = 147792
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
openat(AT_FDCWD, "/proc/modules", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(4, "nvidia_modeset 1110016 2 - Live "..., 1024) = 1024
close(4) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(4, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(4) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 4
fcntl(4, F_SETFD, FD_CLOEXEC) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0xd2, 0x48), 0x7fffffffcda0) = 0
openat(AT_FDCWD, "/sys/devices/system/memory/block_size_bytes", O_RDONLY) = -1 ENOENT (No such file or directory)
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0xca, 0x4), 0x7ffff611aea0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0xc8, 0xa00), 0x7ffff611aec0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2b, 0x20), 0x7fffffffcdf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcdf0) = 0
openat(AT_FDCWD, "/proc/modules", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(5, "nvidia_modeset 1110016 2 - Live "..., 1024) = 1024
close(5) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(5, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(5) = 0
stat("/dev/nvidia-modeset", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 254), ...}) = 0
openat(AT_FDCWD, "/dev/nvidia-modeset", O_RDWR|O_CLOEXEC) = 5
fcntl(5, F_GETFD) = 0x1 (flags FD_CLOEXEC)
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcaf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcaf0) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(6, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(6) = 0
stat("/dev/nvidia0", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 0), ...}) = 0
openat(AT_FDCWD, "/dev/nvidia0", O_RDWR) = 6
fcntl(6, F_SETFD, FD_CLOEXEC) = 0
ioctl(6, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0xd7, 0x20), 0x7fffffffcc30) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2b, 0x20), 0x7fffffffccc0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffccd0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffccd0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffccd0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcaf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcaf0) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(7, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(7) = 0
stat("/dev/nvidia0", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 0), ...}) = 0
openat(AT_FDCWD, "/dev/nvidia0", O_RDWR) = 7
fcntl(7, F_SETFD, FD_CLOEXEC) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2b, 0x20), 0x7fffffffcca0) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(8, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(8) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 8
fcntl(8, F_SETFD, FD_CLOEXEC) = 0
ioctl(6, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x27, 0x38), 0x7fffffffcc90) = 0
close(8) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffccd0) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(8, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(8) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 8
fcntl(8, F_SETFD, FD_CLOEXEC) = 0
ioctl(6, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x27, 0x38), 0x7fffffffcc90) = 0
close(8) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2b, 0x20), 0x7fffffffccc0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2b, 0x20), 0x7fffffffccc0) = 0
ioctl(5, _IOC(_IOC_READ|_IOC_WRITE, 0x6d, 0, 0x10), 0x7fffffffcbb0) = 0
ioctl(5, _IOC(_IOC_READ|_IOC_WRITE, 0x6d, 0, 0x10), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcdf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcdf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcdf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcdf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcdf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcdf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcd50) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcd50) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcdf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcd80) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcd80) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcdf0) = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\27\3\0\0\0\0\0\1\2\0\0", iov_len=12}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 12
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\37\0S\0\0\0L\1\0\0\1\0\0\0\0s\340I&V\0\0\344r\340I&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 364
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\1\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1` \0\0\0\0\0\0\0\320\301\3456\363\357\0\0\0\0\0\0\0\0\0008\231\7\265\271\261\202", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x34, 0x1c), 0x7fffffffcd30) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(8, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(8) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 8
fcntl(8, F_SETFD, FD_CLOEXEC) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x4e, 0x38), 0x7fffffffcc80) = 0
mmap(NULL, 1069056, PROT_READ|PROT_WRITE, MAP_SHARED, 8, 0) = 0x7ffff4210000
close(8) = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\16\2\0\0\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\24!\0L\224\0\0000Q\2\0\0\0\0\0 `\252J&V\0\0\300fEJ&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
recvfrom(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 147792, 0, NULL, NULL) = 147792
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\6\2\0\0\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1s\"\0006\0\0\0\t\0\0\0&V\0\0\207\24\0\0\0\0\0\0\205\362\253I&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 248
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcd90) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcd20) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcd20) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcd20) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
getuid() = 1000
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2b, 0x20), 0x7fffffffcde0) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(8, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(8) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 8
fcntl(8, F_SETFD, FD_CLOEXEC) = 0
ioctl(6, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x27, 0x38), 0x7fffffffcdb0) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 8, 0) = 0x7ffff7fcf000
close(8) = 0
munmap(0x7ffff7fcf000, 4096) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x29, 0x10), 0x7fffffffce10) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(8, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(8) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 8
fcntl(8, F_SETFD, FD_CLOEXEC) = 0
ioctl(6, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x27, 0x38), 0x7fffffffcdb0) = 0
close(8) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x54, 0x38), 0x7fffffffce00) = 0
openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(8, "MemTotal: 8002900 kB\nMemF"..., 1024) = 1024
close(8) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcdf0) = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\16\2\0\0\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\24#\0L\224\0\0000Q\2\0\0\0\0\0 `\252J&V\0\0\300fEJ&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
recvfrom(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 147792, 0, NULL, NULL) = 147792
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x34, 0x1c), 0x7fffffffcb50) = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\2331\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0$\0\20\0\0\0\0\0\240C\0\0\0\0\211\317\303\232<\227\365\335\255ETp\372\242\354+"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 96
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
socket(AF_UNIX, SOCK_DGRAM, 0) = 8
connect(8, {sa_family=AF_UNIX, sun_path=@"nvidiaeff336e5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 66) = 0
fcntl(8, F_GETFD) = 0
fcntl(8, F_SETFD, FD_CLOEXEC) = 0
socketpair(AF_UNIX, SOCK_STREAM, 0, [9, 10]) = 0
sendmsg(8, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0\0\240C\0\0\0\0\211\317\303\232<\227\365\335\255ETp\372\242\354+\0\0\0\0\0\0\0\0"..., iov_len=144}], msg_iovlen=1, msg_control=[{cmsg_len=20, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, cmsg_data=[9]}], msg_controllen=24, msg_flags=0}, 0) = 144
close(9) = 0
recvmsg(10, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1", iov_len=1}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 1
close(10) = 0
socketpair(AF_UNIX, SOCK_STREAM, 0, [9, 10]) = 0
sendmsg(8, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0\0\240C\0\0\0\0\211\317\303\232<\227\365\335\255ETp\372\242\354+\3\0\0\0\0\0\0\0"..., iov_len=144}], msg_iovlen=1, msg_control=[{cmsg_len=20, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, cmsg_data=[9]}], msg_controllen=24, msg_flags=0}, 0) = 144
close(9) = 0
recvmsg(10, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0\0\0\0", iov_len=4}], msg_iovlen=1, msg_control=[{cmsg_len=20, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, cmsg_data=[9]}], msg_controllen=24, msg_flags=0}, 0) = 4
close(10) = 0
ioctl(5, _IOC(_IOC_READ|_IOC_WRITE, 0x6d, 0, 0x10), 0x7fffffffcb70) = 0
close(9) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x57, 0x38), 0x7fffffffcc00) = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\16\2\0\0\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\24%\0L\224\0\0000Q\2\0\0\0\0\0 `\252J&V\0\0\300fEJ&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
recvfrom(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 147792, 0, NULL, NULL) = 147792
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
mmap(NULL, 658688, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x40000000
mmap(NULL, 823296, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffff4147000
brk(0x5555558d9000) = 0x5555558d9000
--- glxgears.strace 2018-08-19 12:25:38.589547726 -0600
+++ glxgears-noroot.strace 2018-08-19 12:25:37.573834635 -0600
@@ -1,4 +1,4 @@
-execve("/usr/bin/glxgears", ["glxgears"], 0x7fffffffe030 /* 56 vars */) = 0
+execve("/usr/bin/glxgears", ["glxgears"], 0x7fffffffe018 /* 56 vars */) = 0
brk(NULL) = 0x55555575a000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.preload", R_OK) = 0
@@ -227,6 +227,8 @@
fcntl(3, F_SETFD, FD_CLOEXEC) = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="l\0\v\0\0\0\22\0\20\0\0\0", iov_len=12}, {iov_base="", iov_len=0}, {iov_base="MIT-MAGIC-COOKIE-1", iov_len=18}, {iov_base="\0\0", iov_len=2}, {iov_base="\25*\22W\204\277\241\333\256X\334c\370\356,\223", iov_len=16}, {iov_base="", iov_len=0}], 6) = 48
+recvfrom(3, 0x55555576ef50, 8, 0, NULL, NULL) = -1 EAGAIN (Resource temporarily unavailable)
+poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvfrom(3, "\1\0\v\0\0\0\213\5", 8, 0, NULL, NULL) = 8
recvfrom(3, "\0\33\267\0\0\0\240\3\377\377\37\0\0\1\0\0\24\0\377\377\1\7\0\0 \10\377\0\0\0\0"..., 5676, 0, NULL, NULL) = 5676
brk(0x55555579c000) = 0x55555579c000
@@ -266,7 +268,7 @@
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\232\23\3\0\0\0\0\0\3\0\0\0", iov_len=12}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 12
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
-recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\10\0\254\0\0\0\20j\253J\257\2\0\0\20j\253J&V\0\0 `\252J&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 720
+recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\10\0\254\0\0\0\360\362\263J\257\2\0\0\360\362\263J&V\0\0000D\264J&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 720
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
@@ -382,8 +384,8 @@
brk(0x55555579e000) = 0x55555579e000
munmap(0x7ffff429c000, 491520) = 0
openat(AT_FDCWD, "/home/kevin/.nv/nvidia-application-profile-globals-rc", O_RDONLY) = -1 ENOENT (No such file or directory)
-clock_gettime(CLOCK_MONOTONIC, {tv_sec=734, tv_nsec=41924780}) = 0
-clock_gettime(CLOCK_MONOTONIC, {tv_sec=734, tv_nsec=41942415}) = 0
+clock_gettime(CLOCK_MONOTONIC, {tv_sec=960, tv_nsec=727379341}) = 0
+clock_gettime(CLOCK_MONOTONIC, {tv_sec=960, tv_nsec=727402851}) = 0
openat(AT_FDCWD, "/home/kevin/.nv/nvidia-application-profiles-rc", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/kevin/.nv/nvidia-application-profiles-rc.d", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/nvidia/nvidia-application-profiles-rc", O_RDONLY) = -1 ENOENT (No such file or directory)
@@ -651,8 +653,8 @@
read(4, "\0.shstrtab\0.hash\0.dynsym\0.dynstr"..., 205) = 205
close(4) = 0
brk(0x5555557b7000) = 0x5555557b7000
-clock_gettime(CLOCK_MONOTONIC, {tv_sec=734, tv_nsec=47134609}) = 0
-clock_gettime(CLOCK_MONOTONIC, {tv_sec=734, tv_nsec=47151787}) = 0
+clock_gettime(CLOCK_MONOTONIC, {tv_sec=960, tv_nsec=735531582}) = 0
+clock_gettime(CLOCK_MONOTONIC, {tv_sec=960, tv_nsec=735555723}) = 0
brk(0x5555557fb000) = 0x5555557fb000
getpid() = 4
statfs("/sys/fs/selinux", 0x7fffffffd430) = -1 EACCES (Permission denied)
@@ -716,7 +718,7 @@
close(4) = 0
getpid() = 4
futex(0x7ffff6655ea4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
-clock_gettime(CLOCK_MONOTONIC, {tv_sec=734, tv_nsec=50997813}) = 0
+clock_gettime(CLOCK_MONOTONIC, {tv_sec=960, tv_nsec=739739147}) = 0
getpid() = 4
readlink("/proc/4/exe", "/usr/bin/glxgears", 4095) = 17
getpid() = 4
@@ -780,7 +782,7 @@
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
openat(AT_FDCWD, "/home/kevin/.nv/nvidia-application-profile-globals-rc", O_RDONLY) = -1 ENOENT (No such file or directory)
-clock_gettime(CLOCK_MONOTONIC, {tv_sec=734, tv_nsec=52819001}) = 0
+clock_gettime(CLOCK_MONOTONIC, {tv_sec=960, tv_nsec=746680881}) = 0
openat(AT_FDCWD, "/home/kevin/.nv/nvidia-application-profiles-rc", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/kevin/.nv/nvidia-application-profiles-rc.d", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/nvidia/nvidia-application-profiles-rc", O_RDONLY) = -1 ENOENT (No such file or directory)
@@ -1054,30 +1056,28 @@
writev(3, [{iov_base="\232\16\2\0\0\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\17\0\240#\0\0\344\0\0\0(\0\0\0pQ4J&V\0\0(\236\341I&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
-recvfrom(3, "\4\0\0\0\0\0\0\0\240\206\1\0\1\0\0\0\241\206\1\0\2\0\0\0 \0\0\0\r\200\0\0"..., 32416, 0, NULL, NULL) = 5696
-recvfrom(3, "\214\0\0\0\5\0\0\0\1\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\0\0\0\0\20\0\0\0"..., 26720, 0, NULL, NULL) = 6400
-recvfrom(3, "\240\0\0\0\5\0\0\0\1\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\0\0\0\0\20\0\0\0"..., 20320, 0, NULL, NULL) = 4480
-recvfrom(3, "\256\0\0\0\5\0\0\0\1\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\0\0\0\0\20\0\0\0"..., 15840, 0, NULL, NULL) = 4320
-recvfrom(3, "\275\0\0\0\4\0\0\0\1\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\0\0\0\0\20\0\0\0"..., 11520, 0, NULL, NULL) = 4480
-recvfrom(3, "\331\0\0\0\4\0\0\0\1\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\0\0\0\0\20\0\0\0"..., 7040, 0, NULL, NULL) = 4160
-recvfrom(3, "\363\0\0\0\4\0\0\0\1\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\0\0\0\0\20\0\0\0"..., 2880, 0, NULL, NULL) = 2880
+recvfrom(3, "\4\0\0\0\0\0\0\0\240\206\1\0\1\0\0\0\241\206\1\0\2\0\0\0 \0\0\0\r\200\0\0"..., 32416, 0, NULL, NULL) = 5856
+recvfrom(3, "B\0\0\0\4\0\0\0\1\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\20\0\0\0"..., 26560, 0, NULL, NULL) = 7520
+recvfrom(3, "\244\0\0\0\5\0\0\0\1\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\20\0\0\0"..., 19040, 0, NULL, NULL) = 5120
+recvfrom(3, "\264\0\0\0\5\0\0\0\1\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\0\0\0\0\20\0\0\0"..., 13920, 0, NULL, NULL) = 4800
+recvfrom(3, "\314\0\0\0\4\0\0\0\1\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\20\0\0\0"..., 9120, 0, NULL, NULL) = 4640
+recvfrom(3, "\351\0\0\0\4\0\0\0\1\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\10\0\0\0\20\0\0\0"..., 4480, 0, NULL, NULL) = 4480
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\232\25\2\0\0\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\20\0\236c\0\0007\1\0\0)\0\0\0pQ4J&V\0\0(\236\341I&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
-recvfrom(3, "\21\200\0\0\1\0\0\0\20\200\0\0\7\0\0\0\22\200\0\0\1\0\0\0\"\0\0\0\2\200\0\0"..., 97944, 0, NULL, NULL) = 14632
-recvfrom(3, "\23\200\0\0>\1\0\0\2\0\0\0\30\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\1\0\0\0"..., 83312, 0, NULL, NULL) = 9512
-recvfrom(3, "\23\200\0\0[\1\0\0\2\0\0\0 \0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0"..., 73800, 0, NULL, NULL) = 8856
-recvfrom(3, "\23\200\0\0v\1\0\0\2\0\0\0\30\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\1\0\0\0"..., 64944, 0, NULL, NULL) = 9512
-recvfrom(3, "\23\200\0\0\223\1\0\0\2\0\0\0 \0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0"..., 55432, 0, NULL, NULL) = 9184
-recvfrom(3, "\23\200\0\0\257\1\0\0\2\0\0\0\30\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0"..., 46248, 0, NULL, NULL) = 9184
-recvfrom(3, "\23\200\0\0\313\1\0\0\2\0\0\0\30\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\1\0\0\0"..., 37064, 0, NULL, NULL) = 8856
-recvfrom(3, "\23\200\0\0\346\1\0\0\2\0\0\0 \0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\1\0\0\0"..., 28208, 0, NULL, NULL) = 8528
-recvfrom(3, "\23\200\0\0\0\2\0\0\2\0\0\0\200\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0"..., 19680, 0, NULL, NULL) = 8856
-recvfrom(3, "\23\200\0\0\33\2\0\0\2\0\0\0@\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\1\0\0\0"..., 10824, 0, NULL, NULL) = 8528
-recvfrom(3, "\23\200\0\0005\2\0\0\2\0\0\0@\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0"..., 2296, 0, NULL, NULL) = 2296
+recvfrom(3, "\21\200\0\0\1\0\0\0\20\200\0\0\7\0\0\0\22\200\0\0\1\0\0\0\"\0\0\0\2\200\0\0"..., 97944, 0, NULL, NULL) = 15288
+recvfrom(3, "\23\200\0\0@\1\0\0\2\0\0\0 \0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\1\0\0\0"..., 82656, 0, NULL, NULL) = 9512
+recvfrom(3, "\23\200\0\0]\1\0\0\2\0\0\0\30\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\1\0\0\0"..., 73144, 0, NULL, NULL) = 9512
+recvfrom(3, "\23\200\0\0z\1\0\0\2\0\0\0\30\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\1\0\0\0"..., 63632, 0, NULL, NULL) = 8856
+recvfrom(3, "\23\200\0\0\225\1\0\0\2\0\0\0\30\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\1\0\0\0"..., 54776, 0, NULL, NULL) = 9184
+recvfrom(3, "\23\200\0\0\261\1\0\0\2\0\0\0\30\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\1\0\0\0"..., 45592, 0, NULL, NULL) = 9840
+recvfrom(3, "\23\200\0\0\317\1\0\0\2\0\0\0\30\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0"..., 35752, 0, NULL, NULL) = 9512
+recvfrom(3, "\23\200\0\0\354\1\0\0\2\0\0\0\20\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0"..., 26240, 0, NULL, NULL) = 9184
+recvfrom(3, "\23\200\0\0\10\2\0\0\2\0\0\0 \0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0"..., 17056, 0, NULL, NULL) = 9184
+recvfrom(3, "\23\200\0\0$\2\0\0\2\0\0\0\20\0\0\0\3\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0"..., 7872, 0, NULL, NULL) = 7872
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
@@ -1095,7 +1095,7 @@
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\0\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
-recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1`\24\0\0\0\0\0 \0\0\0&V\0\0\0\0\0\1\0\0\0\0\0008\231\7\265\271\261\202", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
+recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1D\24\0\0\0\0\0 \0\0\0&V\0\0\0\0\0\1\0\0\0\0\0008\231\7\265\271\261\202", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
getpid() = 4
@@ -3707,25 +3707,25 @@
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="N\0\4\0\1\0\240\3\212\2\0\0'\0\0\0\1\30\f\0\2\0\240\3\212\2\0\0\0\0\0\0"..., iov_len=300}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 300
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
-recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1`\33\0\0\0\0\0\0\0\320\301\3456\363\357\0\0\0\0\0\0\0\0\0008\231\7\265\271\261\202", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
+recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1D\33\0\0\0\0\0\0\0\320\301\3456\363\357\0\0\0\0\0\0\0\0\0008\231\7\265\271\261\202", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233'\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
-recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1`\34\0\0\0\0\0\0\0EJ&V\0\0\0\0\0\1\0\0\0\0\0008\231\7\265\271\261\202", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
+recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1D\34\0\0\0\0\0\0\0EJ&V\0\0\0\0\0\1\0\0\0\0\0008\231\7\265\271\261\202", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\2\2\0\0\0\240\3", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
-recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\24\35\0\0\0\0\0\0\0\0\0\0\0\0\0 `\252J&V\0\0\300fEJ&V\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
+recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1(\35\0\0\0\0\0\0\0\0\0\0\0\0\0000D\264J&V\0\0\300fEJ&V\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\16\2\0\0\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
-recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\24\36\0L\224\0\0000Q\2\0\0\0\0\0 `\252J&V\0\0\300fEJ&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
+recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1(\36\0L\224\0\0000Q\2\0\0\0\0\0000D\264J&V\0\0\300fEJ&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
recvfrom(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 147792, 0, NULL, NULL) = 147792
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
@@ -3738,6 +3738,17 @@
read(4, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(4) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
+chmod("/dev/nvidiactl", 0666) = -1 EPERM (Operation not permitted)
+stat("/usr/bin/nvidia-modprobe", {st_mode=S_IFREG|S_ISUID|0755, st_size=34904, ...}) = 0
+geteuid() = 1000
+clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ffff6660fd0) = 5
+wait4(5, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 5
+--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=5, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
+openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 4
+fstat(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
+read(4, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
+close(4) = 0
+stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 4
fcntl(4, F_SETFD, FD_CLOEXEC) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0xd2, 0x48), 0x7fffffffcda0) = 0
@@ -3755,18 +3766,33 @@
read(5, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(5) = 0
stat("/dev/nvidia-modeset", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 254), ...}) = 0
-openat(AT_FDCWD, "/dev/nvidia-modeset", O_RDWR|O_CLOEXEC) = 5
-fcntl(5, F_GETFD) = 0x1 (flags FD_CLOEXEC)
+chmod("/dev/nvidia-modeset", 0666) = -1 EPERM (Operation not permitted)
+stat("/usr/bin/nvidia-modprobe", {st_mode=S_IFREG|S_ISUID|0755, st_size=34904, ...}) = 0
+geteuid() = 1000
+clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ffff6660fd0) = 6
+wait4(6, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 6
+--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=6, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcaf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcaf0) = 0
-openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 6
-fstat(6, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
-read(6, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
-close(6) = 0
+openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 5
+fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
+read(5, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
+close(5) = 0
stat("/dev/nvidia0", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 0), ...}) = 0
-openat(AT_FDCWD, "/dev/nvidia0", O_RDWR) = 6
-fcntl(6, F_SETFD, FD_CLOEXEC) = 0
-ioctl(6, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0xd7, 0x20), 0x7fffffffcc30) = 0
+chmod("/dev/nvidia0", 0666) = -1 EPERM (Operation not permitted)
+stat("/usr/bin/nvidia-modprobe", {st_mode=S_IFREG|S_ISUID|0755, st_size=34904, ...}) = 0
+geteuid() = 1000
+clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ffff6660fd0) = 7
+wait4(7, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 7
+--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
+openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 5
+fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
+read(5, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
+close(5) = 0
+stat("/dev/nvidia0", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 0), ...}) = 0
+openat(AT_FDCWD, "/dev/nvidia0", O_RDWR) = 5
+fcntl(5, F_SETFD, FD_CLOEXEC) = 0
+ioctl(5, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0xd7, 0x20), 0x7fffffffcc30) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2b, 0x20), 0x7fffffffccc0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffccd0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffccd0) = 0
@@ -3774,37 +3800,68 @@
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcaf0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcaf0) = 0
+openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 6
+fstat(6, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
+read(6, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
+close(6) = 0
+stat("/dev/nvidia0", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 0), ...}) = 0
+chmod("/dev/nvidia0", 0666) = -1 EPERM (Operation not permitted)
+stat("/usr/bin/nvidia-modprobe", {st_mode=S_IFREG|S_ISUID|0755, st_size=34904, ...}) = 0
+geteuid() = 1000
+clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ffff6660fd0) = 8
+wait4(8, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 8
+--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=8, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
+openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 6
+fstat(6, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
+read(6, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
+close(6) = 0
+stat("/dev/nvidia0", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 0), ...}) = 0
+openat(AT_FDCWD, "/dev/nvidia0", O_RDWR) = 6
+fcntl(6, F_SETFD, FD_CLOEXEC) = 0
+ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2b, 0x20), 0x7fffffffcca0) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(7, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(7) = 0
-stat("/dev/nvidia0", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 0), ...}) = 0
-openat(AT_FDCWD, "/dev/nvidia0", O_RDWR) = 7
-fcntl(7, F_SETFD, FD_CLOEXEC) = 0
-ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2b, 0x20), 0x7fffffffcca0) = 0
-openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 8
-fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
-read(8, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
-close(8) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
-openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 8
-fcntl(8, F_SETFD, FD_CLOEXEC) = 0
-ioctl(6, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x27, 0x38), 0x7fffffffcc90) = 0
-close(8) = 0
+chmod("/dev/nvidiactl", 0666) = -1 EPERM (Operation not permitted)
+stat("/usr/bin/nvidia-modprobe", {st_mode=S_IFREG|S_ISUID|0755, st_size=34904, ...}) = 0
+geteuid() = 1000
+clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ffff6660fd0) = 9
+wait4(9, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 9
+--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=9, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
+openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 7
+fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
+read(7, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
+close(7) = 0
+stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
+openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 7
+fcntl(7, F_SETFD, FD_CLOEXEC) = 0
+ioctl(5, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x27, 0x38), 0x7fffffffcc90) = 0
+close(7) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffccd0) = 0
-openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 8
-fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
-read(8, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
-close(8) = 0
+openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 7
+fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
+read(7, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
+close(7) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
-openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 8
-fcntl(8, F_SETFD, FD_CLOEXEC) = 0
-ioctl(6, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x27, 0x38), 0x7fffffffcc90) = 0
-close(8) = 0
+chmod("/dev/nvidiactl", 0666) = -1 EPERM (Operation not permitted)
+stat("/usr/bin/nvidia-modprobe", {st_mode=S_IFREG|S_ISUID|0755, st_size=34904, ...}) = 0
+geteuid() = 1000
+clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ffff6660fd0) = 10
+wait4(10, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 10
+--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=10, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
+openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 7
+fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
+read(7, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
+close(7) = 0
+stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
+openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 7
+fcntl(7, F_SETFD, FD_CLOEXEC) = 0
+ioctl(5, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x27, 0x38), 0x7fffffffcc90) = 0
+close(7) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2b, 0x20), 0x7fffffffccc0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2b, 0x20), 0x7fffffffccc0) = 0
-ioctl(5, _IOC(_IOC_READ|_IOC_WRITE, 0x6d, 0, 0x10), 0x7fffffffcbb0) = 0
-ioctl(5, _IOC(_IOC_READ|_IOC_WRITE, 0x6d, 0, 0x10), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
@@ -3839,32 +3896,43 @@
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\1\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
-recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1` \0\0\0\0\0\0\0\320\301\3456\363\357\0\0\0\0\0\0\0\0\0008\231\7\265\271\261\202", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
+recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1D \0\0\0\0\0\0\0\320\301\3456\363\357\0\0\0\0\0\0\0\0\0008\231\7\265\271\261\202", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x34, 0x1c), 0x7fffffffcd30) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcbb0) = 0
-openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 8
-fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
-read(8, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
-close(8) = 0
+openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 7
+fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
+read(7, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
+close(7) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
-openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 8
-fcntl(8, F_SETFD, FD_CLOEXEC) = 0
+chmod("/dev/nvidiactl", 0666) = -1 EPERM (Operation not permitted)
+stat("/usr/bin/nvidia-modprobe", {st_mode=S_IFREG|S_ISUID|0755, st_size=34904, ...}) = 0
+geteuid() = 1000
+clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ffff6660fd0) = 11
+wait4(11, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 11
+--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=11, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
+openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 7
+fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
+read(7, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
+close(7) = 0
+stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
+openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 7
+fcntl(7, F_SETFD, FD_CLOEXEC) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x4e, 0x38), 0x7fffffffcc80) = 0
-mmap(NULL, 1069056, PROT_READ|PROT_WRITE, MAP_SHARED, 8, 0) = 0x7ffff4210000
-close(8) = 0
+mmap(NULL, 1069056, PROT_READ|PROT_WRITE, MAP_SHARED, 7, 0) = 0x7ffff4210000
+close(7) = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\16\2\0\0\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
-recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\24!\0L\224\0\0000Q\2\0\0\0\0\0 `\252J&V\0\0\300fEJ&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
+recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1(!\0L\224\0\0000Q\2\0\0\0\0\0000D\264J&V\0\0\300fEJ&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
recvfrom(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 147792, 0, NULL, NULL) = 147792
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\6\2\0\0\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
-recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1s\"\0006\0\0\0\t\0\0\0&V\0\0\207\24\0\0\0\0\0\0\205\362\253I&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 248
+recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1s\"\0006\0\0\0\t\0\0\0&V\0\0\233(\0\0\0\0\0\0\205\362\253I&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 248
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcd90) = 0
@@ -3877,37 +3945,59 @@
getegid() = 1000
getuid() = 1000
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2b, 0x20), 0x7fffffffcde0) = 0
-openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 8
-fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
-read(8, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
-close(8) = 0
+openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 7
+fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
+read(7, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
+close(7) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
-openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 8
-fcntl(8, F_SETFD, FD_CLOEXEC) = 0
-ioctl(6, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x27, 0x38), 0x7fffffffcdb0) = 0
-mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 8, 0) = 0x7ffff7fcf000
-close(8) = 0
+chmod("/dev/nvidiactl", 0666) = -1 EPERM (Operation not permitted)
+stat("/usr/bin/nvidia-modprobe", {st_mode=S_IFREG|S_ISUID|0755, st_size=34904, ...}) = 0
+geteuid() = 1000
+clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ffff6660fd0) = 12
+wait4(12, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 12
+--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=12, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
+openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 7
+fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
+read(7, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
+close(7) = 0
+stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
+openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 7
+fcntl(7, F_SETFD, FD_CLOEXEC) = 0
+ioctl(5, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x27, 0x38), 0x7fffffffcdb0) = 0
+mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 7, 0) = 0x7ffff7fcf000
+close(7) = 0
munmap(0x7ffff7fcf000, 4096) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x29, 0x10), 0x7fffffffce10) = 0
-openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 8
-fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
-read(8, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
-close(8) = 0
+openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 7
+fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
+read(7, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
+close(7) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
-openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 8
-fcntl(8, F_SETFD, FD_CLOEXEC) = 0
-ioctl(6, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x27, 0x38), 0x7fffffffcdb0) = 0
-close(8) = 0
+chmod("/dev/nvidiactl", 0666) = -1 EPERM (Operation not permitted)
+stat("/usr/bin/nvidia-modprobe", {st_mode=S_IFREG|S_ISUID|0755, st_size=34904, ...}) = 0
+geteuid() = 1000
+clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ffff6660fd0) = 13
+wait4(13, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 13
+--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=13, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
+openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 7
+fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
+read(7, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
+close(7) = 0
+stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 255), ...}) = 0
+openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 7
+fcntl(7, F_SETFD, FD_CLOEXEC) = 0
+ioctl(5, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x27, 0x38), 0x7fffffffcdb0) = 0
+close(7) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x54, 0x38), 0x7fffffffce00) = 0
-openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 8
-fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
-read(8, "MemTotal: 8002900 kB\nMemF"..., 1024) = 1024
-close(8) = 0
+openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 7
+fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
+read(7, "MemTotal: 8002900 kB\nMemF"..., 1024) = 1024
+close(7) = 0
ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fffffffcdf0) = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\16\2\0\0\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
-recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\24#\0L\224\0\0000Q\2\0\0\0\0\0 `\252J&V\0\0\300fEJ&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
+recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1(#\0L\224\0\0000Q\2\0\0\0\0\0000D\264J&V\0\0\300fEJ&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
recvfrom(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 147792, 0, NULL, NULL) = 147792
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
@@ -3915,30 +4005,30 @@
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\2331\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
-recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0$\0\20\0\0\0\0\0\240C\0\0\0\0\211\317\303\232<\227\365\335\255ETp\372\242\354+"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 96
+recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0$\0\20\0\0\0\0\0\240C\0\0\0\0x`1N\213\337\355\17\257\21j\25\206\4\367\262"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 96
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
-socket(AF_UNIX, SOCK_DGRAM, 0) = 8
-connect(8, {sa_family=AF_UNIX, sun_path=@"nvidiaeff336e5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 66) = 0
-fcntl(8, F_GETFD) = 0
-fcntl(8, F_SETFD, FD_CLOEXEC) = 0
-socketpair(AF_UNIX, SOCK_STREAM, 0, [9, 10]) = 0
-sendmsg(8, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0\0\240C\0\0\0\0\211\317\303\232<\227\365\335\255ETp\372\242\354+\0\0\0\0\0\0\0\0"..., iov_len=144}], msg_iovlen=1, msg_control=[{cmsg_len=20, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, cmsg_data=[9]}], msg_controllen=24, msg_flags=0}, 0) = 144
-close(9) = 0
-recvmsg(10, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1", iov_len=1}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 1
-close(10) = 0
-socketpair(AF_UNIX, SOCK_STREAM, 0, [9, 10]) = 0
-sendmsg(8, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0\0\240C\0\0\0\0\211\317\303\232<\227\365\335\255ETp\372\242\354+\3\0\0\0\0\0\0\0"..., iov_len=144}], msg_iovlen=1, msg_control=[{cmsg_len=20, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, cmsg_data=[9]}], msg_controllen=24, msg_flags=0}, 0) = 144
+socket(AF_UNIX, SOCK_DGRAM, 0) = 7
+connect(7, {sa_family=AF_UNIX, sun_path=@"nvidiaeff336e5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 66) = 0
+fcntl(7, F_GETFD) = 0
+fcntl(7, F_SETFD, FD_CLOEXEC) = 0
+socketpair(AF_UNIX, SOCK_STREAM, 0, [8, 9]) = 0
+sendmsg(7, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0\0\240C\0\0\0\0x`1N\213\337\355\17\257\21j\25\206\4\367\262\0\0\0\0\0\0\0\0"..., iov_len=144}], msg_iovlen=1, msg_control=[{cmsg_len=20, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, cmsg_data=[8]}], msg_controllen=24, msg_flags=0}, 0) = 144
+close(8) = 0
+recvmsg(9, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1", iov_len=1}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 1
close(9) = 0
-recvmsg(10, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0\0\0\0", iov_len=4}], msg_iovlen=1, msg_control=[{cmsg_len=20, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, cmsg_data=[9]}], msg_controllen=24, msg_flags=0}, 0) = 4
-close(10) = 0
-ioctl(5, _IOC(_IOC_READ|_IOC_WRITE, 0x6d, 0, 0x10), 0x7fffffffcb70) = 0
+socketpair(AF_UNIX, SOCK_STREAM, 0, [8, 9]) = 0
+sendmsg(7, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0\0\240C\0\0\0\0x`1N\213\337\355\17\257\21j\25\206\4\367\262\3\0\0\0\0\0\0\0"..., iov_len=144}], msg_iovlen=1, msg_control=[{cmsg_len=20, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, cmsg_data=[8]}], msg_controllen=24, msg_flags=0}, 0) = 144
+close(8) = 0
+recvmsg(9, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0\0\0\0", iov_len=4}], msg_iovlen=1, msg_control=[{cmsg_len=20, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, cmsg_data=[8]}], msg_controllen=24, msg_flags=0}, 0) = 4
close(9) = 0
-ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x57, 0x38), 0x7fffffffcc00) = 0
+ioctl(-1, _IOC(_IOC_READ|_IOC_WRITE, 0x6d, 0, 0x10), 0x7fffffffcb70) = -1 EBADF (Bad file descriptor)
+close(8) = 0
+ioctl(4, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x29, 0x10), 0x7fffffffcb80) = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\233\16\2\0\0\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
-recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\24%\0L\224\0\0000Q\2\0\0\0\0\0 `\252J&V\0\0\300fEJ&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
+recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1(%\0L\224\0\0000Q\2\0\0\0\0\0000D\264J&V\0\0\300fEJ&V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
recvfrom(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 147792, 0, NULL, NULL) = 147792
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
GLX_ARB_context_flush_control, GLX_ARB_create_context,
GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile,
GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
GLX_ARB_multisample, GLX_EXT_buffer_age,
GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile,
GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, GLX_EXT_libglvnd,
GLX_EXT_stereo_tree, GLX_EXT_swap_control, GLX_EXT_swap_control_tear,
GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_NV_copy_image, GLX_NV_delay_before_swap, GLX_NV_float_buffer,
GLX_NV_multisample_coverage, GLX_NV_robustness_video_memory_purge,
GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGI_swap_control,
GLX_SGI_video_sync
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
client glx extensions:
GLX_ARB_context_flush_control, GLX_ARB_create_context,
GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile,
GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age,
GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile,
GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB,
GLX_EXT_import_context, GLX_EXT_stereo_tree, GLX_EXT_swap_control,
GLX_EXT_swap_control_tear, GLX_EXT_texture_from_pixmap,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_NV_copy_buffer,
GLX_NV_copy_image, GLX_NV_delay_before_swap, GLX_NV_float_buffer,
GLX_NV_multisample_coverage, GLX_NV_present_video,
GLX_NV_robustness_video_memory_purge, GLX_NV_swap_group,
GLX_NV_video_capture, GLX_NV_video_out, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGI_swap_control, GLX_SGI_video_sync
GLX version: 1.4
GLX extensions:
GLX_ARB_context_flush_control, GLX_ARB_create_context,
GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile,
GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age,
GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile,
GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, GLX_EXT_stereo_tree,
GLX_EXT_swap_control, GLX_EXT_swap_control_tear,
GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_NV_copy_image, GLX_NV_delay_before_swap, GLX_NV_float_buffer,
GLX_NV_multisample_coverage, GLX_NV_robustness_video_memory_purge,
GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGI_swap_control,
GLX_SGI_video_sync
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 1024 MB
Total available memory: 1024 MB
Currently available dedicated video memory: 926 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVS 5400M/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 390.116
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
GL_AMD_multi_draw_indirect, GL_ARB_ES2_compatibility,
GL_ARB_ES3_1_compatibility, GL_ARB_ES3_2_compatibility,
GL_ARB_ES3_compatibility, GL_ARB_arrays_of_arrays, GL_ARB_base_instance,
GL_ARB_blend_func_extended, GL_ARB_buffer_storage,
GL_ARB_clear_buffer_object, GL_ARB_clear_texture, GL_ARB_clip_control,
GL_ARB_color_buffer_float, GL_ARB_compressed_texture_pixel_storage,
GL_ARB_compute_shader, GL_ARB_compute_variable_group_size,
GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth,
GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_cull_distance,
GL_ARB_debug_output, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp,
GL_ARB_depth_texture, GL_ARB_derivative_control,
GL_ARB_direct_state_access, GL_ARB_draw_buffers,
GL_ARB_draw_buffers_blend, GL_ARB_draw_elements_base_vertex,
GL_ARB_draw_indirect, GL_ARB_draw_instanced, GL_ARB_enhanced_layouts,
GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location,
GL_ARB_fragment_coord_conventions, GL_ARB_fragment_layer_viewport,
GL_ARB_fragment_program, GL_ARB_fragment_program_shadow,
GL_ARB_fragment_shader, GL_ARB_framebuffer_no_attachments,
GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB,
GL_ARB_geometry_shader4, GL_ARB_get_program_binary,
GL_ARB_get_texture_sub_image, GL_ARB_gl_spirv, GL_ARB_gpu_shader5,
GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_half_float_pixel,
GL_ARB_half_float_vertex, GL_ARB_imaging, GL_ARB_indirect_parameters,
GL_ARB_instanced_arrays, GL_ARB_internalformat_query,
GL_ARB_internalformat_query2, GL_ARB_invalidate_subdata,
GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multi_bind,
GL_ARB_multi_draw_indirect, GL_ARB_multisample, GL_ARB_multitexture,
GL_ARB_occlusion_query, GL_ARB_occlusion_query2,
GL_ARB_parallel_shader_compile, GL_ARB_pipeline_statistics_query,
GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite,
GL_ARB_polygon_offset_clamp, GL_ARB_program_interface_query,
GL_ARB_provoking_vertex, GL_ARB_query_buffer_object,
GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness,
GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map,
GL_ARB_separate_shader_objects, GL_ARB_shader_atomic_counter_ops,
GL_ARB_shader_atomic_counters, GL_ARB_shader_bit_encoding,
GL_ARB_shader_draw_parameters, GL_ARB_shader_group_vote,
GL_ARB_shader_image_load_store, GL_ARB_shader_image_size,
GL_ARB_shader_objects, GL_ARB_shader_precision,
GL_ARB_shader_storage_buffer_object, GL_ARB_shader_subroutine,
GL_ARB_shader_texture_image_samples, GL_ARB_shader_texture_lod,
GL_ARB_shading_language_100, GL_ARB_shading_language_420pack,
GL_ARB_shading_language_include, GL_ARB_shading_language_packing,
GL_ARB_shadow, GL_ARB_sparse_buffer, GL_ARB_sparse_texture,
GL_ARB_spirv_extensions, GL_ARB_stencil_texturing, GL_ARB_sync,
GL_ARB_tessellation_shader, GL_ARB_texture_barrier,
GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object,
GL_ARB_texture_buffer_object_rgb32, GL_ARB_texture_buffer_range,
GL_ARB_texture_compression, GL_ARB_texture_compression_bptc,
GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map,
GL_ARB_texture_cube_map_array, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
GL_ARB_texture_env_dot3, GL_ARB_texture_filter_anisotropic,
GL_ARB_texture_float, GL_ARB_texture_gather,
GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat,
GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two,
GL_ARB_texture_query_levels, GL_ARB_texture_query_lod,
GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui,
GL_ARB_texture_stencil8, GL_ARB_texture_storage,
GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle,
GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2,
GL_ARB_transform_feedback3, GL_ARB_transform_feedback_instanced,
GL_ARB_transform_feedback_overflow_query, GL_ARB_transpose_matrix,
GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra,
GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_64bit,
GL_ARB_vertex_attrib_binding, GL_ARB_vertex_buffer_object,
GL_ARB_vertex_program, GL_ARB_vertex_shader,
GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev,
GL_ARB_viewport_array, GL_ARB_window_pos, GL_ATI_draw_buffers,
GL_ATI_texture_float, GL_ATI_texture_mirror_once,
GL_EXTX_framebuffer_mixed_formats, GL_EXT_Cg_shader, GL_EXT_abgr,
GL_EXT_bgra, GL_EXT_bindable_uniform, GL_EXT_blend_color,
GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array,
GL_EXT_depth_bounds_test, GL_EXT_direct_state_access,
GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements,
GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample,
GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_object,
GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4,
GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4,
GL_EXT_import_sync_object, GL_EXT_multi_draw_arrays,
GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels,
GL_EXT_pixel_buffer_object, GL_EXT_point_parameters,
GL_EXT_polygon_offset_clamp, GL_EXT_provoking_vertex,
GL_EXT_rescale_normal, GL_EXT_secondary_color,
GL_EXT_separate_shader_objects, GL_EXT_separate_specular_color,
GL_EXT_shader_image_load_store, GL_EXT_shader_integer_mix,
GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap,
GL_EXT_texture3D, GL_EXT_texture_array, GL_EXT_texture_buffer_object,
GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_latc,
GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc,
GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp,
GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
GL_EXT_texture_integer, GL_EXT_texture_lod, GL_EXT_texture_lod_bias,
GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, GL_EXT_texture_sRGB,
GL_EXT_texture_sRGB_decode, GL_EXT_texture_shared_exponent,
GL_EXT_texture_storage, GL_EXT_texture_swizzle, GL_EXT_timer_query,
GL_EXT_transform_feedback2, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra,
GL_EXT_vertex_attrib_64bit, GL_EXT_window_rectangles,
GL_EXT_x11_sync_object, GL_IBM_rasterpos_clip,
GL_IBM_texture_mirrored_repeat, GL_KHR_blend_equation_advanced,
GL_KHR_context_flush_control, GL_KHR_debug, GL_KHR_no_error,
GL_KHR_parallel_shader_compile, GL_KHR_robust_buffer_access_behavior,
GL_KHR_robustness, GL_KTX_buffer_region, GL_NVX_conditional_render,
GL_NVX_gpu_memory_info, GL_NV_ES1_1_compatibility,
GL_NV_ES3_1_compatibility, GL_NV_alpha_to_coverage_dither_control,
GL_NV_bindless_multi_draw_indirect,
GL_NV_bindless_multi_draw_indirect_count, GL_NV_blend_equation_advanced,
GL_NV_blend_square, GL_NV_command_list, GL_NV_compute_program5,
GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image,
GL_NV_depth_buffer_float, GL_NV_depth_clamp, GL_NV_draw_texture,
GL_NV_explicit_multisample, GL_NV_fence, GL_NV_float_buffer,
GL_NV_fog_distance, GL_NV_fragment_program, GL_NV_fragment_program2,
GL_NV_fragment_program_option, GL_NV_framebuffer_multisample_coverage,
GL_NV_geometry_shader4, GL_NV_gpu_program4, GL_NV_gpu_program4_1,
GL_NV_gpu_program5, GL_NV_gpu_program5_mem_extended,
GL_NV_gpu_program_fp64, GL_NV_gpu_shader5, GL_NV_half_float,
GL_NV_internalformat_sample_query, GL_NV_light_max_exponent,
GL_NV_multisample_coverage, GL_NV_multisample_filter_hint,
GL_NV_occlusion_query, GL_NV_packed_depth_stencil,
GL_NV_parameter_buffer_object, GL_NV_parameter_buffer_object2,
GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite,
GL_NV_primitive_restart, GL_NV_query_resource, GL_NV_query_resource_tag,
GL_NV_register_combiners, GL_NV_register_combiners2,
GL_NV_robustness_video_memory_purge, GL_NV_shader_atomic_counters,
GL_NV_shader_atomic_float, GL_NV_shader_buffer_load,
GL_NV_shader_storage_buffer_object, GL_NV_shader_thread_group,
GL_NV_texgen_reflection, GL_NV_texture_barrier,
GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4,
GL_NV_texture_multisample, GL_NV_texture_rectangle,
GL_NV_texture_rectangle_compressed, GL_NV_texture_shader,
GL_NV_texture_shader2, GL_NV_texture_shader3, GL_NV_transform_feedback,
GL_NV_transform_feedback2, GL_NV_uniform_buffer_unified_memory,
GL_NV_vdpau_interop, GL_NV_vertex_array_range, GL_NV_vertex_array_range2,
GL_NV_vertex_attrib_integer_64bit, GL_NV_vertex_buffer_unified_memory,
GL_NV_vertex_program, GL_NV_vertex_program1_1, GL_NV_vertex_program2,
GL_NV_vertex_program2_option, GL_NV_vertex_program3, GL_S3_s3tc,
GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture,
GL_SGIX_shadow, GL_SUN_slice_accum
OpenGL version string: 4.6.0 NVIDIA 390.116
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
GL_AMD_multi_draw_indirect, GL_ARB_ES2_compatibility,
GL_ARB_ES3_1_compatibility, GL_ARB_ES3_2_compatibility,
GL_ARB_ES3_compatibility, GL_ARB_arrays_of_arrays, GL_ARB_base_instance,
GL_ARB_blend_func_extended, GL_ARB_buffer_storage,
GL_ARB_clear_buffer_object, GL_ARB_clear_texture, GL_ARB_clip_control,
GL_ARB_color_buffer_float, GL_ARB_compatibility,
GL_ARB_compressed_texture_pixel_storage, GL_ARB_compute_shader,
GL_ARB_compute_variable_group_size, GL_ARB_conditional_render_inverted,
GL_ARB_conservative_depth, GL_ARB_copy_buffer, GL_ARB_copy_image,
GL_ARB_cull_distance, GL_ARB_debug_output, GL_ARB_depth_buffer_float,
GL_ARB_depth_clamp, GL_ARB_depth_texture, GL_ARB_derivative_control,
GL_ARB_direct_state_access, GL_ARB_draw_buffers,
GL_ARB_draw_buffers_blend, GL_ARB_draw_elements_base_vertex,
GL_ARB_draw_indirect, GL_ARB_draw_instanced, GL_ARB_enhanced_layouts,
GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location,
GL_ARB_fragment_coord_conventions, GL_ARB_fragment_layer_viewport,
GL_ARB_fragment_program, GL_ARB_fragment_program_shadow,
GL_ARB_fragment_shader, GL_ARB_framebuffer_no_attachments,
GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB,
GL_ARB_geometry_shader4, GL_ARB_get_program_binary,
GL_ARB_get_texture_sub_image, GL_ARB_gl_spirv, GL_ARB_gpu_shader5,
GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_half_float_pixel,
GL_ARB_half_float_vertex, GL_ARB_imaging, GL_ARB_indirect_parameters,
GL_ARB_instanced_arrays, GL_ARB_internalformat_query,
GL_ARB_internalformat_query2, GL_ARB_invalidate_subdata,
GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multi_bind,
GL_ARB_multi_draw_indirect, GL_ARB_multisample, GL_ARB_multitexture,
GL_ARB_occlusion_query, GL_ARB_occlusion_query2,
GL_ARB_parallel_shader_compile, GL_ARB_pipeline_statistics_query,
GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite,
GL_ARB_polygon_offset_clamp, GL_ARB_program_interface_query,
GL_ARB_provoking_vertex, GL_ARB_query_buffer_object,
GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness,
GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map,
GL_ARB_separate_shader_objects, GL_ARB_shader_atomic_counter_ops,
GL_ARB_shader_atomic_counters, GL_ARB_shader_bit_encoding,
GL_ARB_shader_draw_parameters, GL_ARB_shader_group_vote,
GL_ARB_shader_image_load_store, GL_ARB_shader_image_size,
GL_ARB_shader_objects, GL_ARB_shader_precision,
GL_ARB_shader_storage_buffer_object, GL_ARB_shader_subroutine,
GL_ARB_shader_texture_image_samples, GL_ARB_shader_texture_lod,
GL_ARB_shading_language_100, GL_ARB_shading_language_420pack,
GL_ARB_shading_language_include, GL_ARB_shading_language_packing,
GL_ARB_shadow, GL_ARB_sparse_buffer, GL_ARB_sparse_texture,
GL_ARB_spirv_extensions, GL_ARB_stencil_texturing, GL_ARB_sync,
GL_ARB_tessellation_shader, GL_ARB_texture_barrier,
GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object,
GL_ARB_texture_buffer_object_rgb32, GL_ARB_texture_buffer_range,
GL_ARB_texture_compression, GL_ARB_texture_compression_bptc,
GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map,
GL_ARB_texture_cube_map_array, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
GL_ARB_texture_env_dot3, GL_ARB_texture_filter_anisotropic,
GL_ARB_texture_float, GL_ARB_texture_gather,
GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat,
GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two,
GL_ARB_texture_query_levels, GL_ARB_texture_query_lod,
GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui,
GL_ARB_texture_stencil8, GL_ARB_texture_storage,
GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle,
GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2,
GL_ARB_transform_feedback3, GL_ARB_transform_feedback_instanced,
GL_ARB_transform_feedback_overflow_query, GL_ARB_transpose_matrix,
GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra,
GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_64bit,
GL_ARB_vertex_attrib_binding, GL_ARB_vertex_buffer_object,
GL_ARB_vertex_program, GL_ARB_vertex_shader,
GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev,
GL_ARB_viewport_array, GL_ARB_window_pos, GL_ATI_draw_buffers,
GL_ATI_texture_float, GL_ATI_texture_mirror_once,
GL_EXTX_framebuffer_mixed_formats, GL_EXT_Cg_shader, GL_EXT_abgr,
GL_EXT_bgra, GL_EXT_bindable_uniform, GL_EXT_blend_color,
GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array,
GL_EXT_depth_bounds_test, GL_EXT_direct_state_access,
GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements,
GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample,
GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_object,
GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4,
GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4,
GL_EXT_import_sync_object, GL_EXT_multi_draw_arrays,
GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels,
GL_EXT_pixel_buffer_object, GL_EXT_point_parameters,
GL_EXT_polygon_offset_clamp, GL_EXT_provoking_vertex,
GL_EXT_rescale_normal, GL_EXT_secondary_color,
GL_EXT_separate_shader_objects, GL_EXT_separate_specular_color,
GL_EXT_shader_image_load_store, GL_EXT_shader_integer_mix,
GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap,
GL_EXT_texture3D, GL_EXT_texture_array, GL_EXT_texture_buffer_object,
GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_latc,
GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc,
GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp,
GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
GL_EXT_texture_integer, GL_EXT_texture_lod, GL_EXT_texture_lod_bias,
GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, GL_EXT_texture_sRGB,
GL_EXT_texture_sRGB_decode, GL_EXT_texture_shared_exponent,
GL_EXT_texture_storage, GL_EXT_texture_swizzle, GL_EXT_timer_query,
GL_EXT_transform_feedback2, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra,
GL_EXT_vertex_attrib_64bit, GL_EXT_window_rectangles,
GL_EXT_x11_sync_object, GL_IBM_rasterpos_clip,
GL_IBM_texture_mirrored_repeat, GL_KHR_blend_equation_advanced,
GL_KHR_context_flush_control, GL_KHR_debug, GL_KHR_no_error,
GL_KHR_parallel_shader_compile, GL_KHR_robust_buffer_access_behavior,
GL_KHR_robustness, GL_KTX_buffer_region, GL_NVX_conditional_render,
GL_NVX_gpu_memory_info, GL_NV_ES1_1_compatibility,
GL_NV_ES3_1_compatibility, GL_NV_alpha_to_coverage_dither_control,
GL_NV_bindless_multi_draw_indirect,
GL_NV_bindless_multi_draw_indirect_count, GL_NV_blend_equation_advanced,
GL_NV_blend_square, GL_NV_command_list, GL_NV_compute_program5,
GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image,
GL_NV_depth_buffer_float, GL_NV_depth_clamp, GL_NV_draw_texture,
GL_NV_explicit_multisample, GL_NV_fence, GL_NV_float_buffer,
GL_NV_fog_distance, GL_NV_fragment_program, GL_NV_fragment_program2,
GL_NV_fragment_program_option, GL_NV_framebuffer_multisample_coverage,
GL_NV_geometry_shader4, GL_NV_gpu_program4, GL_NV_gpu_program4_1,
GL_NV_gpu_program5, GL_NV_gpu_program5_mem_extended,
GL_NV_gpu_program_fp64, GL_NV_gpu_shader5, GL_NV_half_float,
GL_NV_internalformat_sample_query, GL_NV_light_max_exponent,
GL_NV_multisample_coverage, GL_NV_multisample_filter_hint,
GL_NV_occlusion_query, GL_NV_packed_depth_stencil,
GL_NV_parameter_buffer_object, GL_NV_parameter_buffer_object2,
GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite,
GL_NV_primitive_restart, GL_NV_query_resource, GL_NV_query_resource_tag,
GL_NV_register_combiners, GL_NV_register_combiners2,
GL_NV_robustness_video_memory_purge, GL_NV_shader_atomic_counters,
GL_NV_shader_atomic_float, GL_NV_shader_buffer_load,
GL_NV_shader_storage_buffer_object, GL_NV_shader_thread_group,
GL_NV_texgen_reflection, GL_NV_texture_barrier,
GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4,
GL_NV_texture_multisample, GL_NV_texture_rectangle,
GL_NV_texture_rectangle_compressed, GL_NV_texture_shader,
GL_NV_texture_shader2, GL_NV_texture_shader3, GL_NV_transform_feedback,
GL_NV_transform_feedback2, GL_NV_uniform_buffer_unified_memory,
GL_NV_vdpau_interop, GL_NV_vertex_array_range, GL_NV_vertex_array_range2,
GL_NV_vertex_attrib_integer_64bit, GL_NV_vertex_buffer_unified_memory,
GL_NV_vertex_program, GL_NV_vertex_program1_1, GL_NV_vertex_program2,
GL_NV_vertex_program2_option, GL_NV_vertex_program3, GL_S3_s3tc,
GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture,
GL_SGIX_shadow, GL_SUN_slice_accum
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 390.116
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
GL_ANDROID_extension_pack_es31a, GL_EXT_base_instance,
GL_EXT_blend_func_extended, GL_EXT_blend_minmax, GL_EXT_buffer_storage,
GL_EXT_clear_texture, GL_EXT_clip_control, GL_EXT_clip_cull_distance,
GL_EXT_color_buffer_float, GL_EXT_color_buffer_half_float,
GL_EXT_compressed_ETC1_RGB8_sub_texture, GL_EXT_conservative_depth,
GL_EXT_copy_image, GL_EXT_debug_label, GL_EXT_discard_framebuffer,
GL_EXT_disjoint_timer_query, GL_EXT_draw_buffers_indexed,
GL_EXT_draw_elements_base_vertex, GL_EXT_draw_transform_feedback,
GL_EXT_float_blend, GL_EXT_frag_depth, GL_EXT_geometry_point_size,
GL_EXT_geometry_shader, GL_EXT_gpu_shader5, GL_EXT_map_buffer_range,
GL_EXT_multi_draw_indirect, GL_EXT_multisample_compatibility,
GL_EXT_multisampled_render_to_texture,
GL_EXT_multisampled_render_to_texture2, GL_EXT_occlusion_query_boolean,
GL_EXT_polygon_offset_clamp, GL_EXT_primitive_bounding_box,
GL_EXT_render_snorm, GL_EXT_robustness, GL_EXT_sRGB,
GL_EXT_sRGB_write_control, GL_EXT_separate_shader_objects,
GL_EXT_shader_group_vote, GL_EXT_shader_implicit_conversions,
GL_EXT_shader_integer_mix, GL_EXT_shader_io_blocks,
GL_EXT_shader_non_constant_global_initializers, GL_EXT_shader_texture_lod,
GL_EXT_shadow_samplers, GL_EXT_sparse_texture,
GL_EXT_tessellation_point_size, GL_EXT_tessellation_shader,
GL_EXT_texture_border_clamp, GL_EXT_texture_buffer,
GL_EXT_texture_compression_bptc, GL_EXT_texture_compression_dxt1,
GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc,
GL_EXT_texture_cube_map_array, GL_EXT_texture_filter_anisotropic,
GL_EXT_texture_format_BGRA8888, GL_EXT_texture_mirror_clamp_to_edge,
GL_EXT_texture_norm16, GL_EXT_texture_rg, GL_EXT_texture_sRGB_R8,
GL_EXT_texture_sRGB_decode, GL_EXT_texture_storage, GL_EXT_texture_view,
GL_EXT_unpack_subimage, GL_EXT_window_rectangles,
GL_KHR_blend_equation_advanced, GL_KHR_context_flush_control,
GL_KHR_debug, GL_KHR_no_error, GL_KHR_parallel_shader_compile,
GL_KHR_robust_buffer_access_behavior, GL_KHR_robustness, GL_NV_bgr,
GL_NV_blend_equation_advanced, GL_NV_conditional_render,
GL_NV_copy_buffer, GL_NV_copy_image, GL_NV_draw_buffers,
GL_NV_draw_instanced, GL_NV_draw_texture, GL_NV_explicit_attrib_location,
GL_NV_fbo_color_attachments, GL_NV_framebuffer_blit,
GL_NV_framebuffer_multisample, GL_NV_generate_mipmap_sRGB,
GL_NV_gpu_shader5, GL_NV_image_formats, GL_NV_instanced_arrays,
GL_NV_internalformat_sample_query, GL_NV_non_square_matrices,
GL_NV_occlusion_query_samples, GL_NV_pack_subimage, GL_NV_packed_float,
GL_NV_packed_float_linear, GL_NV_path_rendering,
GL_NV_pixel_buffer_object, GL_NV_polygon_mode, GL_NV_read_buffer,
GL_NV_read_depth, GL_NV_read_depth_stencil, GL_NV_read_stencil,
GL_NV_sRGB_formats, GL_NV_shader_noperspective_interpolation,
GL_NV_shadow_samplers_array, GL_NV_shadow_samplers_cube,
GL_NV_texture_array, GL_NV_texture_barrier, GL_NV_texture_border_clamp,
GL_NV_texture_compression_latc, GL_NV_texture_compression_s3tc,
GL_NV_texture_compression_s3tc_update, GL_NV_timer_query,
GL_NV_viewport_array, GL_OES_compressed_ETC1_RGB8_texture,
GL_OES_copy_image, GL_OES_depth24, GL_OES_depth32, GL_OES_depth_texture,
GL_OES_depth_texture_cube_map, GL_OES_draw_buffers_indexed,
GL_OES_draw_elements_base_vertex, GL_OES_element_index_uint,
GL_OES_fbo_render_mipmap, GL_OES_geometry_point_size,
GL_OES_geometry_shader, GL_OES_get_program_binary, GL_OES_gpu_shader5,
GL_OES_mapbuffer, GL_OES_packed_depth_stencil,
GL_OES_primitive_bounding_box, GL_OES_rgb8_rgba8, GL_OES_sample_shading,
GL_OES_sample_variables, GL_OES_shader_image_atomic,
GL_OES_shader_io_blocks, GL_OES_shader_multisample_interpolation,
GL_OES_standard_derivatives, GL_OES_tessellation_point_size,
GL_OES_tessellation_shader, GL_OES_texture_border_clamp,
GL_OES_texture_buffer, GL_OES_texture_cube_map_array,
GL_OES_texture_float, GL_OES_texture_float_linear,
GL_OES_texture_half_float, GL_OES_texture_half_float_linear,
GL_OES_texture_npot, GL_OES_texture_stencil8,
GL_OES_texture_storage_multisample_2d_array, GL_OES_texture_view,
GL_OES_vertex_array_object, GL_OES_vertex_half_float,
GL_OES_viewport_array
228 GLX Visuals
visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
----------------------------------------------------------------------------
0x021 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
0x022 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
0x024 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
0x025 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
0x026 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
0x027 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
0x028 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
0x029 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
0x02a 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
0x02b 24 tc 0 24 0 r y . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
0x02c 24 tc 0 32 0 r y . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
0x02d 24 tc 0 24 0 r . . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
0x02e 24 tc 0 32 0 r . . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
0x02f 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
0x030 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
0x031 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
0x032 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
0x033 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
0x034 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
0x035 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
0x036 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
0x037 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
0x038 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
0x039 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
0x03a 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
0x03b 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
0x03c 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
0x03d 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
0x03e 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
0x03f 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x040 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x041 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x042 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x043 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x044 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x045 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x046 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x047 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x048 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x049 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x04a 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x04b 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x04c 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x04d 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x04e 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x04f 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x050 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x051 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x052 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x053 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x054 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x055 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x056 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x057 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x058 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x059 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x05a 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x05b 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x05c 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x05d 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x05e 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x05f 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x060 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x061 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x062 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x063 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x064 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x065 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x066 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x067 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 32 1 Ncon
0x068 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 32 1 Ncon
0x069 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 32 1 Ncon
0x06a 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 32 1 Ncon
0x06b 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 32 1 Ncon
0x06c 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 32 1 Ncon
0x06d 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 32 1 Ncon
0x06e 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 32 1 Ncon
0x06f 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
0x070 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
0x071 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
0x072 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
0x073 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
0x074 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
0x075 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
0x076 24 dc 0 24 0 r y . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
0x077 24 dc 0 32 0 r y . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
0x078 24 dc 0 24 0 r . . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
0x079 24 dc 0 32 0 r . . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
0x07a 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
0x07b 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
0x07c 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
0x07d 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
0x07e 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
0x07f 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
0x080 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
0x081 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
0x082 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
0x083 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
0x084 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
0x085 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
0x086 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
0x087 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
0x088 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
0x089 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
0x08a 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x08b 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x08c 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x08d 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x08e 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x08f 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x090 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x091 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x092 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x093 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x094 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x095 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x096 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x097 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x098 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x099 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x09a 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x09b 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x09c 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x09d 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x09e 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x09f 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x0a0 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x0a1 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x0a2 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x0a3 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x0a4 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x0a5 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x0a6 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x0a7 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x0a8 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x0a9 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x0aa 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x0ab 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x0ac 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x0ad 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x0ae 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x0af 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x0b0 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x0b1 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x0b2 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 32 1 Ncon
0x0b3 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 32 1 Ncon
0x0b4 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 32 1 Ncon
0x0b5 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 32 1 Ncon
0x0b6 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 32 1 Ncon
0x0b7 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 32 1 Ncon
0x0b8 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 32 1 Ncon
0x0b9 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 32 1 Ncon
0x023 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
0x0ba 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
0x0bb 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
0x0bc 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
0x0bd 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
0x0be 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
0x0bf 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
0x0c0 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
0x0c1 32 tc 0 24 0 r y . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
0x0c2 32 tc 0 32 0 r y . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
0x0c3 32 tc 0 24 0 r . . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
0x0c4 32 tc 0 32 0 r . . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
0x0c5 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
0x0c6 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
0x0c7 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
0x0c8 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
0x0c9 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
0x0ca 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
0x0cb 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
0x0cc 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
0x0cd 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
0x0ce 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
0x0cf 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
0x0d0 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
0x0d1 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
0x0d2 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
0x0d3 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
0x0d4 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
0x0d5 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x0d6 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x0d7 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x0d8 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x0d9 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x0da 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x0db 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x0dc 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x0dd 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x0de 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x0df 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x0e0 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x0e1 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x0e2 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x0e3 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x0e4 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x0e5 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x0e6 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x0e7 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x0e8 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x0e9 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x0ea 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x0eb 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x0ec 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x0ed 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x0ee 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x0ef 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x0f0 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x0f1 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x0f2 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x0f3 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x0f4 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x0f5 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x0f6 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x0f7 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x0f8 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x0f9 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x0fa 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x0fb 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x0fc 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x0fd 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 32 1 Ncon
0x0fe 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 32 1 Ncon
0x0ff 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 32 1 Ncon
0x100 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 32 1 Ncon
0x101 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 32 1 Ncon
0x102 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 32 1 Ncon
0x103 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 32 1 Ncon
0x104 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 32 1 Ncon
311 GLXFBConfigs:
visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
----------------------------------------------------------------------------
0x105 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
0x106 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
0x107 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
0x108 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
0x109 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
0x10a 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
0x10b 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
0x10c 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
0x10d 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
0x10e 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
0x10f 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
0x110 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
0x111 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
0x112 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
0x113 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
0x114 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
0x115 24 tc 0 24 0 r y . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
0x116 24 dc 0 24 0 r y . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
0x117 24 tc 0 32 0 r y . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
0x118 24 dc 0 32 0 r y . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
0x119 24 tc 0 24 0 r . . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
0x11a 24 dc 0 24 0 r . . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
0x11b 24 tc 0 32 0 r . . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
0x11c 24 dc 0 32 0 r . . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
0x11d 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
0x11e 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
0x11f 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
0x120 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
0x121 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
0x122 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
0x123 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
0x124 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
0x125 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
0x126 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
0x127 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
0x128 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
0x129 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
0x12a 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
0x12b 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
0x12c 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
0x12d 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
0x12e 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
0x12f 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
0x130 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
0x131 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
0x132 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
0x133 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
0x134 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
0x135 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
0x136 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
0x137 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
0x138 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
0x139 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
0x13a 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
0x13b 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
0x13c 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
0x13d 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x13e 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x13f 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x140 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x141 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x142 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x143 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x144 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x145 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x146 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x147 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x148 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x149 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x14a 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x14b 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x14c 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x14d 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x14e 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x14f 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x150 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x151 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x152 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x153 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x154 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x155 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x156 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x157 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x158 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x159 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x15a 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x15b 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x15c 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x15d 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x15e 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x15f 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x160 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x161 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x162 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x163 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x164 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x165 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x166 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x167 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x168 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x169 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x16a 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x16b 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x16c 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x16d 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x16e 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x16f 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x170 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x171 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x172 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x173 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x174 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x175 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x176 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x177 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x178 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x179 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x17a 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x17b 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x17c 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x17d 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x17e 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x17f 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x180 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x181 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x182 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x183 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x184 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x185 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x186 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x187 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x188 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x189 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x18a 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x18b 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x18c 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x18d 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 32 1 Ncon
0x18e 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 32 1 Ncon
0x18f 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 32 1 Ncon
0x190 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 32 1 Ncon
0x191 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 32 1 Ncon
0x192 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 32 1 Ncon
0x193 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 32 1 Ncon
0x194 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 32 1 Ncon
0x195 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 32 1 Ncon
0x196 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 32 1 Ncon
0x197 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 32 1 Ncon
0x198 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 32 1 Ncon
0x199 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 32 1 Ncon
0x19a 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 32 1 Ncon
0x19b 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 32 1 Ncon
0x19c 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 32 1 Ncon
0x19d 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
0x19e 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
0x19f 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
0x1a0 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
0x1a1 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
0x1a2 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
0x1a3 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
0x1a4 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
0x1a5 32 tc 0 24 0 r y . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
0x1a6 32 tc 0 32 0 r y . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
0x1a7 32 tc 0 24 0 r . . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
0x1a8 32 tc 0 32 0 r . . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
0x1a9 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
0x1aa 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
0x1ab 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
0x1ac 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
0x1ad 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
0x1ae 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
0x1af 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
0x1b0 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
0x1b1 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
0x1b2 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
0x1b3 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
0x1b4 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
0x1b5 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
0x1b6 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
0x1b7 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
0x1b8 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
0x1b9 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x1ba 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x1bb 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x1bc 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x1bd 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x1be 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x1bf 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x1c0 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x1c1 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x1c2 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x1c3 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x1c4 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x1c5 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x1c6 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x1c7 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x1c8 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x1c9 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x1ca 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x1cb 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x1cc 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x1cd 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x1ce 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x1cf 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
0x1d0 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
0x1d1 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x1d2 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
0x1d3 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x1d4 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
0x1d5 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x1d6 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x1d7 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x1d8 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x1d9 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x1da 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x1db 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
0x1dc 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
0x1dd 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x1de 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
0x1df 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x1e0 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
0x1e1 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 32 1 Ncon
0x1e2 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 32 1 Ncon
0x1e3 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 32 1 Ncon
0x1e4 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 32 1 Ncon
0x1e5 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 32 1 Ncon
0x1e6 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 32 1 Ncon
0x1e7 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 32 1 Ncon
0x1e8 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 32 1 Ncon
0x1e9 0 sg 0 16 0 r y . 5 6 5 0 . . 4 16 0 16 16 16 16 0 0 None
0x1ea 0 sg 0 16 0 r . . 5 6 5 0 . . 4 16 0 16 16 16 16 0 0 None
0x1eb 0 sg 0 16 0 r y . 5 6 5 0 . . 4 24 0 16 16 16 16 0 0 None
0x1ec 0 sg 0 16 0 r . . 5 6 5 0 . . 4 24 0 16 16 16 16 0 0 None
0x1ed 0 sg 0 16 0 r y . 5 6 5 0 . . 4 24 8 16 16 16 16 0 0 None
0x1ee 0 sg 0 16 0 r . . 5 6 5 0 . . 4 24 8 16 16 16 16 0 0 None
0x1ef 0 sg 0 16 0 r y . 5 6 5 0 . . 4 0 0 16 16 16 16 0 0 None
0x1f0 0 sg 0 16 0 r . . 5 6 5 0 . . 4 0 0 16 16 16 16 0 0 None
0x1f1 0 sg 0 0 0 r . . 0 0 0 0 . . 4 16 0 16 16 16 16 0 0 None
0x1f2 0 sg 0 0 0 r . . 0 0 0 0 . . 4 24 0 16 16 16 16 0 0 None
0x1f3 0 sg 0 0 0 r . . 0 0 0 0 . . 4 24 8 16 16 16 16 0 0 None
0x1f4 0 sg 0 32 0 r . . 16 16 0 0 f . 4 0 0 16 16 16 16 0 0 None
0x1f5 0 sg 0 32 0 . . 16 16 0 0 f . 4 0 0 16 16 16 16 0 0 None
0x1f6 0 sg 0 32 0 r y . 16 16 0 0 f . 4 0 0 16 16 16 16 0 0 None
0x1f7 0 sg 0 32 0 y . 16 16 0 0 f . 4 0 0 16 16 16 16 0 0 None
0x1f8 0 sg 0 32 0 r . . 32 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
0x1f9 0 sg 0 32 0 . . 32 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
0x1fa 0 sg 0 32 0 r y . 32 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
0x1fb 0 sg 0 32 0 y . 32 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
0x1fc 0 sg 0 64 0 r . . 16 16 16 16 f . 4 0 0 16 16 16 16 0 0 None
0x1fd 0 sg 0 64 0 . . 16 16 16 16 f . 4 0 0 16 16 16 16 0 0 None
0x1fe 0 sg 0 64 0 r y . 16 16 16 16 f . 4 0 0 16 16 16 16 0 0 None
0x1ff 0 sg 0 64 0 y . 16 16 16 16 f . 4 0 0 16 16 16 16 0 0 None
0x200 0 sg 0 128 0 r . . 32 32 32 32 f . 4 0 0 16 16 16 16 0 0 None
0x201 0 sg 0 128 0 . . 32 32 32 32 f . 4 0 0 16 16 16 16 0 0 None
0x202 0 sg 0 128 0 r y . 32 32 32 32 f . 4 0 0 16 16 16 16 0 0 None
0x203 0 sg 0 128 0 y . 32 32 32 32 f . 4 0 0 16 16 16 16 0 0 None
0x204 0 sg 0 32 0 r . . 16 16 0 0 f . 4 24 0 16 16 16 16 0 0 None
0x205 0 sg 0 32 0 . . 16 16 0 0 f . 4 24 0 16 16 16 16 0 0 None
0x206 0 sg 0 32 0 r y . 16 16 0 0 f . 4 24 0 16 16 16 16 0 0 None
0x207 0 sg 0 32 0 y . 16 16 0 0 f . 4 24 0 16 16 16 16 0 0 None
0x208 0 sg 0 32 0 r . . 16 16 0 0 f . 4 24 8 16 16 16 16 0 0 None
0x209 0 sg 0 32 0 . . 16 16 0 0 f . 4 24 8 16 16 16 16 0 0 None
0x20a 0 sg 0 32 0 r y . 16 16 0 0 f . 4 24 8 16 16 16 16 0 0 None
0x20b 0 sg 0 32 0 y . 16 16 0 0 f . 4 24 8 16 16 16 16 0 0 None
0x20c 0 sg 0 32 0 r . . 32 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
0x20d 0 sg 0 32 0 . . 32 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
0x20e 0 sg 0 32 0 r y . 32 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
0x20f 0 sg 0 32 0 y . 32 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
0x210 0 sg 0 32 0 r . . 32 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
0x211 0 sg 0 32 0 . . 32 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
0x212 0 sg 0 32 0 r y . 32 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
0x213 0 sg 0 32 0 y . 32 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
0x214 0 sg 0 64 0 r . . 16 16 16 16 f . 4 24 0 16 16 16 16 0 0 None
0x215 0 sg 0 64 0 . . 16 16 16 16 f . 4 24 0 16 16 16 16 0 0 None
0x216 0 sg 0 64 0 r y . 16 16 16 16 f . 4 24 0 16 16 16 16 0 0 None
0x217 0 sg 0 64 0 y . 16 16 16 16 f . 4 24 0 16 16 16 16 0 0 None
0x218 0 sg 0 64 0 r . . 16 16 16 16 f . 4 24 8 16 16 16 16 0 0 None
0x219 0 sg 0 64 0 . . 16 16 16 16 f . 4 24 8 16 16 16 16 0 0 None
0x21a 0 sg 0 64 0 r y . 16 16 16 16 f . 4 24 8 16 16 16 16 0 0 None
0x21b 0 sg 0 64 0 y . 16 16 16 16 f . 4 24 8 16 16 16 16 0 0 None
0x21c 0 sg 0 128 0 r . . 32 32 32 32 f . 4 24 0 16 16 16 16 0 0 None
0x21d 0 sg 0 128 0 . . 32 32 32 32 f . 4 24 0 16 16 16 16 0 0 None
0x21e 0 sg 0 128 0 r y . 32 32 32 32 f . 4 24 0 16 16 16 16 0 0 None
0x21f 0 sg 0 128 0 y . 32 32 32 32 f . 4 24 0 16 16 16 16 0 0 None
0x220 0 sg 0 128 0 r . . 32 32 32 32 f . 4 24 8 16 16 16 16 0 0 None
0x221 0 sg 0 128 0 . . 32 32 32 32 f . 4 24 8 16 16 16 16 0 0 None
0x222 0 sg 0 128 0 r y . 32 32 32 32 f . 4 24 8 16 16 16 16 0 0 None
0x223 0 sg 0 128 0 y . 32 32 32 32 f . 4 24 8 16 16 16 16 0 0 None
0x224 0 sg 0 16 0 r . . 16 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
0x225 0 sg 0 16 0 . . 16 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
0x226 0 sg 0 16 0 r y . 16 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
0x227 0 sg 0 16 0 y . 16 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
0x228 0 sg 0 64 0 r . . 32 32 0 0 f . 4 0 0 16 16 16 16 0 0 None
0x229 0 sg 0 64 0 . . 32 32 0 0 f . 4 0 0 16 16 16 16 0 0 None
0x22a 0 sg 0 64 0 r y . 32 32 0 0 f . 4 0 0 16 16 16 16 0 0 None
0x22b 0 sg 0 64 0 y . 32 32 0 0 f . 4 0 0 16 16 16 16 0 0 None
0x22c 0 sg 0 16 0 r . . 16 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
0x22d 0 sg 0 16 0 . . 16 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
0x22e 0 sg 0 16 0 r y . 16 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
0x22f 0 sg 0 16 0 y . 16 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
0x230 0 sg 0 16 0 r . . 16 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
0x231 0 sg 0 16 0 . . 16 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
0x232 0 sg 0 16 0 r y . 16 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
0x233 0 sg 0 16 0 y . 16 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
0x234 0 sg 0 64 0 r . . 32 32 0 0 f . 4 24 0 16 16 16 16 0 0 None
0x235 0 sg 0 64 0 . . 32 32 0 0 f . 4 24 0 16 16 16 16 0 0 None
0x236 0 sg 0 64 0 r y . 32 32 0 0 f . 4 24 0 16 16 16 16 0 0 None
0x237 0 sg 0 64 0 y . 32 32 0 0 f . 4 24 0 16 16 16 16 0 0 None
0x238 0 sg 0 64 0 r . . 32 32 0 0 f . 4 24 8 16 16 16 16 0 0 None
0x239 0 sg 0 64 0 . . 32 32 0 0 f . 4 24 8 16 16 16 16 0 0 None
0x23a 0 sg 0 64 0 r y . 32 32 0 0 f . 4 24 8 16 16 16 16 0 0 None
0x23b 0 sg 0 64 0 y . 32 32 0 0 f . 4 24 8 16 16 16 16 0 0 None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment