Skip to content

Instantly share code, notes, and snippets.

@bahamas10
Created January 26, 2022 02:32
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 bahamas10/562f9f9cee92fe9cd6eae775ba7afb4e to your computer and use it in GitHub Desktop.
Save bahamas10/562f9f9cee92fe9cd6eae775ba7afb4e to your computer and use it in GitHub Desktop.
void linux in LX rustup hangs
dave - jackett linux ~ $ strace -f ./rustup-init
execve("./rustup-init", ["./rustup-init"], 0x7fffffeff208 /* 47 vars */) = 0
brk(NULL) = 0x1000
uname({sysname="Linux", nodename="jackett.rapture.com", ...}) = 0
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/tls/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/tls/x86_64", 0x7fffffefe2f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/tls/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/tls", 0x7fffffefe2f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/x86_64", 0x7fffffefe2f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/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\0203\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=100800, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fffef2e0000
mmap(NULL, 103496, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fffef045000
mmap(0x7fffef048000, 69632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7fffef048000
mmap(0x7fffef059000, 16384, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7fffef059000
mmap(0x7fffef05d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7fffef05d000
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/librt.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\3203\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=235888, ...}) = 0
mmap(NULL, 43520, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fffef030000
mmap(0x7fffef033000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7fffef033000
mmap(0x7fffef037000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7fffef037000
mmap(0x7fffef039000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7fffef039000
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/libpthread.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\0|\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1309056, ...}) = 0
mmap(NULL, 131504, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fffef00e000
mmap(0x7fffef015000, 61440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7fffef015000
mmap(0x7fffef024000, 20480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7fffef024000
mmap(0x7fffef029000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x7fffef029000
mmap(0x7fffef02b000, 12720, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fffef02b000
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/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\0\0\362\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=5555640, ...}) = 0
mmap(NULL, 1327128, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fffee40a000
mmap(0x7fffee419000, 634880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7fffee419000
mmap(0x7fffee4b4000, 626688, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xaa000) = 0x7fffee4b4000
mmap(0x7fffee54d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x142000) = 0x7fffee54d000
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/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|0755, st_size=145952, ...}) = 0
mmap(NULL, 20624, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fffee400000
mmap(0x7fffee401000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7fffee401000
mmap(0x7fffee403000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7fffee403000
mmap(0x7fffee404000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7fffee404000
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/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\0@\177\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=12976264, ...}) = 0
mmap(NULL, 1856160, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fffee239000
mmap(0x7fffee25f000, 1351680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7fffee25f000
mmap(0x7fffee3a9000, 311296, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x170000) = 0x7fffee3a9000
mmap(0x7fffee3f5000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1bb000) = 0x7fffee3f5000
mmap(0x7fffee3fb000, 12960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fffee3fb000
close(3) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fffee230000
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fffee220000
arch_prctl(ARCH_SET_FS, 0x7fffee220ac0) = 0
mprotect(0x7fffee3f5000, 12288, PROT_READ) = 0
mprotect(0x7fffee404000, 4096, PROT_READ) = 0
mprotect(0x7fffee54d000, 4096, PROT_READ) = 0
mprotect(0x7fffef029000, 4096, PROT_READ) = 0
mprotect(0x7fffef039000, 4096, PROT_READ) = 0
mprotect(0x7fffef05d000, 4096, PROT_READ) = 0
mprotect(0x7fffef209000, 741376, PROT_READ) = 0
mprotect(0x7fffef458000, 4096, PROT_READ) = 0
set_tid_address(0x7fffee220d90) = 30513
set_robust_list(0x7fffee220da0, 24) = 0
rt_sigaction(SIGRTMIN, {sa_handler=0x7fffef015660, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7fffef021900}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {sa_handler=0x7fffef015700, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7fffef021900}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=10240*1024, rlim_max=RLIM64_INFINITY}) = 0
poll([{fd=0, events=0}, {fd=1, events=0}, {fd=2, events=0}], 3, 0) = 0 (Timeout)
rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fffee276000}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
brk(NULL) = 0x1000
brk(0x22000) = 0x22000
openat(AT_FDCWD, "/proc/self/maps", O_RDONLY|O_CLOEXEC) = 3
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=10240*1024, rlim_max=RLIM64_INFINITY}) = 0
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(3, "00001000-00022000 rw-p 00000000 "..., 512) = 512
read(3, "fee401000 r--p 00000000 5a:1000d"..., 512) = 512
read(3, "/usr/lib/libm-2.32.so\n7fffee54d0"..., 512) = 512
read(3, "ffef029000 r--p 00016000 5a:1000"..., 512) = 512
read(3, "2.so\n7fffef045000-7fffef048000 r"..., 512) = 512
read(3, "00d 110605 /home/dave/rustup-ini"..., 512) = 512
read(3, "01 2834\n7fffef390000-7fffef39100"..., 512) = 512
read(3, "-7fffef42f000 r--p 00000000 5a:1"..., 512) = 512
read(3, "b000-7fffef4cd000 rwxp 00000000 "..., 512) = 248
close(3) = 0
sched_getaffinity(30513, 32, [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63]) = 32
rt_sigaction(SIGSEGV, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGSEGV, {sa_handler=0x7fffeeb517e0, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK|SA_SIGINFO, sa_restorer=0x7fffef021900}, NULL, 8) = 0
rt_sigaction(SIGBUS, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGBUS, {sa_handler=0x7fffeeb517e0, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK|SA_SIGINFO, sa_restorer=0x7fffef021900}, NULL, 8) = 0
sigaltstack(NULL, {ss_sp=NULL, ss_flags=SS_DISABLE, ss_size=0}) = 0
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fffee210000
mprotect(0x7fffee210000, 4096, PROT_NONE) = 0
sigaltstack({ss_sp=0x7fffee211000, ss_flags=0, ss_size=8192}, NULL) = 0
getcwd("/home/dave", 512) = 11
readlink("/proc/self/exe", "/home/dave/rustup-init", 256) = 22
futex(0x7fffee405048, FUTEX_WAKE_PRIVATE, 2147483647) = 0
getrandom("\xf6\xd4\x82\x47\x93\xa3\x24\xbd\x49\x6c\x0b\x87\x2c\x89\x8f\xf7", 16, GRND_NONBLOCK) = 16
statx(0, NULL, AT_STATX_SYNC_AS_STAT, STATX_ALL, NULL) = -1 ENOSYS (Function not implemented)
newfstatat(0, NULL, 0x7fffffefd4e0, 0) = -1 EFAULT (Bad address)
statx(AT_FDCWD, "/usr/local/lib/rustlib/manifest-rustc", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd690) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/local/lib/rustlib/manifest-rustc", 0x7fffffefd4e0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/home/dave/.rustup/rustup-version", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd690) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.rustup/rustup-version", 0x7fffffefd4e0, 0) = -1 ENOENT (No such file or directory)
uname({sysname="Linux", nodename="jackett.rapture.com", ...}) = 0
brk(0x46000) = 0x46000
mmap(NULL, 200704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fffee1de000
brk(0x3a000) = 0x3a000
munmap(0x7fffee1de000, 200704) = 0
brk(0x5f000) = 0x5f000
brk(0x9e000) = 0x9e000
statx(AT_FDCWD, "/opt/custom/bin/rustc", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd690) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/opt/custom/bin/rustc", 0x7fffffefd4e0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/opt/custom/bin/cargo", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd690) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/opt/custom/bin/cargo", 0x7fffffefd4e0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/local/bin/rustc", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd690) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/local/bin/rustc", 0x7fffffefd4e0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/local/bin/cargo", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd690) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/local/bin/cargo", 0x7fffffefd4e0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/local/sbin/rustc", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd690) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/local/sbin/rustc", 0x7fffffefd4e0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/local/sbin/cargo", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd690) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/local/sbin/cargo", 0x7fffffefd4e0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/bin/rustc", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd690) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/bin/rustc", 0x7fffffefd4e0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/bin/cargo", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd690) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/bin/cargo", 0x7fffffefd4e0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/sbin/rustc", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd690) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/sbin/rustc", 0x7fffffefd4e0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/sbin/cargo", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd690) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/sbin/cargo", 0x7fffffefd4e0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/bin/rustc", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd690) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/bin/rustc", 0x7fffffefd4e0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/bin/cargo", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd690) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/bin/cargo", 0x7fffffefd4e0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/sbin/rustc", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd690) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/sbin/rustc", 0x7fffffefd4e0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/sbin/cargo", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd690) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/sbin/cargo", 0x7fffffefd4e0, 0) = -1 ENOENT (No such file or directory)
geteuid() = 1000
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(3) = 0
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(3) = 0
openat(AT_FDCWD, "/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=216, ...}) = 0
read(3, "# /etc/nsswitch.conf\n#\n# See nss"..., 512) = 216
read(3, "", 512) = 0
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/libnss_files.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\0\3202\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=292808, ...}) = 0
mmap(NULL, 75224, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fffee1fc000
mmap(0x7fffee1ff000, 24576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7fffee1ff000
mmap(0x7fffee205000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7fffee205000
mmap(0x7fffee207000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7fffee207000
mmap(0x7fffee209000, 21976, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fffee209000
close(3) = 0
mprotect(0x7fffee207000, 4096, PROT_READ) = 0
openat(AT_FDCWD, "/etc/passwd", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=423, ...}) = 0
lseek(3, 0, SEEK_SET) = 0
read(3, "root:x:0:0:root:/root:/bin/sh\nno"..., 512) = 423
close(3) = 0
statx(AT_FDCWD, "/home/dave/.terminfo", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefcd50) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.terminfo", 0x7fffffefcba0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/etc/terminfo", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefcd50) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/etc/terminfo", 0x7fffffefcba0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/lib/terminfo", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefcd50) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/lib/terminfo", 0x7fffffefcba0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/share/terminfo", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefcd50) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/share/terminfo", {st_mode=S_IFDIR|0755, st_size=21, ...}, 0) = 0
statx(AT_FDCWD, "/usr/share/terminfo/x/xterm-256color", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefcd50) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/share/terminfo/x/xterm-256color", {st_mode=S_IFREG|0644, st_size=3810, ...}, 0) = 0
openat(AT_FDCWD, "/usr/share/terminfo/x/xterm-256color", O_RDONLY|O_CLOEXEC) = 3
read(3, "\36\2%\0&\0\17\0\235\0010\6xterm-256color|xterm"..., 8192) = 3810
close(3) = 0
getcwd("/home/dave", 512) = 11
getcwd("/home/dave", 512) = 11
statx(AT_FDCWD, "/home/dave/.bash_profile", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd3e0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.bash_profile", {st_mode=S_IFREG|0644, st_size=33, ...}, 0) = 0
statx(AT_FDCWD, "/home/dave/.bash_login", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd3e0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.bash_login", 0x7fffffefd230, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/home/dave/.bashrc", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd3e0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.bashrc", {st_mode=S_IFREG|0644, st_size=9667, ...}, 0) = 0
statx(AT_FDCWD, "/home/dave/.bash_profile", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd430) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.bash_profile", {st_mode=S_IFREG|0644, st_size=33, ...}, 0) = 0
statx(AT_FDCWD, "/home/dave/.bash_login", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd430) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.bash_login", 0x7fffffefd280, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/home/dave/.bashrc", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd430) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.bashrc", {st_mode=S_IFREG|0644, st_size=9667, ...}, 0) = 0
statx(AT_FDCWD, "/home/dave/.cargo/bin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd3d0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.cargo/bin/zsh", 0x7fffffefd220, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/opt/custom/bin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd3d0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/opt/custom/bin/zsh", 0x7fffffefd220, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/local/bin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd3d0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/local/bin/zsh", 0x7fffffefd220, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/local/sbin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd3d0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/local/sbin/zsh", 0x7fffffefd220, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/bin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd3d0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/bin/zsh", 0x7fffffefd220, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/sbin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd3d0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/sbin/zsh", 0x7fffffefd220, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/bin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd3d0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/bin/zsh", 0x7fffffefd220, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/sbin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd3d0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/sbin/zsh", 0x7fffffefd220, 0) = -1 ENOENT (No such file or directory)
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
write(1, "\33[1m", 4) = 4
write(1, "\n", 1
) = 1
write(1, "Welcome to Rust!", 16Welcome to Rust!) = 16
write(1, "\n", 1
) = 1
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
write(1, "\33(B\33[m", 6) = 6
write(1, "\n", 1
) = 1
write(1, "This will download and install t"..., 65This will download and install the official compiler for the Rust) = 65
write(1, "\n", 1
) = 1
write(1, "programming language, and its pa"..., 53programming language, and its package manager, Cargo.) = 53
write(1, "\n", 1
) = 1
write(1, "\n", 1
) = 1
write(1, "Rustup metadata and toolchains w"..., 64Rustup metadata and toolchains will be installed into the Rustup) = 64
write(1, "\n", 1
) = 1
write(1, "home directory, located at:", 27home directory, located at:) = 27
write(1, "\n", 1
) = 1
write(1, "\n", 1
) = 1
write(1, " /home/dave/.rustup", 20 /home/dave/.rustup) = 20
write(1, "\n", 1
) = 1
write(1, "\n", 1
) = 1
write(1, "This can be modified with the RU"..., 63This can be modified with the RUSTUP_HOME environment variable.) = 63
write(1, "\n", 1
) = 1
write(1, "\n", 1
) = 1
write(1, "The Cargo home directory located"..., 36The Cargo home directory located at:) = 36
write(1, "\n", 1
) = 1
write(1, "\n", 1
) = 1
write(1, " /home/dave/.cargo", 19 /home/dave/.cargo) = 19
write(1, "\n", 1
) = 1
write(1, "\n", 1
) = 1
write(1, "This can be modified with the CA"..., 62This can be modified with the CARGO_HOME environment variable.) = 62
write(1, "\n", 1
) = 1
write(1, "\n", 1
) = 1
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
write(1, "The \33[1mcargo\33(B\33[m, \33[1mrustc\33("..., 90The cargo, rustc, rustup and other commands will be added to) = 90
write(1, "\n", 1
) = 1
write(1, "Cargo's bin directory, located a"..., 34Cargo's bin directory, located at:) = 34
write(1, "\n", 1
) = 1
write(1, "\n", 1
) = 1
write(1, " /home/dave/.cargo/bin", 23 /home/dave/.cargo/bin) = 23
write(1, "\n", 1
) = 1
write(1, "\n", 1
) = 1
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
write(1, "This path will then be added to "..., 75This path will then be added to your PATH environment variable by) = 75
write(1, "\n", 1
) = 1
write(1, "modifying the profile files loca"..., 39modifying the profile files located at:) = 39
write(1, "\n", 1
) = 1
write(1, "\n", 1
) = 1
write(1, " /home/dave/.profile", 21 /home/dave/.profile) = 21
write(1, "\n", 1
) = 1
write(1, " /home/dave/.bash_profile", 26 /home/dave/.bash_profile) = 26
write(1, "\n", 1
) = 1
write(1, " /home/dave/.bashrc", 20 /home/dave/.bashrc) = 20
write(1, "\n", 1
) = 1
write(1, "\n", 1
) = 1
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
write(1, "You can uninstall at any time wi"..., 70You can uninstall at any time with rustup self uninstall and) = 70
write(1, "\n", 1
) = 1
write(1, "these changes will be reverted.", 31these changes will be reverted.) = 31
write(1, "\n", 1
) = 1
uname({sysname="Linux", nodename="jackett.rapture.com", ...}) = 0
write(1, "\n", 1
) = 1
write(1, "Current installation options:", 29Current installation options:) = 29
write(1, "\n", 1
) = 1
write(1, "\n", 1
) = 1
write(1, "\n", 1
) = 1
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
write(1, "\33[1m \33(B\33[mdefault host triple"..., 68 default host triple: x86_64-unknown-linux-gnu) = 68
write(1, "\n", 1
) = 1
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
write(1, "\33[1m \33(B\33[mdefault toolchain"..., 60 default toolchain: stable (default)) = 60
write(1, "\n", 1
) = 1
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
write(1, "\33[1m \33(B\33[mprofile"..., 51 profile: default) = 51
write(1, "\n", 1
) = 1
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
write(1, " modify PATH variable: \33[1myes\33"..., 37 modify PATH variable: yes) = 37
write(1, "\n", 1
) = 1
write(1, "\n", 1
) = 1
write(1, "1) Proceed with installation (de"..., 391) Proceed with installation (default)
) = 39
write(1, "2) Customize installation\n", 262) Customize installation
) = 26
write(1, "3) Cancel installation\n", 233) Cancel installation
) = 23
write(1, ">", 1>) = 1
read(0,
"\n", 8192) = 1
write(1, "\n", 1
) = 1
getcwd("/home/dave", 512) = 11
readlink("/proc/self/exe", "/home/dave/rustup-init", 256) = 22
statx(AT_FDCWD, "/home/dave/.cargo/bin", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd490) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.cargo/bin", {st_mode=S_IFDIR|0755, st_size=14, ...}, 0) = 0
statx(AT_FDCWD, "/home/dave/.cargo/bin/rustup", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd490) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.cargo/bin/rustup", {st_mode=S_IFREG|0755, st_size=15690192, ...}, 0) = 0
unlink("/home/dave/.cargo/bin/rustup") = 0
statx(AT_FDCWD, "/home/dave/rustup-init", AT_STATX_SYNC_AS_STAT|AT_SYMLINK_NOFOLLOW, STATX_ALL, 0x7fffffefd310) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/rustup-init", {st_mode=S_IFREG|0744, st_size=15690192, ...}, AT_SYMLINK_NOFOLLOW) = 0
openat(AT_FDCWD, "/home/dave/rustup-init", O_RDONLY|O_CLOEXEC) = 3
statx(3, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffefb3b0) = -1 ENOSYS (Function not implemented)
newfstatat(3, "", {st_mode=S_IFREG|0744, st_size=15690192, ...}, AT_EMPTY_PATH) = 0
openat(AT_FDCWD, "/home/dave/.cargo/bin/rustup", O_WRONLY|O_CREAT|O_TRUNC|O_CLOEXEC, 0100744) = 4
statx(4, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffefb3b0) = -1 ENOSYS (Function not implemented)
newfstatat(4, "", {st_mode=S_IFREG|0744, st_size=0, ...}, AT_EMPTY_PATH) = 0
fchmod(4, 0100744) = 0
copy_file_range(-1, NULL, -1, NULL, 1, 0) = -1 ENOSYS (Function not implemented)
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\274\326\20\0\0\0\0\0"..., 8192) = 8192
write(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\274\326\20\0\0\0\0\0"..., 8192) = 8192
read(3, "\6\n\0\0\"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\202\10\0\0\22\0\0\0"..., 8192) = 8192
write(4, "\6\n\0\0\"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\202\10\0\0\22\0\0\0"..., 8192) = 8192
read(3, "cxa_atexit\0__xstat64\0__fxstat64\0"..., 8192) = 8192
write(4, "cxa_atexit\0__xstat64\0__fxstat64\0"..., 8192) = 8192
read(3, "h\235\300\0\0\0\0\0\10\0\0\0\0\0\0\0\320j\22\0\0\0\0\0p\235\300\0\0\0\0\0"..., 8192) = 8192
write(4, "h\235\300\0\0\0\0\0\10\0\0\0\0\0\0\0\320j\22\0\0\0\0\0p\235\300\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0 \240\212\0\0\0\0\0\230\267\300\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0 \240\212\0\0\0\0\0\230\267\300\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "$y\211\0\0\0\0\0\230\307\300\0\0\0\0\0\10\0\0\0\0\0\0\0|h\177\0\0\0\0\0"..., 8192) = 8192
write(4, "$y\211\0\0\0\0\0\230\307\300\0\0\0\0\0\10\0\0\0\0\0\0\0|h\177\0\0\0\0\0"..., 8192) = 8192
read(3, "\360\332\300\0\0\0\0\0\10\0\0\0\0\0\0\0\240\7\201\0\0\0\0\0\0\333\300\0\0\0\0\0"..., 8192) = 8192
write(4, "\360\332\300\0\0\0\0\0\10\0\0\0\0\0\0\0\240\7\201\0\0\0\0\0\0\333\300\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0`x \0\0\0\0\0p\361\300\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0`x \0\0\0\0\0p\361\300\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\341\313\0\0\0\0\0h\3\301\0\0\0\0\0\10\0\0\0\0\0\0\0H\0\301\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\341\313\0\0\0\0\0h\3\301\0\0\0\0\0\10\0\0\0\0\0\0\0H\0\301\0\0\0\0\0"..., 8192) = 8192
read(3, "0\32\301\0\0\0\0\0\10\0\0\0\0\0\0\0X\345\313\0\0\0\0\08\32\301\0\0\0\0\0"..., 8192) = 8192
write(4, "0\32\301\0\0\0\0\0\10\0\0\0\0\0\0\0X\345\313\0\0\0\0\08\32\301\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0@\37\177\0\0\0\0\0x1\301\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0@\37\177\0\0\0\0\0x1\301\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\237\301\0\0\0\0\0\0I\301\0\0\0\0\0\10\0\0\0\0\0\0\0\200\355\313\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\237\301\0\0\0\0\0\0I\301\0\0\0\0\0\10\0\0\0\0\0\0\0\200\355\313\0\0\0\0\0"..., 8192) = 8192
read(3, "X`\301\0\0\0\0\0\10\0\0\0\0\0\0\0H\0\301\0\0\0\0\0p`\301\0\0\0\0\0"..., 8192) = 8192
write(4, "X`\301\0\0\0\0\0\10\0\0\0\0\0\0\0H\0\301\0\0\0\0\0p`\301\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\305\3\202\0\0\0\0\0\360w\301\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\305\3\202\0\0\0\0\0\360w\301\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\217\370\210\0\0\0\0\0\220\217\301\0\0\0\0\0\10\0\0\0\0\0\0\0\0\237\301\0\0\0\0\0"..., 8192) = 8192
write(4, "\217\370\210\0\0\0\0\0\220\217\301\0\0\0\0\0\10\0\0\0\0\0\0\0\0\237\301\0\0\0\0\0"..., 8192) = 8192
read(3, "(\246\301\0\0\0\0\0\10\0\0\0\0\0\0\0\20\237\301\0\0\0\0\0@\246\301\0\0\0\0\0"..., 8192) = 8192
write(4, "(\246\301\0\0\0\0\0\10\0\0\0\0\0\0\0\20\237\301\0\0\0\0\0@\246\301\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\0\237\301\0\0\0\0\0\30\275\301\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\0\237\301\0\0\0\0\0\30\275\301\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\260\251\35\0\0\0\0\0\230\323\301\0\0\0\0\0\10\0\0\0\0\0\0\0E\34\211\0\0\0\0\0"..., 8192) = 8192
write(4, "\260\251\35\0\0\0\0\0\230\323\301\0\0\0\0\0\10\0\0\0\0\0\0\0E\34\211\0\0\0\0\0"..., 8192) = 8192
read(3, "\240\352\301\0\0\0\0\0\10\0\0\0\0\0\0\0\20\3\314\0\0\0\0\0\250\352\301\0\0\0\0\0"..., 8192) = 8192
write(4, "\240\352\301\0\0\0\0\0\10\0\0\0\0\0\0\0\20\3\314\0\0\0\0\0\250\352\301\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\17\305\204\0\0\0\0\0 \5\302\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\17\305\204\0\0\0\0\0 \5\302\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0r\32\0\0\0\0\0\360\32\302\0\0\0\0\0\10\0\0\0\0\0\0\0\360\367!\0\0\0\0\0"..., 8192) = 8192
write(4, "\0r\32\0\0\0\0\0\360\32\302\0\0\0\0\0\10\0\0\0\0\0\0\0\360\367!\0\0\0\0\0"..., 8192) = 8192
read(3, "p1\302\0\0\0\0\0\10\0\0\0\0\0\0\0SH\205\0\0\0\0\0\2101\302\0\0\0\0\0"..., 8192) = 8192
write(4, "p1\302\0\0\0\0\0\10\0\0\0\0\0\0\0SH\205\0\0\0\0\0\2101\302\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\276N\205\0\0\0\0\0\300H\302\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\276N\205\0\0\0\0\0\300H\302\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\313\211\211\0\0\0\0\0\20^\302\0\0\0\0\0\10\0\0\0\0\0\0\0\222T\205\0\0\0\0\0"..., 8192) = 8192
write(4, "\313\211\211\0\0\0\0\0\20^\302\0\0\0\0\0\10\0\0\0\0\0\0\0\222T\205\0\0\0\0\0"..., 8192) = 8192
read(3, "`s\302\0\0\0\0\0\10\0\0\0\0\0\0\0\364h\177\0\0\0\0\0ps\302\0\0\0\0\0"..., 8192) = 8192
write(4, "`s\302\0\0\0\0\0\10\0\0\0\0\0\0\0\364h\177\0\0\0\0\0ps\302\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\0246\177\0\0\0\0\0\300\210\302\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\0246\177\0\0\0\0\0\300\210\302\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\2046\177\0\0\0\0\0\20\236\302\0\0\0\0\0\10\0\0\0\0\0\0\09e\205\0\0\0\0\0"..., 8192) = 8192
write(4, "\2046\177\0\0\0\0\0\20\236\302\0\0\0\0\0\10\0\0\0\0\0\0\09e\205\0\0\0\0\0"..., 8192) = 8192
read(3, "`\263\302\0\0\0\0\0\10\0\0\0\0\0\0\0di\205\0\0\0\0\0p\263\302\0\0\0\0\0"..., 8192) = 8192
write(4, "`\263\302\0\0\0\0\0\10\0\0\0\0\0\0\0di\205\0\0\0\0\0p\263\302\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\244P\205\0\0\0\0\0\300\310\302\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\244P\205\0\0\0\0\0\300\310\302\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\235q\205\0\0\0\0\0\20\336\302\0\0\0\0\0\10\0\0\0\0\0\0\0\244q\205\0\0\0\0\0"..., 8192) = 8192
write(4, "\235q\205\0\0\0\0\0\20\336\302\0\0\0\0\0\10\0\0\0\0\0\0\0\244q\205\0\0\0\0\0"..., 8192) = 8192
read(3, "`\363\302\0\0\0\0\0\10\0\0\0\0\0\0\0\226u\205\0\0\0\0\0p\363\302\0\0\0\0\0"..., 8192) = 8192
write(4, "`\363\302\0\0\0\0\0\10\0\0\0\0\0\0\0\226u\205\0\0\0\0\0p\363\302\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\365[\205\0\0\0\0\0\300\10\303\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\365[\205\0\0\0\0\0\300\10\303\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "a}\205\0\0\0\0\0\20\36\303\0\0\0\0\0\10\0\0\0\0\0\0\0G\\\205\0\0\0\0\0"..., 8192) = 8192
write(4, "a}\205\0\0\0\0\0\20\36\303\0\0\0\0\0\10\0\0\0\0\0\0\0G\\\205\0\0\0\0\0"..., 8192) = 8192
read(3, "`3\303\0\0\0\0\0\10\0\0\0\0\0\0\0\274:\177\0\0\0\0\0p3\303\0\0\0\0\0"..., 8192) = 8192
write(4, "`3\303\0\0\0\0\0\10\0\0\0\0\0\0\0\274:\177\0\0\0\0\0p3\303\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\244H\205\0\0\0\0\0\330K\303\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\244H\205\0\0\0\0\0\330K\303\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "S\223\205\0\0\0\0\0\30h\303\0\0\0\0\0\10\0\0\0\0\0\0\0S\223\205\0\0\0\0\0"..., 8192) = 8192
write(4, "S\223\205\0\0\0\0\0\30h\303\0\0\0\0\0\10\0\0\0\0\0\0\0S\223\205\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\204\303\0\0\0\0\0\10\0\0\0\0\0\0\0\330?\177\0\0\0\0\0 \204\303\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\204\303\0\0\0\0\0\10\0\0\0\0\0\0\0\330?\177\0\0\0\0\0 \204\303\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\240D\177\0\0\0\0\0\30\244\303\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\240D\177\0\0\0\0\0\30\244\303\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\304H\177\0\0\0\0\0\20\304\303\0\0\0\0\0\10\0\0\0\0\0\0\0\310H\177\0\0\0\0\0"..., 8192) = 8192
write(4, "\304H\177\0\0\0\0\0\20\304\303\0\0\0\0\0\10\0\0\0\0\0\0\0\310H\177\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\344\303\0\0\0\0\0\10\0\0\0\0\0\0\0\34N\177\0\0\0\0\0 \344\303\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\344\303\0\0\0\0\0\10\0\0\0\0\0\0\0\34N\177\0\0\0\0\0 \344\303\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0<S\177\0\0\0\0\0\30\4\304\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0<S\177\0\0\0\0\0\30\4\304\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\200X\177\0\0\0\0\0\20$\304\0\0\0\0\0\10\0\0\0\0\0\0\0\204X\177\0\0\0\0\0"..., 8192) = 8192
write(4, "\200X\177\0\0\0\0\0\20$\304\0\0\0\0\0\10\0\0\0\0\0\0\0\204X\177\0\0\0\0\0"..., 8192) = 8192
read(3, "\10D\304\0\0\0\0\0\10\0\0\0\0\0\0\0\264]\177\0\0\0\0\0 D\304\0\0\0\0\0"..., 8192) = 8192
write(4, "\10D\304\0\0\0\0\0\10\0\0\0\0\0\0\0\264]\177\0\0\0\0\0 D\304\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\354b\177\0\0\0\0\0\30d\304\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\354b\177\0\0\0\0\0\30d\304\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\312\265\210\0\0\0\0\0X\203\304\0\0\0\0\0\10\0\0\0\0\0\0\0Tq\207\0\0\0\0\0"..., 8192) = 8192
write(4, "\312\265\210\0\0\0\0\0X\203\304\0\0\0\0\0\10\0\0\0\0\0\0\0Tq\207\0\0\0\0\0"..., 8192) = 8192
read(3, "\250\230\304\0\0\0\0\0\10\0\0\0\0\0\0\0\36\277\210\0\0\0\0\0\270\230\304\0\0\0\0\0"..., 8192) = 8192
write(4, "\250\230\304\0\0\0\0\0\10\0\0\0\0\0\0\0\36\277\210\0\0\0\0\0\270\230\304\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\374\217\206\0\0\0\0\0(\256\304\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\374\217\206\0\0\0\0\0(\256\304\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\3469\206\0\0\0\0\0x\303\304\0\0\0\0\0\10\0\0\0\0\0\0\0\240\n\177\0\0\0\0\0"..., 8192) = 8192
write(4, "\3469\206\0\0\0\0\0x\303\304\0\0\0\0\0\10\0\0\0\0\0\0\0\240\n\177\0\0\0\0\0"..., 8192) = 8192
read(3, "\310\330\304\0\0\0\0\0\10\0\0\0\0\0\0\0\10\217\177\0\0\0\0\0\330\330\304\0\0\0\0\0"..., 8192) = 8192
write(4, "\310\330\304\0\0\0\0\0\10\0\0\0\0\0\0\0\10\217\177\0\0\0\0\0\330\330\304\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0 \16\177\0\0\0\0\08\356\304\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0 \16\177\0\0\0\0\08\356\304\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "@=\177\0\0\0\0\0\210\3\305\0\0\0\0\0\10\0\0\0\0\0\0\0\214K\206\0\0\0\0\0"..., 8192) = 8192
write(4, "@=\177\0\0\0\0\0\210\3\305\0\0\0\0\0\10\0\0\0\0\0\0\0\214K\206\0\0\0\0\0"..., 8192) = 8192
read(3, "\330\30\305\0\0\0\0\0\10\0\0\0\0\0\0\0003\263\210\0\0\0\0\0\350\30\305\0\0\0\0\0"..., 8192) = 8192
write(4, "\330\30\305\0\0\0\0\0\10\0\0\0\0\0\0\0003\263\210\0\0\0\0\0\350\30\305\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0+\336\210\0\0\0\0\0\10/\305\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0+\336\210\0\0\0\0\0\10/\305\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "q\353\210\0\0\0\0\0\360C\305\0\0\0\0\0\10\0\0\0\0\0\0\0\305\354\210\0\0\0\0\0"..., 8192) = 8192
write(4, "q\353\210\0\0\0\0\0\360C\305\0\0\0\0\0\10\0\0\0\0\0\0\0\305\354\210\0\0\0\0\0"..., 8192) = 8192
read(3, "\220\\\305\0\0\0\0\0\10\0\0\0\0\0\0\0\367\375\210\0\0\0\0\0\240\\\305\0\0\0\0\0"..., 8192) = 8192
write(4, "\220\\\305\0\0\0\0\0\10\0\0\0\0\0\0\0\367\375\210\0\0\0\0\0\240\\\305\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\360\v5\0\0\0\0\0000s\305\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\360\v5\0\0\0\0\0000s\305\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "p\3217\0\0\0\0\0\360\214\305\0\0\0\0\0\10\0\0\0\0\0\0\0\300\3237\0\0\0\0\0"..., 8192) = 8192
write(4, "p\3217\0\0\0\0\0\360\214\305\0\0\0\0\0\10\0\0\0\0\0\0\0\300\3237\0\0\0\0\0"..., 8192) = 8192
read(3, "\240\246\305\0\0\0\0\0\10\0\0\0\0\0\0\0p\2639\0\0\0\0\0\260\246\305\0\0\0\0\0"..., 8192) = 8192
write(4, "\240\246\305\0\0\0\0\0\10\0\0\0\0\0\0\0p\2639\0\0\0\0\0\260\246\305\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\340\203=\0\0\0\0\0\200\274\305\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\340\203=\0\0\0\0\0\200\274\305\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\200\211?\0\0\0\0\0x\316\305\0\0\0\0\0\10\0\0\0\0\0\0\0\220\211?\0\0\0\0\0"..., 8192) = 8192
write(4, "\200\211?\0\0\0\0\0x\316\305\0\0\0\0\0\10\0\0\0\0\0\0\0\220\211?\0\0\0\0\0"..., 8192) = 8192
read(3, "\20\345\305\0\0\0\0\0\10\0\0\0\0\0\0\0P\277\31\0\0\0\0\0(\345\305\0\0\0\0\0"..., 8192) = 8192
write(4, "\20\345\305\0\0\0\0\0\10\0\0\0\0\0\0\0P\277\31\0\0\0\0\0(\345\305\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\320\213B\0\0\0\0\0 \372\305\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\320\213B\0\0\0\0\0 \372\305\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "d\271\211\0\0\0\0\0\210\20\306\0\0\0\0\0\10\0\0\0\0\0\0\0\0r\32\0\0\0\0\0"..., 8192) = 8192
write(4, "d\271\211\0\0\0\0\0\210\20\306\0\0\0\0\0\10\0\0\0\0\0\0\0\0r\32\0\0\0\0\0"..., 8192) = 8192
read(3, "\0*\306\0\0\0\0\0\10\0\0\0\0\0\0\0p\30J\0\0\0\0\0\10*\306\0\0\0\0\0"..., 8192) = 8192
write(4, "\0*\306\0\0\0\0\0\10\0\0\0\0\0\0\0p\30J\0\0\0\0\0\10*\306\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\300h\177\0\0\0\0\0\330>\306\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\300h\177\0\0\0\0\0\330>\306\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\324\10\212\0\0\0\0\0\370P\306\0\0\0\0\0\10\0\0\0\0\0\0\0\250\10\212\0\0\0\0\0"..., 8192) = 8192
write(4, "\324\10\212\0\0\0\0\0\370P\306\0\0\0\0\0\10\0\0\0\0\0\0\0\250\10\212\0\0\0\0\0"..., 8192) = 8192
read(3, "0j\306\0\0\0\0\0\10\0\0\0\0\0\0\0 \235\26\0\0\0\0\08j\306\0\0\0\0\0"..., 8192) = 8192
write(4, "0j\306\0\0\0\0\0\10\0\0\0\0\0\0\0 \235\26\0\0\0\0\08j\306\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\220\261\213\0\0\0\0\0\220\203\306\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\220\261\213\0\0\0\0\0\220\203\306\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\356h\212\0\0\0\0\0\210\230\306\0\0\0\0\0\10\0\0\0\0\0\0\0\365h\212\0\0\0\0\0"..., 8192) = 8192
write(4, "\356h\212\0\0\0\0\0\210\230\306\0\0\0\0\0\10\0\0\0\0\0\0\0\365h\212\0\0\0\0\0"..., 8192) = 8192
read(3, "\330\255\306\0\0\0\0\0\10\0\0\0\0\0\0\0@j\177\0\0\0\0\0\350\255\306\0\0\0\0\0"..., 8192) = 8192
write(4, "\330\255\306\0\0\0\0\0\10\0\0\0\0\0\0\0@j\177\0\0\0\0\0\350\255\306\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\340VV\0\0\0\0\0h\303\306\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\340VV\0\0\0\0\0h\303\306\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "P`+\0\0\0\0\0\340\335\306\0\0\0\0\0\10\0\0\0\0\0\0\0\300\246W\0\0\0\0\0"..., 8192) = 8192
write(4, "P`+\0\0\0\0\0\340\335\306\0\0\0\0\0\10\0\0\0\0\0\0\0\300\246W\0\0\0\0\0"..., 8192) = 8192
read(3, "\370\367\306\0\0\0\0\0\10\0\0\0\0\0\0\0(\232\177\0\0\0\0\0\20\370\306\0\0\0\0\0"..., 8192) = 8192
write(4, "\370\367\306\0\0\0\0\0\10\0\0\0\0\0\0\0(\232\177\0\0\0\0\0\20\370\306\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0P\236\177\0\0\0\0\0\10\30\307\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0P\236\177\0\0\0\0\0\10\30\307\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "H\242\177\0\0\0\0\0\08\307\0\0\0\0\0\10\0\0\0\0\0\0\0(s\177\0\0\0\0\0"..., 8192) = 8192
write(4, "H\242\177\0\0\0\0\0\08\307\0\0\0\0\0\10\0\0\0\0\0\0\0(s\177\0\0\0\0\0"..., 8192) = 8192
read(3, "\370W\307\0\0\0\0\0\10\0\0\0\0\0\0\0 \27\177\0\0\0\0\0\20X\307\0\0\0\0\0"..., 8192) = 8192
write(4, "\370W\307\0\0\0\0\0\10\0\0\0\0\0\0\0 \27\177\0\0\0\0\0\20X\307\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\350w\177\0\0\0\0\0\10x\307\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\350w\177\0\0\0\0\0\10x\307\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\374o\177\0\0\0\0\0\0\230\307\0\0\0\0\0\10\0\0\0\0\0\0\0|\34\213\0\0\0\0\0"..., 8192) = 8192
write(4, "\374o\177\0\0\0\0\0\0\230\307\0\0\0\0\0\10\0\0\0\0\0\0\0|\34\213\0\0\0\0\0"..., 8192) = 8192
read(3, "\370\267\307\0\0\0\0\0\10\0\0\0\0\0\0\0\20\261\177\0\0\0\0\0\20\270\307\0\0\0\0\0"..., 8192) = 8192
write(4, "\370\267\307\0\0\0\0\0\10\0\0\0\0\0\0\0\20\261\177\0\0\0\0\0\20\270\307\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\374=\213\0\0\0\0\0\10\330\307\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\374=\213\0\0\0\0\0\10\330\307\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\310\261\177\0\0\0\0\0\0\370\307\0\0\0\0\0\10\0\0\0\0\0\0\0<~\177\0\0\0\0\0"..., 8192) = 8192
write(4, "\310\261\177\0\0\0\0\0\0\370\307\0\0\0\0\0\10\0\0\0\0\0\0\0<~\177\0\0\0\0\0"..., 8192) = 8192
read(3, "\370\27\310\0\0\0\0\0\10\0\0\0\0\0\0\0t}\177\0\0\0\0\0\20\30\310\0\0\0\0\0"..., 8192) = 8192
write(4, "\370\27\310\0\0\0\0\0\10\0\0\0\0\0\0\0t}\177\0\0\0\0\0\20\30\310\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\214D\213\0\0\0\0\0\108\310\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\214D\213\0\0\0\0\0\108\310\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "h\203\177\0\0\0\0\0\0X\310\0\0\0\0\0\10\0\0\0\0\0\0\0\240\266\177\0\0\0\0\0"..., 8192) = 8192
write(4, "h\203\177\0\0\0\0\0\0X\310\0\0\0\0\0\10\0\0\0\0\0\0\0\240\266\177\0\0\0\0\0"..., 8192) = 8192
read(3, "\370w\310\0\0\0\0\0\10\0\0\0\0\0\0\0\320~\177\0\0\0\0\0\20x\310\0\0\0\0\0"..., 8192) = 8192
write(4, "\370w\310\0\0\0\0\0\10\0\0\0\0\0\0\0\320~\177\0\0\0\0\0\20x\310\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\324\204\177\0\0\0\0\0\10\230\310\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\324\204\177\0\0\0\0\0\10\230\310\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\30M\213\0\0\0\0\0\0\270\310\0\0\0\0\0\10\0\0\0\0\0\0\0\34}\177\0\0\0\0\0"..., 8192) = 8192
write(4, "\30M\213\0\0\0\0\0\0\270\310\0\0\0\0\0\10\0\0\0\0\0\0\0\34}\177\0\0\0\0\0"..., 8192) = 8192
read(3, "\370\327\310\0\0\0\0\0\10\0\0\0\0\0\0\0\354|\177\0\0\0\0\0\20\330\310\0\0\0\0\0"..., 8192) = 8192
write(4, "\370\327\310\0\0\0\0\0\10\0\0\0\0\0\0\0\354|\177\0\0\0\0\0\20\330\310\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\340\202\177\0\0\0\0\0\10\370\310\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\340\202\177\0\0\0\0\0\10\370\310\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "`x \0\0\0\0\0(\23\311\0\0\0\0\0\10\0\0\0\0\0\0\0p\340=\0\0\0\0\0"..., 8192) = 8192
write(4, "`x \0\0\0\0\0(\23\311\0\0\0\0\0\10\0\0\0\0\0\0\0p\340=\0\0\0\0\0"..., 8192) = 8192
read(3, "\210!\311\0\0\0\0\0\10\0\0\0\0\0\0\0000hh\0\0\0\0\0\220!\311\0\0\0\0\0"..., 8192) = 8192
write(4, "\210!\311\0\0\0\0\0\10\0\0\0\0\0\0\0000hh\0\0\0\0\0\220!\311\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\220Ju\0\0\0\0\0\200-\311\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\220Ju\0\0\0\0\0\200-\311\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\27\341\217\0\0\0\0\0\20U\311\0\0\0\0\0\10\0\0\0\0\0\0\0\1\346\217\0\0\0\0\0"..., 8192) = 8192
write(4, "\27\341\217\0\0\0\0\0\20U\311\0\0\0\0\0\10\0\0\0\0\0\0\0\1\346\217\0\0\0\0\0"..., 8192) = 8192
read(3, "Ht\311\0\0\0\0\0\10\0\0\0\0\0\0\0\240\10\220\0\0\0\0\0Xt\311\0\0\0\0\0"..., 8192) = 8192
write(4, "Ht\311\0\0\0\0\0\10\0\0\0\0\0\0\0\240\10\220\0\0\0\0\0Xt\311\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\260\313m\0\0\0\0\0\0\207\311\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\260\313m\0\0\0\0\0\0\207\311\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\240\314n\0\0\0\0\0000\262\311\0\0\0\0\0\10\0\0\0\0\0\0\0\260\307n\0\0\0\0\0"..., 8192) = 8192
write(4, "\240\314n\0\0\0\0\0000\262\311\0\0\0\0\0\10\0\0\0\0\0\0\0\260\307n\0\0\0\0\0"..., 8192) = 8192
read(3, "8\313\311\0\0\0\0\0\10\0\0\0\0\0\0\0\373f\220\0\0\0\0\0@\313\311\0\0\0\0\0"..., 8192) = 8192
write(4, "8\313\311\0\0\0\0\0\10\0\0\0\0\0\0\0\373f\220\0\0\0\0\0@\313\311\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0Gq\220\0\0\0\0\0\20\336\311\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0Gq\220\0\0\0\0\0\20\336\311\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\367z\220\0\0\0\0\0\320\357\311\0\0\0\0\0\10\0\0\0\0\0\0\0\367z\220\0\0\0\0\0"..., 8192) = 8192
write(4, "\367z\220\0\0\0\0\0\320\357\311\0\0\0\0\0\10\0\0\0\0\0\0\0\367z\220\0\0\0\0\0"..., 8192) = 8192
read(3, "\330\1\312\0\0\0\0\0\10\0\0\0\0\0\0\0\261\n\221\0\0\0\0\0\350\1\312\0\0\0\0\0"..., 8192) = 8192
write(4, "\330\1\312\0\0\0\0\0\10\0\0\0\0\0\0\0\261\n\221\0\0\0\0\0\350\1\312\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0/\213\220\0\0\0\0\0\320\23\312\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0/\213\220\0\0\0\0\0\320\23\312\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "S\225\220\0\0\0\0\0000&\312\0\0\0\0\0\10\0\0\0\0\0\0\0e\225\220\0\0\0\0\0"..., 8192) = 8192
write(4, "S\225\220\0\0\0\0\0000&\312\0\0\0\0\0\10\0\0\0\0\0\0\0e\225\220\0\0\0\0\0"..., 8192) = 8192
read(3, "\3308\312\0\0\0\0\0\10\0\0\0\0\0\0\0\226\22\221\0\0\0\0\0\3508\312\0\0\0\0\0"..., 8192) = 8192
write(4, "\3308\312\0\0\0\0\0\10\0\0\0\0\0\0\0\226\22\221\0\0\0\0\0\3508\312\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\267\251\220\0\0\0\0\0\320J\312\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\267\251\220\0\0\0\0\0\320J\312\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "3\30\221\0\0\0\0\0\30^\312\0\0\0\0\0\10\0\0\0\0\0\0\0{\267\220\0\0\0\0\0"..., 8192) = 8192
write(4, "3\30\221\0\0\0\0\0\30^\312\0\0\0\0\0\10\0\0\0\0\0\0\0{\267\220\0\0\0\0\0"..., 8192) = 8192
read(3, "\340q\312\0\0\0\0\0\10\0\0\0\0\0\0\0\36\33\221\0\0\0\0\0\360q\312\0\0\0\0\0"..., 8192) = 8192
write(4, "\340q\312\0\0\0\0\0\10\0\0\0\0\0\0\0\36\33\221\0\0\0\0\0\360q\312\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0v'\221\0\0\0\0\0\370\207\312\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0v'\221\0\0\0\0\0\370\207\312\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\210>\221\0\0\0\0\0\340\245\312\0\0\0\0\0\10\0\0\0\0\0\0\0\257>\221\0\0\0\0\0"..., 8192) = 8192
write(4, "\210>\221\0\0\0\0\0\340\245\312\0\0\0\0\0\10\0\0\0\0\0\0\0\257>\221\0\0\0\0\0"..., 8192) = 8192
read(3, "\210\303\312\0\0\0\0\0\10\0\0\0\0\0\0\0\240Y\311\0\0\0\0\0\240\303\312\0\0\0\0\0"..., 8192) = 8192
write(4, "\210\303\312\0\0\0\0\0\10\0\0\0\0\0\0\0\240Y\311\0\0\0\0\0\240\303\312\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\22\275\217\0\0\0\0\0\0\337\312\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\22\275\217\0\0\0\0\0\0\337\312\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\6s\217\0\0\0\0\0\30\365\312\0\0\0\0\0\10\0\0\0\0\0\0\0\263w\221\0\0\0\0\0"..., 8192) = 8192
write(4, "\6s\217\0\0\0\0\0\30\365\312\0\0\0\0\0\10\0\0\0\0\0\0\0\263w\221\0\0\0\0\0"..., 8192) = 8192
read(3, "x\n\313\0\0\0\0\0\10\0\0\0\0\0\0\0I\226\221\0\0\0\0\0\210\n\313\0\0\0\0\0"..., 8192) = 8192
write(4, "x\n\313\0\0\0\0\0\10\0\0\0\0\0\0\0I\226\221\0\0\0\0\0\210\n\313\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\220:|\0\0\0\0\0\370#\313\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\220:|\0\0\0\0\0\370#\313\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\320\212|\0\0\0\0\0p?\313\0\0\0\0\0\10\0\0\0\0\0\0\0 \213|\0\0\0\0\0"..., 8192) = 8192
write(4, "\320\212|\0\0\0\0\0p?\313\0\0\0\0\0\10\0\0\0\0\0\0\0 \213|\0\0\0\0\0"..., 8192) = 8192
read(3, "\350U\313\0\0\0\0\0\10\0\0\0\0\0\0\0\222\37\223\0\0\0\0\0\370U\313\0\0\0\0\0"..., 8192) = 8192
write(4, "\350U\313\0\0\0\0\0\10\0\0\0\0\0\0\0\222\37\223\0\0\0\0\0\370U\313\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0006?\221\0\0\0\0\0\10l\313\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0006?\221\0\0\0\0\0\10l\313\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\257T\223\0\0\0\0\0\30\207\313\0\0\0\0\0\10\0\0\0\0\0\0\0\276T\223\0\0\0\0\0"..., 8192) = 8192
write(4, "\257T\223\0\0\0\0\0\30\207\313\0\0\0\0\0\10\0\0\0\0\0\0\0\276T\223\0\0\0\0\0"..., 8192) = 8192
read(3, "H\236\313\0\0\0\0\0\10\0\0\0\0\0\0\0\271\210\223\0\0\0\0\0X\236\313\0\0\0\0\0"..., 8192) = 8192
write(4, "H\236\313\0\0\0\0\0\10\0\0\0\0\0\0\0\271\210\223\0\0\0\0\0X\236\313\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\232\302\223\0\0\0\0\0X\264\313\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\232\302\223\0\0\0\0\0X\264\313\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\265\334\223\0\0\0\0\0\30\312\313\0\0\0\0\0\10\0\0\0\0\0\0\0\303\334\223\0\0\0\0\0"..., 8192) = 8192
write(4, "\265\334\223\0\0\0\0\0\30\312\313\0\0\0\0\0\10\0\0\0\0\0\0\0\303\334\223\0\0\0\0\0"..., 8192) = 8192
read(3, "X\352\313\0\0\0\0\0\10\0\0\0\0\0\0\0\30M\301\0\0\0\0\0p\352\313\0\0\0\0\0"..., 8192) = 8192
write(4, "X\352\313\0\0\0\0\0\10\0\0\0\0\0\0\0\30M\301\0\0\0\0\0p\352\313\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\303\230\217\0\0\0\0\0\230\16\314\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\303\230\217\0\0\0\0\0\230\16\314\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "WO\220\0\0\0\0\0X:\314\0\0\0\0\0\10\0\0\0\0\0\0\0cO\220\0\0\0\0\0"..., 8192) = 8192
write(4, "WO\220\0\0\0\0\0X:\314\0\0\0\0\0\10\0\0\0\0\0\0\0cO\220\0\0\0\0\0"..., 8192) = 8192
read(3, "\360\327\313\0\0\0\0\0\6\0\0\0>\0\0\0\0\0\0\0\0\0\0\0\20\330\313\0\0\0\0\0"..., 8192) = 8192
write(4, "\360\327\313\0\0\0\0\0\6\0\0\0>\0\0\0\0\0\0\0\0\0\0\0\20\330\313\0\0\0\0\0"..., 8192) = 8192
read(3, "\377%\nT\274\0h[\0\0\0\3510\372\377\377\377%\2T\274\0h\\\0\0\0\351 \372\377\377"..., 8192) = 8192
write(4, "\377%\nT\274\0h[\0\0\0\3510\372\377\377\377%\2T\274\0h\\\0\0\0\351 \372\377\377"..., 8192) = 8192
read(3, "\1\0\0\0\351\301\0\0\0H\1\367L\215P\0011\366I\211\371I9\372t\16\17\266p\1H\203"..., 8192) = 8192
write(4, "\1\0\0\0\351\301\0\0\0H\1\367L\215P\0011\366I\211\371I9\372t\16\17\266p\1H\203"..., 8192) = 8192
read(3, "\341\4\17\20D\10\260\17\20L\10\300A\17\20\27A\17\20_\20\17\21\\\10\300\17\21T\10\260A"..., 8192) = 8192
write(4, "\341\4\17\20D\10\260\17\20L\10\300A\17\20\27A\17\20_\20\17\21\\\10\300\17\21T\10\260A"..., 8192) = 8192
read(3, "L$0\17)D$ H\215\5\311\204\263\0H\211\4$H\215\25\236\204\263\0H\215t$\20H"..., 8192) = 8192
write(4, "L$0\17)D$ H\215\5\311\204\263\0H\211\4$H\215\25\236\204\263\0H\215t$\20H"..., 8192) = 8192
read(3, "\0\0\0[A\\A]A^A_]\303\350\215\330\f\0\17\vL\211\367\350\243\330\f\0\17\v\220"..., 8192) = 8192
write(4, "\0\0\0[A\\A]A^A_]\303\350\215\330\f\0\17\vL\211\367\350\243\330\f\0\17\v\220"..., 8192) = 8192
read(3, "\360L\211\303I#\0I\213H\10B\306\4)\377\306D\10\20\377I\213@\10H\367\335H\215\fm"..., 8192) = 8192
write(4, "\360L\211\303I#\0I\213H\10B\306\4)\377\306D\10\20\377I\213@\10H\367\335H\215\fm"..., 8192) = 8192
read(3, "\3L\215<\2001\355L\2135:\231\273\0\353\tH\203\305(I9\357t\27H\213|+\20H\205"..., 8192) = 8192
write(4, "\3L\215<\2001\355L\2135:\231\273\0\353\tH\203\305(I9\357t\27H\213|+\20H\205"..., 8192) = 8192
read(3, "\377\10\0\0I\211\327H\211\365H\213\26L\215r\1L\211\366H\301\356\3H\215\4\365\0\0\0\0"..., 8192) = 8192
write(4, "\377\10\0\0I\211\327H\211\365H\213\26L\215r\1L\211\366H\301\356\3H\215\4\365\0\0\0\0"..., 8192) = 8192
read(3, "\215\34\tI\203\303\2I9\363\17\202p\377\377\377\353\211I\211\360\353\23f\17\37\204\0\0\0\0\0"..., 8192) = 8192
write(4, "\215\34\tI\203\303\2I9\363\17\202p\377\377\377\353\211I\211\360\353\23f\17\37\204\0\0\0\0\0"..., 8192) = 8192
read(3, "\17\204\255\0\0\0L\211\305I\213@\10H\367\333H\215\f[H\213T\310\370H\211T$0\17\20"..., 8192) = 8192
write(4, "\17\204\255\0\0\0L\211\305I\213@\10H\367\333H\215\f[H\213T\310\370H\211T$0\17\20"..., 8192) = 8192
read(3, "\177\4\0\0H\211\301H\272\223$I\222$I\222$H\367\342H)\321H\321\351H\1\321H\301\351"..., 8192) = 8192
write(4, "\177\4\0\0H\211\301H\272\223$I\222$I\222$H\367\342H)\321H\321\351H\1\321H\301\351"..., 8192) = 8192
read(3, "~H\307D$\10\0\0\0\0H\215|$ H\215L$\10\272\1\0\0\0\3502\374@\0H\213"..., 8192) = 8192
write(4, "~H\307D$\10\0\0\0\0H\215|$ H\215L$\10\272\1\0\0\0\3502\374@\0H\213"..., 8192) = 8192
read(3, "\363\17\177\205\330\0\0\0H\215\5\311\276\264\0H\211\204$0\f\0\0L\211\274$ \6\0\0L"..., 8192) = 8192
write(4, "\363\17\177\205\330\0\0\0H\215\5\311\276\264\0H\211\204$0\f\0\0L\211\274$ \6\0\0L"..., 8192) = 8192
read(3, "\272\0I\203\375\2\17\202\326\357\377\377I\1\334I\203\305\376fA\307\4$, I\213\236\350\0\0"..., 8192) = 8192
write(4, "\272\0I\203\375\2\17\202\326\357\377\377I\1\334I\203\305\376fA\307\4$, I\213\236\350\0\0"..., 8192) = 8192
read(3, "\273\0\0\363\17o\204$\200\3\0\0\17\20\214$\220\3\0\0\363\17\177\5\305\n\273\0\17\21\r\316"..., 8192) = 8192
write(4, "\273\0\0\363\17o\204$\200\3\0\0\17\20\214$\220\3\0\0\363\17\177\5\305\n\273\0\17\21\r\316"..., 8192) = 8192
read(3, "\0\10\0\0\0\17\21\200\240\1\0\0H\307\200\260\1\0\0\10\0\0\0\17\21\200\270\1\0\0H\307"..., 8192) = 8192
write(4, "\0\10\0\0\0\17\21\200\240\1\0\0H\307\200\260\1\0\0\10\0\0\0\17\21\200\270\1\0\0H\307"..., 8192) = 8192
read(3, "L\211 fD\211\270h\1\0\0K\213\204\374x\1\0\0L\211 A\215O\1f\211\210h\1\0"..., 8192) = 8192
write(4, "L\211 fD\211\270h\1\0\0K\213\204\374x\1\0\0L\211 A\215O\1f\211\210h\1\0"..., 8192) = 8192
read(3, "F\20H\211\4$H\203\370@\17\205S\2\0\0I\211\327H\211\363H\213r\20\213B@\215P\1"..., 8192) = 8192
write(4, "F\20H\211\4$H\203\370@\17\205S\2\0\0I\211\327H\211\363H\213r\20\213B@\215P\1"..., 8192) = 8192
read(3, ":G\6\17\205G\377\377\377\351\263\f\0\0f\220L\215i\370H\215\4\vH\203\300\370M\205\355\17"..., 8192) = 8192
write(4, ":G\6\17\205G\377\377\377\351\263\f\0\0f\220L\215i\370H\215\4\vH\203\300\370M\205\355\17"..., 8192) = 8192
read(3, "I\215C\2I9\323t\207A\17\267\33I\211\303H\215\f[I\213D\315\20L9\310w\342M\213"..., 8192) = 8192
write(4, "I\215C\2I9\323t\207A\17\267\33I\211\303H\215\f[I\213D\315\20L9\310w\342M\213"..., 8192) = 8192
read(3, "\303H\203\371\10\17\203\225\0\0\0H\205\311\17\204\361\3\0\0\212E\0A:\2u\304H\203\371\1"..., 8192) = 8192
write(4, "\303H\203\371\10\17\203\225\0\0\0H\205\311\17\204\361\3\0\0\212E\0A:\2u\304H\203\371\1"..., 8192) = 8192
read(3, "\201\1\0\0H\211{\30H\321\356H\211s H\213C(fD\211$GH\203C(\1M\205\366"..., 8192) = 8192
write(4, "\201\1\0\0H\211{\30H\321\356H\211s H\213C(fD\211$GH\203C(\1M\205\366"..., 8192) = 8192
read(3, "9\204\300\260\1u3H\213D$\10\366@0\4H\213x H\213@(H\213@\30u\16H\215"..., 8192) = 8192
write(4, "9\204\300\260\1u3H\213D$\10\366@0\4H\213x H\213@(H\213@\30u\16H\215"..., 8192) = 8192
read(3, "USP\212\37@\212o\1\277\2\0\0\0\377\25\324w\271\0H\205\300t\24\210\30@\210h\1H"..., 8192) = 8192
write(4, "USP\212\37@\212o\1\277\2\0\0\0\377\25\324w\271\0H\205\300t\24\210\30@\210h\1H"..., 8192) = 8192
read(3, "\325I\211\364H\211\373H\205\322t\27H\211\357\377\25\323W\271\0H\205\300\17\204%\6\0\0H\211"..., 8192) = 8192
write(4, "\325I\211\364H\211\373H\205\322t\27H\211\357\377\25\323W\271\0H\205\300\17\204%\6\0\0H\211"..., 8192) = 8192
read(3, " I\213t$(H\215\5\253f\266\0H\211D$\10H\307D$\20\1\0\0\0H\307D$\30"..., 8192) = 8192
write(4, " I\213t$(H\215\5\253f\266\0H\211D$\10H\307D$\20\1\0\0\0H\307D$\30"..., 8192) = 8192
read(3, "$\370\0\0\0H\307\204$\0\1\0\0\5\0\0\0H\215\\$\20H\215\214$\270\0\0\0H\211"..., 8192) = 8192
write(4, "$\370\0\0\0H\307\204$\0\1\0\0\5\0\0\0H\215\\$\20H\215\214$\270\0\0\0H\211"..., 8192) = 8192
read(3, "t\25\17\266U\0H\203\305\1\203\342?\353\r\301\341\f\351V\377\377\3771\322L\211\345\203\341\7\301"..., 8192) = 8192
write(4, "t\25\17\266U\0H\203\305\1\203\342?\353\r\301\341\f\351V\377\377\3771\322L\211\345\203\341\7\301"..., 8192) = 8192
read(3, "\377\351I\5\0\0L\215\5\363\257\255\0H\211\307L\211\366L\211\361\350u\235\374\377\351/\5\0\0"..., 8192) = 8192
write(4, "\377\351I\5\0\0L\215\5\363\257\255\0H\211\307L\211\366L\211\361\350u\235\374\377\351/\5\0\0"..., 8192) = 8192
read(3, "\0\0r\16=\0\0\1\0\272\4\0\0\0H\203\332\0H\211\316H)\326t\20\17\2061\3\0\0"..., 8192) = 8192
write(4, "\0\0r\16=\0\0\1\0\272\4\0\0\0H\203\332\0H\211\316H)\326t\20\17\2061\3\0\0"..., 8192) = 8192
read(3, "\4$\1\0\0\0H\215\rIym\0L\215\r[\1w\0H\215|$\20A\270\3\0\0\0L"..., 8192) = 8192
write(4, "\4$\1\0\0\0H\215\rIym\0L\215\r[\1w\0H\215|$\20A\270\3\0\0\0L"..., 8192) = 8192
read(3, "$\20H\211\306\350v\2\0\0\351Y\376\377\377H\215|$\20H\211\306\350d\2\0\0\351G\376\377"..., 8192) = 8192
write(4, "$\20H\211\306\350v\2\0\0\351Y\376\377\377H\215|$\20H\211\306\350d\2\0\0\351G\376\377"..., 8192) = 8192
read(3, "H\213\tH\211\312H)\302L9\362s?L\1\360\17\202\200\37\0\0H\215\24\tH9\302H\17"..., 8192) = 8192
write(4, "H\213\tH\211\312H)\302L9\362s?L\1\360\17\202\200\37\0\0H\215\24\tH9\302H\17"..., 8192) = 8192
read(3, "\333\376\377\351l\1\0\0H\205\366\17\205e\1\0\0\350\272\333\376\377\351Y\1\0\0H\205\366\17\205"..., 8192) = 8192
write(4, "\333\376\377\351l\1\0\0H\205\366\17\205e\1\0\0\350\272\333\376\377\351Y\1\0\0H\205\366\17\205"..., 8192) = 8192
read(3, "\211\367A\377U H9\204$\200\0\0\0v\27H\213T$pH\211\306H\301\346\5\271\1\0\0"..., 8192) = 8192
write(4, "\211\367A\377U H9\204$\200\0\0\0v\27H\213T$pH\211\306H\301\346\5\271\1\0\0"..., 8192) = 8192
read(3, "I\17\244\3068\3518\1\0\0L\211\363H\215\204$\260\0\0\0H\211\204$@\1\0\0H\215\5"..., 8192) = 8192
write(4, "I\17\244\3068\3518\1\0\0L\211\363H\215\204$\260\0\0\0H\211\204$@\1\0\0H\215\5"..., 8192) = 8192
read(3, "\377t:K\215\4\177I\215,\306L\213=6\331\267\0L\211\363\353\22f\17\37\204\0\0\0\0\0"..., 8192) = 8192
write(4, "\377t:K\215\4\177I\215,\306L\213=6\331\267\0L\211\363\353\22f\17\37\204\0\0\0\0\0"..., 8192) = 8192
read(3, "\370Hi\320X\2\0\0\377\25\332\273\267\0A\215D$\1\211D$\20Ii\307X\2\0\0I\1"..., 8192) = 8192
write(4, "\370Hi\320X\2\0\0\377\25\332\273\267\0A\215D$\1\211D$\20Ii\307X\2\0\0I\1"..., 8192) = 8192
read(3, "$X\4\0\0B\17\21D=@\17\20\204$\30\4\0\0\17\20\214$(\4\0\0\17\20\224$8"..., 8192) = 8192
write(4, "$X\4\0\0B\17\21D=@\17\20\204$\30\4\0\0\17\20\214$(\4\0\0\17\20\224$8"..., 8192) = 8192
read(3, "\10\353#H\307D$0\0\0\0\0\353V1\355M\211\375\353\"H\211\337\377\25\312w\267\0I\211"..., 8192) = 8192
write(4, "\10\353#H\307D$0\0\0\0\0\353V1\355M\211\375\353\"H\211\337\377\25\312w\267\0I\211"..., 8192) = 8192
read(3, "\20\1\17)D$@H\213|$XH\211\7\17(D$@\17\21G\10H\203\304x[A\\A"..., 8192) = 8192
write(4, "\20\1\17)D$@H\213|$XH\211\7\17(D$@\17\21G\10H\203\304x[A\\A"..., 8192) = 8192
read(3, "\300H\17D\370t\10H\213\7H\213W\20\3031\300\303f.\17\37\204\0\0\0\0\0\17\37@\0"..., 8192) = 8192
write(4, "\300H\17D\370t\10H\213\7H\213W\20\3031\300\303f.\17\37\204\0\0\0\0\0\17\37@\0"..., 8192) = 8192
read(3, "5\353:j\0L\211t$P\17W\300\17\21D$XH\205\333\17\204\233\f\0\0H\301\343\4\353"..., 8192) = 8192
write(4, "5\353:j\0L\211t$P\17W\300\17\21D$XH\205\333\17\204\233\f\0\0H\301\343\4\353"..., 8192) = 8192
read(3, "\0I\1\307H\213L$\10H\2131H\213Q\10I\211\334I\367\334E1\355L9\370\17\204\216\0"..., 8192) = 8192
write(4, "\0I\1\307H\213L$\10H\2131H\213Q\10I\211\334I\367\334E1\355L9\370\17\204\216\0"..., 8192) = 8192
read(3, "\30H\213|$@H\205\377t\16H\203|$H\0t\6\377\25/\331\266\0H\213D$hI\211"..., 8192) = 8192
write(4, "\30H\213|$@H\205\377t\16H\203|$H\0t\6\377\25/\331\266\0H\213D$hI\211"..., 8192) = 8192
read(3, "\0\276\1\0\0\0H\211\357\350\362q\372\377\17\vH\205\366uV\350\266[\375\377\351\220\0\0\0H"..., 8192) = 8192
write(4, "\0\276\1\0\0\0H\211\357\350\362q\372\377\17\vH\205\366uV\350\266[\375\377\351\220\0\0\0H"..., 8192) = 8192
read(3, "D$h\0\0\0\0H\213\274$\210\0\0\0H\2154\17H\215|$h\35039\375\377L\213l"..., 8192) = 8192
write(4, "D$h\0\0\0\0H\213\274$\210\0\0\0H\2154\17H\215|$h\35039\375\377L\213l"..., 8192) = 8192
read(3, "\354\33\375\377H\213\204$\270\0\0\0L\213\244$\340\0\0\0I\211D$\20\17\20\204$\250\0\0"..., 8192) = 8192
write(4, "\354\33\375\377H\213\204$\270\0\0\0L\213\244$\340\0\0\0I\211D$\20\17\20\204$\250\0\0"..., 8192) = 8192
read(3, "\0\0\0H\215|$pH\215t$(\350\336\373\374\377H\213|$\20H\205\377t\16H\203|$"..., 8192) = 8192
write(4, "\0\0\0H\215|$pH\215t$(\350\336\373\374\377H\213|$\20H\205\377t\16H\203|$"..., 8192) = 8192
read(3, "HH\205\377t\16H\203|$P\0t\6\377\02549\266\0M\205\366tGK\215\4vI\215\34"..., 8192) = 8192
write(4, "HH\205\377t\16H\203|$P\0t\6\377\02549\266\0M\205\366tGK\215\4vI\215\34"..., 8192) = 8192
read(3, "t5H\213\224$\310\0\0\0H\301\341\3H\215\fIH\211T$xH\211\214$\200\0\0\0H"..., 8192) = 8192
write(4, "t5H\213\224$\310\0\0\0H\301\341\3H\215\fIH\211T$xH\211\214$\200\0\0\0H"..., 8192) = 8192
read(3, "\0H\215t$`\350\345\233\374\377\17\20\204$\260\0\0\0\17)\204$\220\0\0\0L\213\264$\300"..., 8192) = 8192
write(4, "\0H\215t$`\350\345\233\374\377\17\20\204$\260\0\0\0\17)\204$\220\0\0\0L\213\264$\300"..., 8192) = 8192
read(3, "\5\270\4\0\0\0001\311\2720\0\0\0H\367\342\17\221\301H\301\341\3M\205\344t;H\213T$"..., 8192) = 8192
write(4, "\5\270\4\0\0\0001\311\2720\0\0\0H\367\342\17\221\301H\301\341\3M\205\344t;H\213T$"..., 8192) = 8192
read(3, "I9\354H\213\24$sHI\215F\30I\213N(I\211N\20A\17\20F\30A\17\21\6H\203"..., 8192) = 8192
write(4, "I9\354H\213\24$sHI\215F\30I\213N(I\211N\20A\17\20F\30A\17\21\6H\203"..., 8192) = 8192
read(3, "\21\1H\211D$(L\211d$0H\213\5\335\272h\0H\211D$8f\307\204$\200\0\0\0"..., 8192) = 8192
write(4, "\21\1H\211D$(L\211d$0H\213\5\335\272h\0H\211D$8f\307\204$\200\0\0\0"..., 8192) = 8192
read(3, "\265\0H\213D$\10M\205\366\17\204\204\374\377\377H\205\300\17\204{\374\377\377H\211\307H\270\377\377"..., 8192) = 8192
write(4, "\265\0H\213D$\10M\205\366\17\204\204\374\377\377H\205\300\17\204{\374\377\377H\211\307H\270\377\377"..., 8192) = 8192
read(3, "\34[\252\0\276(\0\0\0\350\2\35\371\377\3512\1\0\0H\215\25\6[\252\0\276(\0\0\0\350"..., 8192) = 8192
write(4, "\34[\252\0\276(\0\0\0\350\2\35\371\377\3512\1\0\0H\215\25\6[\252\0\276(\0\0\0\350"..., 8192) = 8192
read(3, "$\24\250\4u\36\213D$\24\301\350\rD\211\342\200\362\1\204\320\17\205\340\1\0\0M\205\300\17\204"..., 8192) = 8192
write(4, "$\24\250\4u\36\213D$\24\301\350\rD\211\342\200\362\1\204\320\17\205\340\1\0\0M\205\300\17\204"..., 8192) = 8192
read(3, "L$pH\215\\$HH\211\337H\211T$\20H\211\326H\211\312\350\265d\376\377\306D$\17\377"..., 8192) = 8192
write(4, "L$pH\215\\$HH\211\337H\211T$\20H\211\326H\211\312\350\265d\376\377\306D$\17\377"..., 8192) = 8192
read(3, "\377L\213\205\310\1\0\0H\215\274$\360\2\0\0L\211\346H\211\352L\213\f$\350\21\352\377\377H"..., 8192) = 8192
write(4, "\377L\213\205\310\1\0\0H\215\274$\360\2\0\0L\211\346H\211\352L\213\f$\350\21\352\377\377H"..., 8192) = 8192
read(3, "\332L\211\341L\213<$M\211\370\350\260C\0\0H\270\377\377\377\377\377\377\377\17H\205D$\20\17"..., 8192) = 8192
write(4, "\332L\211\341L\213<$M\211\370\350\260C\0\0H\270\377\377\377\377\377\377\377\17H\205D$\20\17"..., 8192) = 8192
read(3, "\0f\17\177\204$\360\1\0\0D\212\264$ \3\0\0H\215\214$!\3\0\0\213\1\213I\3\211"..., 8192) = 8192
write(4, "\0f\17\177\204$\360\1\0\0D\212\264$ \3\0\0H\215\214$!\3\0\0\213\1\213I\3\211"..., 8192) = 8192
read(3, "\204|\3\0\0K\215\f6H9\301H\17G\301H\203\370\4\271\4\0\0\0H\17F\3011\311\272"..., 8192) = 8192
write(4, "\204|\3\0\0K\215\f6H9\301H\17G\301H\203\370\4\271\4\0\0\0H\17F\3011\311\272"..., 8192) = 8192
read(3, "`\1\0\0H\215t$H\350\342\33\373\377H\213D$\10H\203\370\2t\10\203\370\1t\3H\205"..., 8192) = 8192
write(4, "`\1\0\0H\215t$H\350\342\33\373\377H\213D$\10H\203\370\2t\10\203\370\1t\3H\205"..., 8192) = 8192
read(3, "\5[pg\0\17\21\204$\360\0\0\0\17\266\264$\220\1\0\0\277\1\0\0\0\350a\341\373\377A"..., 8192) = 8192
write(4, "\5[pg\0\17\21\204$\360\0\0\0\17\266\264$\220\1\0\0\277\1\0\0\0\350a\341\373\377A"..., 8192) = 8192
read(3, "\377\17\vH\205\300u\7\350\303\333\372\377\17\vH\211\306\350\351\361\367\377\17\v\17\37\200\0\0\0\0"..., 8192) = 8192
write(4, "\377\17\vH\205\300u\7\350\303\333\372\377\17\vH\211\306\350\351\361\367\377\17\v\17\37\200\0\0\0\0"..., 8192) = 8192
read(3, "A\17\267l\275\4f\17n\305A\17\267l\275\6f\17n\315f\17\333\302f\17\333\312f\17d\303"..., 8192) = 8192
write(4, "A\17\267l\275\4f\17n\305A\17\267l\275\6f\17n\315f\17\333\302f\17\333\312f\17d\303"..., 8192) = 8192
read(3, "O\10I9\335\17\2045\376\377\377vIA\200<\36\277~BL\211\366H\211\332\377Q\30\204\300u"..., 8192) = 8192
write(4, "O\10I9\335\17\2045\376\377\377vIA\200<\36\277~BL\211\366H\211\332\377Q\30\204\300u"..., 8192) = 8192
read(3, "H\201\354\210\0\0\0\212\7L\215\204$\210\0\0\0E1\311f.\17\37\204\0\0\0\0\0f\220"..., 8192) = 8192
write(4, "H\201\354\210\0\0\0\212\7L\215\204$\210\0\0\0E1\311f.\17\37\204\0\0\0\0\0f\220"..., 8192) = 8192
read(3, "\27\0\0L\213D$PL+\204$\20\1\0\0L\17\257\303I\215,\30H\211l$\10H;L"..., 8192) = 8192
write(4, "\27\0\0L\213D$PL+\204$\20\1\0\0L\17\257\303I\215,\30H\211l$\10H;L"..., 8192) = 8192
read(3, "\301\357 H\203\303\1M\205\377u\344L\211$$L\215\244$ \1\0\0H\215t$@\272\240\0"..., 8192) = 8192
write(4, "\301\357 H\203\303\1M\205\377u\344L\211$$L\215\244$ \1\0\0H\215t$@\272\240\0"..., 8192) = 8192
read(3, "\210A\213\4\200H\301\350\25H\215H\1I9\311t:)\327H=5\3\0\0\2715\3\0\0H"..., 8192) = 8192
write(4, "\210A\213\4\200H\301\350\25H\215H\1I9\311t:)\327H=5\3\0\0\2715\3\0\0H"..., 8192) = 8192
read(3, "\20H\203\331\0\353\0021\311H\211\310H\203\304([A\\A^A_\303H\215=\361\5r\0H"..., 8192) = 8192
write(4, "\20H\203\331\0\353\0021\311H\211\310H\203\304([A\\A^A_\303H\215=\361\5r\0H"..., 8192) = 8192
read(3, "L\3<$I\21\356L\211\300I\367\340H\211\24$H\211D$\20H\211\310I\367\343H\211\323H"..., 8192) = 8192
write(4, "L\3<$I\21\356L\211\300I\367\340H\211\24$H\211D$\20H\211\310I\367\343H\211\323H"..., 8192) = 8192
read(3, "$$H\211T$\30H\211\4$H\213D$pI\367\341H\211T$pI\211\301L\211\350I\367"..., 8192) = 8192
write(4, "$$H\211T$\30H\211\4$H\213D$pI\367\341H\211T$pI\211\301L\211\350I\367"..., 8192) = 8192
read(3, "!\302L\3\254$\250\0\0\0H\23\214$\300\0\0\0L\3l$XH\23L$ L\3\254$"..., 8192) = 8192
write(4, "!\302L\3\254$\250\0\0\0H\23\214$\300\0\0\0L\3l$XH\23L$ L\3\254$"..., 8192) = 8192
read(3, "\0\0\272`\1\0\0\377\25\263\333\262\0H\215\204$\350\3\0\0H\211\204$p\4\0\0H\215\5"..., 8192) = 8192
write(4, "\0\0\272`\1\0\0\377\25\263\333\262\0H\215\204$\350\3\0\0H\211\204$p\4\0\0H\215\5"..., 8192) = 8192
read(3, "\0\360\203h(\1t/H\203\305(\17\37@\0\277\312\0\0\0H\211\356\272\200\0\0\0\271\377\377"..., 8192) = 8192
write(4, "\0\360\203h(\1t/H\203\305(\17\37@\0\277\312\0\0\0H\211\356\272\200\0\0\0\271\377\377"..., 8192) = 8192
read(3, "\220\0\0\0\17\21\200\260\0\0\0\17\21\210\300\0\0\0\17\21\220\320\0\0\0\17\21\230\340\0\0\0"..., 8192) = 8192
write(4, "\220\0\0\0\17\21\200\260\0\0\0\17\21\210\300\0\0\0\17\21\220\320\0\0\0\17\21\230\340\0\0\0"..., 8192) = 8192
read(3, "oL\v\20f\17o\25\244\223e\0f\17o\330f\17\374\332f\17\374\321f\17o%\240\223e\0"..., 8192) = 8192
write(4, "oL\v\20f\17o\25\244\223e\0f\17o\330f\17\374\332f\17\374\321f\17o%\240\223e\0"..., 8192) = 8192
read(3, "H\211\337H\203\304\10[A^\377%8Y\262\0I\211\306H\211\337\350u\364\6\0L\211\367\350="..., 8192) = 8192
write(4, "H\211\337H\203\304\10[A^\377%8Y\262\0I\211\306H\211\337\350u\364\6\0L\211\367\350="..., 8192) = 8192
read(3, "\0\0H\213\274$\320\2\0\0H\205\377t\21H\203\274$\330\2\0\0\0t\6\377\25(9\262\0"..., 8192) = 8192
write(4, "\0\0H\213\274$\320\2\0\0H\205\377t\21H\203\274$\330\2\0\0\0t\6\377\25(9\262\0"..., 8192) = 8192
read(3, "\375\377f.\17\37\204\0\0\0\0\0\17\37@\0AVSH\203\354\30H\211\363I\211\376H\213~"..., 8192) = 8192
write(4, "\375\377f.\17\37\204\0\0\0\0\0\17\37@\0AVSH\203\354\30H\211\363I\211\376H\213~"..., 8192) = 8192
read(3, "\0\0\0H\211\336A\377\327H\215\274$\340\6\0\0\272\240\0\0\0H\211\336A\377\327H\215\274$"..., 8192) = 8192
write(4, "\0\0\0H\211\336A\377\327H\215\274$\340\6\0\0\272\240\0\0\0H\211\336A\377\327H\215\274$"..., 8192) = 8192
read(3, "H\211\370H\367\343I\211\327H\211D$HL\211\340H\367\244$\240\0\0\0H\211\307L\213\204$"..., 8192) = 8192
write(4, "H\211\370H\367\343I\211\327H\211D$HL\211\340H\367\244$\240\0\0\0H\211\307L\213\204$"..., 8192) = 8192
read(3, "\211\321H\211\306H\1\376H\21\351J\213T3hH\211T$HM\211\360H\215\4\322L\2154B"..., 8192) = 8192
write(4, "\211\321H\211\306H\1\376H\21\351J\213T3hH\211T$HM\211\360H\215\4\322L\2154B"..., 8192) = 8192
read(3, "\211\337H\301\357\2H\211|$(H\211\337H\301\357\nH\211\274$\230\0\0\0H\211\337H\301\357"..., 8192) = 8192
write(4, "\211\337H\301\357\2H\211|$(H\211\337H\301\357\nH\211\274$\230\0\0\0H\211\337H\301\357"..., 8192) = 8192
read(3, "\202\243\1\0\0H\201\371\0\200\0\0\17\207\252\1\0\0I\2154\7H\201\306\0+\0\0H\211\337"..., 8192) = 8192
write(4, "\202\243\1\0\0H\201\371\0\200\0\0\17\207\252\1\0\0I\2154\7H\201\306\0+\0\0H\211\337"..., 8192) = 8192
read(3, "H\215\5\301+\246\0H\211D$\30\351\303\32\0\0H\301\355\5H\367\335H9\254$\300\2\0\0"..., 8192) = 8192
write(4, "H\215\5\301+\246\0H\211D$\30\351\303\32\0\0H\301\355\5H\367\335H9\254$\300\2\0\0"..., 8192) = 8192
read(3, "\230\1\0\0\1\0\0\0H\215L$0H\211L$xH\215\214$p\1\0\0H\211\214$\200\0"..., 8192) = 8192
write(4, "\230\1\0\0\1\0\0\0H\215L$0H\211L$xH\215\214$p\1\0\0H\211\214$\200\0"..., 8192) = 8192
read(3, "o`H\307\4$\0\0\0\0H\211T$\10H\211L$\20H\211t$\30H\211l$ H\215"..., 8192) = 8192
write(4, "o`H\307\4$\0\0\0\0H\211T$\10H\211L$\20H\211t$\30H\211l$ H\215"..., 8192) = 8192
read(3, "\211\367H\213\264$P\2\0\0\350q1\0\0\212\204$\340\0\0\0@\212\254$\341\0\0\0A\17"..., 8192) = 8192
write(4, "\211\367H\213\264$P\2\0\0\350q1\0\0\212\204$\340\0\0\0@\212\254$\341\0\0\0A\17"..., 8192) = 8192
read(3, "\0H\215OHH\213WHH\213wXH\213o`H\307D$@\0\0\0\0H\211T$HH"..., 8192) = 8192
write(4, "\0H\215OHH\213WHH\213wXH\213o`H\307D$@\0\0\0\0H\211T$HH"..., 8192) = 8192
read(3, "\0H\203\370\2\17\205\361\17\0\0\260\2\351\376\17\0\0H\203\306\10\17\20\6\17\20N\20\17)D"..., 8192) = 8192
write(4, "\0H\203\370\2\17\205\361\17\0\0\260\2\351\376\17\0\0H\203\306\10\17\20\6\17\20N\20\17)D"..., 8192) = 8192
read(3, "\17\242m\0H\215\25\315\2\246\0\276\"\0\0\0\350\353b\364\377\351\226\1\0\0H\215=\362\241m"..., 8192) = 8192
write(4, "\17\242m\0H\215\25\315\2\246\0\276\"\0\0\0\350\353b\364\377\351\226\1\0\0H\215=\362\241m"..., 8192) = 8192
read(3, "p\311Df\17\324\310M)\367L\2118\363\17\177H\10H\211h\30H\307@ \1\0\0\0H\211"..., 8192) = 8192
write(4, "p\311Df\17\324\310M)\367L\2118\363\17\177H\10H\211h\30H\307@ \1\0\0\0H\211"..., 8192) = 8192
read(3, "AWAVATSH\203\354xI\211\364\212\37\210\\$8L\215t$8L\211t$HH\215"..., 8192) = 8192
write(4, "AWAVATSH\203\354xI\211\364\212\37\210\\$8L\215t$8L\211t$HH\215"..., 8192) = 8192
read(3, "\23\213K\10\213C\f\211L$\10\211D$\fH9J\20\17\206\352\0\0\0H\213\22Hi\311\30"..., 8192) = 8192
write(4, "\23\213K\10\213C\f\211L$\10\211D$\fH9J\20\17\206\352\0\0\0H\213\22Hi\311\30"..., 8192) = 8192
read(3, "\0\0\17\266\360H\215=\344/\260\0\350\2179=\0\204\300\17\204 \1\0\0H\213=\330/\260\0"..., 8192) = 8192
write(4, "\0\0\17\266\360H\215=\344/\260\0\350\2179=\0\204\300\17\204 \1\0\0H\213=\330/\260\0"..., 8192) = 8192
read(3, "=\303\20\260\0\350F\354\364\377\204\300\17\205\366\375\377\377\351\335\373\377\377H\215=\354\\g\0H\215"..., 8192) = 8192
write(4, "=\303\20\260\0\350F\354\364\377\204\300\17\205\366\375\377\377\351\335\373\377\377H\215=\354\\g\0H\215"..., 8192) = 8192
read(3, "\0H\211\204$8\1\0\0H\215\5\250.\245\0H\211\204$@\1\0\0H\215\204$0\1\0\0"..., 8192) = 8192
write(4, "\0H\211\204$8\1\0\0H\215\5\250.\245\0H\211\204$@\1\0\0H\215\204$0\1\0\0"..., 8192) = 8192
read(3, "\24\26g\0\272\16\0\0\0\351\221\0\0\0H\2155\361\25g\0\272\22\0\0\0\351\200\0\0\0H"..., 8192) = 8192
write(4, "\24\26g\0\272\16\0\0\0\351\221\0\0\0H\2155\361\25g\0\272\22\0\0\0\351\200\0\0\0H"..., 8192) = 8192
read(3, "t$0H\203|$ \1\17\204\322\0\0\0I\211} H\301\356\4I\211u(I\213E0A"..., 8192) = 8192
write(4, "t$0H\203|$ \1\17\204\322\0\0\0I\211} H\301\356\4I\211u(I\213E0A"..., 8192) = 8192
read(3, "\0I\211\354I\301\354 \211\254$\300\0\0\0D\211\244$\304\0\0\0\211\353I\213G\20H9\330"..., 8192) = 8192
write(4, "\0I\211\354I\301\354 \211\254$\300\0\0\0D\211\244$\304\0\0\0\211\353I\213G\20H9\330"..., 8192) = 8192
read(3, "\0\17\217\316\1\0\0\201\3720\1\0\0\17\204_\2\0\0\307\4$\0\0\0\0\212L$\6\201\372"..., 8192) = 8192
write(4, "\0\17\217\316\1\0\0\201\3720\1\0\0\17\204_\2\0\0\307\4$\0\0\0\0\212L$\6\201\372"..., 8192) = 8192
read(3, "\0\0\0\17)\204$\340\0\0\0\17(\204$0\1\0\0\17(\214$@\1\0\0\17\21K\20\17"..., 8192) = 8192
write(4, "\0\0\0\17)\204$\340\0\0\0\17(\204$0\1\0\0\17(\214$@\1\0\0\17\21K\20\17"..., 8192) = 8192
read(3, "\t\327I\203\376 w\270H\213l$ \17\37\0M\205\344\17\204\234\1\0\0L\211\370H\301\350 "..., 8192) = 8192
write(4, "\t\327I\203\376 w\270H\213l$ \17\37\0M\205\344\17\204\234\1\0\0L\211\370H\301\350 "..., 8192) = 8192
read(3, "\211A\30\17\20\4$\17\21A\10H\307\1\0\0\0\0M\205\377t\234H\211\337\377\25(\371\256\0"..., 8192) = 8192
write(4, "\211A\30\17\20\4$\17\21A\10H\307\1\0\0\0\0M\205\377t\234H\211\337\377\25(\371\256\0"..., 8192) = 8192
read(3, "\10\17\266v\tA\21240@\210q\t<c\17\205$\34\0\0\200\372o\17\205\33\34\0\0\200\373"..., 8192) = 8192
write(4, "\10\17\266v\tA\21240@\210q\t<c\17\205$\34\0\0\200\372o\17\205\33\34\0\0\200\373"..., 8192) = 8192
read(3, "@\200\376s\17\205\257\4\0\0H\213D$\20f\307\0\0F\351\274\17\0\0A\306E\0\1I\211"..., 8192) = 8192
write(4, "@\200\376s\17\205\257\4\0\0H\213D$\20f\307\0\0F\351\274\17\0\0A\306E\0\1I\211"..., 8192) = 8192
read(3, "\270\2\0\0\0H\215\r\20Ff\0\351\211\3\0\0\270\7\0\0\0H\215\r\370Ef\0\351x\3"..., 8192) = 8192
write(4, "\270\2\0\0\0H\215\r\20Ff\0\351\211\3\0\0\270\7\0\0\0H\215\r\370Ef\0\351x\3"..., 8192) = 8192
read(3, "\355\17\204\201\376\377\377\351\241\376\377\377H\213D$\30H\215t$\20H\215\274$\240\0\0\0L\211"..., 8192) = 8192
write(4, "\355\17\204\201\376\377\377\351\241\376\377\377H\213D$\30H\215t$\20H\215\274$\240\0\0\0L\211"..., 8192) = 8192
read(3, "H\213S\30\377P\10L\213|$HH\211\337\377\325A\17\20\4$A\17\20L$\20\17)L$"..., 8192) = 8192
write(4, "H\213S\30\377P\10L\213|$HH\211\337\377\325A\17\20\4$A\17\20L$\20\17)L$"..., 8192) = 8192
read(3, "H\307\204$\210\0\0\0\1\0\0\0H\307\204$\220\0\0\0\0\0\0\0H\215\204$\270\0\0\0"..., 8192) = 8192
write(4, "H\307\204$\210\0\0\0\1\0\0\0H\307\204$\220\0\0\0\0\0\0\0H\215\204$\270\0\0\0"..., 8192) = 8192
read(3, "\0\0H\367\341H\203\300\17H\203\340\360I\213~0H)\307\377\25.\31\256\0I\213FPH\205"..., 8192) = 8192
write(4, "\0\0H\367\341H\203\300\17H\203\340\360I\213~0H)\307\377\25.\31\256\0I\213FPH\205"..., 8192) = 8192
read(3, "$?\f\200\210D$\5@\200\346?@\200\316\200@\210t$\6\272\3\0\0\0\3535\301\350\22\f"..., 8192) = 8192
write(4, "$?\f\200\210D$\5@\200\346?@\200\316\200@\210t$\6\272\3\0\0\0\3535\301\350\22\f"..., 8192) = 8192
read(3, "\0\0H)\320H\203\300\376H\211\204$\200\0\0\0H\215\5\332\212e\0\200<\1\0H\211\274$"..., 8192) = 8192
write(4, "\0\0H)\320H\203\300\376H\211\204$\200\0\0\0H\215\5\332\212e\0\200<\1\0H\211\274$"..., 8192) = 8192
read(3, "\17\267D\246\2\211\301D!\351D\211\342)\312D!\352H9\325\17\207\207\0\0\0f9\360u\260"..., 8192) = 8192
write(4, "\17\267D\246\2\211\301D!\351D\211\342)\312D!\352H9\325\17\207\207\0\0\0f9\360u\260"..., 8192) = 8192
read(3, "D\32h\17\267FXfD!\300\17\267\330L\2136H\213~\10\353\20f\17\37\204\0\0\0\0\0"..., 8192) = 8192
write(4, "D\32h\17\267FXfD!\300\17\267\330L\2136H\213~\10\353\20f\17\37\204\0\0\0\0\0"..., 8192) = 8192
read(3, "H\203\370\1t\35H\205\300u!H\213{8H\205\377t\30H\203{@\0t\21\377\25'y\255"..., 8192) = 8192
write(4, "H\203\370\1t\35H\205\300u!H\213{8H\205\377t\30H\203{@\0t\21\377\25'y\255"..., 8192) = 8192
read(3, "$\220\0\0\0\17)\214$\200\0\0\0\17)D$pH\215\274$\320\0\0\0H\215t$p\350"..., 8192) = 8192
write(4, "$\220\0\0\0\17)\214$\200\0\0\0\17)D$pH\215\274$\320\0\0\0H\215t$p\350"..., 8192) = 8192
read(3, "\211\214$\270\1\0\0H\307\204$\300\1\0\0\0\0\0\0H\211\214$\310\1\0\0H\307\204$\320"..., 8192) = 8192
write(4, "\211\214$\270\1\0\0H\307\204$\300\1\0\0\0\0\0\0H\211\214$\310\1\0\0H\307\204$\320"..., 8192) = 8192
read(3, "L\211\357\3508\240\1\0H\205\300\17\204\373\10\0\0\366D$\10\1t\350H\205\322t\343I\211\322"..., 8192) = 8192
write(4, "L\211\357\3508\240\1\0H\205\300\17\204\373\10\0\0\366D$\10\1t\350H\205\322t\343I\211\322"..., 8192) = 8192
read(3, "\205[\2\0\0I\213l\325\20H\205\355\17\204\332\373\377\377H\215\5n\n\250\0L\213l\320\10H"..., 8192) = 8192
write(4, "\205[\2\0\0I\213l\325\20H\205\355\17\204\332\373\377\377H\215\5n\n\250\0L\213l\320\10H"..., 8192) = 8192
read(3, "\0A\366\303\1t\16E1\300\272\0\0\0\0A\200\371!rEH\211{\20A\211\321E\205\300t"..., 8192) = 8192
write(4, "\0A\366\303\1t\16E1\300\272\0\0\0\0A\200\371!rEH\211{\20A\211\321E\205\300t"..., 8192) = 8192
read(3, "2\17\274\320\270\1\0\0\0\305\370w\303\305\371n\307\304\342yx\300\305\371t\16\305\371\327\301f\205"..., 8192) = 8192
write(4, "2\17\274\320\270\1\0\0\0\305\370w\303\305\371n\307\304\342yx\300\305\371t\16\305\371\327\301f\205"..., 8192) = 8192
read(3, "\353D)\315\1\360\211\306\211\330%\377\3\0\0A\17\277\204E\334\r\0\0\205\300x\f\211\301\301\351"..., 8192) = 8192
write(4, "\353D)\315\1\360\211\306\211\330%\377\3\0\0A\17\277\204E\334\r\0\0\205\300x\f\211\301\301\351"..., 8192) = 8192
read(3, "\201\377?\2\0\0\17\207\203\24\0\0A\17\277\254}<\10\0\0\203\301\1\205\355x\324H\323\352H"..., 8192) = 8192
write(4, "\201\377?\2\0\0\17\207\203\24\0\0A\17\277\254}<\10\0\0\203\301\1\205\355x\324H\323\352H"..., 8192) = 8192
read(3, "\t\334\215N\1H\203\341\7t\23\17\37D\0\0fE\211$SH\1\302H\203\301\377u\362H\203"..., 8192) = 8192
write(4, "\t\334\215N\1H\203\341\7t\23\17\37D\0\0fE\211$SH\1\302H\203\301\377u\362H\203"..., 8192) = 8192
read(3, "\24\355\0\0\0\0H\211\3471\366\377\02576\254\0\17\20\4$\17\20L$\20\17)L$P\17"..., 8192) = 8192
write(4, "\24\355\0\0\0\0H\211\3471\366\377\02576\254\0\17\20\4$\17\20L$\20\17)L$P\17"..., 8192) = 8192
read(3, "2I\203\370\5rII\213G\20M\213G\30H\203\376\5sEH\203\302\20I\211\322\353DM\211"..., 8192) = 8192
write(4, "2I\203\370\5rII\213G\20M\213G\30H\203\376\5sEH\203\302\20I\211\322\353DM\211"..., 8192) = 8192
read(3, "\0\0\0H\203\370\1u\0101\3551\3661\322\353sH\211\301H\203\341\376H\213T$\20H\213t"..., 8192) = 8192
write(4, "\0\0\0H\203\370\1u\0101\3551\3661\322\353sH\211\301H\203\341\376H\213T$\20H\213t"..., 8192) = 8192
read(3, "$\20\17(L$ \17(T$0\17)\224$\0\1\0\0\17)\214$\360\0\0\0\17)\204$"..., 8192) = 8192
write(4, "$\20\17(L$ \17(T$0\17)\224$\0\1\0\0\17)\214$\360\0\0\0\17)\204$"..., 8192) = 8192
read(3, "H\203\371\5\17\202\216\1\0\0I\213w\20I\213O\30\351\210\1\0\0H\215{\20L\211\302M\213"..., 8192) = 8192
write(4, "H\203\371\5\17\202\216\1\0\0I\213w\20I\213O\30\351\210\1\0\0H\215{\20L\211\302M\213"..., 8192) = 8192
read(3, "H\215l$\20H\213L$\20H\215T$\30H\211\346L\213D$`f\17\37\204\0\0\0\0\0"..., 8192) = 8192
write(4, "H\215l$\20H\213L$\20H\215T$\30H\211\346L\213D$`f\17\37\204\0\0\0\0\0"..., 8192) = 8192
read(3, "1\357\377\17\vH\211\303H\215|$@\350n\2013\0\353\10H\211\303\353\rH\211\303H\215|$"..., 8192) = 8192
write(4, "1\357\377\17\vH\211\303H\215|$@\350n\2013\0\353\10H\211\303\353\rH\211\303H\215|$"..., 8192) = 8192
read(3, "\3\17\204\f\1\0\0L\211\345L\211\264$\210\0\0\0H\213\214$\340\0\0\0H\211\214$\220\0"..., 8192) = 8192
write(4, "\3\17\204\f\1\0\0L\211\345L\211\264$\210\0\0\0H\213\214$\340\0\0\0H\211\214$\220\0"..., 8192) = 8192
read(3, "$\20H\215\264$\320\0\0\0\350a\375\377\377H\203|$\20\0\17\204\347\5\0\0\277\30\0\0\0"..., 8192) = 8192
write(4, "$\20H\215\264$\320\0\0\0\350a\375\377\377H\203|$\20\0\17\204\347\5\0\0\277\30\0\0\0"..., 8192) = 8192
read(3, "$0H\307D$8\0\0\0\0L\213d$\20I\203\304\7\17\202;\r\0\0I\301\354\3K\215"..., 8192) = 8192
write(4, "$0H\307D$8\0\0\0\0L\213d$\20I\203\304\7\17\202;\r\0\0I\301\354\3K\215"..., 8192) = 8192
read(3, "\350\373\261\356\377\17\vH\211D$\10H\307D$\20\0\0\0\0H\215=\315\324j\0H\215\r]"..., 8192) = 8192
write(4, "\350\373\261\356\377\17\vH\211D$\10H\307D$\20\0\0\0\0H\215=\315\324j\0H\215\r]"..., 8192) = 8192
read(3, "[A\\A]A^A_\303H\215\25o`\245\0H\211\306\350\7\242\356\377\17\vH\215\25^`"..., 8192) = 8192
write(4, "[A\\A]A^A_\303H\215\25o`\245\0H\211\306\350\7\242\356\377\17\vH\215\25^`"..., 8192) = 8192
read(3, "\305I\213O\10I\213G\20H\211\312H)\302H\203\372\2sEH\203\300\2\17\202\364\24\0\0H"..., 8192) = 8192
write(4, "\305I\213O\10I\213G\20H\211\312H)\302H\203\372\2sEH\203\300\2\17\202\364\24\0\0H"..., 8192) = 8192
read(3, "\20H\203\304([A\\A]A^A_]\303\353\2\353\0H\211\303L\211\347\350\221\241\35\0H"..., 8192) = 8192
write(4, "\20H\203\304([A\\A]A^A_]\303\353\2\353\0H\211\303L\211\347\350\221\241\35\0H"..., 8192) = 8192
read(3, "\17\2026\373\377\377H\213=[\245\252\0H\213\25\\\245\252\0A\274\v\0\0\0H9\321\17\202\214"..., 8192) = 8192
write(4, "\17\2026\373\377\377H\213=[\245\252\0H\213\25\\\245\252\0A\274\v\0\0\0H9\321\17\202\214"..., 8192) = 8192
read(3, "\211\327H\211D$pH\211\350H\367\343H\211\335H\211T$XH\211\204$\270\0\0\0L\213|"..., 8192) = 8192
write(4, "\211\327H\211D$pH\211\350H\367\343H\211\335H\211T$XH\211\204$\270\0\0\0L\213|"..., 8192) = 8192
read(3, "$\374\2\0\0H\213\204$0\5\0\0\210\204$\375\2\0\0H\213\204$(\5\0\0\210\204$\376"..., 8192) = 8192
write(4, "$\374\2\0\0H\213\204$0\5\0\0\210\204$\375\2\0\0H\213\204$(\5\0\0\210\204$\376"..., 8192) = 8192
read(3, "\272\3\0\0\0H\211\337\350s \366\377L\211l$\10H\2155/\250]\0L\215\5\270\\\240\0"..., 8192) = 8192
write(4, "\272\3\0\0\0H\211\337\350s \366\377L\211l$\10H\2155/\250]\0L\215\5\270\\\240\0"..., 8192) = 8192
read(3, "H\213\7H\2138\351\265\345\377\377\17\37D\0\0H\213\7\17\266\0H\215\r\277\t^\0Hc\4"..., 8192) = 8192
write(4, "H\213\7H\2138\351\265\345\377\377\17\37D\0\0H\213\7\17\266\0H\215\r\277\t^\0Hc\4"..., 8192) = 8192
read(3, "`\213M4\212U8\17\20E\0\17\20M\20\211D$@\211L$D\210T$H\17)D$\20"..., 8192) = 8192
write(4, "`\213M4\212U8\17\20E\0\17\20M\20\211D$@\211L$D\210T$H\17)D$\20"..., 8192) = 8192
read(3, "\0\0H\203\301\377I\205\317\17\204\206\0\0\0H\215B\377H\203\370\1\17\206\303\4\0\0D\17\267"..., 8192) = 8192
write(4, "\0\0H\203\301\377I\205\317\17\204\206\0\0\0H\215B\377H\203\370\1\17\206\303\4\0\0D\17\267"..., 8192) = 8192
read(3, "\377\377H!\336\211\330\262\2H\t\360\210\224$\207\1\0\0\307\204$\213\1\0\0\3\0\0\0H\213"..., 8192) = 8192
write(4, "\377\377H!\336\211\330\262\2H\t\360\210\224$\207\1\0\0\307\204$\213\1\0\0\3\0\0\0H\213"..., 8192) = 8192
read(3, "H\301\350/i\320\261:\2\0D\211\360)\320Hi\320a\363\31gH\301\352 \211\305)\325\321\355"..., 8192) = 8192
write(4, "H\301\350/i\320\261:\2\0D\211\360)\320Hi\320a\363\31gH\301\352 \211\305)\325\321\355"..., 8192) = 8192
read(3, "W\251\0L\213D$\20H\205\300uX\276\1\0\0\0L\211\307\350\346\21\355\377\17\v\200\301\377\200"..., 8192) = 8192
write(4, "W\251\0L\213D$\20H\205\300uX\276\1\0\0\0L\211\307\350\346\21\355\377\17\v\200\301\377\200"..., 8192) = 8192
read(3, "\203\306\0021\300@\204\355tCH\205\311\17\204\346\0\0\0H\203\301\377A\2126I\203\306\1\262\1"..., 8192) = 8192
write(4, "\203\306\0021\300@\204\355tCH\205\311\17\204\346\0\0\0H\203\301\377A\2126I\203\306\1\262\1"..., 8192) = 8192
read(3, "\234\243\377\377<o\17\204\221\20\0\0A\211\304L\211\370H\203\300\377\17\204Z\25\0\0L\211\264$"..., 8192) = 8192
write(4, "\234\243\377\377<o\17\204\221\20\0\0A\211\304L\211\370H\203\300\377\17\204Z\25\0\0L\211\264$"..., 8192) = 8192
read(3, "\0\0H\211\332H\301\352 H\211\331H\301\371-D\215a\3771\355\201\372\377\37\0\0\1770\272\1"..., 8192) = 8192
write(4, "\0\0H\211\332H\301\352 H\211\331H\301\371-D\215a\3771\355\201\372\377\37\0\0\1770\272\1"..., 8192) = 8192
read(3, "\30M\213f \351c\6\0\0H\211\\$8M\213f\10I\203\374\3\17\2033\376\377\377I\203\306"..., 8192) = 8192
write(4, "\30M\213f \351c\6\0\0H\211\\$8M\213f\10I\203\374\3\17\2033\376\377\377I\203\306"..., 8192) = 8192
read(3, "H\213S\10L\213\1Hi\362\230\0\0\0L\1\306H\213K\30H)\321H)\302Hi\372\230\0"..., 8192) = 8192
write(4, "H\213S\10L\213\1Hi\362\230\0\0\0L\1\306H\213K\30H)\321H)\302Hi\372\230\0"..., 8192) = 8192
read(3, "\307D$\10\1\0\0\0H\307D$\20\0\0\0\0H\215D$8H\211D$ H\307D$("..., 8192) = 8192
write(4, "\307D$\10\1\0\0\0H\307D$\20\0\0\0\0H\215D$8H\211D$ H\307D$("..., 8192) = 8192
read(3, "[\0H\215\25\267\32\243\0\276 \0\0\0\350\355;\354\377\353WH\213D$\30H\211D$HH"..., 8192) = 8192
write(4, "[\0H\215\25\267\32\243\0\276 \0\0\0\350\355;\354\377\353WH\213D$\30H\211D$HH"..., 8192) = 8192
read(3, "\244$\20\1\0\0H\203\363\3L\211\214$ \1\0\0H\211\317uK\353w\17\37\200\0\0\0\0"..., 8192) = 8192
write(4, "\244$\20\1\0\0H\203\363\3L\211\214$ \1\0\0H\211\317uK\353w\17\37\200\0\0\0\0"..., 8192) = 8192
read(3, "$0L)\326\17\202\0*\0\0H9\350\17\202\v*\0\0O\215\f\24I\215D$\377E1\300"..., 8192) = 8192
write(4, "$0L)\326\17\202\0*\0\0H9\350\17\202\v*\0\0O\215\f\24I\215D$\377E1\300"..., 8192) = 8192
read(3, "\0L\211\347L\211\306\350\224\341\353\377\17\vH\215\25\303j\236\0H\211\357L\211\356\350\200\341\353\377"..., 8192) = 8192
write(4, "\0L\211\347L\211\306\350\224\341\353\377\17\vH\215\25\303j\236\0H\211\357L\211\356\350\200\341\353\377"..., 8192) = 8192
read(3, "$\10L\211\377\350f\373\377\377H\213{@H\205\377t!H\213s H9\376\17\206N\2\0\0"..., 8192) = 8192
write(4, "$\10L\211\377\350f\373\377\377H\213{@H\205\377t!H\213s H9\376\17\206N\2\0\0"..., 8192) = 8192
read(3, "\2\0\0H\211<$H\211t$\10H\213T$0L\1\353H\1\357H\211\336H\211\323\377\25\235"..., 8192) = 8192
write(4, "\2\0\0H\211<$H\211t$\10H\213T$0L\1\353H\1\357H\211\336H\211\323\377\25\235"..., 8192) = 8192
read(3, "\\A]A^A_]\303H\215\25\250\t\236\0\350;|\353\377\17\vH\215\25R\24\236\0L\211"..., 8192) = 8192
write(4, "\\A]A^A_]\303H\215\25\250\t\236\0\350;|\353\377\17\vH\215\25R\24\236\0L\211"..., 8192) = 8192
read(3, "t$pL\215|$\20\353(H\213|$Pf\307\4/\342\200\306D/\2\223H\213l$`H"..., 8192) = 8192
write(4, "t$pL\215|$\20\353(H\213|$Pf\307\4/\342\200\306D/\2\223H\213l$`H"..., 8192) = 8192
read(3, "\300\17\21D$\30\17\21D$(L\213 I\215|$\20H\215t$\10\350#q\377\377L\213t"..., 8192) = 8192
write(4, "\300\17\21D$\30\17\21D$(L\213 I\215|$\20H\215t$\10\350#q\377\377L\213t"..., 8192) = 8192
read(3, "$H\1\0\0H\213\264$P\1\0\0H\203\274$@\1\0\0\1\17\204\343)\0\0H\211\274$"..., 8192) = 8192
write(4, "$H\1\0\0H\213\264$P\1\0\0H\203\274$@\1\0\0\1\17\204\343)\0\0H\211\274$"..., 8192) = 8192
read(3, "\213L$0H\2131H\213|$8H9\376\17\206\2\6\0\0H\213T$(H\2132\306D\36"..., 8192) = 8192
write(4, "\213L$0H\2131H\213|$8H9\376\17\206\2\6\0\0H\213T$(H\2132\306D\36"..., 8192) = 8192
read(3, "$\20H\203<$\1\17\204\223\0\0\0H\211{\20I\301\356\3L\211s\30K\215\4?I9\306"..., 8192) = 8192
write(4, "$\20H\203<$\1\17\204\223\0\0\0H\211{\20I\301\356\3L\211s\30K\215\4?I9\306"..., 8192) = 8192
read(3, "f\17\357\360fD\17o\370f\17o\304f\17r\320\31f\17r\364\7f\17\353\340f\17o\307f"..., 8192) = 8192
write(4, "f\17\357\360fD\17o\370f\17o\304f\17r\320\31f\17r\364\7f\17\353\340f\17o\307f"..., 8192) = 8192
read(3, "o\316f\17r\321\24f\17r\366\ff\17\353\361fD\17\376\364fD\17\376\307fD\17\376\345f"..., 8192) = 8192
write(4, "o\316f\17r\321\24f\17r\366\ff\17\353\361fD\17\376\364fD\17\376\307fD\17\376\345f"..., 8192) = 8192
read(3, "H\203\303\30L9\373t\33H\213C\10H\205\300t\356H\213;H\205\377t\346L!\340t\341A"..., 8192) = 8192
write(4, "H\203\303\30L9\373t\33H\213C\10H\205\300t\356H\213;H\205\377t\346L!\340t\341A"..., 8192) = 8192
read(3, "\211\377\200\276\270\2\0\0\0\17\204\314\0\0\0H\215|$\0101\366\350\25l\5\0\2778\0\0\0"..., 8192) = 8192
write(4, "\211\377\200\276\270\2\0\0\0\17\204\314\0\0\0H\215|$\0101\366\350\25l\5\0\2778\0\0\0"..., 8192) = 8192
read(3, "\211D$\20L\211|$\30H\2155\333?`\0L\2155\251\367\235\0L\215|$\10H\215L$"..., 8192) = 8192
write(4, "\211D$\20L\211|$\30H\2155\333?`\0L\2155\251\367\235\0L\215|$\10H\215L$"..., 8192) = 8192
read(3, "1\320H\1\301H\301\300\25L\1\342I\301\304\21I1\324H\301\302 H1\310L\1\341I\301\304"..., 8192) = 8192
write(4, "1\320H\1\301H\301\300\25L\1\342I\301\304\21I1\324H\301\302 H1\310L\1\341I\301\304"..., 8192) = 8192
read(3, "D$ H\215\274$\210\0\0\0\350\260\370\4\0\263\1@\204\355u\21H\215\274$\260\0\0\0\350"..., 8192) = 8192
write(4, "D$ H\215\274$\210\0\0\0\350\260\370\4\0\263\1@\204\355u\21H\215\274$\260\0\0\0\350"..., 8192) = 8192
read(3, "\376\377\377A\367\300\0\1\0\0\17\205\260\376\377\377\351;\376\377\377f.\17\37\204\0\0\0\0\0\220"..., 8192) = 8192
write(4, "\376\377\377A\367\300\0\1\0\0\17\205\260\376\377\377\351;\376\377\377f.\17\37\204\0\0\0\0\0\220"..., 8192) = 8192
read(3, "UAWAVAUATSH\203\354xA\274\1\0\0\0\275\1\0\0\200\201\371\1\0\0\200u"..., 8192) = 8192
write(4, "UAWAVAUATSH\203\354xA\274\1\0\0\0\275\1\0\0\200\201\371\1\0\0\200u"..., 8192) = 8192
read(3, "\f\2\0\0I\213NXH\215\24m\0\0\0\0H\1\352H\203|\321\20\0\17\204\361\1\0\0H"..., 8192) = 8192
write(4, "\f\2\0\0I\213NXH\215\24m\0\0\0\0H\1\352H\203|\321\20\0\17\204\361\1\0\0H"..., 8192) = 8192
read(3, "\0\0H\211\342\350f\251\361\377\204\300u?I\213~ I\213v(H\215\5\203@\235\0H\211\4"..., 8192) = 8192
write(4, "\0\0H\211\342\350f\251\361\377\204\300u?I\213~ I\213v(H\215\5\203@\235\0H\211\4"..., 8192) = 8192
read(3, "\200\f\0\0H\211\332\350\204\341\376\377H\213\274$\340\3\0\0H\205\377t\21H\203\274$\350\3\0"..., 8192) = 8192
write(4, "\200\f\0\0H\211\332\350\204\341\376\377H\213\274$\340\3\0\0H\205\377t\21H\203\274$\350\3\0"..., 8192) = 8192
read(3, "\0H\215\274$ \5\0\0\272_\1\0\0\377\25\254{\245\0\363\17o\204$\350\30\0\0f\17\177"..., 8192) = 8192
write(4, "\0H\215\274$ \5\0\0\272_\1\0\0\377\25\254{\245\0\363\17o\204$\350\30\0\0f\17\177"..., 8192) = 8192
read(3, " \210\204$\320\26\0\0H\213\204$ \5\0\0H\213\214$'\5\0\0H\211\204$\321\26\0\0"..., 8192) = 8192
write(4, " \210\204$\320\26\0\0H\213\204$ \5\0\0H\213\214$'\5\0\0H\211\204$\321\26\0\0"..., 8192) = 8192
read(3, "\301\340\3L\2154\3001\355L\213=89\245\0\353\27f.\17\37\204\0\0\0\0\0\17\37@\0"..., 8192) = 8192
write(4, "\301\340\3L\2154\3001\355L\213=89\245\0\353\27f.\17\37\204\0\0\0\0\0\17\37@\0"..., 8192) = 8192
read(3, "6H\2154\225\0\0\0\0001\377\17\37D\0\0H\205\366t\36\213l\270\10D9\345w\22H\203"..., 8192) = 8192
write(4, "6H\2154\225\0\0\0\0001\377\17\37D\0\0H\205\366t\36\213l\270\10D9\345w\22H\203"..., 8192) = 8192
read(3, "\317H\271\253\252\252\252\252\252\252\252L\211\370H\367\341H\301\352\4H\205\366t\311H\211t$\30H"..., 8192) = 8192
write(4, "\317H\271\253\252\252\252\252\252\252\252L\211\370H\367\341H\301\352\4H\205\366t\311H\211t$\30H"..., 8192) = 8192
read(3, "|c\234\0\350G\234\350\377\17\vH\215\25>c\234\0H\211\307\3506\234\350\377\17\v\17\37@\0"..., 8192) = 8192
write(4, "|c\234\0\350G\234\350\377\17\vH\215\25>c\234\0H\211\307\3506\234\350\377\17\v\17\37@\0"..., 8192) = 8192
read(3, "\2001\333L\213->\271\244\0\353\r\17\37@\0H\203\303PI9\337t\27I\213|\0340H\205"..., 8192) = 8192
write(4, "\2001\333L\213->\271\244\0\353\r\17\37@\0H\203\303PI9\337t\27I\213|\0340H\205"..., 8192) = 8192
read(3, "\0H\213vPH\203\303\376H\211\330H\215X\1A\17\266|\4\1\17\266<:\211\315H\1\375\213"..., 8192) = 8192
write(4, "\0H\213vPH\203\303\376H\211\330H\215X\1A\17\266|\4\1\17\266<:\211\315H\1\375\213"..., 8192) = 8192
read(3, "H\213L$\10B\17\266<9H9\375\17\206\fZ\0\0M\3<\376L;<$\17\203 Z\0"..., 8192) = 8192
write(4, "H\213L$\10B\17\266<9H9\375\17\206\fZ\0\0M\3<\376L;<$\17\203 Z\0"..., 8192) = 8192
read(3, "\1\375\213<\256I\203\375\5\17\202\352\0\0\0\201\377\377\377\377\37\17\207\336\0\0\0H\213l$\10"..., 8192) = 8192
write(4, "\1\375\213<\256I\203\375\5\17\202\352\0\0\0\201\377\377\377\377\37\17\207\336\0\0\0H\213l$\10"..., 8192) = 8192
read(3, "\"\0\0001\311\351\214\"\0\0H\211\\$\20E1\377\351[\334\377\377L\1\355H\213\5od\244"..., 8192) = 8192
write(4, "\"\0\0001\311\351\214\"\0\0H\211\\$\20E1\377\351[\334\377\377L\1\355H\213\5od\244"..., 8192) = 8192
read(3, "$\20H\17E\4$H\211D$\20M\17D\374H\213|$pH\213\7H\203\300\1H\211\7M"..., 8192) = 8192
write(4, "$\20H\17E\4$H\211D$\20M\17D\374H\213|$pH\213\7H\203\300\1H\211\7M"..., 8192) = 8192
read(3, "\351\23\374\377\377E1\344\351\v\374\377\377\351\6\374\377\377E1\344I\203\377\1A\17\224\304H\213D"..., 8192) = 8192
write(4, "\351\23\374\377\377E1\344\351\v\374\377\377\351\6\374\377\377E1\344I\203\377\1A\17\224\304H\213D"..., 8192) = 8192
read(3, "C8\\\332\20\17\207u\1\0\0K\215\4\332H\203\300\108X\t\17\202d\1\0\0L\213\0H"..., 8192) = 8192
write(4, "C8\\\332\20\17\207u\1\0\0K\215\4\332H\203\300\108X\t\17\202d\1\0\0L\213\0H"..., 8192) = 8192
read(3, "\301\341\3H\205\366\17)D$`\17\204V\1\0\0I\213U\0H\301\346\5H\211\24$H\211t"..., 8192) = 8192
write(4, "\301\341\3H\205\366\17)D$`\17\204V\1\0\0I\213U\0H\301\346\5H\211\24$H\211t"..., 8192) = 8192
read(3, "\0\21\0\17\204'\1\0\0\215H\200\201\371\177\377\20\0L\213\4$L\215\r\23\312W\0I\307\302"..., 8192) = 8192
write(4, "\0\21\0\17\204'\1\0\0\215H\200\201\371\177\377\20\0L\213\4$L\215\r\23\312W\0I\307\302"..., 8192) = 8192
read(3, "\2tw\213\204$p\2\0\0\211D$8H\213\204$\250\2\0\0H\211D$\10H\213\204$\260"..., 8192) = 8192
write(4, "\2tw\213\204$p\2\0\0\211D$8H\213\204$\250\2\0\0H\211D$\10H\213\204$\260"..., 8192) = 8192
read(3, "\0H\211Ah\307A\10\26\0\0\0H\211Y@L\211qHH\211iPH\213\204$\210\0\0\0"..., 8192) = 8192
write(4, "\0H\211Ah\307A\10\26\0\0\0H\211Y@L\211qHH\211iPH\213\204$\210\0\0\0"..., 8192) = 8192
read(3, "@H\205\300\17\204\20\377\377\377I\213\1778H\205\377\17\204\3\377\377\377Hi\300\370\0\0\0H\205"..., 8192) = 8192
write(4, "@H\205\300\17\204\20\377\377\377I\213\1778H\205\377\17\204\3\377\377\377Hi\300\370\0\0\0H\205"..., 8192) = 8192
read(3, "\0\0\350\371\333\346\377\353\nH\205\300u\7\350\275\273\351\377\17\vH\211\306\350\343\321\346\377\17\vH"..., 8192) = 8192
write(4, "\0\0\350\371\333\346\377\353\nH\205\300u\7\350\275\273\351\377\17\vH\211\306\350\343\321\346\377\17\vH"..., 8192) = 8192
read(3, "\17H\215\274$8\1\0\0\3502\0\0\0\353\22H\215\274$8\1\0\0\350\243\1\0\0\353\3I"..., 8192) = 8192
write(4, "\17H\215\274$8\1\0\0\3502\0\0\0\353\22H\215\274$8\1\0\0\350\243\1\0\0\353\3I"..., 8192) = 8192
read(3, "0\17\21\234$\200\0\0\0\17\21T$p\17\21L$`\17\21D$PH\215\274$\230\0\0\0"..., 8192) = 8192
write(4, "0\17\21\234$\200\0\0\0\17\21T$p\17\21L$`\17\21D$PH\215\274$\230\0\0\0"..., 8192) = 8192
read(3, "\0I\211\366I\211\377H\211\367\350qK\377\377\211D$0\203\370(\17\205\207\r\0\0I\213.H"..., 8192) = 8192
write(4, "\0I\211\366I\211\377H\211\367\350qK\377\377\211D$0\203\370(\17\205\207\r\0\0I\213.H"..., 8192) = 8192
read(3, "\0I\213F\10H\211D$\10H\213<$\350m+\377\377H\211\\$\30E1\355\203\370\n\17\224"..., 8192) = 8192
write(4, "\0I\213F\10H\211D$\10H\213<$\350m+\377\377H\211\\$\30E1\355\203\370\n\17\224"..., 8192) = 8192
read(3, "H\213D$pH\211D$0\17(D$`\17)D$ I\213F\20H\211D$HA\17\20"..., 8192) = 8192
write(4, "H\213D$pH\211D$0\17(D$`\17)D$ I\213F\20H\211D$HA\17\20"..., 8192) = 8192
read(3, "#H\211\303L\213|$0\353\17\353\27H\211\303H\215|$p\3506`\24\0H\211\347\350.`"..., 8192) = 8192
write(4, "#H\211\303L\213|$0\353\17\353\27H\211\303H\215|$p\3506`\24\0H\211\347\350.`"..., 8192) = 8192
read(3, "H\203\347\7\17\204\205\6\0\0H\367\337H\211\302\306B\30\1H\203\302 H\377\307u\363\351p\6"..., 8192) = 8192
write(4, "H\203\347\7\17\204\205\6\0\0H\367\337H\211\302\306B\30\1H\203\302 H\377\307u\363\351p\6"..., 8192) = 8192
read(3, "\340\0\0\0H\213\234$\250\0\0\0u;H\270\377\377\377\377\377\377\377\7H\205\204$\330\0\0\0"..., 8192) = 8192
write(4, "\340\0\0\0H\213\234$\250\0\0\0u;H\270\377\377\377\377\377\377\377\7H\205\204$\330\0\0\0"..., 8192) = 8192
read(3, "\211d$\30H\213\4$H\211D$\20\353\3I\211\307H\215\274$\230\0\0\0\350\301\t\0\0\353"..., 8192) = 8192
write(4, "\211d$\30H\213\4$H\211D$\20\353\3I\211\307H\215\274$\230\0\0\0\350\301\t\0\0\353"..., 8192) = 8192
read(3, "\351\213\n\0\0H\211\302H\201\376\340\0\0\0\17\202{\n\0\0H\1\310\17\37\204\0\0\0\0\0"..., 8192) = 8192
write(4, "\351\213\n\0\0H\211\302H\201\376\340\0\0\0\17\202{\n\0\0H\1\310\17\37\204\0\0\0\0\0"..., 8192) = 8192
read(3, "\1\0\0I\213\7H\2038\0\17\205\355\24\0\0H\307\0\377\377\377\377H\213P\30H\205\322\17\204"..., 8192) = 8192
write(4, "\1\0\0I\213\7H\2038\0\17\205\355\24\0\0H\307\0\377\377\377\377H\213P\30H\205\322\17\204"..., 8192) = 8192
read(3, "T$@\17\21D$q\363\17\177\214$\201\0\0\0\17\21\224$\221\0\0\0\363\17oD$O\363"..., 8192) = 8192
write(4, "T$@\17\21D$q\363\17\177\214$\201\0\0\0\17\21\224$\221\0\0\0\363\17oD$O\363"..., 8192) = 8192
read(3, "*H\211\337H\211\306\350\3641\345\377\17\vH\213D$\30H\211\204$\320\0\0\0L\211\244$\340"..., 8192) = 8192
write(4, "*H\211\337H\211\306\350\3641\345\377\17\vH\213D$\30H\211\204$\320\0\0\0L\211\244$\340"..., 8192) = 8192
read(3, "D$\10H\213x H\213@(H\2155\366\310_\0\272\1\0\0\0\353\24I\213~ I\213F"..., 8192) = 8192
write(4, "D$\10H\213x H\213@(H\2155\366\310_\0\272\1\0\0\0\353\24I\213~ I\213F"..., 8192) = 8192
read(3, "A\276\1\0\0\0001\355I9\322\17\205k\3\0\0L\211\320H\377\300\17\204k\t\0\0K\215\f"..., 8192) = 8192
write(4, "A\276\1\0\0\0001\355I9\322\17\205k\3\0\0L\211\320H\377\300\17\204k\t\0\0K\215\f"..., 8192) = 8192
read(3, "\340\0\0\0H\211\356H\211\332L\211\351\350\356&\0\0H\203\274$P\1\0\0\0tSH\213\214"..., 8192) = 8192
write(4, "\340\0\0\0H\211\356H\211\332L\211\351\350\356&\0\0H\203\274$P\1\0\0\0tSH\213\214"..., 8192) = 8192
read(3, "\20H\213<)L\213d)\10M9\354L\211\342I\17G\325H\2134$\377\25*\375\240\0\205\300"..., 8192) = 8192
write(4, "\20H\213<)L\213d)\10M9\354L\211\342I\17G\325H\2134$\377\25*\375\240\0\205\300"..., 8192) = 8192
read(3, "$\360\3\0\0\17(\234$\0\4\0\0\17\21Y0\17\21Q \17\21I\20\17\21\1L\211\274$"..., 8192) = 8192
write(4, "$\360\3\0\0\17(\234$\0\4\0\0\17\21Y0\17\21Q \17\21I\20\17\21\1L\211\274$"..., 8192) = 8192
read(3, "\0\0\1\0\0\0\353\26H\213\274$\300\0\0\0\353QH\307\204$\20\2\0\0\0\0\0\0@\210"..., 8192) = 8192
write(4, "\0\0\1\0\0\0\353\26H\213\274$\300\0\0\0\353QH\307\204$\20\2\0\0\0\0\0\0@\210"..., 8192) = 8192
read(3, "\204$0\1\0\0H\307\204$8\1\0\0\1\0\0\0H\2155\347@\231\0H\215\274$\20\1\0"..., 8192) = 8192
write(4, "\204$0\1\0\0H\307\204$8\1\0\0\1\0\0\0H\2155\347@\231\0H\215\274$\20\1\0"..., 8192) = 8192
read(3, "\0\17)D$\0201\311H\211\330\17(D$\20\17)\4$\17(\4$A\17\21F\30I\211\16"..., 8192) = 8192
write(4, "\0\17)D$\0201\311H\211\330\17(D$\20\17)\4$\17(\4$A\17\21F\30I\211\16"..., 8192) = 8192
read(3, "\0H\215\25 \254\231\0\276\34\0\0\0\350^b\344\377\17\vH\215\25%\254\231\0H\211\337L\211"..., 8192) = 8192
write(4, "\0H\215\25 \254\231\0\276\34\0\0\0\350^b\344\377\17\vH\215\25%\254\231\0H\211\337L\211"..., 8192) = 8192
read(3, "\274$\350\0\0\0\351r\2\0\0\277G\0\0\0\377\25\3227\240\0H\205\300\17\204t6\0\0H"..., 8192) = 8192
write(4, "\274$\350\0\0\0\351r\2\0\0\277G\0\0\0\377\25\3227\240\0H\205\300\17\204t6\0\0H"..., 8192) = 8192
read(3, "H\213A H\205\300H\211L$(\17\204\222\0\0\0H\213Y\20H\301\340\4L\215,\300E1"..., 8192) = 8192
write(4, "H\213A H\205\300H\211L$(\17\204\222\0\0\0H\213Y\20H\301\340\4L\215,\300E1"..., 8192) = 8192
read(3, "\17\vf.\17\37\204\0\0\0\0\0\17\37@\0H\213G\10H\205\300t\33H\213?H\205\377t"..., 8192) = 8192
write(4, "\17\vf.\17\37\204\0\0\0\0\0\17\37@\0H\213G\10H\205\300t\33H\213?H\205\377t"..., 8192) = 8192
read(3, "\213C\20H\203x\10\0t\340H\213{\10H\203\304\10[A^\377%-\331\237\0I\211\306H\213"..., 8192) = 8192
write(4, "\213C\20H\203x\10\0t\340H\213{\10H\203\304\10[A^\377%-\331\237\0I\211\306H\213"..., 8192) = 8192
read(3, "D\271\237\0I\213>[A^A_\377%6\271\237\0H\211\373L\211\367\350SL\377\377H\215{"..., 8192) = 8192
write(4, "D\271\237\0I\213>[A^A_\377%6\271\237\0H\211\373L\211\367\350SL\377\377H\215{"..., 8192) = 8192
read(3, "A\211D$ \17\20\5\3345^\0A\17\21D$\20\17\20\5\2775^\0A\17\21\4$\277\30"..., 8192) = 8192
write(4, "A\211D$ \17\20\5\3345^\0A\17\21D$\20\17\20\5\2775^\0A\17\21\4$\277\30"..., 8192) = 8192
read(3, "\0\0t\tL\211\347\377\25;y\237\0H\215l$HH\213\204$\0\1\0\0H\211D$0\17"..., 8192) = 8192
write(4, "\0\0t\tL\211\347\377\25;y\237\0H\215l$HH\213\204$\0\1\0\0H\211D$0\17"..., 8192) = 8192
read(3, "D$`I\211D$P\17\20D$PA\17\21D$@\17\20D$\20\17\20L$ H\213D"..., 8192) = 8192
write(4, "D$`I\211D$P\17\20D$PA\17\21D$@\17\20D$\20\17\20L$ H\213D"..., 8192) = 8192
read(3, "\10\1\0\0\377\25\266;\237\0A\17\266\205 \4\0\0H\205\300t\24\203\370\1u\23A\200\275!"..., 8192) = 8192
write(4, "\10\1\0\0\377\25\266;\237\0A\17\266\205 \4\0\0H\205\300t\24\203\370\1u\23A\200\275!"..., 8192) = 8192
read(3, "$\0\1\0\0\17\21AP\17(\204$\360\0\0\0\17\21A@\17(\204$\340\0\0\0\17\21A"..., 8192) = 8192
write(4, "$\0\1\0\0\17\21AP\17(\204$\360\0\0\0\17\21A@\17(\204$\340\0\0\0\17\21A"..., 8192) = 8192
read(3, "^\0H\211\204$\300\0\0\0H\307\204$\310\0\0\0\0\0\0\0H\215\204$\260\n\0\0H\211"..., 8192) = 8192
write(4, "^\0H\211\204$\300\0\0\0H\307\204$\310\0\0\0\0\0\0\0H\215\204$\260\n\0\0H\211"..., 8192) = 8192
read(3, "A^\377%@\331\236\0H\203\304\10[A^\303UAWAVAUATSH\201\354\350\0\0"..., 8192) = 8192
write(4, "A^\377%@\331\236\0H\203\304\10[A^\303UAWAVAUATSH\201\354\350\0\0"..., 8192) = 8192
read(3, "H\203(\1u\10H\211\337\350\202\353\376\377H\213C\10H\203\303\10\360H\203hh\1\17\205\0\1"..., 8192) = 8192
write(4, "H\203(\1u\10H\211\337\350\202\353\376\377H\213C\10H\203\303\10\360H\203hh\1\17\205\0\1"..., 8192) = 8192
read(3, "\2\351U\1\0\0f.\17\37\204\0\0\0\0\0H\213\204$8\1\0\0H\307\204$8\1\0\0"..., 8192) = 8192
write(4, "\2\351U\1\0\0f.\17\37\204\0\0\0\0\0H\213\204$8\1\0\0H\307\204$8\1\0\0"..., 8192) = 8192
read(3, "\370\2t\rH\215\274$ \1\0\0\350?\251\376\377H\213|$p\350u:\377\377L\211\347\350="..., 8192) = 8192
write(4, "\370\2t\rH\215\274$ \1\0\0\350?\251\376\377H\213|$p\350u:\377\377L\211\347\350="..., 8192) = 8192
read(3, "\203\341\300H\203\371@u\nH\213?H\213G(\377`\10\303f.\17\37\204\0\0\0\0\0f\220"..., 8192) = 8192
write(4, "\203\341\300H\203\371@u\nH\213?H\213G(\377`\10\303f.\17\37\204\0\0\0\0\0f\220"..., 8192) = 8192
read(3, "\357\322\363\17\177\224$H\1\0\0H\211\204$\20\1\0\0H\211\214$\30\1\0\0H\307\204$ "..., 8192) = 8192
write(4, "\357\322\363\17\177\224$H\1\0\0H\211\204$\20\1\0\0H\211\214$\30\1\0\0H\307\204$ "..., 8192) = 8192
read(3, "\300H\215\\$@\17\204/\2\0\0H\213=-?\236\0H\213GPH\205\300\17\204\27\10\0\0"..., 8192) = 8192
write(4, "\300H\215\\$@\17\204/\2\0\0H\213=-?\236\0H\213GPH\205\300\17\204\27\10\0\0"..., 8192) = 8192
read(3, "\0M\205\344t\177L\211\347A\377\26I\203~\10\0trL\211\347\377\25,\371\235\0\353gH\215"..., 8192) = 8192
write(4, "\0M\205\344t\177L\211\347A\377\26I\203~\10\0trL\211\347\377\25,\371\235\0\353gH\215"..., 8192) = 8192
read(3, "\377\17\vH\211\303M\211'\353\vH\211\303H\211\347\350\332\177\377\377H\211\337\350B\202\341\377\17\v"..., 8192) = 8192
write(4, "\377\17\vH\211\303M\211'\353\vH\211\303H\211\347\350\332\177\377\377H\211\337\350B\202\341\377\17\v"..., 8192) = 8192
read(3, "\0\0\350\311V\357\377\353\5\353\0I\211\307L\211\347\350zT\362\377\353\vI\211\307H\211\347\350\315"..., 8192) = 8192
write(4, "\0\0\350\311V\357\377\353\5\353\0I\211\307L\211\347\350zT\362\377\353\vI\211\307H\211\347\350\315"..., 8192) = 8192
read(3, "\274\233\235\0I\307\7\0\0\0\0A\300\355\3A\200\345\1E\210o(H\201\304\340\1\0\0[A"..., 8192) = 8192
write(4, "\274\233\235\0I\307\7\0\0\0\0A\300\355\3A\200\345\1E\210o(H\201\304\340\1\0\0[A"..., 8192) = 8192
read(3, "\0\0\2\0\0\0L\213|$8L\211\274$X\5\0\0\203\2760\1\0\0\2\17\204\31\16\0\0"..., 8192) = 8192
write(4, "\0\0\2\0\0\0L\213|$8L\211\274$X\5\0\0\203\2760\1\0\0\2\17\204\31\16\0\0"..., 8192) = 8192
read(3, "\215L\0\0001\300A\212OhA\212WiI\213w\20M\213_\30I\213\177 A\200\177d\0A"..., 8192) = 8192
write(4, "\215L\0\0001\300A\212OhA\212WiI\213w\20M\213_\30I\213\177 A\200\177d\0A"..., 8192) = 8192
read(3, "H\211\224$\370\2\0\0H\211\204$\0\3\0\0H\211\274$\10\3\0\0H\211\214$\20\3\0\0"..., 8192) = 8192
write(4, "H\211\224$\370\2\0\0H\211\204$\0\3\0\0H\211\274$\10\3\0\0H\211\214$\20\3\0\0"..., 8192) = 8192
read(3, "\22\0\0\1\0\0\0H\211\274$\0\23\0\0H\211\234$\10\23\0\0I\213}\20\377\25_\36\235"..., 8192) = 8192
write(4, "\22\0\0\1\0\0\0H\211\274$\0\23\0\0H\211\234$\10\23\0\0I\213}\20\377\25_\36\235"..., 8192) = 8192
read(3, "\0\0H\213\254$\220\5\0\0L\213\254$\230\5\0\0H\213\234$\240\5\0\0\17\20\204$\250\5"..., 8192) = 8192
write(4, "\0\0H\213\254$\220\5\0\0L\213\254$\230\5\0\0H\213\234$\240\5\0\0\17\20\204$\250\5"..., 8192) = 8192
read(3, "\0H\307\204$\200\0\0\0\0\0\0\0H\215\204$\0\2\0\0H\211\204$\220\0\0\0H\307\204"..., 8192) = 8192
write(4, "\0H\307\204$\200\0\0\0\0\0\0\0H\215\204$\0\2\0\0H\211\204$\220\0\0\0H\307\204"..., 8192) = 8192
read(3, "\0\0H\215\5\7K\226\0H\211D$pH\307D$x\1\0\0\0H\307\204$\200\0\0\0\0"..., 8192) = 8192
write(4, "\0\0H\215\5\7K\226\0H\211D$pH\307D$x\1\0\0\0H\307\204$\200\0\0\0\0"..., 8192) = 8192
read(3, "\211\357\350)w\356\377H\213\204$\260\1\0\0H\211E0\17(\204$\200\1\0\0\17(\214$\220"..., 8192) = 8192
write(4, "\211\357\350)w\356\377H\213\204$\260\1\0\0H\211E0\17(\204$\200\1\0\0\17(\214$\220"..., 8192) = 8192
read(3, "\260\1\0\0\1\0\0\0\272\10\0\0\0L\211\367M\211\376L\211\376\350\265\304\345\377\200|$ \0"..., 8192) = 8192
write(4, "\260\1\0\0\1\0\0\0\272\10\0\0\0L\211\367M\211\376L\211\376\350\265\304\345\377\200|$ \0"..., 8192) = 8192
read(3, "$\200\0\0\0L\211\274$\220\0\0\0I\213|$\20\377\25h^\234\0H\213\5\261\314\234\0H"..., 8192) = 8192
write(4, "$\200\0\0\0L\211\274$\220\0\0\0I\213|$\20\377\25h^\234\0H\213\5\261\314\234\0H"..., 8192) = 8192
read(3, "\4\0\0\350h)\350\377\204\300\17\205\222$\0\0H\213\214$0\2\0\0H\213\254$8\2\0\0"..., 8192) = 8192
write(4, "\4\0\0\350h)\350\377\204\300\17\205\222$\0\0H\213\214$0\2\0\0H\213\254$8\2\0\0"..., 8192) = 8192
read(3, "\345\364[\0H\215\r\35,\222\0L\215\5N,\222\0H\215\224$\200\3\0\0\276+\0\0\0\350"..., 8192) = 8192
write(4, "\345\364[\0H\215\r\35,\222\0L\215\5N,\222\0H\215\224$\200\3\0\0\276+\0\0\0\350"..., 8192) = 8192
read(3, "H\17E\301t\r\17\266\10H\203\371\t\17\203\360\1\0\0I\203\274$\220\0\0\0\0t\33I\213"..., 8192) = 8192
write(4, "H\17E\301t\r\17\266\10H\203\371\t\17\203\360\1\0\0I\203\274$\220\0\0\0\0t\33I\213"..., 8192) = 8192
read(3, "\337\377\17\vf.\17\37\204\0\0\0\0\0f\220H\213\7\360H\203(\1u\5\351\321\376\377\377\303"..., 8192) = 8192
write(4, "\337\377\17\vf.\17\37\204\0\0\0\0\0f\220H\213\7\360H\203(\1u\5\351\321\376\377\377\303"..., 8192) = 8192
read(3, "$\30\2\0\0\363\17o\1\363\17oI\20\363\17oQ \17\20Y0f\17\177\204$\340\2\0\0"..., 8192) = 8192
write(4, "$\30\2\0\0\363\17o\1\363\17oI\20\363\17oQ \17\20Y0f\17\177\204$\340\2\0\0"..., 8192) = 8192
read(3, "\0H\211\336\350G'\373\377\200\274$\10\1\0\0\2t#H\213\204$\0\1\0\0H\215\274$\370"..., 8192) = 8192
write(4, "\0H\211\336\350G'\373\377\200\274$\10\1\0\0\2t#H\213\204$\0\1\0\0H\215\274$\370"..., 8192) = 8192
read(3, "\353Hf.\17\37\204\0\0\0\0\0\17\37@\0H\213D$\10H\2138H\213\254$\200\1\0\0"..., 8192) = 8192
write(4, "\353Hf.\17\37\204\0\0\0\0\0\17\37@\0H\213D$\10H\2138H\213\254$\200\1\0\0"..., 8192) = 8192
read(3, "H\211D$pH\211\\$xH\215\5OQ\355\377H\211\204$\200\0\0\0H\215\5\330\305\224\0"..., 8192) = 8192
write(4, "H\211D$pH\211\\$xH\215\5OQ\355\377H\211\204$\200\0\0\0H\215\5\330\305\224\0"..., 8192) = 8192
read(3, "\0\0H\203\370\4t+\203\370\3u>H\213\213@\1\0\0H\203\301\376H\203\371\4\270\1\0\0"..., 8192) = 8192
write(4, "\0\0H\203\370\4t+\203\370\3u>H\213\213@\1\0\0H\203\301\376H\203\371\4\270\1\0\0"..., 8192) = 8192
read(3, "\214$ \1\0\0H\211\214$\230\0\0\0H\211\204$\240\0\0\0H\215\5\363\34\226\0H\211D"..., 8192) = 8192
write(4, "\214$ \1\0\0H\211\214$\230\0\0\0H\211\204$\240\0\0\0H\215\5\363\34\226\0H\211D"..., 8192) = 8192
read(3, "\204$\20\1\0\0H\211\204$\250\0\0\0H\215\5\233\346\350\377H\211\204$\260\0\0\0H\215\5"..., 8192) = 8192
write(4, "\204$\20\1\0\0H\211\204$\250\0\0\0H\215\5\233\346\350\377H\211\204$\260\0\0\0H\215\5"..., 8192) = 8192
read(3, "|$\10H\211l$\20H\211|$\30H\215\5\244\253\217\0H\211D$ H\211\234$\200\0\0"..., 8192) = 8192
write(4, "|$\10H\211l$\20H\211|$\30H\215\5\244\253\217\0H\211D$ H\211\234$\200\0\0"..., 8192) = 8192
read(3, "\350;\r\373\377\353*I\211\306H\211\337\350>\r\373\377\353\35I\211\306H\215{h\3500\231\354\377"..., 8192) = 8192
write(4, "\350;\r\373\377\353*I\211\306H\211\337\350>\r\373\377\353\35I\211\306H\215{h\3500\231\354\377"..., 8192) = 8192
read(3, "H\213x\20H\203\307\20H\211\3361\322\350\276A&\0H\307\300\300\377\377\377\360H\17\301\3H\203"..., 8192) = 8192
write(4, "H\213x\20H\203\307\20H\211\3361\322\350\276A&\0H\307\300\300\377\377\377\360H\17\301\3H\203"..., 8192) = 8192
read(3, "\0H\211\214$ \2\0\0\210\204$(\2\0\0D\213{\10D\213c\fI\215FXH\211\204$"..., 8192) = 8192
write(4, "\0H\211\214$ \2\0\0\210\204$(\2\0\0D\213{\10D\213c\fI\215FXH\211\204$"..., 8192) = 8192
read(3, "D$@\17\20D$\10\17)D$0H\215|$0\350\31\337\377\377H\201\304\220\0\0\0[\303"..., 8192) = 8192
write(4, "D$@\17\20D$\10\17)D$0H\215|$0\350\31\337\377\377H\201\304\220\0\0\0[\303"..., 8192) = 8192
read(3, "\17\204\317\0\0\0H\205\300\17\205\n\1\0\0I\213D$\10H\203\370\4\17\204\373\0\0\0\203\340"..., 8192) = 8192
write(4, "\17\204\317\0\0\0H\205\300\17\205\n\1\0\0I\213D$\10H\203\370\4\17\204\373\0\0\0\203\340"..., 8192) = 8192
read(3, "\306FQ\0H\213\7H\2138H\213@\10\377P\20\351\306\1\0\0\260\1\353\24H\215=\247B\232"..., 8192) = 8192
write(4, "\306FQ\0H\213\7H\2138H\213@\10\377P\20\351\306\1\0\0\260\1\353\24H\215=\247B\232"..., 8192) = 8192
read(3, "\307\204$$\3\0\0\0\0\0\0H\307\204$8\3\0\0\0\0\0\0H\213\274$\260\1\0\0H"..., 8192) = 8192
write(4, "\307\204$$\3\0\0\0\0\0\0H\307\204$8\3\0\0\0\0\0\0H\213\274$\260\1\0\0H"..., 8192) = 8192
read(3, "\211\204$@\6\0\0I\215\205@\3\0\0H\211\204$8\6\0\0I\215ExH\211\204$\20\2"..., 8192) = 8192
write(4, "\211\204$@\6\0\0I\215\205@\3\0\0H\211\204$8\6\0\0I\215ExH\211\204$\20\2"..., 8192) = 8192
read(3, "\374\0\0\0\17\266\360H\215=\202\300\231\0\350\215\331&\0\204\300\17\204\345\0\0\0H\213=v\300"..., 8192) = 8192
write(4, "\374\0\0\0\17\266\360H\215=\202\300\231\0\350\215\331&\0\204\300\17\204\345\0\0\0H\213=v\300"..., 8192) = 8192
read(3, "\350\373b\335\377\3517\4\0\0\210D$@H\215=y\277V\0H\215\r$\374\222\0L\215\5\5"..., 8192) = 8192
write(4, "\350\373b\335\377\3517\4\0\0\210D$@H\215=y\277V\0H\215\r$\374\222\0L\215\5\5"..., 8192) = 8192
read(3, "\0H\215\214$\364\1\0\0H\211\214$\10\4\0\0H\203\370\4\17\206\301\35\0\0H\307\204$\260"..., 8192) = 8192
write(4, "\0H\215\214$\364\1\0\0H\211\214$\10\4\0\0H\203\370\4\17\206\301\35\0\0H\307\204$\260"..., 8192) = 8192
read(3, "\306\351\246\1\0\0\351\252\0\0\0I\211\306H\215|$ \350(\214\350\377\353\f\353\7\353<\351\241"..., 8192) = 8192
write(4, "\306\351\246\1\0\0\351\252\0\0\0I\211\306H\215|$ \350(\214\350\377\353\f\353\7\353<\351\241"..., 8192) = 8192
read(3, "\0H\213=8A\231\0H\213GPH\205\300\17\204\315\3\0\0H\215OHH\213WHH\213w"..., 8192) = 8192
write(4, "\0H\213=8A\231\0H\213GPH\205\300\17\204\315\3\0\0H\215OHH\213WHH\213w"..., 8192) = 8192
read(3, "\10\350j\254\370\377\353\21H\203\304\10[A^\303H\215{\10\350W\254\370\377H\203\303hH\211\337"..., 8192) = 8192
write(4, "\10\350j\254\370\377\353\21H\203\304\10[A^\303H\215{\10\350W\254\370\377H\203\303hH\211\337"..., 8192) = 8192
read(3, "\30\220\0\0\0\261\1\211\214$\30\5\0\0H\203\370\2tn\203\370\4tiH\213D$\20\211D"..., 8192) = 8192
write(4, "\30\220\0\0\0\261\1\211\214$\30\5\0\0H\203\370\2tn\203\370\4tiH\213D$\20\211D"..., 8192) = 8192
read(3, "H\351\314\1\0\0\213\214$ \v\0\0H\213T$H\211J\34f\17o\204$\20\v\0\0\363\17"..., 8192) = 8192
write(4, "H\351\314\1\0\0\213\214$ \v\0\0H\213T$H\211J\34f\17o\204$\20\v\0\0\363\17"..., 8192) = 8192
read(3, "\1\0\0\0H\211D\35XH\215\24+H\203\302`H\211\2H\213L$\30\213T$ \213D$"..., 8192) = 8192
write(4, "\1\0\0\0H\211D\35XH\215\24+H\203\302`H\211\2H\213L$\30\213T$ \213D$"..., 8192) = 8192
read(3, " \4\0\0\0\0\0\0H\211\214$(\4\0\0H\211\204$0\4\0\0H\211\224$8\4\0\0"..., 8192) = 8192
write(4, " \4\0\0\0\0\0\0H\211\214$(\4\0\0H\211\204$0\4\0\0H\211\224$8\4\0\0"..., 8192) = 8192
read(3, "H\213=A\224\230\0H\213GPH\205\300\17\204\312'\0\0H\215OHH\213WHH\213wX"..., 8192) = 8192
write(4, "H\213=A\224\230\0H\213GPH\205\300\17\204\312'\0\0H\215OHH\213WHH\213wX"..., 8192) = 8192
read(3, "\374\"\334\377\351\3\t\0\0H\215=\3bU\0H\215\25\251\343\221\0\276\"\0\0\0\350\337\"\334"..., 8192) = 8192
write(4, "\374\"\334\377\351\3\t\0\0H\215=\3bU\0H\215\25\251\343\221\0\276\"\0\0\0\350\337\"\334"..., 8192) = 8192
read(3, "\210\1\0\0\17\206\203\v\0\0H\213L$\10H\213\271x\1\0\0Hi\313\30\1\0\0\203<\17"..., 8192) = 8192
write(4, "\210\1\0\0\17\206\203\v\0\0H\213L$\10H\213\271x\1\0\0Hi\313\30\1\0\0\203<\17"..., 8192) = 8192
read(3, "|$\20H\205\377t4\377\25\312\36\230\0I\213|$\20\377\25/\31\230\0I\213|$ I\213"..., 8192) = 8192
write(4, "|$\20H\205\377t4\377\25\312\36\230\0I\213|$\20\377\25/\31\230\0I\213|$ I\213"..., 8192) = 8192
read(3, "\350[\305\0\0\351P\2\0\0\17\266\203\0\4\0\0\203\370\3\17\204\347\0\0\0\205\300\17\205+\2"..., 8192) = 8192
write(4, "\350[\305\0\0\351P\2\0\0\17\266\203\0\4\0\0\203\370\3\17\204\347\0\0\0\205\300\17\205+\2"..., 8192) = 8192
read(3, "D$\10H\215\270x\4\0\0\350!\222\0\0H\215\274$@\v\0\0H\215\264$\300\3\0\0\272"..., 8192) = 8192
write(4, "D$\10H\215\270x\4\0\0\350!\222\0\0H\215\274$@\v\0\0H\215\264$\300\3\0\0\272"..., 8192) = 8192
read(3, "\0I\211E(L\215%\274\f\221\0A\276\1\0\0\0\353NH\213D$\10H\213\200\240\3\0\0"..., 8192) = 8192
write(4, "\0I\211E(L\215%\274\f\221\0A\276\1\0\0\0\353NH\213D$\10H\213\200\240\3\0\0"..., 8192) = 8192
read(3, "!\0\0\350\210p\0\0H\215\274$P!\0\0L\213|$\10\350\366\10\370\377\351\253\0\0\0L"..., 8192) = 8192
write(4, "!\0\0\350\210p\0\0H\215\274$P!\0\0L\213|$\10\350\366\10\370\377\351\253\0\0\0L"..., 8192) = 8192
read(3, "\0\0D\212\244$\240\0\0\0\212\204$\241\0\0\0\210D$\17\212\204$\242\0\0\0\210D$\16"..., 8192) = 8192
write(4, "\0\0D\212\244$\240\0\0\0\212\204$\241\0\0\0\210D$\17\212\204$\242\0\0\0\210D$\16"..., 8192) = 8192
read(3, "\17oH\20\17\20P \17\21R \363\17\177J\20\363\17\177\2H\213T$xH\211\\$8I"..., 8192) = 8192
write(4, "\17oH\20\17\20P \17\21R \363\17\177J\20\363\17\177\2H\213T$xH\211\\$8I"..., 8192) = 8192
read(3, "\213l$\20L\213t$\30H\213D$ H\211D$@\17\20D$x\17\21D$H\277(\0"..., 8192) = 8192
write(4, "\213l$\20L\213t$\30H\213D$ H\211D$@\17\20D$x\17\21D$H\277(\0"..., 8192) = 8192
read(3, "t\35\200\373\2rHH\213\\$0H\213;H\213C\10\377\20\353\33\212D$)<\nu\343\200"..., 8192) = 8192
write(4, "t\35\200\373\2rHH\213\\$0H\213;H\213C\10\377\20\353\33\212D$)<\nu\343\200"..., 8192) = 8192
read(3, "H\301\341\10\17\266\303H\t\310H\211\362H\203\304X[A^\303\277\30\0\0\0\276\10\0\0\0\350"..., 8192) = 8192
write(4, "H\301\341\10\17\266\303H\t\310H\211\362H\203\304X[A^\303\277\30\0\0\0\276\10\0\0\0\350"..., 8192) = 8192
read(3, "A_]\303H\215\25]\300\221\0L\211\377H\211\336\350\212\241\332\377\353CH\215\0251\300\221\0H"..., 8192) = 8192
write(4, "A_]\303H\215\25]\300\221\0L\211\377H\211\336\350\212\241\332\377\353CH\215\0251\300\221\0H"..., 8192) = 8192
read(3, "H\215{ \350\247\301\t\0\306C8\2L\211\367\350Kb\332\377\17\vf\17\37\204\0\0\0\0\0"..., 8192) = 8192
write(4, "H\215{ \350\247\301\t\0\306C8\2L\211\367\350Kb\332\377\17\vf\17\37\204\0\0\0\0\0"..., 8192) = 8192
read(3, "\0L\211\274$8\10\0\0\351\224\2\0\0001\300\351/\2\0\0001\322\367\367\211\301Hi\302\0\312"..., 8192) = 8192
write(4, "\0L\211\274$8\10\0\0\351\224\2\0\0001\300\351/\2\0\0001\322\367\367\211\301Hi\302\0\312"..., 8192) = 8192
read(3, "H\211\214$\320\0\0\0H\307\204$\330\0\0\0\1\0\0\0H\211\204$\340\0\0\0H\215\264$"..., 8192) = 8192
write(4, "H\211\214$\320\0\0\0H\307\204$\330\0\0\0\1\0\0\0H\211\204$\340\0\0\0H\215\264$"..., 8192) = 8192
read(3, "\0H\215\250\270\377\377\377\353{I\213t$\30H\215\274$\220\0\0\0H\213\224$\20\1\0\0\271"..., 8192) = 8192
write(4, "\0H\215\250\270\377\377\377\353{I\213t$\30H\215\274$\220\0\0\0H\213\224$\20\1\0\0\271"..., 8192) = 8192
read(3, "I\211\377H9\306\17\202\267\0\0\0H9\306u\26\353EH9\376\17\202\301\0\0\0E1\377H"..., 8192) = 8192
write(4, "I\211\377H9\306\17\202\267\0\0\0H9\306u\26\353EH9\376\17\202\301\0\0\0E1\377H"..., 8192) = 8192
read(3, "\254$\220\1\0\0\203\375\2H\213t$@u\37H\213D$\20H\213\0H\2138H\213@\10\377"..., 8192) = 8192
write(4, "\254$\220\1\0\0\203\375\2H\213t$@u\37H\213D$\20H\213\0H\2138H\213@\10\377"..., 8192) = 8192
read(3, "\3\0\0H\213yxH\213\201\200\0\0\0I\211\300I)\370\17\202Q\t\0\0H=\2\2\0\0"..., 8192) = 8192
write(4, "\3\0\0H\213yxH\213\201\200\0\0\0I\211\300I)\370\17\202Q\t\0\0H=\2\2\0\0"..., 8192) = 8192
read(3, "\215\206\210\0\0\0H\211\204$8\5\0\0I\215\206\240\0\0\0H\211\204$0\5\0\0L\215l"..., 8192) = 8192
write(4, "\215\206\210\0\0\0H\211\204$8\5\0\0I\215\206\240\0\0\0H\211\204$0\5\0\0L\215l"..., 8192) = 8192
read(3, "H\213\264$\230\t\0\0H\213\224$\240\t\0\0H\215\274$\250\t\0\0\377P\10H\215\214$5"..., 8192) = 8192
write(4, "H\213\264$\230\t\0\0H\213\224$\240\t\0\0H\215\274$\250\t\0\0\377P\10H\215\214$5"..., 8192) = 8192
read(3, "8\377P\10H\213ChH\215{`H\213sPH\213SX\377P\10H\215{x\350P,\365\377"..., 8192) = 8192
write(4, "8\377P\10H\213ChH\215{`H\213sPH\213SX\377P\10H\215{x\350P,\365\377"..., 8192) = 8192
read(3, "\37\217\0L\211\357H\213t$(\350\220A\331\377\17\vH\215\25\27\37\217\0\276\n\0\0\0\350}"..., 8192) = 8192
write(4, "\37\217\0L\211\357H\213t$(\350\220A\331\377\17\vH\215\25\27\37\217\0\276\n\0\0\0\350}"..., 8192) = 8192
read(3, "\0H\215\274$\240\0\0\0\350rL \0H\215|$8\350hL \0H\215\274$\230\0\0\0"..., 8192) = 8192
write(4, "\0H\215\274$\240\0\0\0\350rL \0H\215|$8\350hL \0H\215\274$\230\0\0\0"..., 8192) = 8192
read(3, "H\213\20H\213\16H9\312u%H\213H\10H;N\10u\16H\213H\20H;N\20\17\204\345"..., 8192) = 8192
write(4, "H\213\20H\213\16H9\312u%H\213H\10H;N\10u\16H\213H\20H;N\20\17\204\345"..., 8192) = 8192
read(3, "\0\0\377\25\340\27\225\0H\205\300\17\204\375\37\0\0H\211\303L\2110\17(\5\3029H\0\17\21"..., 8192) = 8192
write(4, "\0\0\377\25\340\27\225\0H\205\300\17\204\375\37\0\0H\211\303L\2110\17(\5\3029H\0\17\21"..., 8192) = 8192
read(3, "\330\377\351\243\1\0\0\277p\0\0\0\353\5\277\30\0\0\0\276\10\0\0\0\350\343\261\330\377\17\v\277"..., 8192) = 8192
write(4, "\330\377\351\243\1\0\0\277p\0\0\0\353\5\277\30\0\0\0\276\10\0\0\0\350\343\261\330\377\17\v\277"..., 8192) = 8192
read(3, "\330\377\17\vf.\17\37\204\0\0\0\0\0f\220H\213\7\360H\203(\1u\5\351Q\374\377\377\303"..., 8192) = 8192
write(4, "\330\377\17\vf.\17\37\204\0\0\0\0\0f\220H\213\7\360H\203(\1u\5\351Q\374\377\377\303"..., 8192) = 8192
read(3, "\357H\203{\10\0t\350A\377\324\353\343I\213\36I\213F\10H\205\300t\"H\205\333t\35Hk"..., 8192) = 8192
write(4, "\357H\203{\10\0t\350A\377\324\353\343I\213\36I\213F\10H\205\300t\"H\205\333t\35Hk"..., 8192) = 8192
read(3, "\2\0\0\0031\300H\205\300tPH\205\355\17\204\253\0\0\0H\215\274$P\2\0\0H\213\204$"..., 8192) = 8192
write(4, "\2\0\0\0031\300H\205\300tPH\205\355\17\204\253\0\0\0H\215\274$P\2\0\0H\213\204$"..., 8192) = 8192
read(3, "\0A\266\0011\355H\215|$\20E1\377\350\235\252\37\0\351}\370\377\377I\211\305\351u\370\377\377"..., 8192) = 8192
write(4, "\0A\266\0011\355H\215|$\20E1\377\350\235\252\37\0\351}\370\377\377I\211\305\351u\370\377\377"..., 8192) = 8192
read(3, "\377H\203\341\17\17\204\26\1\0\0H\213D$`L\1\340I\211\304H\213l$\20H\213\\$\30"..., 8192) = 8192
write(4, "\377H\203\341\17\17\204\26\1\0\0H\213D$`L\1\340I\211\304H\213l$\20H\213\\$\30"..., 8192) = 8192
read(3, "\326H\211\337H\211\336A\377\326H\211\337H\211\336A\377\326H\211\337H\211\336A\377\326H\211\337H"..., 8192) = 8192
write(4, "\326H\211\337H\211\336A\377\326H\211\337H\211\336A\377\326H\211\337H\211\336A\377\326H\211\337H"..., 8192) = 8192
read(3, "L\211\372A\377\325\17W\300\17)D$ \17)D$\20\17)\4$H\211\343H\211\337H\211\356"..., 8192) = 8192
write(4, "L\211\372A\377\325\17W\300\17)D$ \17)D$\20\17)\4$H\211\343H\211\337H\211\356"..., 8192) = 8192
read(3, "q\377\377\377\353\vH\203\372\1u\t@\204\366t\0231\300[\303H\203\302\377A\200x\1\0x\16"..., 8192) = 8192
write(4, "q\377\377\377\353\vH\203\372\1u\t@\204\366t\0231\300[\303H\203\302\377A\200x\1\0x\16"..., 8192) = 8192
read(3, "`H\213D$@H\211\204$\240\0\0\0H\213D$\10H\211\204$\250\0\0\0H\215\214$8"..., 8192) = 8192
write(4, "`H\213D$@H\211\204$\240\0\0\0H\213D$\10H\211\204$\250\0\0\0H\215\214$8"..., 8192) = 8192
read(3, "\204]\5\0\0H\215\274$P\1\0\0H\215\264$\300\2\0\0\272\230\0\0\0\377\25\240\273\223\0"..., 8192) = 8192
write(4, "\204]\5\0\0H\215\274$P\1\0\0H\215\264$\300\2\0\0\272\230\0\0\0\377\25\240\273\223\0"..., 8192) = 8192
read(3, "H\215t$\20H\211\332\377Q I\3\236\220\0\0\0\17\202\254\0\0\0I\211\236\220\0\0\0H"..., 8192) = 8192
write(4, "H\215t$\20H\211\332\377Q I\3\236\220\0\0\0\17\202\254\0\0\0I\211\236\220\0\0\0H"..., 8192) = 8192
read(3, "\300\17\204\t\2\0\0H\211\303I\211\326L\211\347\276\1\0\0\0\350\26\177\377\377H\205\300\17\204\355"..., 8192) = 8192
write(4, "\300\17\204\t\2\0\0H\211\303I\211\326L\211\347\276\1\0\0\0\350\26\177\377\377H\205\300\17\204\355"..., 8192) = 8192
read(3, "\223\0H\203\375\377t*H\215\0051\246P\0H\213L$8H\211A\10H\307A\20\26\0\0\0"..., 8192) = 8192
write(4, "\223\0H\203\375\377t*H\215\0051\246P\0H\213L$8H\211A\10H\307A\20\26\0\0\0"..., 8192) = 8192
read(3, "\366\17\205\7\2\0\0\350\304\333\331\377\351\316\1\0\0H\205\366\17\205\373\1\0\0\350\261\333\331\377\351"..., 8192) = 8192
write(4, "\366\17\205\7\2\0\0\350\304\333\331\377\351\316\1\0\0H\205\366\17\205\373\1\0\0\350\261\333\331\377\351"..., 8192) = 8192
read(3, "\306\16\1\376\301\301\n\211\310\367\320!\320\3|$\34\1\307\211\360!\310\1\307\201\307\334\274\33\217\301"..., 8192) = 8192
write(4, "\306\16\1\376\301\301\n\211\310\367\320!\320\3|$\34\1\307\211\360!\310\1\307\201\307\334\274\33\217\301"..., 8192) = 8192
read(3, "\323\357\366\301@H\17D\335L\17D\317L\17D\370A\203\374\2\17\203\247\0\0\0H\211t$\10"..., 8192) = 8192
write(4, "\323\357\366\301@H\17D\335L\17D\317L\17D\370A\203\374\2\17\203\247\0\0\0H\211t$\10"..., 8192) = 8192
read(3, "\0L\215\5p\236\214\0H\215T$ \276+\0\0\0\350Y\243\326\377\17\vH\211\303H\215|$"..., 8192) = 8192
write(4, "\0L\215\5p\236\214\0H\215T$ \276+\0\0\0\350Y\243\326\377\17\vH\211\303H\215|$"..., 8192) = 8192
read(3, "H\211\326H\205\311t\7H\203\301\377H\211\16H\213\214$\340\0\0\0H\203\371\5r\23H\213\274"..., 8192) = 8192
write(4, "H\211\326H\205\311t\7H\203\301\377H\211\16H\213\214$\340\0\0\0H\203\371\5r\23H\213\274"..., 8192) = 8192
read(3, "(H\2155\342\356O\0\272\1\0\0\0\377P\30\351\33\375\377\377H\213C\30H\213x H\213@"..., 8192) = 8192
write(4, "(H\2155\342\356O\0\272\1\0\0\0\377P\30\351\33\375\377\377H\213C\30H\213x H\213@"..., 8192) = 8192
read(3, "<\10E\17\204\217\1\0\0H\205\355t#H\213C\30H\213x H\213@(\272\3\0\0\0H"..., 8192) = 8192
write(4, "<\10E\17\204\217\1\0\0H\205\355t#H\213C\30H\213x H\213@(\272\3\0\0\0H"..., 8192) = 8192
read(3, "RthA\276\3\0\0\0H\203\376\3\17\206\305\4\0\0A\17\267\0025__\0\0A\17\266J"..., 8192) = 8192
write(4, "RthA\276\3\0\0\0H\203\376\3\17\206\305\4\0\0A\17\267\0025__\0\0A\17\266J"..., 8192) = 8192
read(3, "\301H\203\370\10\276\10\0\0\0H\17G\360M\205\355t\25H\211l$\30L\211l$ H\307D"..., 8192) = 8192
write(4, "\301H\203\370\10\276\10\0\0\0H\17G\360M\205\355t\25H\211l$\30L\211l$ H\307D"..., 8192) = 8192
read(3, "\vH\211L$\10H\211D$\20H\307D$\30\1\0\0\0\353\16H\213;\353>H\307D$\10"..., 8192) = 8192
write(4, "\vH\211L$\10H\211D$\20H\307D$\30\1\0\0\0\353\16H\213;\353>H\307D$\10"..., 8192) = 8192
read(3, "|$8L\213\274$\270\0\0\0\351\345\4\0\0H\213|$8\351T\6\0\0001\355H\213=="..., 8192) = 8192
write(4, "|$8L\213\274$\270\0\0\0\351\345\4\0\0H\213|$8\351T\6\0\0001\355H\213=="..., 8192) = 8192
read(3, "\0\0H\1\335\17\202~\37\0\0H\215\f\0H9\351H\17G\351H\203\375\10\271\10\0\0\0H"..., 8192) = 8192
write(4, "\0\0H\1\335\17\202~\37\0\0H\215\f\0H9\351H\17G\351H\203\375\10\271\10\0\0\0H"..., 8192) = 8192
read(3, "\351\305\1\0\0H\205\366\17\205\276\1\0\0\350\275[\330\377\351\262\1\0\0H\205\366\17\205\253\1\0"..., 8192) = 8192
write(4, "\351\305\1\0\0H\205\366\17\205\276\1\0\0\350\275[\330\377\351\262\1\0\0H\205\366\17\205\253\1\0"..., 8192) = 8192
read(3, "\211\300\303f\270\212\300\303f\270\213\300\303f\270\214\300\303f\270\215\300\303f\270\216\300\303f\270\217\300"..., 8192) = 8192
write(4, "\211\300\303f\270\212\300\303f\270\213\300\303f\270\214\300\303f\270\215\300\303f\270\216\300\303f\270\217\300"..., 8192) = 8192
read(3, "\303f\272p\300f\270/\1Y\303f\272q\300f\2700\1Y\303f\272r\300f\2701\1Y\303f"..., 8192) = 8192
write(4, "\303f\272p\300f\270/\1Y\303f\272q\300f\2700\1Y\303f\272r\300f\2701\1Y\303f"..., 8192) = 8192
read(3, "\211\274$\310\2\0\0\363\17\177\204$\320\2\0\0H\211\204$\340\2\0\0H\211\214$\300\2\0\0"..., 8192) = 8192
write(4, "\211\274$\310\2\0\0\363\17\177\204$\320\2\0\0H\211\204$\340\2\0\0H\211\214$\300\2\0\0"..., 8192) = 8192
read(3, "t\22M\205\377t\rL\211\377\377\2589\221\0H\2134$H\213\204$ \1\0\0H\211D$"..., 8192) = 8192
write(4, "t\22M\205\377t\rL\211\377\377\2589\221\0H\2134$H\213\204$ \1\0\0H\211D$"..., 8192) = 8192
read(3, "H\215\254$@\2\0\0H\213\204$@\2\0\0H\301\340\6t\tL\211\367\377\25)\31\221\0H"..., 8192) = 8192
write(4, "H\215\254$@\2\0\0H\213\204$@\2\0\0H\301\340\6t\tL\211\367\377\25)\31\221\0H"..., 8192) = 8192
read(3, "\37\351\32\1\0\0M\211\346I9\357\17\204\16\1\0\0f.\17\37\204\0\0\0\0\0\17\37@\0"..., 8192) = 8192
write(4, "\37\351\32\1\0\0M\211\346I9\357\17\204\16\1\0\0f.\17\37\204\0\0\0\0\0\17\37@\0"..., 8192) = 8192
read(3, "{ H\213s(H\215\5\373\254\212\0\351\24\1\0\0H\213{ H\213s(H\215\0057\255\212"..., 8192) = 8192
write(4, "{ H\213s(H\215\5\373\254\212\0\351\24\1\0\0H\213{ H\213s(H\215\0057\255\212"..., 8192) = 8192
read(3, "\234\364\36\0\200|$X\1u\f\212D$Y\306\3\t\210C\1\353vH\211\\$\30H\213\234$"..., 8192) = 8192
write(4, "\234\364\36\0\200|$X\1u\f\212D$Y\306\3\t\210C\1\353vH\211\\$\30H\213\234$"..., 8192) = 8192
read(3, "D$hH\213D\16\10H\211D$\30H\213D\16\20H\211D$@H\213D\16\30H\211D$"..., 8192) = 8192
write(4, "D$hH\213D\16\10H\211D$\30H\213D\16\20H\211D$@H\213D\16\30H\211D$"..., 8192) = 8192
read(3, "\230\1\0\0H\205\300t\33H\205\355t\26H\301\340\3H\215\4@H\205\300t\tH\211\357\377\25"..., 8192) = 8192
write(4, "\230\1\0\0H\205\300t\33H\205\355t\26H\301\340\3H\215\4@H\205\300t\tH\211\357\377\25"..., 8192) = 8192
read(3, "\0L\211\377\350\247}\374\377\204\300\17\205\374\0\0\0D\213|$\30H\213l$\20\2770\2\0\0"..., 8192) = 8192
write(4, "\0L\211\377\350\247}\374\377\204\300\17\205\374\0\0\0D\213|$\30H\213l$\20\2770\2\0\0"..., 8192) = 8192
read(3, "\0\353VH\211\303H\215|$\20\350\240A\3\0H\213l$H\353\20H\211\303H\215\274$\0\1"..., 8192) = 8192
write(4, "\0\353VH\211\303H\215|$\20\350\240A\3\0H\213l$H\353\20H\211\303H\215\274$\0\1"..., 8192) = 8192
read(3, "\320\1\0\0\17)\204$\260\1\0\0\210\214$\340\1\0\0\17(\204$\260\1\0\0\17\21\204$\341"..., 8192) = 8192
write(4, "\320\1\0\0\17)\204$\260\1\0\0\210\214$\340\1\0\0\17(\204$\260\1\0\0\17\21\204$\341"..., 8192) = 8192
read(3, "\2155\6\215C\0\272\4\0\0\0\377P\30H\211\\$\10\210D$\30H\307D$\20\0\0\0\0"..., 8192) = 8192
write(4, "\2155\6\215C\0\272\4\0\0\0\377P\30H\211\\$\10\210D$\30H\307D$\20\0\0\0\0"..., 8192) = 8192
read(3, "I\211\366H\215\5\316\4\220\0H\211D$\10H\213\5\302\4\220\0H\203\370\2ug\200=\275\4"..., 8192) = 8192
write(4, "I\211\366H\215\5\316\4\220\0H\211D$\10H\213\5\302\4\220\0H\203\370\2ug\200=\275\4"..., 8192) = 8192
read(3, "B\0L\213k\10H\213{\20H\213k\30H\211C\10\17W\300\17\21C\20M\205\355\17\204-\1"..., 8192) = 8192
write(4, "B\0L\213k\10H\213{\20H\213k\30H\211C\10\17W\300\17\21C\20M\205\355\17\204-\1"..., 8192) = 8192
read(3, "H\17E\312L\2139M\215f\4J\215\f\275\0\0\0\0\272\345\1\0\0\353\16f\17\37D\0\0"..., 8192) = 8192
write(4, "H\17E\312L\2139M\215f\4J\215\f\275\0\0\0\0\272\345\1\0\0\353\16f\17\37D\0\0"..., 8192) = 8192
read(3, "H\215\214$\260\0\0\0\272\1\0\0\0\350>|\25\0L\213\244$x\5\0\0H\213\264$\200\5"..., 8192) = 8192
write(4, "H\215\214$\260\0\0\0\272\1\0\0\0\350>|\25\0L\213\244$x\5\0\0H\213\264$\200\5"..., 8192) = 8192
read(3, "\360\2\0\0\17\21\234$\10\n\0\0\17\21\224$\370\t\0\0\17\21\214$\350\t\0\0\17\21\204$"..., 8192) = 8192
write(4, "\360\2\0\0\17\21\234$\10\n\0\0\17\21\224$\370\t\0\0\17\21\214$\350\t\0\0\17\21\204$"..., 8192) = 8192
read(3, "\1\0\0\203\370\2\17\204\334\1\0\0\203\370\1\17\205\275\1\0\0I\203\307\10L\211\377\350\237\356\374"..., 8192) = 8192
write(4, "\1\0\0\203\370\2\17\204\334\1\0\0\203\370\1\17\205\275\1\0\0I\203\307\10L\211\377\350\237\356\374"..., 8192) = 8192
read(3, "\20f\211\264$\260\3\0\0\272\2\0\0\0H\215\274$\220\0\0\0H\215\264$\260\3\0\0\350\255"..., 8192) = 8192
write(4, "\20f\211\264$\260\3\0\0\272\2\0\0\0H\215\274$\220\0\0\0H\215\264$\260\3\0\0\350\255"..., 8192) = 8192
read(3, "(f\17o\204$\360\4\0\0f\17o\214$\0\5\0\0\363A\17\177\216\300\1\0\0\363A\17\177"..., 8192) = 8192
write(4, "(f\17o\204$\360\4\0\0f\17o\214$\0\5\0\0\363A\17\177\216\300\1\0\0\363A\17\177"..., 8192) = 8192
read(3, "\17\204\242>\0\0H\211l$\10I\301\357\6L\211|$\20L\213d$\30L\211\340H\301\340\6"..., 8192) = 8192
write(4, "\17\204\242>\0\0H\211l$\10I\301\357\6L\211|$\20L\213d$\30L\211\340H\301\340\6"..., 8192) = 8192
read(3, "\0\0\210\214$w\4\0\0H\213\214$'\5\0\0H\211\214$x\4\0\0\212\214$/\5\0\0"..., 8192) = 8192
write(4, "\0\0\210\214$w\4\0\0H\213\214$'\5\0\0H\211\214$x\4\0\0\212\214$/\5\0\0"..., 8192) = 8192
read(3, "\17\205\312\370\377\377\350\305;\325\377\351I\1\0\0H\215\25qh\210\0H\211\317L\211\316\350\376a"..., 8192) = 8192
write(4, "\17\205\312\370\377\377\350\305;\325\377\351I\1\0\0H\215\25qh\210\0H\211\317L\211\316\350\376a"..., 8192) = 8192
read(3, "f;l\16\2u\351L\2137\360I\203\6\1~4\277\20\0\0\0\377\25\314w\216\0H\205\300t"..., 8192) = 8192
write(4, "f;l\16\2u\351L\2137\360I\203\6\1~4\277\20\0\0\0\377\25\314w\216\0H\205\300t"..., 8192) = 8192
read(3, "H\215\25\221\34\210\0\276+\0\0\0\350\357\33\322\377\351\256\0\0\0\350\265\373\324\377\351\244\0\0\0"..., 8192) = 8192
write(4, "H\215\25\221\34\210\0\276+\0\0\0\350\357\33\322\377\351\256\0\0\0\350\265\373\324\377\351\244\0\0\0"..., 8192) = 8192
read(3, "\267\315\201\371\377G\0\0\17\207b\1\0\0@\10\326\17\204Y\1\0\0H\215H\373H9\351\17\202"..., 8192) = 8192
write(4, "\267\315\201\371\377G\0\0\17\207b\1\0\0@\10\326\17\204Y\1\0\0H\215H\373H9\351\17\202"..., 8192) = 8192
read(3, "\0\0\277\32\0\0\0\377\25\333\27\216\0H\205\300\17\204\313\0\0\0I\211\306\17\20\5\242\207K\0"..., 8192) = 8192
write(4, "\0\0\277\32\0\0\0\377\25\333\27\216\0H\205\300\17\204\313\0\0\0I\211\306\17\20\5\242\207K\0"..., 8192) = 8192
read(3, "I\213G\10\377\20I\213G\10H\203x\10\0t\tI\213?\377\25.\371\215\0H\213{\20[A"..., 8192) = 8192
write(4, "I\213G\10\377\20I\213G\10H\203x\10\0t\tI\213?\377\25.\371\215\0H\213{\20[A"..., 8192) = 8192
read(3, "\373\340\2u\330H\213|\373\330\17\267?\201\377op\0\0\17\204f\373\377\377\353\302f\17t\312f"..., 8192) = 8192
write(4, "\373\340\2u\330H\213|\373\330\17\267?\201\377op\0\0\17\204f\373\377\377\353\302f\17t\312f"..., 8192) = 8192
read(3, "\377\20\353\31\205\300u2\200|$\30\2r+H\213\\$ H\213;H\213C\10\377\20H\213C"..., 8192) = 8192
write(4, "\377\20\353\31\205\300u2\200|$\30\2r+H\213\\$ H\213;H\213C\10\377\20H\213C"..., 8192) = 8192
read(3, "\336L\211\362\377\25\266\233\215\0H\211\254$\220\1\0\0L\211\264$\230\1\0\0L\211\264$\240\1"..., 8192) = 8192
write(4, "\336L\211\362\377\25\266\233\215\0H\211\254$\220\1\0\0L\211\264$\230\1\0\0L\211\264$\240\1"..., 8192) = 8192
read(3, "\377\25\342w\215\0I\211\305H\205\300\17\205\300\0\0\0\351\266\337\377\377H\213\254$\230\1\0\0H"..., 8192) = 8192
write(4, "\377\25\342w\215\0I\211\305H\205\300\17\205\300\0\0\0\351\266\337\377\377H\213\254$\230\1\0\0H"..., 8192) = 8192
read(3, "$\10\350I`\377\377H\211\337\350Q\2\321\377\17\vf.\17\37\204\0\0\0\0\0\17\37D\0\0"..., 8192) = 8192
write(4, "$\10\350I`\377\377H\211\337\350Q\2\321\377\17\vf.\17\37\204\0\0\0\0\0\17\37D\0\0"..., 8192) = 8192
read(3, "\215\0\3519\376\377\377H\213+H\213{\10A\277 \2\0\0L\2135-9\215\0\353\17\17\37\0"..., 8192) = 8192
write(4, "\215\0\3519\376\377\377H\213+H\213{\10A\277 \2\0\0L\2135-9\215\0\353\17\17\37\0"..., 8192) = 8192
read(3, "\203{\10\0t\6\377\25<\31\215\0H\213{\30H\205\377t\rH\203{ \0t\6\377\25&\31"..., 8192) = 8192
write(4, "\203{\10\0t\6\377\25<\31\215\0H\213{\30H\205\377t\rH\203{ \0t\6\377\25&\31"..., 8192) = 8192
read(3, "\353$H\211\305H\215\274$P\1\0\0\350N\261\377\377H\215\274$h\1\0\0\350A\261\377\377\353"..., 8192) = 8192
write(4, "\353$H\211\305H\215\274$P\1\0\0\350N\261\377\377H\215\274$h\1\0\0\350A\261\377\377\353"..., 8192) = 8192
read(3, "$(H\211\357L\211\366L\211\372\377\25\257\333\214\0L\211|$0L\1\375H\213D$\10H\203"..., 8192) = 8192
write(4, "$(H\211\357L\211\366L\211\372\377\25\257\333\214\0L\211|$0L\1\375H\213D$\10H\203"..., 8192) = 8192
read(3, "w I\213o0H\205\355t\32H\211\357\377\25\324\267\214\0H\205\300\17\2044\26\0\0H\211\303"..., 8192) = 8192
write(4, "w I\213o0H\205\355t\32H\211\357\377\25\324\267\214\0H\205\300\17\2044\26\0\0H\211\303"..., 8192) = 8192
read(3, "H\211D$0H\270\0\0\0\0\266\1\0\0H\211D$(H\215|$\20H\215t$(\350="..., 8192) = 8192
write(4, "H\211D$0H\270\0\0\0\0\266\1\0\0H\211D$(H\215|$\20H\215t$(\350="..., 8192) = 8192
read(3, "\0\0\351\233\0\0\0H\211\303H\215|$@\350\\\345\377\377H\215\274$\240\0\0\0\350/\200\376"..., 8192) = 8192
write(4, "\0\0\351\233\0\0\0H\211\303H\215|$@\350\\\345\377\377H\215\274$\240\0\0\0\350/\200\376"..., 8192) = 8192
read(3, "\213\204$\220\0\0\0\17\203\240\0\0\0D\211\320)\330\203\300\1I)\332H\203\340\3t+J\215"..., 8192) = 8192
write(4, "\213\204$\220\0\0\0\17\203\240\0\0\0D\211\320)\330\203\300\1I)\332H\203\340\3t+J\215"..., 8192) = 8192
read(3, "\0H\2154\303H\201\306\210\2\0\0L\211\357H\213T$(\377\25\316;\214\0H\213|$0I"..., 8192) = 8192
write(4, "\0H\2154\303H\201\306\210\2\0\0L\211\357H\213T$(\377\25\316;\214\0H\213|$0I"..., 8192) = 8192
read(3, "\274$\200\0\0\0\1\17\205'\5\0\0\275\1\0\0\0L\211\357\351\230\17\0\0001\377\200~\1\0"..., 8192) = 8192
write(4, "\274$\200\0\0\0\1\17\205'\5\0\0\275\1\0\0\0L\211\357\351\230\17\0\0001\377\200~\1\0"..., 8192) = 8192
read(3, "\2\0\0H\211\214$(\1\0\0\17(\204$\340\2\0\0\17\21\204$\30\1\0\0H\211\204$\20"..., 8192) = 8192
write(4, "\2\0\0H\211\214$(\1\0\0\17(\204$\340\2\0\0\17\21\204$\30\1\0\0H\211\204$\20"..., 8192) = 8192
read(3, "L9\326t\23\17\266\36H\203\306\1\203\343?\353\f\301\341\6\t\315\35351\333L\211\326\301\345\6"..., 8192) = 8192
write(4, "L9\326t\23\17\266\36H\203\306\1\203\343?\353\f\301\341\6\t\315\35351\333L\211\326\301\345\6"..., 8192) = 8192
read(3, "\213G\20H\205\300tPLk\37081\333L\213-3\271\213\0\353\22f\17\37\204\0\0\0\0\0"..., 8192) = 8192
write(4, "\213G\20H\205\300tPLk\37081\333L\213-3\271\213\0\353\22f\17\37\204\0\0\0\0\0"..., 8192) = 8192
read(3, "53(?\0L\215\5\214\222\205\0H\215|$\20H\215L$\10\272\4\0\0\0\351G\2\0\0"..., 8192) = 8192
write(4, "53(?\0L\215\5\214\222\205\0H\215|$\20H\215L$\10\272\4\0\0\0\351G\2\0\0"..., 8192) = 8192
read(3, "\307D$`\3\0\0\0H\307D$h\0\0\0\0H\215D$8H\211D$xH\307\204$\200"..., 8192) = 8192
write(4, "\307D$`\3\0\0\0H\307D$h\0\0\0\0H\215D$8H\211D$xH\307\204$\200"..., 8192) = 8192
read(3, "L\211\366M\211\346M\211\354\350r8\341\377\203\274$\340\1\0\0\1\17\204k\t\0\0H\215\204$"..., 8192) = 8192
write(4, "L\211\366M\211\346M\211\354\350r8\341\377\203\274$\340\1\0\0\1\17\204k\t\0\0H\215\204$"..., 8192) = 8192
read(3, "$xH\211\234$\240\0\0\0H\213D$\10H\211\204$\230\0\0\0H\213D$\20H\211\204$"..., 8192) = 8192
write(4, "$xH\211\234$\240\0\0\0H\213D$\10H\211\204$\230\0\0\0H\213D$\20H\211\204$"..., 8192) = 8192
read(3, "G\10I\211W\20\351^\2\0\0H\213D$ H\211h\10L\211x\20H\307\0\1\0\0\0\351"..., 8192) = 8192
write(4, "G\10I\211W\20\351^\2\0\0H\213D$ H\211h\10L\211x\20H\307\0\1\0\0\0\351"..., 8192) = 8192
read(3, "\203\303\4I\213~ I\213F(H\2155\316\275I\0\272\6\0\0\0\377P\30L\211t$\10\210"..., 8192) = 8192
write(4, "\203\303\4I\213~ I\213F(H\2155\316\275I\0\272\6\0\0\0\377P\30L\211t$\10\210"..., 8192) = 8192
read(3, "\357H\213|\35\10H\205\377t\345H\203|\35\20\0t\335\377\25/\331\212\0\353\325H\213D$8"..., 8192) = 8192
write(4, "\357H\213|\35\10H\205\377t\345H\203|\35\20\0t\335\377\25/\331\212\0\353\325H\213D$8"..., 8192) = 8192
read(3, "\257H\205\355t6I\215\4\322H\203\300\20H\301\345\0051\322f.\17\37\204\0\0\0\0\0f\220"..., 8192) = 8192
write(4, "\257H\205\355t6I\215\4\322H\203\300\20H\301\345\0051\322f.\17\37\204\0\0\0\0\0f\220"..., 8192) = 8192
read(3, "\17\vf.\17\37\204\0\0\0\0\0\17\37@\0H\203\354x\17\266\0171\300L\215\5\\\31?\0"..., 8192) = 8192
write(4, "\17\vf.\17\37\204\0\0\0\0\0\17\37@\0H\203\354x\17\266\0171\300L\215\5\\\31?\0"..., 8192) = 8192
read(3, "\10H\307\1\1\0\0\0H\213<$H\205\377t\273H\203|$\10\0t\263\377\25)y\212\0\353"..., 8192) = 8192
write(4, "\10H\307\1\1\0\0\0H\213<$H\205\377t\273H\203|$\10\0t\263\377\25)y\212\0\353"..., 8192) = 8192
read(3, "A\17\20O\27\17\21\214$\37\3\0\0\17)\204$\20\3\0\0H\215\214$\321\0\0\0\17\20A"..., 8192) = 8192
write(4, "A\17\20O\27\17\21\214$\37\3\0\0\17)\204$\20\3\0\0H\215\214$\321\0\0\0\17\20A"..., 8192) = 8192
read(3, "\200\373\1u\37\17\20\204$\220\0\0\0\306\204$\230\1\0\0\2\17\21\204$\240\1\0\0\270\1\0"..., 8192) = 8192
write(4, "\200\373\1u\37\17\20\204$\220\0\0\0\306\204$\230\1\0\0\2\17\21\204$\240\1\0\0\270\1\0"..., 8192) = 8192
read(3, "H\211|$0H\211t$8H\307D$@\1\0\0\0\272\1\0\0\0H\215\274$\240\0\0\0"..., 8192) = 8192
write(4, "H\211|$0H\211t$8H\307D$@\1\0\0\0\272\1\0\0\0H\215\274$\240\0\0\0"..., 8192) = 8192
read(3, "\5+\34=\0\363A\17\177G\10\203|$\10\0t4\200|$\20\2r-H\213\\$\30H\213"..., 8192) = 8192
write(4, "\5+\34=\0\363A\17\177G\10\203|$\10\0t4\200|$\20\2r-H\213\\$\30H\213"..., 8192) = 8192
read(3, "H\213\254$\240\0\0\0H\213\204$\250\0\0\0H\203\274$\230\0\0\0\1\17\204\354\6\0\0H"..., 8192) = 8192
write(4, "H\213\254$\240\0\0\0H\213\204$\250\0\0\0H\203\274$\230\0\0\0\1\17\204\354\6\0\0H"..., 8192) = 8192
read(3, "\17\204\35\377\377\377H\211\337\377\259\271\211\0\351\17\377\377\377\2778\0\0\0\276\10\0\0\0\350\335"..., 8192) = 8192
write(4, "\17\204\35\377\377\377H\211\337\377\259\271\211\0\351\17\377\377\377\2778\0\0\0\276\10\0\0\0\350\335"..., 8192) = 8192
read(3, "\203|$@\0t\tL\211\377\377\258\231\211\0E1\355H\213D$X\306\0\0M\205\344\17\205"..., 8192) = 8192
write(4, "\203|$@\0t\tL\211\377\377\258\231\211\0E1\355H\213D$X\306\0\0M\205\344\17\205"..., 8192) = 8192
read(3, "\211\306H\215\274$ \3\0\0\350Q\220\373\377\351\226\0\0\0I\211\306H\213u\10H\211\337\350\255"..., 8192) = 8192
write(4, "\211\306H\215\274$ \3\0\0\350Q\220\373\377\351\226\0\0\0I\211\306H\213u\10H\211\337\350\255"..., 8192) = 8192
read(3, "I\211\304H\211\24$H\211\307\211\356\377\25\236U\211\0\203\370\377u)L\213-*\\\211\0f\220"..., 8192) = 8192
write(4, "I\211\304H\211\24$H\211\307\211\356\377\25\236U\211\0\203\370\377u)L\213-*\\\211\0f\220"..., 8192) = 8192
read(3, "\211\0H\215\274$\10\1\0\0\350\321{\375\377H\215\274$8\1\0\0\350$}\375\377H\215\274$"..., 8192) = 8192
write(4, "\211\0H\215\274$\10\1\0\0\350\321{\375\377H\215\274$8\1\0\0\350$}\375\377H\215\274$"..., 8192) = 8192
read(3, "H\211\326H\301\356?H\301\372'\1\362i\322\220\1\0\0)\321\367\332\205\311\215\224\23\217\1\0\0"..., 8192) = 8192
write(4, "H\211\326H\301\356?H\301\372'\1\362i\322\220\1\0\0)\321\367\332\205\311\215\224\23\217\1\0\0"..., 8192) = 8192
read(3, "\1\0\0\0A\276\1\0\0\0H\205\333t\25H\211\337\377\25\320\367\210\0I\211\306H\205\300\17\204"..., 8192) = 8192
write(4, "\1\0\0\0A\276\1\0\0\0H\205\333t\25H\211\337\377\25\320\367\210\0I\211\306H\205\300\17\204"..., 8192) = 8192
read(3, "\366\350\252}\0\0H\203\305\310I\211\335H\213T$\10M\205\355u\311\351\303\3\0\0H\211\\$"..., 8192) = 8192
write(4, "\366\350\252}\0\0H\203\305\310I\211\335H\213T$\10M\205\355u\311\351\303\3\0\0H\211\\$"..., 8192) = 8192
read(3, "\31L\213\244$\320\2\0\0H\213\204$\330\2\0\0L9\340\17\204)\376\377\377\306\204$\21\3\0"..., 8192) = 8192
write(4, "\31L\213\244$\320\2\0\0H\213\204$\330\2\0\0L9\340\17\204)\376\377\377\306\204$\21\3\0"..., 8192) = 8192
read(3, "\340\0\0\0H\211\214$\350\0\0\0H\215\204$\24\1\0\0H\211\204$\360\0\0\0H\211\214$"..., 8192) = 8192
write(4, "\340\0\0\0H\211\214$\350\0\0\0H\215\204$\24\1\0\0H\211\204$\360\0\0\0H\211\214$"..., 8192) = 8192
read(3, "\0H\211\337\377\25\336w\210\0H\211\305H\205\300\17\205\37\1\0\0\276\1\0\0\0H\211\337\350\335"..., 8192) = 8192
write(4, "\0H\211\337\377\25\336w\210\0H\211\305H\205\300\17\205\37\1\0\0\276\1\0\0\0H\211\337\350\335"..., 8192) = 8192
read(3, "9\355L\211\366r\256u\23H\203{P\0u\f\17\266Ch*D$\17<\377t\231H\211\330H"..., 8192) = 8192
write(4, "9\355L\211\366r\256u\23H\203{P\0u\f\17\266Ch*D$\17<\377t\231H\211\330H"..., 8192) = 8192
read(3, "\213t$xH\213\204$\210\0\0\0H\205\300tWLk\3408M\1\364I\215^ L\213=%"..., 8192) = 8192
write(4, "\213t$xH\213\204$\210\0\0\0H\205\300tWLk\3408M\1\364I\215^ L\213=%"..., 8192) = 8192
read(3, "\0L\213\254$\270\2\0\0H\213\204$\300\2\0\0H\203\274$\260\2\0\0\1\17\204\310\224\0\0"..., 8192) = 8192
write(4, "\0L\213\254$\270\2\0\0H\213\204$\300\2\0\0H\203\274$\260\2\0\0\1\17\204\310\224\0\0"..., 8192) = 8192
read(3, "$\300\1\0\0H\211L\7P\17(\204$\260\1\0\0\17\21D\7@f\17o\204$p\1\0\0"..., 8192) = 8192
write(4, "$\300\1\0\0H\211L\7P\17(\204$\260\1\0\0\17\21D\7@f\17o\204$p\1\0\0"..., 8192) = 8192
read(3, "o\234$\240\5\0\0\363\17\177Y\360\363\17\177Q\340\363\17\177I\320\363\17\177A\300H\307\204$p"..., 8192) = 8192
write(4, "o\234$\240\5\0\0\363\17\177Y\360\363\17\177Q\340\363\17\177I\320\363\17\177A\300H\307\204$p"..., 8192) = 8192
read(3, "\0\0\0\0H\211D$hH\307D$p\0\0\0\0H\211L$xH\215|$`\350/(\373"..., 8192) = 8192
write(4, "\0\0\0\0H\211D$hH\307D$p\0\0\0\0H\211L$xH\215|$`\350/(\373"..., 8192) = 8192
read(3, "x\5\0\0H\211\234$\200\5\0\0H\215\274$p\5\0\0L\211\376L\211\362\350\321\241\17\0H"..., 8192) = 8192
write(4, "x\5\0\0H\211\234$\200\5\0\0H\215\274$p\5\0\0L\211\376L\211\362\350\321\241\17\0H"..., 8192) = 8192
read(3, "|\3\373\3771\333H\215\274$P\4\0\0\350m\3\373\377H\215\274$\240\1\0\0\350\320\314\3\0"..., 8192) = 8192
write(4, "|\3\373\3771\333H\215\274$P\4\0\0\350m\3\373\377H\215\274$\240\1\0\0\350\320\314\3\0"..., 8192) = 8192
read(3, "\311E1\300\350\267\340\375\377I\211\305H\215\254$\250\0\0\0H\205\300t^H\215\274$\240\0\0"..., 8192) = 8192
write(4, "\311E1\300\350\267\340\375\377I\211\305H\215\254$\250\0\0\0H\205\300t^H\215\274$\240\0\0"..., 8192) = 8192
read(3, "\0\0\0\17\21A8f\17o\204$\240\0\0\0f\17o\214$\260\0\0\0f\17o\224$\300\0"..., 8192) = 8192
write(4, "\0\0\0\17\21A8f\17o\204$\240\0\0\0f\17o\214$\260\0\0\0f\17o\224$\300\0"..., 8192) = 8192
read(3, "$\220\0\0\0H\213l$\30H;l$\10ucH\211\350H\377\300H\213t$8\17\204\374\3"..., 8192) = 8192
write(4, "$\220\0\0\0H\213l$\30H;l$\10ucH\211\350H\377\300H\213t$8\17\204\374\3"..., 8192) = 8192
read(3, "\300\0\0\0H\2155\205\321F\0H\215\254$\260\0\0\0H\211\3571\322\350\323\1\17\0\17(\204"..., 8192) = 8192
write(4, "\300\0\0\0H\2155\205\321F\0H\215\254$\260\0\0\0H\211\3571\322\350\323\1\17\0\17(\204"..., 8192) = 8192
read(3, "\213\274$\300\0\0\0\350\204t\333\377\353TI\211\307\211\357\350\210g\325\377@\265\1\351\273\0\0\0"..., 8192) = 8192
write(4, "\213\274$\300\0\0\0\350\204t\333\377\353TI\211\307\211\357\350\210g\325\377@\265\1\351\273\0\0\0"..., 8192) = 8192
read(3, "\17\2040\"\0\0H\215\f\33H9\301H\17G\301H\203\370\4\271\4\0\0\0H\17F\3011\311"..., 8192) = 8192
write(4, "\17\2040\"\0\0H\215\f\33H9\301H\17G\301H\203\370\4\271\4\0\0\0H\17F\3011\311"..., 8192) = 8192
read(3, "\25C\231\206\0H\213\274$\20\3\0\0H\205\377t\21H\203\274$\30\3\0\0\0t\6\377\25%"..., 8192) = 8192
write(4, "\25C\231\206\0H\213\274$\20\3\0\0H\205\377t\21H\203\274$\30\3\0\0\0t\6\377\25%"..., 8192) = 8192
read(3, "\307H\211\336[\377\341f\17\37\204\0\0\0\0\0\351\233?\315\377f.\17\37\204\0\0\0\0\0\220"..., 8192) = 8192
write(4, "\307H\211\336[\377\341f\17\37\204\0\0\0\0\0\351\233?\315\377f.\17\37\204\0\0\0\0\0\220"..., 8192) = 8192
read(3, "\200\0H\211\2H\307B\10\0\0\0\0L\211j\20L\211z\30L\211z H\211Z(L\211b"..., 8192) = 8192
write(4, "\200\0H\211\2H\307B\10\0\0\0\0L\211j\20L\211z\30L\211z H\211Z(L\211b"..., 8192) = 8192
read(3, "\215\274$\360\2\0\0H\215\264$@\7\0\0\350L\25\20\0H\213\234$\0\3\0\0H\213\254$"..., 8192) = 8192
write(4, "\215\274$\360\2\0\0H\215\264$@\7\0\0\350L\25\20\0H\213\234$\0\3\0\0H\213\254$"..., 8192) = 8192
read(3, "t\24M\205\344t\17L\211\357H\211\313\377\0255\31\206\0H\211\331M\205\377L\213%\240\33\206\0"..., 8192) = 8192
write(4, "t\24M\205\344t\17L\211\357H\211\313\377\0255\31\206\0H\211\331M\205\377L\213%\240\33\206\0"..., 8192) = 8192
read(3, "$XH\213l$hH\215|$\20L\211\366H\211\352\350Y\374\r\0L\213|$\30H\203|$"..., 8192) = 8192
write(4, "$XH\213l$hH\215|$\20L\211\366H\211\352\350Y\374\r\0L\213|$\30H\203|$"..., 8192) = 8192
read(3, "\3w\4<\2u0H\213\254$\20\2\0\0H\213}\0H\213E\10\377\20H\213E\10H\203x"..., 8192) = 8192
write(4, "\3w\4<\2u0H\213\254$\20\2\0\0H\213}\0H\213E\10\377\20H\213E\10H\203x"..., 8192) = 8192
read(3, "\0\271\21\0\0\0L\211\376A\377T$H\203\274$\360\0\0\0\1u3\3503,\332\377H\211\305"..., 8192) = 8192
write(4, "\0\271\21\0\0\0L\211\376A\377T$H\203\274$\360\0\0\0\1u3\3503,\332\377H\211\305"..., 8192) = 8192
read(3, "\311\377\17\vf.\17\37\204\0\0\0\0\0f\220AVSH\203\354HH\211\373H\213\7H\215\r"..., 8192) = 8192
write(4, "\311\377\17\vf.\17\37\204\0\0\0\0\0f\220AVSH\203\354HH\211\373H\213\7H\215\r"..., 8192) = 8192
read(3, "\306H\211\\$0\353\r\17\37\204\0\0\0\0\0I9\336t{M\211\364I\203\306(I\213l$"..., 8192) = 8192
write(4, "\306H\211\\$0\353\r\17\37\204\0\0\0\0\0I9\336t{M\211\364I\203\306(I\213l$"..., 8192) = 8192
read(3, "\0\353\16H\215=\267\377C\0H\215\25\357F\200\0\276)\0\0\0\350\345\33\311\377\17\vI\211\306"..., 8192) = 8192
write(4, "\0\353\16H\215=\267\377C\0H\215\25\357F\200\0\276)\0\0\0\350\345\33\311\377\17\vI\211\306"..., 8192) = 8192
read(3, "H\211\337A\377\326L\211\353M\205\355t\25L\213+H\203{\10\0u\350H\215{\20\350\237Q\377"..., 8192) = 8192
write(4, "H\211\337A\377\326L\211\353M\205\355t\25L\213+H\203{\10\0u\350H\215{\20\350\237Q\377"..., 8192) = 8192
read(3, "H\211\337\350\310\363\331\377\353[I\211\306I\213w\10H\213|$0\350\265\363\331\377\353H\353CI"..., 8192) = 8192
write(4, "H\211\337\350\310\363\331\377\353[I\211\306I\213w\10H\213|$0\350\265\363\331\377\353H\353CI"..., 8192) = 8192
read(3, "\0\0\0\203\370\3\17\205\323\0\0\0H\213\274$\350\0\0\0H\205\377\17\204\317\0\0\0H\203\274"..., 8192) = 8192
write(4, "\0\0\0\203\370\3\17\205\323\0\0\0H\213\274$\350\0\0\0H\205\377\17\204\317\0\0\0H\203\274"..., 8192) = 8192
read(3, "(H\213E\20H\205\300\17\205\303\0\0\0d\203<%\340\376\377\377\1u\22dH\213\4%\0\0"..., 8192) = 8192
write(4, "(H\213E\20H\205\300\17\205\303\0\0\0d\203<%\340\376\377\377\1u\22dH\213\4%\0\0"..., 8192) = 8192
read(3, "\200\1\0\0\17)L$P\17)D$@I9\356s$L\211\366H\301\346\5H\1\336I\301\345"..., 8192) = 8192
write(4, "\200\1\0\0\17)L$P\17)D$@I9\356s$L\211\366H\301\346\5H\1\336I\301\345"..., 8192) = 8192
read(3, "$@H\205\377t\360H\203|$H\0t\350\377\0253\231\204\0H\203\303\1\353\205H\215C(\306"..., 8192) = 8192
write(4, "$@H\205\377t\360H\203|$H\0t\350\377\0253\231\204\0H\203\303\1\353\205H\215C(\306"..., 8192) = 8192
read(3, "tt\17W\300\17\21D$\10\17\20\4$\17)D$pH\213D$\20H\211\204$\200\0\0\0"..., 8192) = 8192
write(4, "tt\17W\300\17\21D$\10\17\20\4$\17)D$pH\213D$\20H\211\204$\200\0\0\0"..., 8192) = 8192
read(3, "\204$\330\0\0\0\17)D$P\17\20\204$\350\0\0\0\17)D$`\17\20\204$\370\0\0\0"..., 8192) = 8192
write(4, "\204$\330\0\0\0\17)D$P\17\20\204$\350\0\0\0\17)D$`\17\20\204$\370\0\0\0"..., 8192) = 8192
read(3, "\355u\32\3534H\211\303H\215|$0\350N\325\16\0H\203\274$\20\1\0\0\0u\17H\215\274"..., 8192) = 8192
write(4, "\355u\32\3534H\211\303H\215|$0\350N\325\16\0H\203\274$\20\1\0\0\0u\17H\215\274"..., 8192) = 8192
read(3, "L$ \17\21D$\20H\307D$\10\0\0\0\0H\215t$\10\377P\30H\203\3048\303f\220"..., 8192) = 8192
write(4, "L$ \17\21D$\20H\307D$\10\0\0\0\0H\215t$\10\377P\30H\203\3048\303f\220"..., 8192) = 8192
read(3, "\26@\210t$\4\272\1\0\0\0H\215t$\4\350\253\375\377\377Y\303\211\360\201\376\0\10\0\0s"..., 8192) = 8192
write(4, "\26@\210t$\4\272\1\0\0\0H\215t$\4\350\253\375\377\377Y\303\211\360\201\376\0\10\0\0s"..., 8192) = 8192
read(3, "\1\0\0f.\17\37\204\0\0\0\0\0\17\37\0L\213d$(I\213\237`\4\0\0M\213\267p"..., 8192) = 8192
write(4, "\1\0\0f.\17\37\204\0\0\0\0\0\17\37\0L\213d$(I\213\237`\4\0\0M\213\267p"..., 8192) = 8192
read(3, "\213}\0H\213E\10\377\20H\213E\10H\203x\10\0t\nH\213}\0\377\25*\271\203\0H\211"..., 8192) = 8192
write(4, "\213}\0H\213E\10\377\20H\213E\10H\203x\10\0t\nH\213}\0\377\25*\271\203\0H\211"..., 8192) = 8192
read(3, "\374\250\375\377H\211\204$\210\0\0\0H\215\204$\220\0\0\0H\211\204$\230\f\0\0H\215\5\225"..., 8192) = 8192
write(4, "\374\250\375\377H\211\204$\210\0\0\0H\215\204$\220\0\0\0H\211\204$\230\f\0\0H\215\5\225"..., 8192) = 8192
read(3, "A\377\324L\211\367L\211\376H\215\224$`\2\0\0H\211\331\350\227\230\375\377H\205\300\17\205\314\22"..., 8192) = 8192
write(4, "A\377\324L\211\367L\211\376H\215\224$`\2\0\0H\211\331\350\227\230\375\377H\205\300\17\205\314\22"..., 8192) = 8192
read(3, "9\335u\354\353\3I\211\306H\215\274$\360\2\0\0\350\32w\375\377\351\377\0\0\0I\211\306\353\20"..., 8192) = 8192
write(4, "9\335u\354\353\3I\211\306H\215\274$\360\2\0\0\350\32w\375\377\351\377\0\0\0I\211\306\353\20"..., 8192) = 8192
read(3, "\370\6\0\0H\211\310H\211L$\30H\203\371\2\17\204\310\1\0\0L\213t$@L\213|$H"..., 8192) = 8192
write(4, "\370\6\0\0H\211\310H\211L$\30H\203\371\2\17\204\310\1\0\0L\213t$@L\213|$H"..., 8192) = 8192
read(3, "H\211\337\350\210\264\327\377\351t\5\0\0I\211\306H\215\203@\377\377\377H9\350t H\201\305\300"..., 8192) = 8192
write(4, "H\211\337\350\210\264\327\377\351t\5\0\0I\211\306H\215\203@\377\377\377H9\350t H\201\305\300"..., 8192) = 8192
read(3, "$PH\211\337\350Fh\366\377\3511\373\377\377\277\t\0\0\0\377\25\316\367\202\0H\205\300\17\204\233"..., 8192) = 8192
write(4, "$PH\211\337\350Fh\366\377\3511\373\377\377\277\t\0\0\0\377\25\316\367\202\0H\205\300\17\204\233"..., 8192) = 8192
read(3, "L\213s\20L\211\365L)\375\17\202\r\1\0\0H\213\23L\1\372L\211\357L\211\346H\211\351\350"..., 8192) = 8192
write(4, "L\213s\20L\211\365L)\375\17\202\r\1\0\0H\213\23L\1\372L\211\357L\211\346H\211\351\350"..., 8192) = 8192
read(3, "\377\377f\17\357\311f\17\177\214$0\2\0\0f\17\177\204$\20\2\0\0H\307\204$ \2\0\0"..., 8192) = 8192
write(4, "\377\377f\17\357\311f\17\177\214$0\2\0\0f\17\177\204$\20\2\0\0H\307\204$ \2\0\0"..., 8192) = 8192
read(3, "\200x\2\0\0H\213\200x\2\0\0H\213\200x\2\0\0H\213\200x\2\0\0H\213\200x\2\0"..., 8192) = 8192
write(4, "\200x\2\0\0H\213\200x\2\0\0H\213\200x\2\0\0H\213\200x\2\0\0H\213\200x\2\0"..., 8192) = 8192
read(3, "\372\7r>H\213\200x\2\0\0H\213\200x\2\0\0H\213\200x\2\0\0H\213\200x\2\0\0"..., 8192) = 8192
write(4, "\372\7r>H\213\200x\2\0\0H\213\200x\2\0\0H\213\200x\2\0\0H\213\200x\2\0\0"..., 8192) = 8192
read(3, "\230\0\0\0\350\307\373\310\377\353\27L\211\347H\211\306\350\352\21\306\377\17\vH\205\366u\21\350\256\373"..., 8192) = 8192
write(4, "\230\0\0\0\350\307\373\310\377\353\27L\211\347H\211\306\350\352\21\306\377\17\vH\205\366u\21\350\256\373"..., 8192) = 8192
read(3, "\10H\t\301H\201\361\0\1\0\0\17\204\17\374\377\377H\213\5X$@\0H\211\204$P\1\0\0"..., 8192) = 8192
write(4, "\10H\t\301H\201\361\0\1\0\0\17\204\17\374\377\377H\213\5X$@\0H\211\204$P\1\0\0"..., 8192) = 8192
read(3, "\266\24,H\215E\1:\24+H\211\305t\330L\211\323H\213\4$\351q\377\377\377A\276\2\0\0"..., 8192) = 8192
write(4, "\266\24,H\215E\1:\24+H\211\305t\330L\211\323H\213\4$\351q\377\377\377A\276\2\0\0"..., 8192) = 8192
read(3, "$\30H\211D$\20H\215\204$\220\0\0\0H\211\204$p\1\0\0H\215\5\262J\7\0H\211"..., 8192) = 8192
write(4, "$\30H\211D$\20H\215\204$\220\0\0\0H\211\204$p\1\0\0H\215\5\262J\7\0H\211"..., 8192) = 8192
read(3, "L9\355H\211\352I\17G\325L\211\346\377\0255\335\201\0\205\300u\274L9\355H\213T$\20r"..., 8192) = 8192
write(4, "L9\355H\211\352I\17G\325L\211\346\377\0255\335\201\0\205\300u\274L9\355H\213T$\20r"..., 8192) = 8192
read(3, "L\213\276\220\1\0\0M\205\377H\211\264$\210\1\0\0H\211\274$\340\1\0\0t-I\213\235\240"..., 8192) = 8192
write(4, "L\213\276\220\1\0\0M\205\377H\211\264$\210\1\0\0H\211\274$\340\1\0\0t-I\213\235\240"..., 8192) = 8192
read(3, "$\220\0\0\0\350F\271\r\0\201\372\377\376\0\0u\rH\215\274$\360\2\0\0\3501\271\r\0f"..., 8192) = 8192
write(4, "$\220\0\0\0\350F\271\r\0\201\372\377\376\0\0u\rH\215\274$\360\2\0\0\3501\271\r\0f"..., 8192) = 8192
read(3, "\0\0M\205\377\17\204\210\1\0\0L\211\377\377\25\324w\201\0H\205\300\17\204\317H\0\0I\211\306"..., 8192) = 8192
write(4, "\0\0M\205\377\17\204\210\1\0\0L\211\377\377\25\324w\201\0H\205\300\17\204\317H\0\0I\211\306"..., 8192) = 8192
read(3, "$P\4\0\0\17)\214$@\4\0\0\17)\204$0\4\0\0f\17o\204$\360\4\0\0f\17"..., 8192) = 8192
write(4, "$P\4\0\0\17)\214$@\4\0\0\17)\204$0\4\0\0f\17o\204$\360\4\0\0f\17"..., 8192) = 8192
read(3, "\0\0\0H\215\264$p\1\0\0\350 !\0\0\203\274$\260\0\0\0\1u\rL\213\274$\270\0"..., 8192) = 8192
write(4, "\0\0\0H\215\264$p\1\0\0\350 !\0\0\203\274$\260\0\0\0\1u\rL\213\274$\270\0"..., 8192) = 8192
read(3, "D$\20f\17p\300D\363A\17\177F\0201\311M\211~\10I\211\16H\201\304\230\0\0\0[A"..., 8192) = 8192
write(4, "D$\20f\17p\300D\363A\17\177F\0201\311M\211~\10I\211\16H\201\304\230\0\0\0[A"..., 8192) = 8192
read(3, "ll\201\0H\211D$hH\211L$pH\215D$hH\211D$XH\215\5\341\350\316\377H"..., 8192) = 8192
write(4, "ll\201\0H\211D$hH\211L$pH\215D$hH\211D$XH\215\5\341\350\316\377H"..., 8192) = 8192
read(3, "\0\17\21\214$\270\3\0\0\363\17\177\224$\310\3\0\0\363\17\177\234$\330\3\0\0H\213\204$\320"..., 8192) = 8192
write(4, "\0\17\21\214$\270\3\0\0\363\17\177\224$\310\3\0\0\363\17\177\234$\330\3\0\0H\213\204$\320"..., 8192) = 8192
read(3, "\353\5I\211\3061\333H\215\274$\220\4\0\0\350\254\376\376\377H\215\274$\360\5\0\0\350\357\271\333"..., 8192) = 8192
write(4, "\353\5I\211\3061\333H\215\274$\220\4\0\0\350\254\376\376\377H\215\274$\360\5\0\0\350\357\271\333"..., 8192) = 8192
read(3, "\0H\211D$`\277 \0\0\0\377\25\327\227\200\0H\205\300\17\204E\1\0\0H\215\r\7\210z"..., 8192) = 8192
write(4, "\0H\211D$`\277 \0\0\0\377\25\327\227\200\0H\205\300\17\204E\1\0\0H\215\r\7\210z"..., 8192) = 8192
read(3, "\204\260F\1\0H\2155\234\0104\0H\211\357H\211\332\377\25@{\200\0\205\300\17\204`\1\0\0"..., 8192) = 8192
write(4, "\204\260F\1\0H\2155\234\0104\0H\211\357H\211\332\377\25@{\200\0\205\300\17\204`\1\0\0"..., 8192) = 8192
read(3, "\0H\215\5\2101@\0H\211\204$\0\2\0\0H\307\204$\10\2\0\0\0\0\0\0H\215\274$"..., 8192) = 8192
write(4, "\0H\215\5\2101@\0H\211\204$\0\2\0\0H\307\204$\10\2\0\0\0\0\0\0H\215\274$"..., 8192) = 8192
read(3, "L\211\370L\211\274$X\10\0\0L\211\254$x\10\0\0\17\207\35\v\0\0I\203\374\2\17\202\2"..., 8192) = 8192
write(4, "L\211\370L\211\274$X\10\0\0L\211\254$x\10\0\0\17\207\35\v\0\0I\203\374\2\17\202\2"..., 8192) = 8192
read(3, "\307I\211\324H\211\337\377U\0H\203}\10\0t\tH\211\337\377\25.\31\200\0L\211\274$\320\0"..., 8192) = 8192
write(4, "\307I\211\324H\211\337\377U\0H\203}\10\0t\tH\211\337\377\25.\31\200\0L\211\274$\320\0"..., 8192) = 8192
read(3, "\377L\213\274$\350\1\0\0H\203\274$\340\1\0\0\1\17\204\303=\0\0H\211\\$ L\213\244"..., 8192) = 8192
write(4, "\377L\213\274$\350\1\0\0H\203\274$\340\1\0\0\1\17\204\303=\0\0H\211\\$ L\213\244"..., 8192) = 8192
read(3, "\17\204k\246\0\0I\211\305H\215\5`\302y\0I\211E\0I\211m\10M\211e\20H\211\337A"..., 8192) = 8192
write(4, "\17\204k\246\0\0I\211\305H\215\5`\302y\0I\211E\0I\211m\10M\211e\20H\211\337A"..., 8192) = 8192
read(3, "\4\246y\0L\211\371I\211\7I\307G\10\22\0\0\0H\215\5wS=\0I\211G\20I\307G"..., 8192) = 8192
write(4, "\4\246y\0L\211\371I\211\7I\307G\10\22\0\0\0H\215\5wS=\0I\211G\20I\307G"..., 8192) = 8192
read(3, "\274$@\1\0\0\377\25<\231\177\0H\213\274$\10\6\0\0H\205\377t\21H\203\274$\20\6\0"..., 8192) = 8192
write(4, "\274$@\1\0\0\377\25<\231\177\0H\213\274$\10\6\0\0H\205\377t\21H\203\274$\20\6\0"..., 8192) = 8192
read(3, "$\340\1\0\0I\1\314H)\313H\211\204$\340\1\0\0\353V\200\274$Y\2\0\0\0\17\205\17"..., 8192) = 8192
write(4, "$\340\1\0\0I\1\314H)\313H\211\204$\340\1\0\0\353V\200\274$Y\2\0\0\0\17\205\17"..., 8192) = 8192
read(3, "\307\377R\30H\205\300u\357H\211\337\377U H\205\333\17\204b\332\376\377H\271\25\367\222G73"..., 8192) = 8192
write(4, "\307\377R\30H\205\300u\357H\211\337\377U H\205\333\17\204b\332\376\377H\271\25\367\222G73"..., 8192) = 8192
read(3, "t\6\377\25@9\177\0H\213\274$8\4\0\0\263\1H\205\377\17\204\375\341\377\377H\203\274$@"..., 8192) = 8192
write(4, "t\6\377\25@9\177\0H\213\274$8\4\0\0\263\1H\205\377\17\204\375\341\377\377H\203\274$@"..., 8192) = 8192
read(3, "\0\350Z0\361\377\353+I\211\306H\213s\10H\211\357\350\271\363\323\377L\211\365\353\27H\211\305H"..., 8192) = 8192
write(4, "\0\350Z0\361\377\353+I\211\306H\213s\10H\211\357\350\271\363\323\377L\211\365\353\27H\211\305H"..., 8192) = 8192
read(3, "\223\22=\0H\211\204$\320\2\0\0H\307\204$\330\2\0\0\34\0\0\0H\215\0052h<\0H"..., 8192) = 8192
write(4, "\223\22=\0H\211\204$\320\2\0\0H\307\204$\330\2\0\0\34\0\0\0H\215\0052h<\0H"..., 8192) = 8192
read(3, "\0\17\21\204$h\1\0\0\17\21\204$\210\1\0\0\17\21\204$\240\1\0\0\17\21\204$\270\1\0"..., 8192) = 8192
write(4, "\0\17\21\204$h\1\0\0\17\21\204$\210\1\0\0\17\21\204$\240\1\0\0\17\21\204$\270\1\0"..., 8192) = 8192
read(3, "\0\r\0\0\17(\214$\20\r\0\0\17\21\204$T\4\0\0\17\21\214$d\4\0\0\17\20\204$"..., 8192) = 8192
write(4, "\0\r\0\0\17(\214$\20\r\0\0\17\21\204$T\4\0\0\17\21\214$d\4\0\0\17\20\204$"..., 8192) = 8192
read(3, "\307D$x%\0\0\0H\307\204$\360\0\0\0\0\0\0\0\17\21\204$\240\0\0\0\17\21\204$"..., 8192) = 8192
write(4, "\307D$x%\0\0\0H\307\204$\360\0\0\0\0\0\0\0\17\21\204$\240\0\0\0\17\21\204$"..., 8192) = 8192
read(3, "\204\316^\0\0H\215\4\tH9\320H\17G\320H\203\372\4\270\4\0\0\0H\17G\302\272X\2"..., 8192) = 8192
write(4, "\204\316^\0\0H\215\4\tH9\320H\17G\320H\203\372\4\270\4\0\0\0H\17G\302\272X\2"..., 8192) = 8192
read(3, "H\211\204$\260\r\0\0H\215\5\36O<\0I\211E\0I\307E\10\5\0\0\0H\215\5\242\350"..., 8192) = 8192
write(4, "H\211\204$\260\r\0\0H\215\5\36O<\0I\211E\0I\307E\10\5\0\0\0H\215\5\242\350"..., 8192) = 8192
read(3, "\0H\211\234$\340\1\0\0H\211\234$\370\1\0\0H\211\234$\20\2\0\0\17\21\214$H\2\0"..., 8192) = 8192
write(4, "\0H\211\234$\340\1\0\0H\211\234$\370\1\0\0H\211\234$\20\2\0\0\17\21\214$H\2\0"..., 8192) = 8192
read(3, "\306H\211\254$(\6\0\0H\215\5\10\217x\0H\211\204$0\6\0\0H\215\274$\320\4\0\0"..., 8192) = 8192
write(4, "\306H\211\254$(\6\0\0H\215\5\10\217x\0H\211\204$0\6\0\0H\215\274$\320\4\0\0"..., 8192) = 8192
read(3, "\264$\370\1\0\0f\17\357\300\363\17\177\204$\0\2\0\0E1\3771\333\351\360\4\0\0H\213\234"..., 8192) = 8192
write(4, "\264$\370\1\0\0f\17\357\300\363\17\177\204$\0\2\0\0E1\3771\333\351\360\4\0\0H\213\234"..., 8192) = 8192
read(3, "\350\313\235\304\377H\215\274$P\1\0\0\350~>\313\377\260\1\211D$\10\307D$ \0\0\0\0"..., 8192) = 8192
write(4, "\350\313\235\304\377H\215\274$P\1\0\0\350~>\313\377\260\1\211D$\10\307D$ \0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0H\213\204$\0\1\0\0H\211\204$0\1\0\0\363\17o\204$\360\0\0\0f\17\177\204"..., 8192) = 8192
write(4, "\0\0\0H\213\204$\0\1\0\0H\211\204$0\1\0\0\363\17o\204$\360\0\0\0f\17\177\204"..., 8192) = 8192
read(3, "\215|$\30\272\3\0\0\0\377P\30\213D$\30H\203\370\t\17\204\342\0\0\0\211\301\203\311\4\203"..., 8192) = 8192
write(4, "\215|$\30\272\3\0\0\0\377P\30\213D$\30H\203\370\t\17\204\342\0\0\0\211\301\203\311\4\203"..., 8192) = 8192
read(3, "\0\0H\213\274$\20\1\0\0H\205\377t\21H\203\274$\30\1\0\0\0t\6\377\25(y}\0"..., 8192) = 8192
write(4, "\0\0H\213\274$\20\1\0\0H\205\377t\21H\203\274$\30\1\0\0\0t\6\377\25(y}\0"..., 8192) = 8192
read(3, "\276\1\0\0\0H\211\357\350\363\21\301\377\17\v\276\1\0\0\0L\211\367\350\344\21\301\377\17\v\276\1"..., 8192) = 8192
write(4, "\276\1\0\0\0H\211\357\350\363\21\301\377\17\v\276\1\0\0\0L\211\367\350\344\21\301\377\17\v\276\1"..., 8192) = 8192
read(3, "$0\4\0\0H\211\214$\30\3\0\0\17(\204$ \4\0\0\17\21\204$\10\3\0\0H\211\204"..., 8192) = 8192
write(4, "$0\4\0\0H\211\214$\30\3\0\0\17(\204$ \4\0\0\17\21\204$\10\3\0\0H\211\204"..., 8192) = 8192
read(3, "$\240\1\0\0H\307\204$\250\1\0\0\1\0\0\0H\307\204$\260\1\0\0\0\0\0\0H\215\5"..., 8192) = 8192
write(4, "$\240\1\0\0H\307\204$\250\1\0\0\1\0\0\0H\307\204$\260\1\0\0\0\0\0\0H\215\5"..., 8192) = 8192
read(3, "H\211\370H\213\177\10H\205\377t\34H\213@\20H\205\300t\23H\301\340\4H\215\4@H\205\300"..., 8192) = 8192
write(4, "H\211\370H\213\177\10H\205\377t\34H\213@\20H\205\300t\23H\301\340\4H\215\4@H\205\300"..., 8192) = 8192
read(3, "\23\0\0@\265\3A\277\3\0\0\0\351j\23\0\0H\213\224$`\1\0\0H\213\214$h\1\0"..., 8192) = 8192
write(4, "\23\0\0@\265\3A\277\3\0\0\0\351j\23\0\0H\213\224$`\1\0\0H\213\214$h\1\0"..., 8192) = 8192
read(3, "\230\1\0\0\0\0\0\0\351M\313\377\377H\215\274$\210\1\0\0001\366\350\24G\0\0H\213\274$"..., 8192) = 8192
write(4, "\230\1\0\0\0\0\0\0\351M\313\377\377H\215\274$\210\1\0\0001\366\350\24G\0\0H\213\274$"..., 8192) = 8192
read(3, "A\270\3\0\0\0L\211\346\350\242\261\310\377H\215|$HH\215t$p\350\343@\305\377H\203|"..., 8192) = 8192
write(4, "A\270\3\0\0\0L\211\346\350\242\261\310\377H\215|$HH\215t$p\350\343@\305\377H\203|"..., 8192) = 8192
read(3, "I\211E\0\350w\217\356\377H\211\305H\211\323H\211D$\20H\211T$\30H\215|$@H\211"..., 8192) = 8192
write(4, "I\211E\0\350w\217\356\377H\211\305H\211\323H\211D$\20H\211T$\30H\215|$@H\211"..., 8192) = 8192
read(3, "$hH\211L$ \17\20L$X\17)L$\20H\213M J\215\24\325\0\0\0\0H\215\24"..., 8192) = 8192
write(4, "$hH\211L$ \17\20L$X\17)L$\20H\213M J\215\24\325\0\0\0\0H\215\24"..., 8192) = 8192
read(3, "H\211\370H\215\25\256\250v\0\303\17\37D\0\0H\203\307\0101\300H\271k\374\213\272;\31\362="..., 8192) = 8192
write(4, "H\211\370H\215\25\256\250v\0\303\17\37D\0\0H\203\307\0101\300H\271k\374\213\272;\31\362="..., 8192) = 8192
read(3, "\260\3\0\0H\211\224$\270\3\0\0H\307\204$\300\3\0\0\10\0\0\0\353\fH\307\204$\260\3"..., 8192) = 8192
write(4, "\260\3\0\0H\211\224$\270\3\0\0H\307\204$\300\3\0\0\10\0\0\0\353\fH\307\204$\260\3"..., 8192) = 8192
read(3, "\0\0\0H\307\204$@\1\0\0\0\0\0\0H\215\204$\300\5\0\0H\211\204$P\1\0\0H"..., 8192) = 8192
write(4, "\0\0\0H\307\204$@\1\0\0\0\0\0\0H\215\204$\300\5\0\0H\211\204$P\1\0\0H"..., 8192) = 8192
read(3, "\4\205\374\377\377\377H\301\350\2H\203\300\1E1\311\203\274\f\344\4\0\0\0u\rI\203\301\1H"..., 8192) = 8192
write(4, "\4\205\374\377\377\377H\301\350\2H\203\300\1E1\311\203\274\f\344\4\0\0\0u\rI\203\301\1H"..., 8192) = 8192
read(3, "I\203\307\1\353&f.\17\37\204\0\0\0\0\0M\211\354J\215\49H\203\300\1I\203\307\1L"..., 8192) = 8192
write(4, "I\203\307\1\353&f.\17\37\204\0\0\0\0\0M\211\354J\215\49H\203\300\1I\203\307\1L"..., 8192) = 8192
read(3, "D$0M\211\375\3538L\211\347\377\25\327\227{\0I\211\305\353\3E1\355M\205\355t\33L\211"..., 8192) = 8192
write(4, "D$0M\211\375\3538L\211\347\377\25\327\227{\0I\211\305\353\3E1\355M\205\355t\33L\211"..., 8192) = 8192
read(3, "\215=\222\2170\0H\215\25\273zp\0\276#\0\0\0\350\351;\277\377\351\374\1\0\0H\215=\37"..., 8192) = 8192
write(4, "\215=\222\2170\0H\215\25\273zp\0\276#\0\0\0\350\351;\277\377\351\374\1\0\0H\215=\37"..., 8192) = 8192
read(3, "\352 t.1\322H\367\361H\205\322u-\353\27\203\272\10\1\0\0\1t\"H\213D$\10\366\200"..., 8192) = 8192
write(4, "\352 t.1\322H\367\361H\205\322u-\353\27\203\272\10\1\0\0\1t\"H\213D$\10\366\200"..., 8192) = 8192
read(3, "\5[\260u\0H\211\204$@\1\0\0H\307\204$H\1\0\0\1\0\0\0H\307\204$P\1\0"..., 8192) = 8192
write(4, "\5[\260u\0H\211\204$@\1\0\0H\307\204$H\1\0\0\1\0\0\0H\307\204$P\1\0"..., 8192) = 8192
read(3, "\203\274$\260\3\0\0\0H\215\\$Pt\246H\213\204$\270\3\0\0H\215\\$P\353\217H\211"..., 8192) = 8192
write(4, "\203\274$\260\3\0\0\0H\215\\$Pt\246H\213\204$\270\3\0\0H\215\\$P\353\217H\211"..., 8192) = 8192
read(3, "\325H\211\204$@\1\0\0H\211\224$H\1\0\0H\211\307\377R8I\211\306I\211\324H\211\337"..., 8192) = 8192
write(4, "\325H\211\204$@\1\0\0H\211\224$H\1\0\0H\211\307\377R8I\211\306I\211\324H\211\337"..., 8192) = 8192
read(3, "\221\276\377\17\v\277\30\0\0\0\276\10\0\0\0\350\354\221\276\377\17\vH\215\25\v\314t\0H\307\307"..., 8192) = 8192
write(4, "\221\276\377\17\v\277\30\0\0\0\276\10\0\0\0\350\354\221\276\377\17\vH\215\25\v\314t\0H\307\307"..., 8192) = 8192
read(3, "}\0I\213E\10H\213p\10\350\301\223\317\377H\213{\20\350xT\317\377@\210k\10L\211\340H"..., 8192) = 8192
write(4, "}\0I\213E\10H\213p\10\350\301\223\317\377H\213{\20\350xT\317\377@\210k\10L\211\340H"..., 8192) = 8192
read(3, "(H\2155|m:\0\272\1\0\0\0\377P\30H\203\304h[A\\A]A^A_]\303\220"..., 8192) = 8192
write(4, "(H\2155|m:\0\272\1\0\0\0\377P\30H\203\304h[A\\A]A^A_]\303\220"..., 8192) = 8192
read(3, "\211\371D1\321D1\361A\1\333A\1\313D\211\371\301\301\5F\215\f\31A\201\301\241\353\331nI"..., 8192) = 8192
write(4, "\211\371D1\321D1\361A\1\333A\1\313D\211\371\301\301\5F\215\f\31A\201\301\241\353\331nI"..., 8192) = 8192
read(3, "\313\1\373\1\303\1\305H\213|$\10H\213t$@H\213T$XH\213L$8L\213D$P"..., 8192) = 8192
write(4, "\313\1\373\1\303\1\305H\213|$\10H\213t$@H\213T$XH\213L$8L\213D$P"..., 8192) = 8192
read(3, "\327I\211\371L\1\332H\211\326H\301\3062H\211\323H\301\303.H1\363H\211\326H\301\306\27H"..., 8192) = 8192
write(4, "\327I\211\371L\1\332H\211\326H\301\3062H\211\323H\301\303.H1\363H\211\326H\301\306\27H"..., 8192) = 8192
read(3, "\300$H\211\352H\301\302\36H\301\305\31H1\302H1\325L\211\340L1\360L!\300M\211\305M"..., 8192) = 8192
write(4, "\300$H\211\352H\301\302\36H\301\305\31H1\302H1\325L\211\340L1\360L!\300M\211\305M"..., 8192) = 8192
read(3, "\0\377P\30A\211\306D\211\360H\203\304P[A^]\303H\213{ H\213C(H\2155\356\214"..., 8192) = 8192
write(4, "\0\377P\30A\211\306D\211\360H\203\304P[A^]\303H\213{ H\213C(H\2155\356\214"..., 8192) = 8192
read(3, "$\30\377\25@\331y\0\353!\17\266D$\37\301\340\20\17\267L$\35\t\301H\301\341 \213t$"..., 8192) = 8192
write(4, "$\30\377\25@\331y\0\353!\17\266D$\37\301\340\20\17\267L$\35\t\301H\301\341 \213t$"..., 8192) = 8192
read(3, "\200\210D$\31\211\360\301\350\6$?\f\200\210D$\32@\200\346?@\200\316\200@\210t$\33\272"..., 8192) = 8192
write(4, "\200\210D$\31\211\360\301\350\6$?\f\200\210D$\32@\200\346?@\200\316\200@\210t$\33\272"..., 8192) = 8192
read(3, "K\215\4@H\213|$\20H\213T\317\320H9\24\307s6H\213\204$\270\4\0\0H\215\4\310"..., 8192) = 8192
write(4, "K\215\4@H\213|$\20H\213T\317\320H9\24\307s6H\213\204$\270\4\0\0H\215\4\310"..., 8192) = 8192
read(3, "\274$\0\2\0\0H\215\264$\360\0\0\0\271\17\0\0\0\350H%\0\0H\211T$PH\205\300"..., 8192) = 8192
write(4, "\274$\0\2\0\0H\215\264$\360\0\0\0\271\17\0\0\0\350H%\0\0H\211T$PH\205\300"..., 8192) = 8192
read(3, "\205\300\17\2047\377\377\377L\211\361A\17\266\21H\215\24RI\213|\325\20H\211|$\20A\17\20"..., 8192) = 8192
write(4, "\205\300\17\2047\377\377\377L\211\361A\17\266\21H\215\24RI\213|\325\20H\211|$\20A\17\20"..., 8192) = 8192
read(3, "\3447y\0H\205\300\17\204uU\0\0H\211\303D\211|$0H\211\301H\307\3\0\0\0\0f"..., 8192) = 8192
write(4, "\3447y\0H\205\300\17\204uU\0\0H\211\303D\211|$0H\211\301H\307\3\0\0\0\0f"..., 8192) = 8192
read(3, "M\211\376H\213\204$ \5\0\0H\205\300t,H\213\274$\30\5\0\0H\205\377t\37H\301\340"..., 8192) = 8192
write(4, "M\211\376H\213\204$ \5\0\0H\205\300t,H\213\274$\30\5\0\0H\205\377t\37H\301\340"..., 8192) = 8192
read(3, "\265\374\377\377H\211D$0H\211|$ \351\200\0\0\0H\203|$0.\17\204\375\26\0\0\213"..., 8192) = 8192
write(4, "\265\374\377\377H\211D$0H\211|$ \351\200\0\0\0H\203|$0.\17\204\375\26\0\0\213"..., 8192) = 8192
read(3, "H\215Q\2H\203\300\376I\211\24$I\211D$\10\17\2679\351\354\1\0\0I\213\f$I\213D"..., 8192) = 8192
write(4, "H\215Q\2H\203\300\376I\211\24$I\211D$\10\17\2679\351\354\1\0\0I\213\f$I\213D"..., 8192) = 8192
read(3, "\207\17\266\20\351\245\1\0\0H\1\310L\211\332D\17\266\362I\17\257\376H\211\361H)\371H\213l"..., 8192) = 8192
write(4, "\207\17\266\20\351\245\1\0\0H\1\310L\211\332D\17\266\362I\17\257\376H\211\361H)\371H\213l"..., 8192) = 8192
read(3, "\0\0001\333L\211\360H\367\341H\211\305\17\221\300\17\200\351*\0\0M\213\275\20\1\0\0\210\303H"..., 8192) = 8192
write(4, "\0\0001\333L\211\360H\367\341H\211\305\17\221\300\17\200\351*\0\0M\213\275\20\1\0\0\210\303H"..., 8192) = 8192
read(3, "`\1\0\0H\213T\r\10H\215L\5\0H\211\214$P\1\0\0H\1\350H\203\300\10H\211\204"..., 8192) = 8192
write(4, "`\1\0\0H\213T\r\10H\215L\5\0H\211\214$P\1\0\0H\1\350H\203\300\10H\211\204"..., 8192) = 8192
read(3, "A\203\372\1\17\205S\377\377\377H\213D$ I\211F\30H\213D$\20I\211F\10H\213D$"..., 8192) = 8192
write(4, "A\203\372\1\17\205S\377\377\377H\213D$ I\211F\30H\213D$\20I\211F\10H\213D$"..., 8192) = 8192
read(3, "L\1\307\351b\377\377\377\260\1\353\n\260\1A\366\301\1t\0021\300H\203\304x[A\\A]A"..., 8192) = 8192
write(4, "L\1\307\351b\377\377\377\260\1\353\n\260\1A\366\301\1t\0021\300H\203\304x[A\\A]A"..., 8192) = 8192
read(3, "\301H\377\301\17\204\311\1\0\0H\215\24\0H9\312H\17G\312H\203\371\10\276\10\0\0\0H\17"..., 8192) = 8192
write(4, "\301H\377\301\17\204\311\1\0\0H\215\24\0H9\312H\17G\312H\203\371\10\276\10\0\0\0H\17"..., 8192) = 8192
read(3, "\0\0H\211(H\215\r\24\201r\0H\211H\10\306@\20\f\275\2\0\0\0H\213L$ H\307"..., 8192) = 8192
write(4, "\0\0H\211(H\215\r\24\201r\0H\211H\10\306@\20\f\275\2\0\0\0H\213L$ H\307"..., 8192) = 8192
read(3, "\0H\211\357\377\25>\331w\0\260\3\353\2\211\310\17\266\300H\t\330H\211\352H\203\304\10[A\\"..., 8192) = 8192
write(4, "\0H\211\357\377\25>\331w\0\260\3\353\2\211\310\17\266\300H\t\330H\211\352H\203\304\10[A\\"..., 8192) = 8192
read(3, "\0H\272\377\377\377\377\377\377\377\177H9\323H\17B\323\277\1\0\0\0L\211\366\377\25\320\276w\0"..., 8192) = 8192
write(4, "\0H\272\377\377\377\377\377\377\377\177H9\323H\17B\323\277\1\0\0\0L\211\366\377\25\320\276w\0"..., 8192) = 8192
read(3, "$\tE\211t$\21L\211\360H\301\3500A\210D$\27I\301\356 fE\211t$\25\260\1H"..., 8192) = 8192
write(4, "$\tE\211t$\21L\211\360H\301\3500A\210D$\27I\301\356 fE\211t$\25\260\1H"..., 8192) = 8192
read(3, "I\213F(\276:\0\0\0\377P \204\300\17\205F\2\0\0L\211l$`H\211\\$hI\213"..., 8192) = 8192
write(4, "I\213F(\276:\0\0\0\377P \204\300\17\205F\2\0\0L\211l$`H\211\\$hI\213"..., 8192) = 8192
read(3, "\4\0H\301\352'i\322\0\312\232;)\321I\211F\10A\211N\20I\307\6\0\0\0\0H\203\304"..., 8192) = 8192
write(4, "\4\0H\301\352'i\322\0\312\232;)\321I\211F\10A\211N\20I\307\6\0\0\0\0H\203\304"..., 8192) = 8192
read(3, "\213|$\20H\205\377t7H\213\\$(H\213l$0H\203|$\30\0t\6\377\25'9w"..., 8192) = 8192
write(4, "\213|$\20H\205\377t7H\213\\$(H\213l$0H\203|$\30\0t\6\377\25'9w"..., 8192) = 8192
read(3, "\17)D$\20\17)L$ H\215D$XH\211D$0H\215\5U!l\0H\211D$8"..., 8192) = 8192
write(4, "\17)D$\20\17)L$ H\215D$XH\211D$0H\215\5U!l\0H\211D$8"..., 8192) = 8192
read(3, "\362\30H\213\204\362 \1\0\0H\211D$h\17\20\204\362\20\1\0\0\17\21D$XH\213D$"..., 8192) = 8192
write(4, "\362\30H\213\204\362 \1\0\0H\211D$h\17\20\204\362\20\1\0\0\17\21D$XH\213D$"..., 8192) = 8192
read(3, "$p\1\0\0H\211\234$x\1\0\0M\205\355t\35L\211\357\377\25\315\327v\0H\205\300u\24"..., 8192) = 8192
write(4, "$p\1\0\0H\211\234$x\1\0\0M\205\355t\35L\211\357\377\25\315\327v\0H\205\300u\24"..., 8192) = 8192
read(3, "%X\377\377\377H\203\304h[A\\A]A^A_]\303\211\330H\301\340\0301\3111\322\210T"..., 8192) = 8192
write(4, "%X\377\377\377H\203\304h[A\\A]A^A_]\303\211\330H\301\340\0301\3111\322\210T"..., 8192) = 8192
read(3, "AVSH\203\354\30H\203?\0tTH\211\373H\307\4$\0\0\0\0\307D$\10\2\0\0\0"..., 8192) = 8192
write(4, "AVSH\203\354\30H\203?\0tTH\211\373H\307\4$\0\0\0\0\307D$\10\2\0\0\0"..., 8192) = 8192
read(3, "L1\327H\213N\30H\1\301H\301\300\rH1\310H\301\301 H\213V H\1\372H\301\307\20"..., 8192) = 8192
write(4, "L1\327H\213N\30H\1\301H\301\300\rH1\310H\301\301 H\213V H\1\372H\301\307\20"..., 8192) = 8192
read(3, "u \350\311\373\274\377\353\27L\211\357H\211\356\350\354\21\272\377\17\vH\205\366u\16\350\260\373\274\377"..., 8192) = 8192
write(4, "u \350\311\373\274\377\353\27L\211\357H\211\356\350\354\21\272\377\17\vH\205\366u\16\350\260\373\274\377"..., 8192) = 8192
read(3, "pH\211D$\10L\2114$E\204\366\17\204\7\2\0\0A\200\376\2\17\205\16\2\0\0D\212p"..., 8192) = 8192
write(4, "pH\211D$\10L\2114$E\204\366\17\204\7\2\0\0A\200\376\2\17\205\16\2\0\0D\212p"..., 8192) = 8192
read(3, "\0\0I\211\305H\211\350H\301\350\20M\211u\0I\211]\10I\211]\20A\210m\30H\213L$"..., 8192) = 8192
write(4, "\0\0I\211\305H\211\350H\301\350\20M\211u\0I\211]\10I\211]\20A\210m\30H\213L$"..., 8192) = 8192
read(3, "\377L\211\244$\350\2\0\0A\203\374'v\21A\265\0041\311\351G\376\377\3771\300\351V\375\377\377"..., 8192) = 8192
write(4, "\377L\211\244$\350\2\0\0A\203\374'v\21A\265\0041\311\351G\376\377\3771\300\351V\375\377\377"..., 8192) = 8192
read(3, "\377H\215\274$`\2\0\0\3502\365\347\377\353\37I\211\306H\215\274$\20\1\0\0\350 \365\347\377"..., 8192) = 8192
write(4, "\377H\215\274$`\2\0\0\3502\365\347\377\353\37I\211\306H\215\274$\20\1\0\0\350 \365\347\377"..., 8192) = 8192
read(3, "$\230\3\0\0\0\0\0\0H\307\204$\270\3\0\0\0\0\0\0H\307\204$\330\3\0\0\0\0\0"..., 8192) = 8192
write(4, "$\230\3\0\0\0\0\0\0H\307\204$\270\3\0\0\0\0\0\0H\307\204$\330\3\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\353\232H\213\274$\350\0\0\0\351\220\1\0\0H\213\234$\370\0\0\0H;\234$\360\0\0\0"..., 8192) = 8192
write(4, "\0\353\232H\213\274$\350\0\0\0\351\220\1\0\0H\213\234$\370\0\0\0H;\234$\360\0\0\0"..., 8192) = 8192
read(3, "\0L\211t$ H\215\25cdp\0\353~I\203\306\10H\213{ H\213C(H\2155\304\34"..., 8192) = 8192
write(4, "\0L\211t$ H\215\25cdp\0\353~I\203\306\10H\213{ H\213C(H\2155\304\34"..., 8192) = 8192
read(3, "\205\344\17\204\227\v\0\0L\211d$\20\204\311uYH\203{p\0A\275\0\0\0\0\275\0\0\0"..., 8192) = 8192
write(4, "\205\344\17\204\227\v\0\0L\211d$\20\204\311uYH\203{p\0A\275\0\0\0\0\275\0\0\0"..., 8192) = 8192
read(3, "\1\0\0H\211L$0M\215t$\10I\213|$\10\377\25h>u\0H\213\5\261\254u\0H"..., 8192) = 8192
write(4, "\1\0\0H\211L$0M\215t$\10I\213|$\10\377\25h>u\0H\213\5\261\254u\0H"..., 8192) = 8192
read(3, "\25\211t$\21H\215=\230\3053\0H\215\r5\rp\0L\215\5N\rp\0H\215T$\10\276"..., 8192) = 8192
write(4, "\25\211t$\21H\215=\230\3053\0H\215\r5\rp\0L\215\5N\rp\0H\215T$\10\276"..., 8192) = 8192
read(3, "\0\276 \0\0\0H\211\317\350\2\275\270\377\17\vI\211\306L\211#H\211k\10\353\37\353\4\353\2"..., 8192) = 8192
write(4, "\0\276 \0\0\0H\211\317\350\2\275\270\377\17\vI\211\306L\211#H\211k\10\353\37\353\4\353\2"..., 8192) = 8192
read(3, "|$\20\350\10\315\377\377H\215\274$\20\1\0\0\350[\6\0\0\203\274$\20\1\0\0\2t\rH"..., 8192) = 8192
write(4, "|$\20\350\10\315\377\377H\215\274$\20\1\0\0\350[\6\0\0\203\274$\20\1\0\0\2t\rH"..., 8192) = 8192
read(3, "\0E1\377\351u\16\0\0H\377\306H\307\300\377\377\377\377H\17E\306\272(\0\0\0001\333H\367"..., 8192) = 8192
write(4, "\0E1\377\351u\16\0\0H\377\306H\307\300\377\377\377\377H\17E\306\272(\0\0\0001\333H\367"..., 8192) = 8192
read(3, "H\211\301H\211X\20\306@\30\0H\213\5\336\272'\0H\211A \17W\300\17\21A(\17\21A"..., 8192) = 8192
write(4, "H\211\301H\211X\20\306@\30\0H\213\5\336\272'\0H\211A \17W\300\17\21A(\17\21A"..., 8192) = 8192
read(3, "1\344H\215\274$`\1\0\0H\215\264$\200\0\0\0\272\250\0\0\0\377\25\243{t\0\277 \1"..., 8192) = 8192
write(4, "1\344H\215\274$`\1\0\0H\215\264$\200\0\0\0\272\250\0\0\0\377\25\243{t\0\277 \1"..., 8192) = 8192
read(3, "\322\17\204\300\0\0\0I\213\16H\211L$\20H\213\23H\213B\20H\213z\30H\213p\30H9"..., 8192) = 8192
write(4, "\322\17\204\300\0\0\0I\213\16H\211L$\20H\213\23H\213B\20H\213z\30H\213p\30H9"..., 8192) = 8192
read(3, "H\211\360H\213\17H\2131H\213Q\10H\211\307\351\273\35\300\377f.\17\37\204\0\0\0\0\0\220"..., 8192) = 8192
write(4, "H\211\360H\213\17H\2131H\213Q\10H\211\307\351\273\35\300\377f.\17\37\204\0\0\0\0\0\220"..., 8192) = 8192
read(3, "H\213\216x\2\0\0H\213\211x\2\0\0H\213\211x\2\0\0H\213\211x\2\0\0H\213\211x"..., 8192) = 8192
write(4, "H\213\216x\2\0\0H\213\211x\2\0\0H\213\211x\2\0\0H\213\211x\2\0\0H\213\211x"..., 8192) = 8192
read(3, "\361H\17G\361H\203\376\10\271\10\0\0\0H\17F\361H\205\300\17\204Y\5\0\0H\213M\0H"..., 8192) = 8192
write(4, "\361H\17G\361H\203\376\10\271\10\0\0\0H\17F\361H\205\300\17\204Y\5\0\0H\213M\0H"..., 8192) = 8192
read(3, "\213t$0H\213|$8H\213l$@\363A\17oF f\17\177\204$\340\0\0\0I\213N"..., 8192) = 8192
write(4, "\213t$0H\213|$8H\213l$@\363A\17oF f\17\177\204$\340\0\0\0I\213N"..., 8192) = 8192
read(3, "H\211D$\30L\211l$ H\307D$(\0\0\0\0L\211l$0H\307D$8\1\0\0"..., 8192) = 8192
write(4, "H\211D$\30L\211l$ H\307D$(\0\0\0\0L\211l$0H\307D$8\1\0\0"..., 8192) = 8192
read(3, "I\211G\20E\210w\30\213D$`\213L$cA\211G\31A\211O\34M\211g I\211o("..., 8192) = 8192
write(4, "I\211G\20E\210w\30\213D$`\213L$cA\211G\31A\211O\34M\211g I\211o("..., 8192) = 8192
read(3, "\215\5\335A2\0I\211G\30I\307G \v\0\0\0H\215\5\325A2\0I\211G(I\307G"..., 8192) = 8192
write(4, "\215\5\335A2\0I\211G\30I\307G \v\0\0\0H\215\5\325A2\0I\211G(I\307G"..., 8192) = 8192
read(3, "H\205\300\17\204\261\6\0\0H\211\303H\213\5Mr&\0H\213\r\326z&\0\307\3\t\0\0\0"..., 8192) = 8192
write(4, "H\205\300\17\204\261\6\0\0H\211\303H\213\5Mr&\0H\213\r\326z&\0\307\3\t\0\0\0"..., 8192) = 8192
read(3, "E\371\17E\320H\211\370H\301\3500H\211\371H\301\341\20\215r\360H\205\300H\17E\317\17E\362"..., 8192) = 8192
write(4, "E\371\17E\320H\211\370H\301\3500H\211\371H\301\341\20\215r\360H\205\300H\17E\317\17E\362"..., 8192) = 8192
read(3, "H\213D$\30\17\20D$ \17\21D$h\17\20D$0\17\21D$x\17\20D$@\17\21"..., 8192) = 8192
write(4, "H\213D$\30\17\20D$ \17\21D$h\17\20D$0\17\21D$x\17\20D$@\17\21"..., 8192) = 8192
read(3, "\0\0\0\0H\215T$\10\350b\351\276\377A\265\1\204\300\17\205\224\5\0\0\351J\3\0\0\203\372"..., 8192) = 8192
write(4, "\0\0\0\0H\215T$\10\350b\351\276\377A\265\1\204\300\17\205\224\5\0\0\351J\3\0\0\203\372"..., 8192) = 8192
read(3, "H\211L$\30\210D$ H\215=\331\2642\0H\215\r)\351m\0L\215\5B\351m\0H\215"..., 8192) = 8192
write(4, "H\211L$\30\210D$ H\215=\331\2642\0H\215\r)\351m\0L\215\5B\351m\0H\215"..., 8192) = 8192
read(3, "$\240\0\0\0\0\0\0\0H\211\234$\250\0\0\0H\307\204$\260\0\0\0\1\0\0\0H\270."..., 8192) = 8192
write(4, "$\240\0\0\0\0\0\0\0H\211\234$\250\0\0\0H\307\204$\260\0\0\0\1\0\0\0H\270."..., 8192) = 8192
read(3, "\350H\301\350 \211\350H\17D\310uiH\211\f$L\213d$`L\211\347H\211\356\350\257\17\0"..., 8192) = 8192
write(4, "\350H\301\350 \211\350H\17D\310uiH\211\f$L\213d$`L\211\347H\211\356\350\257\17\0"..., 8192) = 8192
read(3, "H\211\332\353\30f.\17\37\204\0\0\0\0\0\220\211\370=\0\0\21\0\17\2050\1\0\0L9\352"..., 8192) = 8192
write(4, "H\211\332\353\30f.\17\37\204\0\0\0\0\0\220\211\370=\0\0\21\0\17\2050\1\0\0L9\352"..., 8192) = 8192
read(3, "|$`\0t\tH\211\337\377\259Yr\0L\211\370L\211\342H\203\304x[A\\A]A^"..., 8192) = 8192
write(4, "|$`\0t\tH\211\337\377\259Yr\0L\211\370L\211\342H\203\304x[A\\A]A^"..., 8192) = 8192
read(3, "\211?I\211w\10I\213G\20H\1\307L\211\346H\211\332\377\25\247;r\0I\3_\20I\211_"..., 8192) = 8192
write(4, "\211?I\211w\10I\213G\20H\1\307L\211\346H\211\332\377\25\247;r\0I\3_\20I\211_"..., 8192) = 8192
read(3, "\371\0\0\21\0u#L9\343\17\205 \377\377\377\353\30f.\17\37\204\0\0\0\0\0\17\37@\0"..., 8192) = 8192
write(4, "\371\0\0\21\0u#L9\343\17\205 \377\377\377\353\30f.\17\37\204\0\0\0\0\0\17\37@\0"..., 8192) = 8192
read(3, "t\22\17\206\275\3\0\0A\200|\r\0\277\17\216\261\3\0\09\321u\16\351\227\3\0\0M\213,"..., 8192) = 8192
write(4, "t\22\17\206\275\3\0\0A\200|\r\0\277\17\216\261\3\0\09\321u\16\351\227\3\0\0M\213,"..., 8192) = 8192
read(3, "f\17\274\300\17\267\300H\367\330H\215\4@\213|\303\360\377\25\200\326q\0D\211\370f\205\300u\240"..., 8192) = 8192
write(4, "f\17\274\300\17\267\300H\367\330H\215\4@\213|\303\360\377\25\200\326q\0D\211\370f\205\300u\240"..., 8192) = 8192
read(3, "\17\266\310H\215\25bs&\0Hc\f\212H\1\321L\215\204$\0\1\0\0\377\341L\215\204$\320"..., 8192) = 8192
write(4, "\17\266\310H\215\25bs&\0Hc\f\212H\1\321L\215\204$\0\1\0\0\377\341L\215\204$\320"..., 8192) = 8192
read(3, "$ L\211\357H\215t$\20A\377W\30<\24uII9\356\17\205\365\376\377\377\353\10\260\2\353"..., 8192) = 8192
write(4, "$ L\211\357H\215t$\20A\377W\30<\24uII9\356\17\205\365\376\377\377\353\10\260\2\353"..., 8192) = 8192
read(3, "\300t/H\211\307\350\265\213\0\0\211D$ I\213\275\350s\0\0\350\305\210\0\0H\211D$("..., 8192) = 8192
write(4, "\300t/H\211\307\350\265\213\0\0\211D$ I\213\275\350s\0\0\350\305\210\0\0H\211D$("..., 8192) = 8192
read(3, "$\200\0\0\0\353,f\17\37\204\0\0\0\0\0D\1l$\fE\17\257\375E\1\372H\203\301\1"..., 8192) = 8192
write(4, "$\200\0\0\0\353,f\17\37\204\0\0\0\0\0D\1l$\fE\17\257\375E\1\372H\203\301\1"..., 8192) = 8192
read(3, "$0H\211T$ M\211\310I\203\340\370f\17n\300f\17p\300\0I\215P\370H\211\327H\301"..., 8192) = 8192
write(4, "$0H\211T$ M\211\310I\203\340\370f\17n\300f\17p\300\0I\215P\370H\211\327H\301"..., 8192) = 8192
read(3, "\0)\351\353\26f.\17\37\204\0\0\0\0\0\220\211\313\301\353\3\203\341\7E1\355\211\335H)\350"..., 8192) = 8192
write(4, "\0)\351\353\26f.\17\37\204\0\0\0\0\0\220\211\313\301\353\3\203\341\7E1\355\211\335H)\350"..., 8192) = 8192
read(3, "\330\351\225\364\377\377L\211\321\304\342\301\367\301\304\342\223\367\300A\17\2674\200f\2113E\17\266d\200"..., 8192) = 8192
write(4, "\330\351\225\364\377\377L\211\321\304\342\301\367\301\304\342\223\367\300A\17\2674\200f\2113E\17\266d\200"..., 8192) = 8192
read(3, "H\1\362H\203\302\374f\17\37\204\0\0\0\0\0I\2136H\2110H\203\300\10I\203\306\10H9"..., 8192) = 8192
write(4, "H\1\362H\203\302\374f\17\37\204\0\0\0\0\0I\2136H\2110H\203\300\10I\203\306\10H9"..., 8192) = 8192
read(3, "\24\212H\211\317H)\3371\333f\17\37D\0\0\363\17\177\204\232\20\377\377\377\363\17\177\204\232 \377"..., 8192) = 8192
write(4, "\24\212H\211\317H)\3371\333f\17\37D\0\0\363\17\177\204\232\20\377\377\377\363\17\177\204\232 \377"..., 8192) = 8192
read(3, "\377L\2134$H\213\\$\30L\213\\$\10\351\276\366\377\3771\355H\203\300\1\353IB\17\267\224"..., 8192) = 8192
write(4, "\377L\2134$H\213\\$\30L\213\\$\10\351\276\366\377\3771\355H\203\300\1\353IB\17\267\224"..., 8192) = 8192
read(3, "\17\204\311\0\0\0M\211\305H\215r\6A\213\30\211\234$\320\0\0\0H\211\264$\230\0\0\0f"..., 8192) = 8192
write(4, "\17\204\311\0\0\0M\211\305H\215r\6A\213\30\211\234$\320\0\0\0H\211\264$\230\0\0\0f"..., 8192) = 8192
read(3, "*H\211l$PA\215v\376f\203\376\5wy\17\267\366L\215=\36K0\0Ic4\267L\1"..., 8192) = 8192
write(4, "*H\211l$PA\215v\376f\203\376\5wy\17\267\366L\215=\36K0\0Ic4\267L\1"..., 8192) = 8192
read(3, "\0\0\0A\17\266A\3H\301\340\30H\1\302H\211\224$\300\0\0\0A\17\266A\2H\301\340\20"..., 8192) = 8192
write(4, "\0\0\0A\17\266A\3H\301\340\30H\1\302H\211\224$\300\0\0\0A\17\266A\2H\301\340\20"..., 8192) = 8192
read(3, "H\213D$\10L+l$8H\213L$HL\211)H\213L$\20H+L$@H\211\10I"..., 8192) = 8192
write(4, "H\213D$\10L+l$8H\213L$HL\211)H\213L$\20H+L$@H\211\10I"..., 8192) = 8192
read(3, "$PA\215l$\376f\203\375\5wy\17\267\355L\215\5M\362/\0Ic,\250L\1\305\377\345"..., 8192) = 8192
write(4, "$PA\215l$\376f\203\375\5wy\17\267\355L\215\5M\362/\0Ic,\250L\1\305\377\345"..., 8192) = 8192
read(3, "Z\4I\215\f,H\203\301\6L\1\331H\307\300\354\377\377\377I)\316\17\202Q\5\0\0f\205\355"..., 8192) = 8192
write(4, "Z\4I\215\f,H\203\301\6L\1\331H\307\300\354\377\377\377I)\316\17\202Q\5\0\0f\205\355"..., 8192) = 8192
read(3, "\213L$\10H\213D$(I\211\204$`T\0\0I\211\234$hT\0\0I\307\204\34pT\0"..., 8192) = 8192
write(4, "\213L$\10H\213D$(I\211\204$`T\0\0I\211\234$hT\0\0I\307\204\34pT\0"..., 8192) = 8192
read(3, "\0\0\203\370\2t$\203\370\3\17\204\212\0\0\0\203\341\7H\301\341\20A\17\266W\2H\t\312A"..., 8192) = 8192
write(4, "\0\0\203\370\2t$\203\370\3\17\204\212\0\0\0\203\341\7H\301\341\20A\17\266W\2H\t\312A"..., 8192) = 8192
read(3, "\367\322\203\302\t\211\224$\324\0\0\0\211T$\30I\203\375\210\17\207T\1\0\0I\203\305\370\351\337"..., 8192) = 8192
write(4, "\367\322\203\302\t\211\224$\324\0\0\0\211T$\30I\203\375\210\17\207T\1\0\0I\203\305\370\351\337"..., 8192) = 8192
read(3, "\230\2\0\0H\323\345F\17\266\234\234'\t\0\0H\301\3554\17\267\214\254$\t\0\0fB\211\f"..., 8192) = 8192
write(4, "\230\2\0\0H\323\345F\17\266\234\234'\t\0\0H\301\3554\17\267\214\254$\t\0\0fB\211\f"..., 8192) = 8192
read(3, "\1\0\0\0)\375\17\275\315\323\3439\353u6\203\301\1C\210\f,\211\311A\203\4\213\1A\213K"..., 8192) = 8192
write(4, "\1\0\0\0)\375\17\275\315\323\3439\353u6\203\301\1C\210\f,\211\311A\203\4\213\1A\213K"..., 8192) = 8192
read(3, "\307\300\270\377\377\377\3514\7\0\0D\17\2662H\215H\376H\203\371\5wSH\215-\340\35/\0"..., 8192) = 8192
write(4, "\307\300\270\377\377\377\3514\7\0\0D\17\2662H\215H\376H\203\371\5wSH\215-\340\35/\0"..., 8192) = 8192
read(3, "\336A\17\222\305H)\332H\211T$@\301\343\3)\331\211L$8H\213\nH\211L$0\3530"..., 8192) = 8192
write(4, "\336A\17\222\305H)\332H\211T$@\301\343\3)\331\211L$8H\213\nH\211L$0\3530"..., 8192) = 8192
read(3, "\213\26H\211T$`E1\322\353\r\203\375@A\272\2\0\0\0A\203\332\0H\213\234$\350\0\0"..., 8192) = 8192
write(4, "\213\26H\211T$`E1\322\353\r\203\375@A\272\2\0\0\0A\203\332\0H\213\234$\350\0\0"..., 8192) = 8192
read(3, "\17\205\205\0\0\0L\211\342H)\352L\211\357H\211\356M\211\360\350\366\343\377\377\353,\17\37@\0"..., 8192) = 8192
write(4, "\17\205\205\0\0\0L\211\342H)\352L\211\357H\211\356M\211\360\350\366\343\377\377\353,\17\37@\0"..., 8192) = 8192
read(3, "A\1\321A\203\371@v\17H\211\234$\300\0\0\0L\211D$ \353WI\215N\10I9\310s"..., 8192) = 8192
write(4, "A\1\321A\203\371@v\17H\211\234$\300\0\0\0L\211D$ \353WI\215N\10I9\310s"..., 8192) = 8192
read(3, "\340?H\211\204$\300\0\0\0H\213\204$\230\0\0\0H\211\204$\250\0\0\0L\213\234$\300\0"..., 8192) = 8192
write(4, "\340?H\211\204$\300\0\0\0H\213\204$\230\0\0\0H\211\204$\250\0\0\0L\213\234$\300\0"..., 8192) = 8192
read(3, "T$8L\211D$\20H\211|$0\307\204$\204\0\0\0\177\0\0\0L\211\323I)\352H\215"..., 8192) = 8192
write(4, "T$8L\211D$\20H\211|$0\307\204$\204\0\0\0\177\0\0\0L\211\323I)\352H\215"..., 8192) = 8192
read(3, ")\302H\211T$ A\301\340\3E)\302L\213\204$\300\0\0\0D\211T$\30H\213\22H\211"..., 8192) = 8192
write(4, ")\302H\211T$ A\301\340\3E)\302L\213\204$\300\0\0\0D\211T$\30H\213\22H\211"..., 8192) = 8192
read(3, "\320\203\370@\17\207;\1\0\0H\203\377\10\17\215!\1\0\0H\205\377\17\204,\2\0\0H\215\f"..., 8192) = 8192
write(4, "\320\203\370@\17\207;\1\0\0H\203\377\10\17\215!\1\0\0H\205\377\17\204,\2\0\0H\215\f"..., 8192) = 8192
read(3, "\3\211\357\1\307\1\312\203\302\2D9\367\17\203\f\1\0\0\211\320\301\370\3Hc\360H\1\336L9"..., 8192) = 8192
write(4, "\3\211\357\1\307\1\312\203\302\2D9\367\17\203\f\1\0\0\211\320\301\370\3Hc\360H\1\336L9"..., 8192) = 8192
read(3, "M\2134.L;d$\30vE\351\23\1\0\0\211\362\301\352\3H)\325A\211\360A\203\340\7L"..., 8192) = 8192
write(4, "M\2134.L;d$\30vE\351\23\1\0\0\211\362\301\352\3H)\325A\211\360A\203\340\7L"..., 8192) = 8192
read(3, " L9\341r\332\353\32L\211\357L\211\342\350}_\261\377L\213D$0H\213|$8H\213D"..., 8192) = 8192
write(4, " L9\341r\332\353\32L\211\357L\211\342\350}_\261\377L\213D$0H\213|$8H\213D"..., 8192) = 8192
read(3, "\234$\310\1\0\0H\211\274$\300\1\0\0L\211\244$\270\1\0\0rhL\211\317L\213T$@"..., 8192) = 8192
write(4, "\234$\310\1\0\0H\211\274$\300\1\0\0L\211\244$\270\1\0\0rhL\211\317L\213T$@"..., 8192) = 8192
read(3, "$H\1\0\0O\215\24!H\213D$8L\1\320H;\204$\30\1\0\0\17\207&\2\0\0H"..., 8192) = 8192
write(4, "$H\1\0\0O\215\24!H\213D$8L\1\320H;\204$\30\1\0\0\17\207&\2\0\0H"..., 8192) = 8192
read(3, "D\211\377\301\307\27f\17p\321\347D1\377\301\307\25f\17~\325D1\377\301\307\36\1\365\201\305\230"..., 8192) = 8192
write(4, "D\211\377\301\307\27f\17p\321\347D1\377\301\307\25f\17~\325D1\377\301\307\36\1\365\201\305\230"..., 8192) = 8192
read(3, "\10\270\t\0\0\0I9\315r\31I\1\324H\211\337L\211\376L\211\342\350\324\366\377\377H\213L$"..., 8192) = 8192
write(4, "\10\270\t\0\0\0I9\315r\31I\1\324H\211\337L\211\376L\211\342\350\324\366\377\377H\213L$"..., 8192) = 8192
read(3, "\0\0)\336\301\356\5\1\336H\213|$\20f\211\264oll\0\0E\1\366I\211\321\211\307A\211"..., 8192) = 8192
write(4, "\0\0)\336\301\356\5\1\336H\213|$\20f\211\264oll\0\0E\1\366I\211\321\211\307A\211"..., 8192) = 8192
read(3, "H\213T$\20H\211\212\230n\0\0\205\300u\34H\205\311u\27H\213D$\30\213\0\205\300t:"..., 8192) = 8192
write(4, "H\213T$\20H\211\212\230n\0\0\205\300u\34H\205\311u\27H\213D$\30\213\0\205\300t:"..., 8192) = 8192
read(3, "\3\0\0\0\0H\307C\10\377\377\377\377\17W\300\17\21C\20\17\21C \17\21C0H\307C@"..., 8192) = 8192
write(4, "\3\0\0\0\0H\307C\10\377\377\377\377\17W\300\17\21C\20\17\21C \17\21C0H\307C@"..., 8192) = 8192
read(3, "L\215\35\251\4\0\0fC\17o\f\20f\178\0\301L\215\35w\4\0\0H\203\302 H\203\302"..., 8192) = 8192
write(4, "L\215\35\251\4\0\0fC\17o\f\20f\178\0\301L\215\35w\4\0\0H\203\302 H\203\302"..., 8192) = 8192
read(3, "\367\343I\1\302H\213\1H\203\322\0I\211\323H\367\345I\1\305J\213D>\10H\203\322\0M\1"..., 8192) = 8192
write(4, "\367\343I\1\302H\213\1H\203\322\0I\211\323H\367\345I\1\305J\213D>\10H\203\322\0M\1"..., 8192) = 8192
read(3, "L\211\7I\203\323\0I\203\324\0I\203\325\0I\203\326\0I\203\327\0H9\317\17\204\300\373\377\377"..., 8192) = 8192
write(4, "L\211\7I\203\323\0I\203\324\0I\203\325\0I\203\326\0I\203\327\0H9\317\17\204\300\373\377\377"..., 8192) = 8192
read(3, "\0\305\376\1777\305~\177G \305\376\177O@\305\376\177o`H\215\277\200\0\0\0\305\35\357&\305"..., 8192) = 8192
write(4, "\0\305\376\1777\305~\177G \305\376\177O@\305\376\177o`H\215\277\200\0\0\0\305\35\357&\305"..., 8192) = 8192
read(3, "}o\25\371\345\377\377\305\371n\312\304\342m6\311H\307\300\10\0\0\0\305\375o6\305\375o~ "..., 8192) = 8192
write(4, "}o\25\371\345\377\377\305\371n\312\304\342m6\311H\307\300\10\0\0\0\305\375o6\305\375o~ "..., 8192) = 8192
read(3, "f\17\177\234$\320\1\0\0f\17\353\332f\17\353\354f\17\357\344f\17\353\331H\215v\300H\215|"..., 8192) = 8192
write(4, "f\17\177\234$\320\1\0\0f\17\353\332f\17\353\354f\17\357\344f\17\353\331H\215v\300H\215|"..., 8192) = 8192
read(3, "m\307\305\361\357\314\304\3431D\327\0\304A8W\307\305\351\357\325\305zor0\304C)D\22\20"..., 8192) = 8192
write(4, "m\307\305\361\357\314\304\3431D\327\0\304A8W\307\305\351\357\325\305zor0\304C)D\22\20"..., 8192) = 8192
read(3, "\304I1\305\304\3011s\3608H\3T$ M\211\307\304A!\357\302I1\314M\17\254\366\6\304"..., 8192) = 8192
write(4, "\304I1\305\304\3011s\3608H\3T$ M\211\307\304A!\357\302I1\314M\17\254\366\6\304"..., 8192) = 8192
read(3, "fE\17o\320fD\17ou`fD\17\3765\34\356\377\377fE\17o\356fD\17\376-\16\356"..., 8192) = 8192
write(4, "fE\17o\320fD\17ou`fD\17\3765\34\356\377\377fE\17o\356fD\17\376-\16\356"..., 8192) = 8192
read(3, "fD\17\177uPfD\17\177uP\363D\17o6fD\17\357\363\363D\17\1777\363D\17ov"..., 8192) = 8192
write(4, "fD\17\177uPfD\17\177uP\363D\17o6fD\17\357\363\363D\17\1777\363D\17ov"..., 8192) = 8192
read(3, "\1\0\0\305\376\177\237\200\1\0\0\305\376\177\207\240\1\0\0\305\376\177\247\300\1\0\0\305~\177\207\340"..., 8192) = 8192
write(4, "\1\0\0\305\376\177\237\200\1\0\0\305\376\177\207\240\1\0\0\305\376\177\247\300\1\0\0\305~\177\207\340"..., 8192) = 8192
read(3, "\17\344\f\304C=\17\300\10\304C\35\17\344\4I\377\312\17\205\233\374\377\377\305\345\376\35\240\215\377\377"..., 8192) = 8192
write(4, "\17\344\f\304C=\17\300\10\304C\35\17\344\4I\377\312\17\205\233\374\377\377\305\345\376\35\240\215\377\377"..., 8192) = 8192
read(3, "E\357\373\304\301M\357\362\304\301U\357\351\304\301]\357\340\305}\177\205\200\0\0\0\305\275r\327\24\305"..., 8192) = 8192
write(4, "E\357\373\304\301M\357\362\304\301U\357\351\304\301]\357\340\305}\177\205\200\0\0\0\305\275r\327\24\305"..., 8192) = 8192
read(3, "4, CRYPTOGAMS by <appro@openssl."..., 8192) = 8192
write(4, "4, CRYPTOGAMS by <appro@openssl."..., 8192) = 8192
read(3, "\t\310H\213L$(H\1\311H!\351H\213t$ L!\366H\t\316H\213|$8H\1\377"..., 8192) = 8192
write(4, "\t\310H\213L$(H\1\311H!\351H\213t$ L!\366H\t\316H\213|$8H\1\377"..., 8192) = 8192
read(3, "AWAVSL\213\nE1\322L\3\16A\17\222\302L\211\17I\203\370\2ryE\215H\377A"..., 8192) = 8192
write(4, "AWAVSL\213\nE1\322L\3\16A\17\222\302L\211\17I\203\370\2ryE\215H\377A"..., 8192) = 8192
read(3, "\322H\211\306L\211\360H\213\214$\20\1\0\0H\367\341H\211T$`H\211D$XL\211\360I"..., 8192) = 8192
write(4, "\322H\211\306L\211\360H\213\214$\20\1\0\0H\367\341H\211T$`H\211D$XL\211\360I"..., 8192) = 8192
read(3, "\367\342H\211T$\10H\211D$\20L\211\340I\367\344H\211\224$\220\0\0\0H\211D$`L"..., 8192) = 8192
write(4, "\367\342H\211T$\10H\211D$\20L\211\340I\367\344H\211\224$\220\0\0\0H\211D$`L"..., 8192) = 8192
read(3, "H\367\346H\211D$XH\211T$hL\211\310H\367\345H\211T$\20H\211D$@H\211\370"..., 8192) = 8192
write(4, "H\367\346H\211D$XH\211T$hL\211\310H\367\345H\211T$\20H\211D$@H\211\370"..., 8192) = 8192
read(3, "\256\377f.\17\37\204\0\0\0\0\0\17\37@\0AVSD\17\266F\4D\17\266V\6D\17\266"..., 8192) = 8192
write(4, "\256\377f.\17\37\204\0\0\0\0\0\17\37@\0AVSD\17\266F\4D\17\266V\6D\17\266"..., 8192) = 8192
read(3, "H\211D$XH\211\370H\213\264$\30\1\0\0H\367\346H\211\224$\340\0\0\0H\211\204$`"..., 8192) = 8192
write(4, "H\211D$XH\211\370H\213\264$\30\1\0\0H\367\346H\211\224$\340\0\0\0H\211\204$`"..., 8192) = 8192
read(3, "\321\211\326\203\346\37H\301\346\20\17\267W*H\t\326H\211t$\240\17\266W.\301\342\20\t\312\17"..., 8192) = 8192
write(4, "\321\211\326\203\346\37H\301\346\20\17\267W*H\t\326H\211t$\240\17\266W.\301\342\20\t\312\17"..., 8192) = 8192
read(3, "\17\244\367\rL!\326H\211\264$P\1\0\0H\213\224$\300\0\0\0H\3T$8L\23\244$"..., 8192) = 8192
write(4, "\17\244\367\rL!\326H\211\264$P\1\0\0H\213\224$\300\0\0\0H\3T$8L\23\244$"..., 8192) = 8192
read(3, "\0\0H\211\224$\210\0\0\0I\211\356I\1\356L\211\360H\367\343H\211\204$\270\0\0\0H\211"..., 8192) = 8192
write(4, "\0\0H\211\224$\210\0\0\0I\211\356I\1\356L\211\360H\367\343H\211\204$\270\0\0\0H\211"..., 8192) = 8192
read(3, "\370M\211\376H\3L$PH\23t$XH\3L$(H\23t$xH\1\321H\21\356H\211"..., 8192) = 8192
write(4, "\370M\211\376H\3L$PH\23t$XH\3L$(H\23t$xH\1\321H\21\356H\211"..., 8192) = 8192
read(3, "L\3\234$\200\0\0\0H\23l$pI\1\373H\21\325L\17\244\335\rH\215\24\355\0\0\0\0"..., 8192) = 8192
write(4, "L\3\234$\200\0\0\0H\23l$pI\1\373H\21\325L\17\244\335\rH\215\24\355\0\0\0\0"..., 8192) = 8192
read(3, "\200\274\f\321\t\0\0\0\17\204\366\0\0\0\306\204\f\321\t\0\0\0H\203\301\1H\201\371\377\0\0"..., 8192) = 8192
write(4, "\200\274\f\321\t\0\0\0\17\204\366\0\0\0\306\204\f\321\t\0\0\0H\203\301\1H\201\371\377\0\0"..., 8192) = 8192
read(3, "\367\345H\211\224$(\1\0\0H\211\204$\320\1\0\0H\211\310I\367\346I\211\326H\211\305H\211"..., 8192) = 8192
write(4, "\367\345H\211\224$(\1\0\0H\211\204$\320\1\0\0H\211\310I\367\346I\211\326H\211\305H\211"..., 8192) = 8192
read(3, "\341H\211\224$\310\0\0\0H\211\204$\30\1\0\0H\211\370I\367\346H\211\204$\310\2\0\0H"..., 8192) = 8192
write(4, "\341H\211\224$\310\0\0\0H\211\204$\30\1\0\0H\211\370I\367\346H\211\204$\310\2\0\0H"..., 8192) = 8192
read(3, "$\270\0\0\0H\215\4\322L\215\4BL\211\300I\367\343H\211\204$8\1\0\0H\211\224$\370"..., 8192) = 8192
write(4, "$\270\0\0\0H\215\4\322L\215\4BL\211\300I\367\343H\211\204$8\1\0\0H\211\224$\370"..., 8192) = 8192
read(3, "\320H\211\303L\213\254$H\1\0\0L\211\350I\367\341H\211T$`H\211\204$P\1\0\0L"..., 8192) = 8192
write(4, "\320H\211\303L\213\254$H\1\0\0L\211\350I\367\341H\211T$`H\211\204$P\1\0\0L"..., 8192) = 8192
read(3, "$8\1\0\0H\3\204$\250\0\0\0H\23\254$\360\0\0\0H\3D$@H\23\254$\240\0"..., 8192) = 8192
write(4, "$8\1\0\0H\3\204$\250\0\0\0H\23\254$\360\0\0\0H\3D$@H\23\254$\240\0"..., 8192) = 8192
read(3, "\0\0H\203\323\0H\17\244\303\rH\215\4\333H\215\4CL\1\370H\211\204$x\1\0\0H\301"..., 8192) = 8192
write(4, "\0\0H\203\323\0H\17\244\303\rH\215\4\333H\215\4CL\1\370H\211\204$x\1\0\0H\301"..., 8192) = 8192
read(3, "\330\2\0\0H\213\254$\260\1\0\0H\3\254$\300\0\0\0L\23\204$\350\0\0\0H\213\204$"..., 8192) = 8192
write(4, "\330\2\0\0H\213\254$\260\1\0\0H\3\254$\300\0\0\0L\23\204$\350\0\0\0H\213\204$"..., 8192) = 8192
read(3, "\351H\301\371\25L\1\351I\211\316I\301\376\25M\1\306M\211\365I\301\375\25L\3l$\200M\211"..., 8192) = 8192
write(4, "\351H\301\371\25L\1\351I\211\316I\301\376\25M\1\306M\211\365I\301\375\25L\3l$\200M\211"..., 8192) = 8192
read(3, "\363\17\177w\20\363D\17\177o \17(D$\260\17\21G0\363\17\177o@\363D\17\177gPH"..., 8192) = 8192
write(4, "\363\17\177w\20\363D\17\177o \17(D$\260\17\21G0\363\17\177o@\363D\17\177gPH"..., 8192) = 8192
read(3, "\33\0\0\0D\17D\340E\205\344\17\205\372\2\0\0M\213w\10M\205\366t_M\213g\20M\205"..., 8192) = 8192
write(4, "\33\0\0\0D\17D\340E\205\344\17\205\372\2\0\0M\213w\10M\205\366t_M\213g\20M\205"..., 8192) = 8192
read(3, "\370\2s#\351\227\0\0\0M\205\355I\211\356u\f\353PM\205\355L\17D\350I\211\356I\215E"..., 8192) = 8192
write(4, "\370\2s#\351\227\0\0\0M\205\355I\211\356u\f\353PM\205\355L\17D\350I\211\356I\215E"..., 8192) = 8192
read(3, "\204$\264\1\0\0M\1\346K\215\24\24\205\311L\211L$\10H\211l$ L\211|$(t\27"..., 8192) = 8192
write(4, "\204$\264\1\0\0M\1\346K\215\24\24\205\311L\211L$\10H\211l$ L\211|$(t\27"..., 8192) = 8192
read(3, "\0\0\4\0u,\203\371\377uK\351\20\377\377\377\213L$\10D\211\352A\211\f\326fA\307D\326"..., 8192) = 8192
write(4, "\0\0\4\0u,\203\371\377uK\351\20\377\377\377\213L$\10D\211\352A\211\f\326fA\307D\326"..., 8192) = 8192
read(3, "`\374*\0Hc\4\201H\1\310\377\340\213\f$H\203\371(\17\207}\2\0\0H\211\310H\3D"..., 8192) = 8192
write(4, "`\374*\0Hc\4\201H\1\310\377\340\213\f$H\203\371(\17\207}\2\0\0H\211\310H\3D"..., 8192) = 8192
read(3, "\4\1\0\0\200\273\360\4\0\0A\17\205\367\0\0\0M\205\377\17\204\356\0\0\0H\205\355\17\204\345"..., 8192) = 8192
write(4, "\4\1\0\0\200\273\360\4\0\0A\17\205\367\0\0\0M\205\377\17\204\356\0\0\0H\205\355\17\204\345"..., 8192) = 8192
read(3, "H\211\310H\3C\20\203\301\10\211\v\351a:\0\0A\200\216.\v\0\0\1\213\vH\203\371(\17"..., 8192) = 8192
write(4, "H\211\310H\3C\20\203\301\10\211\v\351a:\0\0A\200\216.\v\0\0\1\213\vH\203\371(\17"..., 8192) = 8192
read(3, "\10H\211K\10H\213\0I\211\206\350\2\0\0001\311\351K\33\0\0H\213C\10H\215H\10H\211"..., 8192) = 8192
write(4, "\10H\211K\10H\213\0I\211\206\350\2\0\0001\311\351K\33\0\0H\213C\10H\215H\10H\211"..., 8192) = 8192
read(3, "\211\330[\303f.\17\37\204\0\0\0\0\0f\220SH\213\207\330\0\0\0H\205\300t\35\213H\4"..., 8192) = 8192
write(4, "\211\330[\303f.\17\37\204\0\0\0\0\0f\220SH\213\207\330\0\0\0H\205\300t\35\213H\4"..., 8192) = 8192
read(3, "H\203\303\377A\306\7\0\211\357\350a\276\252\377H\205\300t\25L\211\377H\211\306H\211\332\350>\301"..., 8192) = 8192
write(4, "H\203\303\377A\306\7\0\211\357\350a\276\252\377H\205\300t\25L\211\377H\211\306H\211\332\350>\301"..., 8192) = 8192
read(3, "\211\265\310\3\0\0A\203\374\377t\nIc\304\213\204\205\0\2\0\0\211\205\314\3\0\0\211\310\301\340"..., 8192) = 8192
write(4, "\211\265\310\3\0\0A\203\374\377t\nIc\304\213\204\205\0\2\0\0\211\205\314\3\0\0\211\310\301\340"..., 8192) = 8192
read(3, "\300u\34H\215-\334L*\0H\211\357\350\216m\1\0H\211\301H\211D$0H\205\300t\277H"..., 8192) = 8192
write(4, "\300u\34H\215-\334L*\0H\211\357\350\216m\1\0H\211\301H\211D$0H\205\300t\277H"..., 8192) = 8192
read(3, "L\211\357L\2134$L\211\366\3501\333\376\377L\211\357\350\31\313\0\0\211\302\205\300\17\205.\365\377"..., 8192) = 8192
write(4, "L\211\357L\2134$L\211\366\3501\333\376\377L\211\357\350\31\313\0\0\211\302\205\300\17\205.\365\377"..., 8192) = 8192
read(3, "H\215\5a\307f\0L\211\377\377\20\271\7\0\0\0\353\3341\355\351\223\3\0\0L\211\347\276?\0"..., 8192) = 8192
write(4, "H\215\5a\307f\0L\211\377\377\20\271\7\0\0\0\353\3341\355\351\223\3\0\0L\211\347\276?\0"..., 8192) = 8192
read(3, "u\24\270\1\0\0\0\353\5\270\0\0\1\0\213\217\0\2\0\0\211\16\303f\17\37\204\0\0\0\0\0"..., 8192) = 8192
write(4, "u\24\270\1\0\0\0\353\5\270\0\0\1\0\213\217\0\2\0\0\211\16\303f\17\37\204\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\272\0\7\0\0H\17D\320H\213\4\vH\211D$\20H\213\4\23H\211D$X\270\270\2\0"..., 8192) = 8192
write(4, "\0\272\0\7\0\0H\17D\320H\213\4\vH\211D$\20H\213\4\23H\211D$X\270\270\2\0"..., 8192) = 8192
read(3, "\350K\270\377\377\350\226f\10\0H\211\303\306\204$\0\2\0\0\0H\215\264$\0\2\0\0\272\0\1"..., 8192) = 8192
write(4, "\350K\270\377\377\350\226f\10\0H\211\303\306\204$\0\2\0\0\0H\215\264$\0\2\0\0\272\0\1"..., 8192) = 8192
read(3, "\311A\203\277\4\2\0\0\377\17\225\301H\215\fIA\203\274\317h\2\0\0\2ucA\366\207\0\3"..., 8192) = 8192
write(4, "\311A\203\277\4\2\0\0\377\17\225\301H\215\fIA\203\274\317h\2\0\0\2ucA\366\207\0\3"..., 8192) = 8192
read(3, "`\0\353\24f.\17\37\204\0\0\0\0\0f\220I\203\306\1I\203\307\1A\17\266\6<\tt\360"..., 8192) = 8192
write(4, "`\0\353\24f.\17\37\204\0\0\0\0\0f\220I\203\306\1I\203\307\1A\17\266\6<\tt\360"..., 8192) = 8192
read(3, "\204\356\200\0\0\0H\205\300t#H\213P(H\205\322t\32C\213\204\256\20\2\0\0\17\37@\0"..., 8192) = 8192
write(4, "\204\356\200\0\0\0H\205\300t#H\213P(H\205\322t\32C\213\204\256\20\2\0\0\17\37@\0"..., 8192) = 8192
read(3, "A\213\4$\203\370\4u\33H\215\5X\347e\0I\213|$\10\377\20I\307D$\10\0\0\0\0"..., 8192) = 8192
write(4, "A\213\4$\203\370\4u\33H\215\5X\347e\0I\213|$\10\377\20I\307D$\10\0\0\0\0"..., 8192) = 8192
read(3, "\357\350Z=\251\377H\211\357L\211\346H\211\302\350l|\376\377\205\300\17\204\346\374\377\377H\215\35E"..., 8192) = 8192
write(4, "\357\350Z=\251\377H\211\357L\211\346H\211\302\350l|\376\377\205\300\17\204\346\374\377\377H\215\35E"..., 8192) = 8192
read(3, "\5c\247e\0I\213}\0\377\20\17W\300A\17\21E\0I\307E\20\0\0\0\0\270\33\0\0\0"..., 8192) = 8192
write(4, "\5c\247e\0I\213}\0\377\20\17W\300A\17\21E\0I\307E\20\0\0\0\0\270\33\0\0\0"..., 8192) = 8192
read(3, "\300uuH\215T$(\277\n\0\0\0L\211\376\350\373s\0\0\205\300~\35H\215t$(\277\n"..., 8192) = 8192
write(4, "\300uuH\215T$(\277\n\0\0\0L\211\376\350\373s\0\0\205\300~\35H\215t$(\277\n"..., 8192) = 8192
read(3, "\210E\30\351\373\0\0\0001\355\251\0\10\0\0\17\204\301\0\0\0H\2155\256\341(\0L\211\367\350"..., 8192) = 8192
write(4, "\210E\30\351\373\0\0\0001\355\251\0\10\0\0\17\204\301\0\0\0H\2155\256\341(\0L\211\367\350"..., 8192) = 8192
read(3, "\32\0\0\0\353\326H\21552\274(\0L\211\3771\300\350\231{\375\377A\276\32\0\0\0\353\275\220"..., 8192) = 8192
write(4, "\32\0\0\0\353\326H\21552\274(\0L\211\3771\300\350\231{\375\377A\276\32\0\0\0\353\275\220"..., 8192) = 8192
read(3, "\302\377\377A\211\307\205\300t\24L\211\347H\2155Y\243(\0001\300\350\225[\375\377D\211\375H\211"..., 8192) = 8192
write(4, "\302\377\377A\211\307\205\300t\24L\211\347H\2155Y\243(\0001\300\350\225[\375\377D\211\375H\211"..., 8192) = 8192
read(3, "9\271\1\0\0\0H\211\337\276\1\0\0\0H\211\352\350\352:\375\377\17\266D$\10I\213N\20H"..., 8192) = 8192
write(4, "9\271\1\0\0\0H\211\337\276\1\0\0\0H\211\352\350\352:\375\377\17\266D$\10I\213N\20H"..., 8192) = 8192
read(3, "\0\0\17\204%\377\377\377H\211\357\276.\0\0\0\350\213_\250\377I\211\306H\205\300t\243L\211\363"..., 8192) = 8192
write(4, "\0\0\17\204%\377\377\377H\211\357\276.\0\0\0\350\213_\250\377I\211\306H\205\300t\243L\211\363"..., 8192) = 8192
read(3, "\21G0A\17\21G@A\17\21GPA\17\21\7A\17\21G\20A\17\21G I\307G`\0"..., 8192) = 8192
write(4, "\21G0A\17\21G@A\17\21GPA\17\21\7A\17\21G\20A\17\21G I\307G`\0"..., 8192) = 8192
read(3, "\307\10\17\205h\377\377\377H\205\322t'H\215|$pH\2154\367H\301\342\0051\377\17\37@\0"..., 8192) = 8192
write(4, "\307\10\17\205h\377\377\377H\205\322t'H\215|$pH\2154\367H\301\342\0051\377\17\37@\0"..., 8192) = 8192
read(3, "\fA\366\206\325\5\0\0\10u\22H\215\4\355\5\0\0\0H\1\350H\1\303H\203\303W\270\1\0"..., 8192) = 8192
write(4, "\fA\366\206\325\5\0\0\10u\22H\215\4\355\5\0\0\0H\1\350H\1\303H\203\303W\270\1\0"..., 8192) = 8192
read(3, "\212\0\0\0\211\301\203\361\1\367\320\203\301\377!\301\301\371\37\211\310A!\306\367\321A\t\316I\203\304"..., 8192) = 8192
write(4, "\212\0\0\0\211\301\203\361\1\367\320\203\301\377!\301\301\371\37\211\310A!\306\367\321A\t\316I\203\304"..., 8192) = 8192
read(3, "S\270\1\0\0\0\201\372\1\1\0\0t.\211\321H\211\363\272\1\0\0\0H\211\367\211\316\350\36\226"..., 8192) = 8192
write(4, "S\270\1\0\0\0\201\372\1\1\0\0t.\211\321H\211\363\272\1\0\0\0H\211\367\211\316\350\36\226"..., 8192) = 8192
read(3, "E\211\361\377PhH\213\213\250\0\0\0\203\370\377uD\203\271\20\1\0\0\2u;H\211\337\276\1"..., 8192) = 8192
write(4, "E\211\361\377PhH\213\213\250\0\0\0\203\370\377uD\203\271\20\1\0\0\2u;H\211\337\276\1"..., 8192) = 8192
read(3, "\215|$\10H\211\336\350\24,\10\0H\211\305H\205\300u\214\350\367\177\247\377\213\20\205\322teL"..., 8192) = 8192
write(4, "\215|$\10H\211\336\350\24,\10\0H\211\305H\205\300u\214\350\367\177\247\377\213\20\205\322teL"..., 8192) = 8192
read(3, "\2720\6\0\0\350\326T\7\0\350\201v\v\0H\205\300\17\204\216\0\0\0I\211\307H\213l$P"..., 8192) = 8192
write(4, "\2720\6\0\0\350\326T\7\0\350\201v\v\0H\205\300\17\204\216\0\0\0I\211\307H\213l$P"..., 8192) = 8192
read(3, "\2\0\0I\211\226\370\5\0\0\351\203\2\0\0I\213\206\250\0\0\0H\205\300\17\204q\2\0\0H"..., 8192) = 8192
write(4, "\2\0\0I\211\226\370\5\0\0\351\203\2\0\0I\213\206\250\0\0\0H\205\300\17\204q\2\0\0H"..., 8192) = 8192
read(3, "\0\0\276 \0\0\0\350T\226\10\0\205\300\17\216\220\0\0\0H\211\337\350tf\2\0\205\300\17\204"..., 8192) = 8192
write(4, "\0\0\276 \0\0\0\350T\226\10\0\205\300\17\216\220\0\0\0H\211\337\350tf\2\0\205\300\17\204"..., 8192) = 8192
read(3, "\361\f\0H\215\5\246\262\377\377\211\331\203\311\10I9D$(\17D\313\211\316\203\316\4I9D$"..., 8192) = 8192
write(4, "\361\f\0H\215\5\246\262\377\377\211\331\203\311\10I9D$(\17D\313\211\316\203\316\4I9D$"..., 8192) = 8192
read(3, "\203\200\320\1\0\0\1I\213\204$p\7\0\0H\213\270\230\3\0\0\350\325\375\n\0\351\216\0\0\0"..., 8192) = 8192
write(4, "\203\200\320\1\0\0\1I\213\204$p\7\0\0H\213\270\230\3\0\0\350\325\375\n\0\351\216\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\272.\2\0\0\271D\0\0\0A\271\300\3\0\0\350\230\207\0\0\353\20A\277\3\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\272.\2\0\0\271D\0\0\0A\271\300\3\0\0\350\230\207\0\0\353\20A\277\3\0\0\0"..., 8192) = 8192
read(3, "\0\0A\271\267\2\0\0\351\334\376\377\377L\215\5\342\347&\0L\211\367\276P\0\0\0\272\0\2\0"..., 8192) = 8192
write(4, "\0\0A\271\267\2\0\0\351\334\376\377\377L\215\5\342\347&\0L\211\367\276P\0\0\0\272\0\2\0"..., 8192) = 8192
read(3, "\303f.\17\37\204\0\0\0\0\0\17\37D\0\0PH\213N\10\201\372\0 \0\0uNH\203\371"..., 8192) = 8192
write(4, "\303f.\17\37\204\0\0\0\0\0\17\37D\0\0PH\213N\10\201\372\0 \0\0uNH\203\371"..., 8192) = 8192
read(3, "\377\377L\215\5D\250&\0L\211\347\276/\0\0\0\272\317\1\0\0\271l\0\0\0A\271\263\2\0"..., 8192) = 8192
write(4, "\377\377L\215\5D\250&\0L\211\347\276/\0\0\0\272\317\1\0\0\271l\0\0\0A\271\263\2\0"..., 8192) = 8192
read(3, "\0\272\2\0\0\0L\211\3671\366\3500\26\f\0\205\300\17\204S\1\0\0\272\2\0\0\0L\211\367"..., 8192) = 8192
write(4, "\0\272\2\0\0\0L\211\3671\366\3500\26\f\0\205\300\17\204S\1\0\0\272\2\0\0\0L\211\367"..., 8192) = 8192
read(3, "H\213\200\300\0\0\0\366@`\10t\n\307\203\360\5\0\0\1\0\0\0\275\2\0\0\0\211\350H\203"..., 8192) = 8192
write(4, "H\213\200\300\0\0\0\366@`\10t\n\307\203\360\5\0\0\1\0\0\0\275\2\0\0\0\211\350H\203"..., 8192) = 8192
read(3, "F\10\201\375\3\3\0\0uZA\201>\4\3\0\0uQH\203\370 rQH\215\25\200O&\0"..., 8192) = 8192
write(4, "F\10\201\375\3\3\0\0uZA\201>\4\3\0\0uQH\203\370 rQH\215\25\200O&\0"..., 8192) = 8192
read(3, "\276P\0\0\0\272i\1\0\0\271h\1\0\0A\271\344\t\0\0\350\226\247\377\377\351;\375\377\377H"..., 8192) = 8192
write(4, "\276P\0\0\0\272i\1\0\0\271h\1\0\0A\271\344\t\0\0\350\226\247\377\377\351;\375\377\377H"..., 8192) = 8192
read(3, "UAWAVSH\203\354\30H\211\373H\213\207\260\0\0\0H\213\270 \1\0\0\307D$\f\0"..., 8192) = 8192
write(4, "UAWAVSH\203\354\30H\211\373H\213\207\260\0\0\0H\213\270 \1\0\0\307D$\f\0"..., 8192) = 8192
read(3, "H\203\304\10[A^\303<\2r!L\215\5\255\357%\0L\211\367\276/\0\0\0\272\6\2\0\0"..., 8192) = 8192
write(4, "H\203\304\10[A^\303<\2r!L\215\5\255\357%\0L\211\367\276/\0\0\0\272\6\2\0\0"..., 8192) = 8192
read(3, "\0H\211\337H\211\356\350\264o\376\377\205\300\17\205*\377\377\377D\211\340H\203\304P[A\\A^"..., 8192) = 8192
write(4, "\0H\211\337H\211\356\350\264o\376\377\205\300\17\205*\377\377\377D\211\340H\203\304P[A\\A^"..., 8192) = 8192
read(3, "@\20H\205\300\17\204a\1\0\0L\211\3771\366\272\0\4\0\0\377\320H\211\307\350\361\253\375\377H"..., 8192) = 8192
write(4, "@\20H\205\300\17\204a\1\0\0L\211\3771\366\272\0\4\0\0\377\320H\211\307\350\361\253\375\377H"..., 8192) = 8192
read(3, "\377E1\344\351\241\374\377\377\17\37\200\0\0\0\0UAWAVAUATSH\201\354\30\1\0"..., 8192) = 8192
write(4, "\377E1\344\351\241\374\377\377\17\37\200\0\0\0\0UAWAVAUATSH\201\354\30\1\0"..., 8192) = 8192
read(3, "\334v\375\377H\211D$(H\205\300\17\204\5\2\0\0I\213\217\20\5\0\0H\211\201\360\1\0\0"..., 8192) = 8192
write(4, "\334v\375\377H\211D$(H\205\300\17\204\5\2\0\0I\213\217\20\5\0\0H\211\201\360\1\0\0"..., 8192) = 8192
read(3, "L\211t$0tQ\205\333u\30L\213\245\230\1\0\0M\205\344t\fH\213\205\240\1\0\0\351\235"..., 8192) = 8192
write(4, "L\211t$0tQ\205\333u\30L\213\245\230\1\0\0M\205\344t\fH\213\205\240\1\0\0\351\235"..., 8192) = 8192
read(3, "H\213x\10\350wo\4\0\211\305\350 \361\1\0H\205\300\17\204\237\0\0\0H\211\303\350\257\t\1"..., 8192) = 8192
write(4, "H\213x\10\350wo\4\0\211\305\350 \361\1\0H\205\300\17\204\237\0\0\0H\211\303\350\257\t\1"..., 8192) = 8192
read(3, "\0M\211\316L\211D$\30I\211\317H\211T$\10H\211t$\20I\211\374\350\322N\375\377I\211"..., 8192) = 8192
write(4, "\0M\211\316L\211D$\30I\211\317H\211T$\10H\211t$\20I\211\374\350\322N\375\377I\211"..., 8192) = 8192
read(3, "H\2155\25f%\0L\211|$\30L\211\377\272\1\0\0\0I\211\317\377\3211\333\205\300\17\225\301"..., 8192) = 8192
write(4, "H\2155\25f%\0L\211|$\30L\211\377\272\1\0\0\0I\211\317\377\3211\333\205\300\17\225\301"..., 8192) = 8192
read(3, "\21\301\371\7E\211\303M\215B\376A\203\372\1\17\205\203\0\0\0\351\325\0\0\0001\366\211\320f\220"..., 8192) = 8192
write(4, "\21\301\371\7E\211\303M\215B\376A\203\372\1\17\205\203\0\0\0\351\325\0\0\0001\366\211\320f\220"..., 8192) = 8192
read(3, "\20\200|$\34\0\17\204L\1\0\0H\1\312H)\302H\211T$(\306D$\34\0\212\\$\16"..., 8192) = 8192
write(4, "\20\200|$\34\0\17\204L\1\0\0H\1\312H)\302H\211T$(\306D$\34\0\212\\$\16"..., 8192) = 8192
read(3, "\300t\20H\213@0H\205\300t\7\377\320\351\376\0\0\0\212\1\204\300u\7H\203y\10\1t1"..., 8192) = 8192
write(4, "\300t\20H\213@0H\205\300t\7\377\320\351\376\0\0\0\212\1\204\300u\7H\203y\10\1t1"..., 8192) = 8192
read(3, "_]\303f.\17\37\204\0\0\0\0\0\17\37\0H\201\354\330\0\0\0\204\300t7\17)D$P"..., 8192) = 8192
write(4, "_]\303f.\17\37\204\0\0\0\0\0\17\37\0H\201\354\330\0\0\0\204\300t7\17)D$P"..., 8192) = 8192
read(3, "\0H\215t$\7L\211\3471\322\350\240\373\377\377IcE\20L9\370L\17N\370Icu\24I"..., 8192) = 8192
write(4, "\0H\215t$\7L\211\3471\322\350\240\373\377\377IcE\20L9\370L\17N\370Icu\24I"..., 8192) = 8192
read(3, "\232\0\0\0\203\376rtJ\203\376s\17\204\231\0\0\0\201\376\202\0\0\0\17\205\200\0\0\0D\211"..., 8192) = 8192
write(4, "\232\0\0\0\203\376rtJ\203\376s\17\204\231\0\0\0\201\376\202\0\0\0\17\205\200\0\0\0D\211"..., 8192) = 8192
read(3, "\0\0\350\231\263\3\0H\205\300t7H\211\303\307\0\0\0\0\0H\215x\10\350\242\351\377\377H\215"..., 8192) = 8192
write(4, "\0\0\350\231\263\3\0H\205\300t7H\211\303\307\0\0\0\0\0H\215x\10\350\242\351\377\377H\215"..., 8192) = 8192
read(3, "AVSPH\211\363I\211\376H9\367t#\213C\20A\211F\20\213s\10\203\306\1L\211\367\350"..., 8192) = 8192
write(4, "AVSPH\211\363I\211\376H9\367t#\213C\20A\211F\20\213s\10\203\306\1L\211\367\350"..., 8192) = 8192
read(3, "o\314f\17\376\303f\17v\335fA\17\177\222\20\1\0\0f\17o\324f\17\376\310f\17v\305f"..., 8192) = 8192
write(4, "o\314f\17\376\303f\17v\335fA\17\177\222\20\1\0\0f\17o\324f\17\376\310f\17v\305f"..., 8192) = 8192
read(3, " \1\0\0f\17\353\351fA\17\333\2320\1\0\0f\17\353\342f\17\353\353f\17oG\300f\17"..., 8192) = 8192
write(4, " \1\0\0f\17\353\351fA\17\333\2320\1\0\0f\17\353\342f\17\353\353f\17oG\300f\17"..., 8192) = 8192
read(3, "\0\0D\211\340A\203\374 r\"H\215\f(H\203\301hH9\331\17\206 \1\0\0H\215\f\3"..., 8192) = 8192
write(4, "\0\0D\211\340A\203\374 r\"H\215\f(H\203\301hH9\331\17\206 \1\0\0H\215\f\3"..., 8192) = 8192
read(3, "\0A\270\33\0\0\0\350\204\243\1\0001\300Y\303H\205\377tiAVSPH\211\373H\213\177\30"..., 8192) = 8192
write(4, "\0A\270\33\0\0\0\350\204\243\1\0001\300Y\303H\205\377tiAVSPH\211\373H\213\177\30"..., 8192) = 8192
read(3, "E1\355E1\3771\355\263\1H\211\357\350\36\313\376\377L\211\357\350\206\224\2\0L\211\377\350\276\22"..., 8192) = 8192
write(4, "E1\355E1\3771\355\263\1H\211\357\350\36\313\376\377L\211\357\350\206\224\2\0L\211\377\350\276\22"..., 8192) = 8192
read(3, "\0H\205\322\17\205\266\0\0\0H\215T$\30H\215D$\20H\211\3171\366H\211\301\350\217\22\4"..., 8192) = 8192
write(4, "\0H\205\322\17\205\266\0\0\0H\215T$\30H\215D$\20H\211\3171\366H\211\301\350\217\22\4"..., 8192) = 8192
read(3, "<#\0\272\6\1\0\0\350\223\263\2\0H\205\300\17\204\254\0\0\0I\211\307H\211D$\30H\215"..., 8192) = 8192
write(4, "<#\0\272\6\1\0\0\350\223\263\2\0H\205\300\17\204\254\0\0\0I\211\307H\211D$\30H\215"..., 8192) = 8192
read(3, "\300H\211D$\20\351\274\1\0\0H\213C\10H\213x\10H\205\377\17\204B\1\0\0001\366\350\35"..., 8192) = 8192
write(4, "\300H\211D$\20\351\274\1\0\0H\213C\10H\213x\10H\205\377\17\204B\1\0\0001\366\350\35"..., 8192) = 8192
read(3, "\201\376H\n\0\0t\226M\213,\36\213D$$A9E\0u\343A\213l\36\370\213L$ \205"..., 8192) = 8192
write(4, "\201\376H\n\0\0t\226M\213,\36\213D$$A9E\0u\343A\213l\36\370\213L$ \205"..., 8192) = 8192
read(3, "\211\307H\205\300\17\204\340\1\0\0H\211\4$L\211\377\350)\321\t\0L\211\377\350\361\322\t\0I"..., 8192) = 8192
write(4, "\211\307H\205\300\17\204\340\1\0\0H\211\4$L\211\377\350)\321\t\0L\211\377\350\361\322\t\0I"..., 8192) = 8192
read(3, "\377\377\205\300L\213t$`\17\204)\1\0\0H\213|$0L\211\376L\211\362\350q\354\377\377E"..., 8192) = 8192
write(4, "\377\377\205\300L\213t$`\17\204)\1\0\0H\213|$0L\211\376L\211\362\350q\354\377\377E"..., 8192) = 8192
read(3, "SH\211\373H\213\177x\350c`\376\377H\307Cx\0\0\0\0H\213\273\200\0\0\0\350\257H\376"..., 8192) = 8192
write(4, "SH\211\373H\213\177x\350c`\376\377H\307Cx\0\0\0\0H\213\273\200\0\0\0\350\257H\376"..., 8192) = 8192
read(3, "\350;q\t\0H\211\357\350\363\234\377\377H\205\300t;H\211\307\350\246(\376\377\205\300\17\204\301\0"..., 8192) = 8192
write(4, "\350;q\t\0H\211\357\350\363\234\377\377H\205\300t;H\211\307\350\246(\376\377\205\300\17\204\301\0"..., 8192) = 8192
read(3, "\1\0\0L\211\3551\333\351\222\1\0\0L\211\367H\213t$\10L\211\342L\211\371A\377\220 \1"..., 8192) = 8192
write(4, "\1\0\0L\211\3551\333\351\222\1\0\0L\211\367H\213t$\10L\211\342L\211\371A\377\220 \1"..., 8192) = 8192
read(3, "H\213\24$\350'\211\t\0\205\300\17\204\201\1\0\0I\213L$@H\213|$\10H\211\376H\213"..., 8192) = 8192
write(4, "H\213\24$\350'\211\t\0\205\300\17\204\201\1\0\0I\213L$@H\213|$\10H\211\376H\213"..., 8192) = 8192
read(3, "\0\277&\0\0\0\276\253\0\0\0\272n\0\0\0A\270\17\1\0\0\351`\377\377\377M\205\366tB"..., 8192) = 8192
write(4, "\0\277&\0\0\0\276\253\0\0\0\272n\0\0\0A\270\17\1\0\0\351`\377\377\377M\205\366tB"..., 8192) = 8192
read(3, "\0\350\352\235\5\0H\213=SS^\0\350\276\235\5\0H\203=\2467^\0\0t.H\215\35\235"..., 8192) = 8192
write(4, "\0\350\352\235\5\0H\213=SS^\0\350\276\235\5\0H\203=\2467^\0\0t.H\215\35\235"..., 8192) = 8192
read(3, "\0\0\0\0\0\271\1\0\0\0\205\300y#H\215\r\2731\"\0\277\6\0\0\0\276\245\0\0\0\272"..., 8192) = 8192
write(4, "\0\0\0\0\0\271\1\0\0\0\205\300y#H\215\r\2731\"\0\277\6\0\0\0\276\245\0\0\0\272"..., 8192) = 8192
read(3, "\0\17\266@\f\t\330\203\370\10rT\211\303\203\303\370L\211\347\350\7\275\0\0\205\300u\20\17\267\313"..., 8192) = 8192
write(4, "\0\17\266@\f\t\330\203\370\10rT\211\303\203\303\370L\211\347\350\7\275\0\0\205\300u\20\17\267\313"..., 8192) = 8192
read(3, "D\211\352\350\370M\3\0H\213D$0H\213L$@9\310A\211\306D\17G\361A\203\306\3151"..., 8192) = 8192
write(4, "D\211\352\350\370M\3\0H\213D$0H\213L$@9\310A\211\306D\17G\361A\203\306\3151"..., 8192) = 8192
read(3, "H\213\264\f\360\0\0\0H\211t\fp\307D\fx \0\0\0\307\0\200\0\0\0H\203\302\1H"..., 8192) = 8192
write(4, "H\213\264\f\360\0\0\0H\211t\fp\307D\fx \0\0\0\307\0\200\0\0\0H\203\302\1H"..., 8192) = 8192
read(3, "\356L\211\372L\211\361\205\300\17\204\312\0\0\0\350,4\1\0\205\300\17\205\311\0\0\0\351\301\0\0"..., 8192) = 8192
write(4, "\356L\211\372L\211\361\205\300\17\204\312\0\0\0\350,4\1\0\205\300\17\205\311\0\0\0\351\301\0\0"..., 8192) = 8192
read(3, "\304H\270\377\377\377\377\377\377\377?I9\305w\200H\213l$\30H\270\377\377\377\377\377\377\377?H"..., 8192) = 8192
write(4, "\304H\270\377\377\377\377\377\377\377?I9\305w\200H\213l$\30H\270\377\377\377\377\377\377\377?H"..., 8192) = 8192
read(3, "\0\0H\211\337L\211\366\350\343[\6\0\205\300t\0221\300\353\36L)\373H\211\357H\211\332\350="..., 8192) = 8192
write(4, "\0\0H\211\337L\211\366\350\343[\6\0\205\300t\0221\300\353\36L)\373H\211\357H\211\332\350="..., 8192) = 8192
read(3, "\rvW!\0\277\6\0\0\0\276o\0\0\0\272A\0\0\0A\270\37\0\0\0\350q\3\377\377\353"..., 8192) = 8192
write(4, "\rvW!\0\277\6\0\0\0\276o\0\0\0\272A\0\0\0A\270\37\0\0\0\350q\3\377\377\353"..., 8192) = 8192
read(3, "H\211\337\276\2\0\0\0001\322L\211\361\377\320\205\300\17\216\260\0\0\0\275\1\0\0\0\203\370\2\17"..., 8192) = 8192
write(4, "H\211\337\276\2\0\0\0001\322L\211\361\377\320\205\300\17\216\260\0\0\0\275\1\0\0\0\203\370\2\17"..., 8192) = 8192
read(3, "L$0\17W\310\17(T$@\17W\320\17)\214$\300\0\0\0\17)\224$\320\0\0\0\17("..., 8192) = 8192
write(4, "L$0\17W\310\17(T$@\17W\320\17)\214$\300\0\0\0\17)\224$\320\0\0\0\17("..., 8192) = 8192
read(3, "SH\211\373H\2155V\371 \0\277 \4\0\0\272(\0\0\0\350\306\23\0\0H\205\300t\vH"..., 8192) = 8192
write(4, "SH\211\373H\2155V\371 \0\277 \4\0\0\272(\0\0\0\350\306\23\0\0H\205\300t\vH"..., 8192) = 8192
read(3, "\363\377\377f.\17\37\204\0\0\0\0\0\17\37\0UAWAVATSH\205\377\17\204\266\0\0"..., 8192) = 8192
write(4, "\363\377\377f.\17\37\204\0\0\0\0\0\17\37\0UAWAVATSH\205\377\17\204\266\0\0"..., 8192) = 8192
read(3, "H\215H\1A\17\266T\7\0012T\4\31\17\266\\\5\1A\210T\4\1A\210\\\7\1H\203\371"..., 8192) = 8192
write(4, "H\215H\1A\17\266T\7\0012T\4\31\17\266\\\5\1A\210T\4\1A\210\\\7\1H\203\371"..., 8192) = 8192
read(3, "\17\21\4\34A\17\21L\34\20A\17\21\24\37A\17\21\\\37\20\215_ A\17\20\4\37A\17\20"..., 8192) = 8192
write(4, "\17\21\4\34A\17\21L\34\20A\17\21\24\37A\17\21\\\37\20\215_ A\17\20\4\37A\17\20"..., 8192) = 8192
read(3, "\3\20A\203\307\2A\203\302\2\210T\5\0H\203\301\376u\274D\211\273p\1\0\0001\300H\203\304"..., 8192) = 8192
write(4, "\3\20A\203\307\2A\203\302\2\210T\5\0H\203\301\376u\274D\211\273p\1\0\0001\300H\203\304"..., 8192) = 8192
read(3, "\304\343Y\17\353\10\305\372\177o\360\305\371m\330\305\341\357\330\304\343yD\312\21\304\343yD\302\0\304"..., 8192) = 8192
write(4, "\304\343Y\17\353\10\305\372\177o\360\305\371m\330\305\341\357\330\304\343yD\312\21\304\343yD\302\0\304"..., 8192) = 8192
read(3, "1\300H\211\345\353\30f\17\37\204\0\0\0\0\0H\213D$\30H\203\300\1H\203\370\6tnH"..., 8192) = 8192
write(4, "1\300H\211\345\353\30f\17\37\204\0\0\0\0\0H\213D$\30H\203\300\1H\203\370\6tnH"..., 8192) = 8192
read(3, "\211\370H\215\f\200H\215\0253~Y\0\203|\312\20\0uZH\215\rA \0\277\10\0\0\0"..., 8192) = 8192
write(4, "\211\370H\215\f\200H\215\0253~Y\0\203|\312\20\0uZH\215\rA \0\277\10\0\0\0"..., 8192) = 8192
read(3, "\367\3\0L\211\347\350\345;\3\0M\205\355t\17I\203\177H\0t\10L\211\367\350\2614\3\0\211"..., 8192) = 8192
write(4, "\367\3\0L\211\347\350\345;\3\0M\205\355t\17I\203\177H\0t\10L\211\367\350\2614\3\0\211"..., 8192) = 8192
read(3, "\0H\1\357H\301\377 L\2155\275\245 \0L\211\366\205\311uL\272\345\0\0\0\350\200\363\376\377"..., 8192) = 8192
write(4, "\0H\1\357H\301\377 L\2155\275\245 \0L\211\366\205\311uL\272\345\0\0\0\350\200\363\376\377"..., 8192) = 8192
read(3, "\215\r\36\212 \0Hc\4\201H\1\3101\355E1\3441\3221\3661\311\377\340H\213C L\213"..., 8192) = 8192
write(4, "\215\r\36\212 \0Hc\4\201H\1\3101\355E1\3441\3221\3661\311\377\340H\213C L\213"..., 8192) = 8192
read(3, "\3\304\301y\177K\20\304\301y\177[0\304\301y\177c@\305\t\364\347\305\t\364\325\305\371pW\320"..., 8192) = 8192
write(4, "\3\304\301y\177K\20\304\301y\177[0\304\301y\177c@\305\t\364\347\305\t\364\325\305\371pW\320"..., 8192) = 8192
read(3, "M\211\375E1\377H\211\3371\3661\3221\311\350\214\375\377\377\213\203\230\0\0\0\205\300\17\204\201\0"..., 8192) = 8192
write(4, "M\211\375E1\377H\211\3371\3661\3221\311\350\214\375\377\377\213\203\230\0\0\0\205\300\17\204\201\0"..., 8192) = 8192
read(3, "\0\0\0\276\0\5\0\0\350\203;\4\0H\211\337\350+\201\236\377\3506\367\377\377\205\300\17\205\262\0"..., 8192) = 8192
write(4, "\0\0\0\276\0\5\0\0\350\203;\4\0H\211\337\350+\201\236\377\3506\367\377\377\205\300\17\205\262\0"..., 8192) = 8192
read(3, "\217\0\320\213^,\17\266\300\211V(\0\331f\17\304\4\207\5\213\24\217\211\34\217\0\323\213F0\17"..., 8192) = 8192
write(4, "\217\0\320\213^,\17\266\300\211V(\0\331f\17\304\4\207\5\213\24\217\211\34\217\0\323\213F0\17"..., 8192) = 8192
read(3, "\205\300\17\204\31\377\377\377H\2155\212\356\37\0L\211\347\350\331K\372\377\205\300\17\216\2\377\377\377I"..., 8192) = 8192
write(4, "\205\300\17\204\31\377\377\377H\2155\212\356\37\0L\211\347\350\331K\372\377\205\300\17\216\2\377\377\377I"..., 8192) = 8192
read(3, "I\211\306H\213\\$\10H\213s(H\205\366\17\204\252\0\0\0L\211\367\272\4\0\0\0\350.Y"..., 8192) = 8192
write(4, "I\211\306H\213\\$\10H\213s(H\205\366\17\204\252\0\0\0L\211\367\272\4\0\0\0\350.Y"..., 8192) = 8192
read(3, "\0\0\0\350\210\203\374\377\351\2\376\377\377\17\37\0UAWAVAUATSH\203\354(M\211"..., 8192) = 8192
write(4, "\0\0\0\350\210\203\374\377\351\2\376\377\377\17\37\0UAWAVAUATSH\203\354(M\211"..., 8192) = 8192
read(3, "\0\0\0A\270\204\0\0\0\350\202c\374\377E1\377\351\20\2\0\0H\215\rx\221\37\0\277\4\0"..., 8192) = 8192
write(4, "\0\0\0A\270\204\0\0\0\350\202c\374\377E1\377\351\20\2\0\0H\215\rx\221\37\0\277\4\0"..., 8192) = 8192
read(3, "\200fD\17\376\342f\17\357\330fA\17r\321\33fA\17\357\362fA\17o\376f\17r\367\36f"..., 8192) = 8192
write(4, "\200fD\17\376\342f\17\357\330fA\17r\321\33fA\17\357\362fA\17o\376f\17r\367\36f"..., 8192) = 8192
read(3, "@\304\303i\"\23\1M\215[@\304\301ynH\304\305\371b\302\304AynI\304\304\342y\0\305"..., 8192) = 8192
write(4, "@\304\303i\"\23\1M\215[@\304\301ynH\304\305\371b\302\304AynI\304\304\342y\0\305"..., 8192) = 8192
read(3, "\305z\177o`\305z\177\267\200\0\0\0\305\372\1773\305\372om`\377\312\17\205\302\337\377\377\213\224"..., 8192) = 8192
write(4, "\305z\177o`\305z\177\267\200\0\0\0\305\372\1773\305\372om`\377\312\17\205\302\337\377\377\213\224"..., 8192) = 8192
read(3, "\335\304\3015r\324\37\304A\35\376\344\305\375r\320\2\305\345\376\337\304A\35\353\341\305\375\353\306\304A"..., 8192) = 8192
write(4, "\335\304\3015r\324\37\304A\35\376\344\305\375r\320\2\305\345\376\337\304A\35\353\341\305\375\353\306\304A"..., 8192) = 8192
read(3, "1\3571\305\1\321\3\\$,!\3571\305\301\312\7\211\3161\357\301\301\5\1\3731\3261\352\1\313"..., 8192) = 8192
write(4, "1\3571\305\1\321\3\\$,!\3571\305\301\312\7\211\3161\357\301\301\5\1\3731\3261\352\1\313"..., 8192) = 8192
read(3, "D\1\3451\363A\3E\204\215\4\30\304c{\360\345\33\304\343{\360\335\0021\315D\1\3401\325A"..., 8192) = 8192
write(4, "D\1\3451\363A\3E\204\215\4\30\304c{\360\345\33\304\343{\360\335\0021\315D\1\3401\325A"..., 8192) = 8192
read(3, "\357\371fD\17\357\323fD\17\376\365f\17\357\372fD\17\376\325fD\17\376\327fA\17nh8"..., 8192) = 8192
write(4, "\357\371fD\17\357\323fD\17\376\365f\17\357\372fD\17\376\325fD\17\376\327fA\17nh8"..., 8192) = 8192
read(3, "\313\367f\17o\301f\17oU`fD\17\376\333fA\17\376\322\178\315\376\220E\178\313\354f"..., 8192) = 8192
write(4, "\313\367f\17o\301f\17oU`fD\17\376\333fA\17\376\322\178\315\376\220E\178\313\354f"..., 8192) = 8192
read(3, "\322\2\305\301\357\372\304\301qr\362\36\305\371\357\303\304\301!\357\332\3051\357\311\305\321\376\357\304\301q"..., 8192) = 8192
write(4, "\322\2\305\301\357\372\304\301qr\362\36\305\371\357\303\304\301!\357\332\3051\357\311\305\321\376\357\304\301q"..., 8192) = 8192
read(3, "\305\357\372\305\315\376\367\304\301Er\321\6\304\301mr\361\32\305\376\177s\340\304\301M\376\364\304\301u"..., 8192) = 8192
write(4, "\305\357\372\305\315\376\367\304\301Er\321\6\304\301mr\361\32\305\376\177s\340\304\301M\376\364\304\301u"..., 8192) = 8192
read(3, "H\215m\4D\213l$8\213|$,E\211\354A\301\315\vD\1\362A\211\376\301\317\2E1\345"..., 8192) = 8192
write(4, "H\215m\4D\213l$8\213|$,E\211\354A\301\315\vD\1\362A\211\376\301\317\2E1\345"..., 8192) = 8192
read(3, "A\1\300D\1\370E\211\305A\1\306\305\371\177t$0\200\275\203\0\0\0\0\17\205\1\370\377\377E"..., 8192) = 8192
write(4, "A\1\300D\1\370E\211\305A\1\306\305\371\177t$0\200\275\203\0\0\0\0\17\205\1\370\377\377E"..., 8192) = 8192
read(3, "H\17\310I\211\6H\213C\10H\17\310I\211F\10H\213C\20H\17\310I\211F\20H\213C\30"..., 8192) = 8192
write(4, "H\17\310I\211\6H\213C\10H\17\310I\211F\10H\213C\20H\17\310I\211F\20H\213C\30"..., 8192) = 8192
read(3, "\36\301\340\10\t\310D\17\266~\37A\t\307D\211|$\370\17\266F \211D$\250\301\340\30\17\266"..., 8192) = 8192
write(4, "\36\301\340\10\t\310D\17\266~\37A\t\307D\211|$\370\17\266F \211D$\250\301\340\30\17\266"..., 8192) = 8192
read(3, "A\1\316D\211\361\301\301\tA\1\301D1\361A\301\306\21A1\316\301\302\tD\211\310!\330D\211"..., 8192) = 8192
write(4, "A\1\316D\211\361\301\301\tA\1\301D1\361A\301\306\21A1\316\301\302\tD\211\310!\330D\211"..., 8192) = 8192
read(3, "\224\35\0\277(\0\0\0\276h\0\0\0\272A\0\0\0L\211\361A\270\"\0\0\0\350pc\372\377"..., 8192) = 8192
write(4, "\224\35\0\277(\0\0\0\276h\0\0\0\272A\0\0\0L\211\361A\270\"\0\0\0\350pc\372\377"..., 8192) = 8192
read(3, "\211\373D\213.L\213v\10Mc\375I\203\305\377E1\344\353Af.\17\37\204\0\0\0\0\0\220"..., 8192) = 8192
write(4, "\211\373D\213.L\213v\10Mc\375I\203\305\377E1\344\353Af.\17\37\204\0\0\0\0\0\220"..., 8192) = 8192
read(3, "u\4\353$1\311H\211\312H\367\322A\366\305\1t\21\200<\10\0t\7\307\4$\1\0\0\0H"..., 8192) = 8192
write(4, "u\4\353$1\311H\211\312H\367\322A\366\305\1t\21\200<\10\0t\7\307\4$\1\0\0\0H"..., 8192) = 8192
read(3, "\357\211\305H\211|$8\350\2035\0\0\203\300\19\305\17\205\252\0\0\0A\215t$\377H\211\337"..., 8192) = 8192
write(4, "\357\211\305H\211|$8\350\2035\0\0\203\300\19\305\17\205\252\0\0\0A\215t$\377H\211\337"..., 8192) = 8192
read(3, "$4A\205D$(tI\211\323I\213|$\10\350K|\377\377\211D$0\205\300~5\211\\$"..., 8192) = 8192
write(4, "$4A\205D$(tI\211\323I\213|$\10\350K|\377\377\211D$0\205\300~5\211\\$"..., 8192) = 8192
read(3, "\303\1\203\311\10A\211\215\230\0\0\0\213p\34\211\317\203\317\0201\322\205\366\17\237\302\17N\371\1\332"..., 8192) = 8192
write(4, "\303\1\203\311\10A\211\215\230\0\0\0\213p\34\211\317\203\317\0201\322\205\366\17\237\302\17N\371\1\332"..., 8192) = 8192
read(3, "H\205\377tGSH\211\373H\213\177\10\350\256x\366\377\366\3\4u\20H\213{\20H\2155\276h"..., 8192) = 8192
write(4, "H\205\377tGSH\211\373H\213\177\10\350\256x\366\377\366\3\4u\20H\213{\20H\2155\276h"..., 8192) = 8192
read(3, "\350\17\204\231\3\0\0\2008\0\17\205\220\3\0\0L\213l$\30L\211\357\213t$$H\213T$"..., 8192) = 8192
write(4, "\350\17\204\231\3\0\0\2008\0\17\205\220\3\0\0L\213l$\30L\211\357\213t$$H\213T$"..., 8192) = 8192
read(3, "\262\34\0H\211\357\350E\211\0\0\205\300\17\204\217\0\0\0H\215\r\306\254\34\0\277\"\0\0\0\276"..., 8192) = 8192
write(4, "\262\34\0H\211\357\350E\211\0\0\205\300\17\204\217\0\0\0H\215\r\306\254\34\0\277\"\0\0\0\276"..., 8192) = 8192
read(3, "L\211\347\350\330d\0\0I\211\306H\205\300\17\204\201\5\0\0L\211\367\350D\334\376\377\205\300\17\204"..., 8192) = 8192
write(4, "L\211\347\350\330d\0\0I\211\306H\205\300\17\204\201\5\0\0L\211\367\350D\334\376\377\205\300\17\204"..., 8192) = 8192
read(3, "%\366\377I\213N\10Hc\320H\211\3461\377H\205\311t\v\350\3076\366\377\353\0101\300\353\4A"..., 8192) = 8192
write(4, "%\366\377I\213N\10Hc\320H\211\3461\377H\205\311t\v\350\3076\366\377\353\0101\300\353\4A"..., 8192) = 8192
read(3, "\0\0\275\1\0\0\0L\215-\27\207\32\0\353\36H\211\337L\211\356\350\325\213\366\377\203\305\1L\211"..., 8192) = 8192
write(4, "\0\0\275\1\0\0\0L\215-\27\207\32\0\353\36H\211\337L\211\356\350\325\213\366\377\203\305\1L\211"..., 8192) = 8192
read(3, "\332\350\n\17\373\377H\2155\2418\34\0L\211\367\272\211\0\0\0\350\306T\372\377L\211\370[A^"..., 8192) = 8192
write(4, "\332\350\n\17\373\377H\2155\2418\34\0L\211\367\272\211\0\0\0\350\306T\372\377L\211\370[A^"..., 8192) = 8192
read(3, "H\213{\10\350\347n\364\377H\211\337\350\37\33\0\0I\213\206\260\0\0\0H\213\270 \1\0\0\350"..., 8192) = 8192
write(4, "H\213{\10\350\347n\364\377H\211\337\350\37\33\0\0I\213\206\260\0\0\0H\213\270 \1\0\0\350"..., 8192) = 8192
read(3, "\v\211\301\270\1\0\0\09\331t&L\215\5\365\370\33\0L\211\367\276P\0\0\0\272K\2\0\0"..., 8192) = 8192
write(4, "\v\211\301\270\1\0\0\09\331t&L\215\5\365\370\33\0L\211\367\276P\0\0\0\272K\2\0\0"..., 8192) = 8192
read(3, "L\211\357\350\330x\371\377%\7\0\17\0\272\4\0\0\0\203\370\6u\6\213\\$\4\353&L\211\357"..., 8192) = 8192
write(4, "L\211\357\350\330x\371\377%\7\0\17\0\272\4\0\0\0\203\370\6u\6\213\\$\4\353&L\211\357"..., 8192) = 8192
read(3, "L\17M\335L\17O\375f\178\336\351\17\20N\370fE\17o\332f\178\336\320A\17\30L\34"..., 8192) = 8192
write(4, "L\17M\335L\17O\375f\178\336\351\17\20N\370fE\17o\332f\178\336\320A\17\30L\34"..., 8192) = 8192
read(3, " 1\306\211\327f\178\0\363\301\302\5\1\361A\17\20G f\178\334\3211\307\301\315\7fA"..., 8192) = 8192
write(4, " 1\306\211\327f\178\0\363\301\302\5\1\361A\17\20G f\178\334\3211\307\301\315\7fA"..., 8192) = 8192
read(3, "!\314\304B1\334\312\305zoW\240A1\315\305\371\376\307D\3L$\10E\211\327A\301\316\vE"..., 8192) = 8192
write(4, "!\314\304B1\334\312\305zoW\240A1\315\305\371\376\307D\3L$\10E\211\327A\301\316\vE"..., 8192) = 8192
read(3, "@\305\345\376}`\305\375\177$$E1\366\305\375\177l$ H\213t$xH\215d$\300H\211"..., 8192) = 8192
write(4, "@\305\345\376}`\305\375\177$$E1\366\305\375\177l$ H\213t$xH\215d$\300H\211"..., 8192) = 8192
read(3, "\17\20\1\301\340\4\17\20I\20\17W\320\17W\330\17\20A H\215L\1 H\367\330H\203\300\20"..., 8192) = 8192
write(4, "\17\20\1\301\340\4\17\20I\20\17W\320\17W\330\17\20A H\215L\1 H\367\330H\203\300\20"..., 8192) = 8192
read(3, "fE\17\357\376fE\17o\361fE\17\376\311fE\17o\357fA\17r\346\37fE\17\324\377f"..., 8192) = 8192
write(4, "fE\17\357\376fE\17o\361fE\17\376\311fE\17o\357fA\17r\346\37fE\17\324\377f"..., 8192) = 8192
read(3, "\337\312\4\350\330\1\0\0f\17:\337\310\4\350\355\1\0\0f\17:\337\312\10\350\302\1\0\0f\17"..., 8192) = 8192
write(4, "\337\312\4\350\330\1\0\0f\17:\337\310\4\350\355\1\0\0f\17:\337\312\10\350\302\1\0\0f\17"..., 8192) = 8192
read(3, "\256\374\0\0\0D\211\320\301\340\0231\310\211\331\301\351\r1\310\211\206\0\1\0\0\301\343\0231\323H"..., 8192) = 8192
write(4, "\256\374\0\0\0D\211\320\301\340\0231\310\211\331\301\351\r1\310\211\206\0\1\0\0\301\343\0231\323H"..., 8192) = 8192
read(3, "UAWAVAUATSH\203\354HM\211\314L\211\303H\211\365I\211\375\203\372\377H\211L"..., 8192) = 8192
write(4, "UAWAVAUATSH\203\354HM\211\314L\211\303H\211\365I\211\375\203\372\377H\211L"..., 8192) = 8192
read(3, "\0\0\0\350x\302\230\377H\213\f$H\205\311t\20\2009\0t\vIc\327H\1\323H9\331u"..., 8192) = 8192
write(4, "\0\0\0\350x\302\230\377H\213\f$H\205\311t\20\2009\0t\vIc\327H\1\323H9\331u"..., 8192) = 8192
read(3, "\213F\10H\367\340E1\311I\1\302H\21\321I\203\321\0H\213F\20H\367&I\1\302H\21\321"..., 8192) = 8192
write(4, "\213F\10H\367\340E1\311I\1\302H\21\321I\203\321\0H\213F\20H\367&I\1\302H\21\321"..., 8192) = 8192
read(3, "\204^\2\0\0001\377H\213t$\30L\211\372L\211\361M\211\340\350\246\366\377\377\271\1\0\0\0H"..., 8192) = 8192
write(4, "\204^\2\0\0001\377H\213t$\30L\211\372L\211\361M\211\340\350\246\366\377\377\271\1\0\0\0H"..., 8192) = 8192
read(3, "\211\363M\211\356L\213m\260H\211\332L\211\361M\211\350E\211\341P\350e\336\364\377H\203\304\20A"..., 8192) = 8192
write(4, "\211\363M\211\356L\213m\260H\211\332L\211\361M\211\350E\211\341P\350e\336\364\377H\203\304\20A"..., 8192) = 8192
read(3, "\277\3\0\0\0\276\216\0\0\0\272D\0\0\0A\270|\0\0\0\353_H;t$8vbH\215"..., 8192) = 8192
write(4, "\277\3\0\0\0\276\216\0\0\0\272D\0\0\0A\270|\0\0\0\353_H;t$8vbH\215"..., 8192) = 8192
read(3, "\211\377\350\231F\364\377E\213~0E\1\377A9\307D\17L\370E\211\374L\211t$\10E;~"..., 8192) = 8192
write(4, "\211\377\350\231F\364\377E\213~0E\1\377A9\307D\17L\370E\211\374L\211t$\10E;~"..., 8192) = 8192
read(3, "L\211\300L\213N\340L\213V\350I\301\341\34M\211\323I\301\3429I\301\353\7L\1\310L\1\320"..., 8192) = 8192
write(4, "L\211\300L\213N\340L\213V\350I\301\341\34M\211\323I\301\3429I\301\353\7L\1\310L\1\320"..., 8192) = 8192
read(3, "A\17\357\322fA\17\357\333f\178\0\327f\178\0\337f\17\376\342f\17\376\353fD\17\357\364"..., 8192) = 8192
write(4, "A\17\357\322fA\17\357\333f\178\0\327f\178\0\337f\17\376\342f\17\376\353fD\17\357\364"..., 8192) = 8192
read(3, "AWAVATSPI\211\326I\211\367H\211\373\350\372N\6\0I\211\304H\205\300uXH\215"..., 8192) = 8192
write(4, "AWAVATSPI\211\326I\211\367H\211\373\350\372N\6\0I\211\304H\205\300uXH\215"..., 8192) = 8192
read(3, "\203\344?\211\313\301\353\n\203\343?\211\310\301\350\22\203\340?\301\351\32G3\4\221G3\204\261\0\2"..., 8192) = 8192
write(4, "\203\344?\211\313\301\353\n\203\343?\211\310\301\350\22\203\340?\301\351\32G3\4\221G3\204\261\0\2"..., 8192) = 8192
read(3, "\277M\205\355\17\204\373\1\0\0A\211\300\211\313I\211\3671\300I\215M\377H\203\371\6\17\207\"\2"..., 8192) = 8192
write(4, "\277M\205\355\17\204\373\1\0\0A\211\300\211\313I\211\3671\300I\215M\377H\203\371\6\17\207\"\2"..., 8192) = 8192
read(3, "\211\347\350Y\215\363\377\205\300\17\204 \377\377\377H\211\337L\213d$ L\211\346L\211\372\350\236\240"..., 8192) = 8192
write(4, "\211\347\350Y\215\363\377\205\300\17\204 \377\377\377H\211\337L\213d$ L\211\346L\211\372\350\236\240"..., 8192) = 8192
read(3, "I\17\257\325H\211\224$\220\1\0\0L\17\257\350L\1\351H\211L$pI\17\257\357M\211\375H"..., 8192) = 8192
write(4, "I\17\257\325H\211\224$\220\1\0\0L\17\257\350L\1\351H\211L$pI\17\257\357M\211\375H"..., 8192) = 8192
read(3, "\312\211\301\301\341\5\t\321\210K\27L\211\321H\301\351\3\210K\30I\301\352\vD\210S\31D\211\361"..., 8192) = 8192
write(4, "\312\211\301\301\341\5\t\321\210K\27L\211\321H\301\351\3\210K\30I\301\352\vD\210S\31D\211\361"..., 8192) = 8192
read(3, "M\211\367\350\370!\0\0H\215|$xL\211\356L\211\342\350\350!\0\0H\321\353H\215\4\233H"..., 8192) = 8192
write(4, "M\211\367\350\370!\0\0H\215|$xL\211\356L\211\342\350\350!\0\0H\321\353H\215\4\233H"..., 8192) = 8192
read(3, "\0\0L\211\347L\211\346\350\203.\0\0L\211\347L\211\346\350x.\0\0L\211\347L\211\346\350m"..., 8192) = 8192
write(4, "\0\0L\211\347L\211\346\350\203.\0\0L\211\347L\211\346\350x.\0\0L\211\347L\211\346\350m"..., 8192) = 8192
read(3, "$\220\213\\$\304\211_\20C\213\224\20X\3\0\0001\332!\3021\332\211T$\214\213\\$\300\211"..., 8192) = 8192
write(4, "$\220\213\\$\304\211_\20C\213\224\20X\3\0\0001\332!\3021\332\211T$\214\213\\$\300\211"..., 8192) = 8192
read(3, "\357\313f\17\177L$`f\17\357\332f\17\177\234$\240\0\0\0H\215\274$\260\0\0\0\350\16\t"..., 8192) = 8192
write(4, "\357\313f\17\177L$`f\17\357\332f\17\177\234$\240\0\0\0H\215\274$\260\0\0\0\350\16\t"..., 8192) = 8192
read(3, "\17(D$\20\17(L$ \17(T$0\17(\\$@\17)\234$\200\3\0\0\17)\224$"..., 8192) = 8192
write(4, "\17(D$\20\17(L$ \17(T$0\17(\\$@\17)\234$\200\3\0\0\17)\224$"..., 8192) = 8192
read(3, "L\211\377L\211\366\350\365\36\5\0L\211\367L\211\376\350\352\36\5\0L\211\377L\211\366\350\337\36\5"..., 8192) = 8192
write(4, "L\211\377L\211\366\350\365\36\5\0L\211\367L\211\376\350\352\36\5\0L\211\377L\211\366\350\337\36\5"..., 8192) = 8192
read(3, "`\350\232\0\376\377H\213{hL\211\366L\211\342\350\213h\4\0\205\300tQH\213{h\213sH"..., 8192) = 8192
write(4, "`\350\232\0\376\377H\213{hL\211\366L\211\342\350\213h\4\0\205\300tQH\213{h\213sH"..., 8192) = 8192
read(3, "\205\311\17\204\274\0\0\0H\213y\30\350\237X\362\377\205\300\17\205\246\0\0\0I\213\177\20H\205\377"..., 8192) = 8192
write(4, "\205\311\17\204\274\0\0\0H\213y\30\350\237X\362\377\205\300\17\205\246\0\0\0I\213\177\20H\205\377"..., 8192) = 8192
read(3, "*\326*z\201\313\305cT\377b\254\271\266\362~\265\235\255\263\244\273I7\27\246\325F,\0371\255"..., 8192) = 8192
write(4, "*\326*z\201\313\305cT\377b\254\271\266\362~\265\235\255\263\244\273I7\27\246\325F,\0371\255"..., 8192) = 8192
read(3, "\10&r%\t\2176\366\306\365\34\23\333`\22\23\254\367\264\372;5\353@)\350\3567\200\210\307\205"..., 8192) = 8192
write(4, "\10&r%\t\2176\366\306\365\34\23\333`\22\23\254\367\264\372;5\353@)\350\3567\200\210\307\205"..., 8192) = 8192
read(3, "\314\212$\"\22:\10\262f\343d2\357\300n\37(\356\375Z\4\267YV\265\vC\346@:\202z"..., 8192) = 8192
write(4, "\314\212$\"\22:\10\262f\343d2\357\300n\37(\356\375Z\4\267YV\265\vC\346@:\202z"..., 8192) = 8192
read(3, "\250n\361\303ZF\32z\34\321\361\262\35FZ\21r\241hl\225\335gG\230F:\321\353\362\2223"..., 8192) = 8192
write(4, "\250n\361\303ZF\32z\34\321\361\262\35FZ\21r\241hl\225\335gG\230F:\321\353\362\2223"..., 8192) = 8192
read(3, "\202*\349M(\273\236\350\10\203\25cH\335\274\312\355\361\203\354\26o\0\310\306]i7,>\241"..., 8192) = 8192
write(4, "\202*\349M(\273\236\350\10\203\25cH\335\274\312\355\361\203\354\26o\0\310\306]i7,>\241"..., 8192) = 8192
read(3, "\373Q\22Zt\330\365\251\307%'\307\250Gw\226\236\350\3771\3453\\\31^\223d\351\17!\235`"..., 8192) = 8192
write(4, "\373Q\22Zt\330\365\251\307%'\307\250Gw\226\236\350\3771\3453\\\31^\223d\351\17!\235`"..., 8192) = 8192
read(3, "V\3029\340h6\264\34]\375\27|\213\373&_+\6\252y\257&\344\356\4\277\217\327\320\2 \7"..., 8192) = 8192
write(4, "V\3029\340h6\264\34]\375\27|\213\373&_+\6\252y\257&\344\356\4\277\217\327\320\2 \7"..., 8192) = 8192
read(3, "\260\232\3606\236\24\262\357[\273\20J\312c\361\3\230\t\342\6Ep)\320\253;Z\33\0\257\360V"..., 8192) = 8192
write(4, "\260\232\3606\236\24\262\357[\273\20J\312c\361\3\230\t\342\6Ep)\320\253;Z\33\0\257\360V"..., 8192) = 8192
read(3, "\340\267Mi\357\275\371\200\306\335\374\271\207\207\312\355\341\334\270\0034\34\230Q\241\v\341p\361\334tB"..., 8192) = 8192
write(4, "\340\267Mi\357\275\371\200\306\335\374\271\207\207\312\355\341\334\270\0034\34\230Q\241\v\341p\361\334tB"..., 8192) = 8192
read(3, "P\276tZ\35\6\356\202\365o\241\336\304\201\27\344\242\310\277\231\36\310\260\340-~T\viMOb"..., 8192) = 8192
write(4, "P\276tZ\35\6\356\202\365o\241\336\304\201\27\344\242\310\277\231\36\310\260\340-~T\viMOb"..., 8192) = 8192
read(3, " Ul~\3074M\205X\352\271\334\357\371}\302mf\206\326i#_@\205\252\27\4\277\376\321)"..., 8192) = 8192
write(4, " Ul~\3074M\205X\352\271\334\357\371}\302mf\206\326i#_@\205\252\27\4\277\376\321)"..., 8192) = 8192
read(3, "\f\2066\356\350Bl\211-\302\23A\375M\360\332\23B\20D\267\267\333\32\352\224\323\37\241_\375\345"..., 8192) = 8192
write(4, "\f\2066\356\350Bl\211-\302\23A\375M\360\332\23B\20D\267\267\333\32\352\224\323\37\241_\375\345"..., 8192) = 8192
read(3, "XjfR\204\355\321\260\302\303\251\346\0n\313K\10d\220&\34AW<\0dU\23U\7\302\317"..., 8192) = 8192
write(4, "XjfR\204\355\321\260\302\303\251\346\0n\313K\10d\220&\34AW<\0dU\23U\7\302\317"..., 8192) = 8192
read(3, "\372\321c\r}\23\345d\237\330\251\2R\300\217e\tcCPtH\211Ha\332\230\325\3700\256\351"..., 8192) = 8192
write(4, "\372\321c\r}\23\345d\237\330\251\2R\300\217e\tcCPtH\211Ha\332\230\325\3700\256\351"..., 8192) = 8192
read(3, "\207\223\36\10\t\241m\243(X\223\214\327\200\227\373\25\260@\3452\3\224\325\372f\364\340\33\265\327\311"..., 8192) = 8192
write(4, "\207\223\36\10\t\241m\243(X\223\214\327\200\227\373\25\260@\3452\3\224\325\372f\364\340\33\265\327\311"..., 8192) = 8192
read(3, "0\372\355\205L2\367^\332\363\324\207Te\227%\206\f\265\334\300[/5l\2512H\260'i\217"..., 8192) = 8192
write(4, "0\372\355\205L2\367^\332\363\324\207Te\227%\206\f\265\334\300[/5l\2512H\260'i\217"..., 8192) = 8192
read(3, "\324\4s\337\330Y\226\253\216\16!\377\33\317\33\267`\275?\327\213C\242\251\336\264\21]\37\315\225E"..., 8192) = 8192
write(4, "\324\4s\337\330Y\226\253\216\16!\377\33\317\33\267`\275?\327\213C\242\251\336\264\21]\37\315\225E"..., 8192) = 8192
read(3, "C\\lVQ\313\205nF\360\2275\31\311\371\317J\331\224I\f\351T\223}\222G!2\223\243\340"..., 8192) = 8192
write(4, "C\\lVQ\313\205nF\360\2275\31\311\371\317J\331\224I\f\351T\223}\222G!2\223\243\340"..., 8192) = 8192
read(3, "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\377\377\377\377"..., 8192) = 8192
write(4, "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\377\377\377\377"..., 8192) = 8192
read(3, "ov \305\335v\371\305\325\333\357\305\315\333\367\305\355\357\325\305\345\357\336\305\376\177\27\305\376\177_ "..., 8192) = 8192
write(4, "ov \305\335v\371\305\325\333\357\305\315\333\367\305\355\357\325\305\345\357\336\305\376\177\27\305\376\177_ "..., 8192) = 8192
read(3, "\0\0H\215<$\350\365\326\377\377M1\333M\1\344H\215\264$\300\0\0\0M\21\355L\211\340M"..., 8192) = 8192
write(4, "\0\0H\215<$\350\365\326\377\377M1\333M\1\344H\215\264$\300\0\0\0M\21\355L\211\340M"..., 8192) = 8192
read(3, "H\203\354\30H\211t$\10H\211T$\20H\205\377t\21H\2155\26\0\0\0H\215T$\10\350"..., 8192) = 8192
write(4, "H\203\354\30H\211t$\10H\211T$\20H\205\377t\21H\2155\26\0\0\0H\215T$\10\350"..., 8192) = 8192
read(3, "\1\0\0\0H\203\304\30[A\\A]A^A_]\303f.\17\37\204\0\0\0\0\0\17\37\0"..., 8192) = 8192
write(4, "\1\0\0\0H\203\304\30[A\\A]A^A_]\303f.\17\37\204\0\0\0\0\0\17\37\0"..., 8192) = 8192
read(3, "L\211\3461\322L\211\371I\211\350E\211\361\350\355\203\362\377A\276\0\0\0\0\205\300tcH\215|"..., 8192) = 8192
write(4, "L\211\3461\322L\211\371I\211\350E\211\361\350\355\203\362\377A\276\0\0\0\0\205\300tcH\215|"..., 8192) = 8192
read(3, "\321A\367\323A!\314B\215\234\23\252\307\266\351A!\323D\213V\24E\t\334A\211\323D\1\343A"..., 8192) = 8192
write(4, "\321A\367\323A!\314B\215\234\23\252\307\266\351A!\323D\213V\24E\t\334A\211\323D\1\343A"..., 8192) = 8192
read(3, "\17\266\263\377\0\0\0A\1\306D\210\263\377\0\0\0D\211\360\301\350\10\17\266\223\376\0\0\0\1\302"..., 8192) = 8192
write(4, "\17\266\263\377\0\0\0A\1\306D\210\263\377\0\0\0D\211\360\301\350\10\17\266\223\376\0\0\0\1\302"..., 8192) = 8192
read(3, "\310C\215\24\31\1\321\201\301\346\213\242PA\301\305\16M\211\321A\301\301\n\211\372D1\312E\1\375"..., 8192) = 8192
write(4, "\310C\215\24\31\1\321\201\301\346\213\242PA\301\305\16M\211\321A\301\301\n\211\372D1\312E\1\375"..., 8192) = 8192
read(3, "\253\0\0\0\203\305\1A9\356u\317L\211\347\350<\311\356\377\350\267\311\356\377H\205\300\17\204\225\0"..., 8192) = 8192
write(4, "\253\0\0\0\203\305\1A9\356u\317L\211\347\350<\311\356\377\350\267\311\356\377H\205\300\17\204\225\0"..., 8192) = 8192
read(3, "\373L\1\342M\1\343H\215m\10M\1\363L\213fHI\211\325M\211\336I\17\314I\301\315\27L"..., 8192) = 8192
write(4, "\373L\1\342M\1\343H\215m\10M\1\363L\213fHI\211\325M\211\336I\17\314I\301\315\27L"..., 8192) = 8192
read(3, "\301\315\16L!\377I1\306M\1\353H1\337I\301\316\34L\1\332I\1\373I\211\325M\1\336I"..., 8192) = 8192
write(4, "\301\315\16L!\377I1\306M\1\353H1\337I\301\316\34L\1\332I\1\373I\211\325M\1\336I"..., 8192) = 8192
read(3, "\250\362\340M1\375\304C\373\360\362\16\304\301E\324\373\304\301%s\320\7J\215\34#M1\365I\211"..., 8192) = 8192
write(4, "\250\362\340M1\375\304C\373\360\362\16\304\301E\324\373\304\301%s\320\7J\215\34#M1\365I\211"..., 8192) = 8192
read(3, "H\213t$\20L\211\352H\213|$8\351o\376\377\377H\215\rF\305\25\0\2775\0\0\0\276f"..., 8192) = 8192
write(4, "H\213t$\20L\211\352H\213|$8\351o\376\377\377H\215\rF\305\25\0\2775\0\0\0\276f"..., 8192) = 8192
read(3, "v\0\0\0\350\327\364\361\3771\333H\211\330[A\\A]A^A_\303\17\37\204\0\0\0\0\0"..., 8192) = 8192
write(4, "v\0\0\0\350\327\364\361\3771\333H\211\330[A\\A]A^A_\303\17\37\204\0\0\0\0\0"..., 8192) = 8192
read(3, "\350\20\210E\1\210}\2\210]\3\211\363\211\360\301\350\30\210E\4\211\360\301\350\20\210E\5H\213D"..., 8192) = 8192
write(4, "\350\20\210E\1\210}\2\210]\3\211\363\211\360\301\350\30\210E\4\211\360\301\350\20\210E\5H\213D"..., 8192) = 8192
read(3, "\353\f\211\306H\213|$\20H\213\\$@E\205\311H\211|$\20H\211\\$@D\211D$\4"..., 8192) = 8192
write(4, "\353\f\211\306H\213|$\20H\213\\$@E\205\311H\211|$\20H\211\\$@D\211D$\4"..., 8192) = 8192
read(3, "\0L\213x\320L\213p\330L\213h\340L\213`\350H\213h\360H\213X\370H\215 \363\303f\220"..., 8192) = 8192
write(4, "\0L\213x\320L\213p\330L\213h\340L\213`\350H\213h\360H\213X\370H\215 \363\303f\220"..., 8192) = 8192
read(3, "M\205\366\17\204\237\0\0\0I\211\377A\211\315A\211\324\213\23\213K\4\17\312\17\311\211T$\10\211"..., 8192) = 8192
write(4, "M\205\366\17\204\237\0\0\0I\211\377A\211\315A\211\324\213\23\213K\4\17\312\17\311\211T$\10\211"..., 8192) = 8192
read(3, "H\213D$`H\205\300H\213\\$hH\213L$8t\3H\211\10H\215\25\35\373\20\0E1"..., 8192) = 8192
write(4, "H\213D$`H\205\300H\213\\$hH\213L$8t\3H\211\10H\215\25\35\373\20\0E1"..., 8192) = 8192
read(3, "\377\205\300\17\216w\2\0\0H\205\355H\215E\1I\17D\305H\211D$81\3551\300H\211D"..., 8192) = 8192
write(4, "\377\205\300\17\216w\2\0\0H\205\355H\215E\1I\17D\305H\211D$81\3551\300H\211D"..., 8192) = 8192
read(3, "\363\350j\353\355\377H\211\337H\211\306\350\217_\371\377H\205\300\17\204w\1\0\0I\211\304H\211\307"..., 8192) = 8192
write(4, "\363\350j\353\355\377H\211\337H\211\306\350\217_\371\377H\205\300\17\204w\1\0\0I\211\304H\211\307"..., 8192) = 8192
read(3, "\3t$\270L\211l$8H\1\326H1\365H\301\305 L\211T$`H\1\357H\211|$\210"..., 8192) = 8192
write(4, "\3t$\270L\211l$8H\1\326H1\365H\301\305 L\211T$`H\1\357H\211|$\210"..., 8192) = 8192
read(3, "\305\31\213J\0343L$\354D1\351\211L$\314\211J\34H\213\214$\300\0\0\0H\3\214$\240"..., 8192) = 8192
write(4, "\305\31\213J\0343L$\354D1\351\211L$\314\211J\34H\213\214$\300\0\0\0H\3\214$\240"..., 8192) = 8192
read(3, "1\311I\211\350\211\323\211\362H\213l$@\353/I\211\350\211\323C\17\267|\236\2\211\301I\323\357"..., 8192) = 8192
write(4, "1\311I\211\350\211\323\211\362H\213l$@\353/I\211\350\211\323C\17\267|\236\2\211\301I\323\357"..., 8192) = 8192
read(3, "\210L\20\1I\1\320I\203\300\2L\213|$\210\351.\375\377\377I\1\320L\213|$\210\351!\375"..., 8192) = 8192
write(4, "\210L\20\1I\1\320I\203\300\2L\213|$\210\351.\375\377\377I\1\320L\213|$\210\351!\375"..., 8192) = 8192
read(3, "\372\377\276\220\353lP\244\367\243\371\276\362xq\306\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\372\377\276\220\353lP\244\367\243\371\276\362xq\306\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "split always has at least 1 item"..., 8192) = 8192
write(4, "split always has at least 1 item"..., 8192) = 8192
read(3, "\335\0\0\0\336\0\0\0x\1\0\0\1\1\0\0\0\1\0\0\3\1\0\0\2\1\0\0\5\1\0\0"..., 8192) = 8192
write(4, "\335\0\0\0\336\0\0\0x\1\0\0\1\1\0\0\0\1\0\0\3\1\0\0\2\1\0\0\5\1\0\0"..., 8192) = 8192
read(3, "I\377\0\0J\377\0\0K\377\0\0L\377\0\0M\377\0\0N\377\0\0O\377\0\0P\377\0\0"..., 8192) = 8192
write(4, "I\377\0\0J\377\0\0K\377\0\0L\377\0\0M\377\0\0N\377\0\0O\377\0\0P\377\0\0"..., 8192) = 8192
read(3, "\264\3\0\0{\35\0\0\263\215\0\0\256v\0\0\223\3\0\0{\6\0\0\250\230\0\0\304\3\0\0"..., 8192) = 8192
write(4, "\264\3\0\0{\35\0\0\263\215\0\0\256v\0\0\223\3\0\0{\6\0\0\250\230\0\0\304\3\0\0"..., 8192) = 8192
read(3, "h\0\0\0\f\3\0\0k\0\0\0\1\3\0\0\322\3\0\0\10\3\0\0b\0\0\0001\3\0\0"..., 8192) = 8192
write(4, "h\0\0\0\f\3\0\0k\0\0\0\1\3\0\0\322\3\0\0\10\3\0\0b\0\0\0001\3\0\0"..., 8192) = 8192
read(3, "E+\230\377y+\230\377\22+\230\377\254+\230\377\306P\230\377\340P\230\377\372P\230\377\24Q\230\377"..., 8192) = 8192
write(4, "E+\230\377y+\230\377\22+\230\377\254+\230\377\306P\230\377\340P\230\377\372P\230\377\24Q\230\377"..., 8192) = 8192
read(3, "(\212\237\377\233\212\237\377\372\224\237\377\205\201\237\377$\202\237\377y\201\237\377\370\202\237\377\356\245\237\377"..., 8192) = 8192
write(4, "(\212\237\377\233\212\237\377\372\224\237\377\205\201\237\377$\202\237\377y\201\237\377\370\202\237\377\356\245\237\377"..., 8192) = 8192
read(3, "\tb\244\377hb\244\377\361b\244\377Vc\244\377jc\244\377\203c\244\377\233c\244\377\264c\244\377"..., 8192) = 8192
write(4, "\tb\244\377hb\244\377\361b\244\377Vc\244\377jc\244\377\203c\244\377\233c\244\377\264c\244\377"..., 8192) = 8192
read(3, "=\264\270\377=\264\270\377=\264\270\377\322\262\270\377=\264\270\377=\264\270\377=\264\270\377\333\262\270\377"..., 8192) = 8192
write(4, "=\264\270\377=\264\270\377=\264\270\377\322\262\270\377=\264\270\377=\264\270\377=\264\270\377\333\262\270\377"..., 8192) = 8192
read(3, "s\30\272\377y\30\272\377\203\30\272\377\215\30\272\377\227\30\272\377\241\30\272\377\253\30\272\377\265\30\272\377"..., 8192) = 8192
write(4, "s\30\272\377y\30\272\377\203\30\272\377\215\30\272\377\227\30\272\377\241\30\272\377\253\30\272\377\265\30\272\377"..., 8192) = 8192
read(3, "7\241\315\377\364\241\315\377K\241\315\377\204\241\315\377\265\242\315\377\257\242\315\377\263\242\315\377\265\242\315\377"..., 8192) = 8192
write(4, "7\241\315\377\364\241\315\377K\241\315\377\204\241\315\377\265\242\315\377\257\242\315\377\263\242\315\377\265\242\315\377"..., 8192) = 8192
read(3, "\314\274\327\377\314\274\327\377\314\274\327\377\314\274\327\377\314\274\327\377\314\274\327\377\314\274\327\377\314\274\327\377"..., 8192) = 8192
write(4, "\314\274\327\377\314\274\327\377\314\274\327\377\314\274\327\377\314\274\327\377\314\274\327\377\314\274\327\377\314\274\327\377"..., 8192) = 8192
read(3, " invalid lengthinvalid byteinval"..., 8192) = 8192
write(4, " invalid lengthinvalid byteinval"..., 8192) = 8192
read(3, "\202\n\0\0\0\0\0\0\274\n\0\0\274\n\0\0\0\0\0\0\301\n\0\0\305\n\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\202\n\0\0\0\0\0\0\274\n\0\0\274\n\0\0\0\0\0\0\301\n\0\0\305\n\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\350\213>\306\321\324\205\224\341.\3167\6J\247\271\232\272\301\305\207\34\21\350\240\24\231\333\324\261\n\221"..., 8192) = 8192
write(4, "\350\213>\306\321\324\205\224\341.\3167\6J\247\271\232\272\301\305\207\34\21\350\240\24\231\333\324\261\n\221"..., 8192) = 8192
read(3, "\3q'\t\2g\0025\2\t*\21\1!\0304\fD\1\1,\6\3\1\1\3\n!\5#\r\35"..., 8192) = 8192
write(4, "\3q'\t\2g\0025\2\t*\21\1!\0304\fD\1\1,\6\3\1\1\3\n!\5#\r\35"..., 8192) = 8192
read(3, "\0\0\0\0\242\4\0\0\243\4\0\0\0\0\0\0\0\0\0\0\244\4\0\0\245\4\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\242\4\0\0\243\4\0\0\0\0\0\0\0\0\0\0\244\4\0\0\245\4\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0g!\0\0w!\0\0\0\0\0\0\0\0\0\0h!\0\0x!\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0g!\0\0w!\0\0\0\0\0\0\0\0\0\0h!\0\0x!\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\31\351\1\0;\351\1\0\0\0\0\0\0\0\0\0\32\351\1\0<\351\1\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\31\351\1\0;\351\1\0\0\0\0\0\0\0\0\0\32\351\1\0<\351\1\0\0\0\0\0"..., 8192) = 8192
read(3, "\326\344\"\234b\357U:E\3\303\253\361\10\264\rl\22\\<\330\31+\232V'\214_\342,\373\371"..., 8192) = 8192
write(4, "\326\344\"\234b\357U:E\3\303\253\361\10\264\rl\22\\<\330\31+\232V'\214_\342,\373\371"..., 8192) = 8192
read(3, "\263\223\17i[H\364\320\211\24\36\300a\317\345y\30\245\230h\360~c\321\352qbJ\2\252\231\363"..., 8192) = 8192
write(4, "\263\223\17i[H\364\320\211\24\36\300a\317\345y\30\245\230h\360~c\321\352qbJ\2\252\231\363"..., 8192) = 8192
read(3, "\240S\327\344zr\1\0\24u\316\375\363.\6\0\375>}\367\27\200\0\0\313mH>\r\307\3\0"..., 8192) = 8192
write(4, "\240S\327\344zr\1\0\24u\316\375\363.\6\0\375>}\367\27\200\0\0\313mH>\r\307\3\0"..., 8192) = 8192
read(3, "ent /cargo/registry/src/github.c"..., 8192) = 8192
write(4, "ent /cargo/registry/src/github.c"..., 8192) = 8192
read(3, "1\2\0\0\0\0\0\0\26\0\0\0\0\0\0\0001\3\0\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "1\2\0\0\0\0\0\0\26\0\0\0\0\0\0\0001\3\0\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "n\2\0\0\0\0\0\0\17\0\0\0\0\0\0\0n\2\0\0\0\0\0\0\30\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "n\2\0\0\0\0\0\0\17\0\0\0\0\0\0\0n\2\0\0\0\0\0\0\30\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "w\2\0\0\0\0\0\0\17\0\0\0\0\0\0\0w\2\0\0\0\0\0\0\30\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "w\2\0\0\0\0\0\0\17\0\0\0\0\0\0\0w\2\0\0\0\0\0\0\30\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\\\2\0\0\0\0\0\0\17\0\0\0\0\0\0\0\\\2\0\0\0\0\0\0\30\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\\\2\0\0\0\0\0\0\17\0\0\0\0\0\0\0\\\2\0\0\0\0\0\0\30\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\244\2\0\0\0\0\0\0(\0\0\0\0\0\0\0\244\3\0\0\0\0\0\0\2\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\244\2\0\0\0\0\0\0(\0\0\0\0\0\0\0\244\3\0\0\0\0\0\0\2\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\246\2\0\0\0\0\0\0\26\0\0\0\0\0\0\0\246\3\0\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\246\2\0\0\0\0\0\0\26\0\0\0\0\0\0\0\246\3\0\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\300\2\0\0\0\0\0\0\17\0\0\0\0\0\0\0\300\2\0\0\0\0\0\0\30\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\300\2\0\0\0\0\0\0\17\0\0\0\0\0\0\0\300\2\0\0\0\0\0\0\30\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\376\2\0\0\0\0\0\0\17\0\0\0\0\0\0\0\376\2\0\0\0\0\0\0\30\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\376\2\0\0\0\0\0\0\17\0\0\0\0\0\0\0\376\2\0\0\0\0\0\0\30\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "/headers.rs:892event /cargo/regi"..., 8192) = 8192
write(4, "/headers.rs:892event /cargo/regi"..., 8192) = 8192
read(3, "0.3.2/src/server.rs:1467event /c"..., 8192) = 8192
write(4, "0.3.2/src/server.rs:1467event /c"..., 8192) = 8192
read(3, "\351\377\377\17\0\0\0\0\34\0\0\0\0\0\0\0\352\377\377\17\0\0\0\0\36\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\351\377\377\17\0\0\0\0\34\0\0\0\0\0\0\0\352\377\377\17\0\0\0\0\36\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0^_`abcdefghijklmnopqrstuvw"..., 8192) = 8192
write(4, "\0\0\0\0\0\0^_`abcdefghijklmnopqrstuvw"..., 8192) = 8192
read(3, "5/src/proto/h1/io.rs:180event /c"..., 8192) = 8192
write(4, "5/src/proto/h1/io.rs:180event /c"..., 8192) = 8192
read(3, "rgo/registry/src/github.com-1ecc"..., 8192) = 8192
write(4, "rgo/registry/src/github.com-1ecc"..., 8192) = 8192
read(3, "N\204\0\0`\f\0\0O\204\0\0d\f\0\0P\204\0\0f\f\0\0Q\204\0\0p\f\0\0"..., 8192) = 8192
write(4, "N\204\0\0`\f\0\0O\204\0\0d\f\0\0P\204\0\0f\f\0\0Q\204\0\0p\f\0\0"..., 8192) = 8192
read(3, "\342\225\0\0\260\16\1\0\343\225\0\0\262\16\1\0\344\225\0\0\0\17\1\0\345\225\0\0\35\17\1\0"..., 8192) = 8192
write(4, "\342\225\0\0\260\16\1\0\343\225\0\0\262\16\1\0\344\225\0\0\0\17\1\0\345\225\0\0\35\17\1\0"..., 8192) = 8192
read(3, "\4\0\0\0\0\0\0\0\2:\4\6\4\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\4\0\0\0"..., 8192) = 8192
write(4, "\4\0\0\0\0\0\0\0\2:\4\6\4\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\4\0\0\0"..., 8192) = 8192
read(3, "\6\f\20\5\6\21\20\5\6\26\20\5\6\33\20\5\6 \20\5\6%\20\5\6*\20\5\6/\20\5"..., 8192) = 8192
write(4, "\6\f\20\5\6\21\20\5\6\26\20\5\6\33\20\5\6 \20\5\6%\20\5\6*\20\5\6/\20\5"..., 8192) = 8192
read(3, "\2\317&\2\2\321&\2\2\323&\2\2\325&\2\2\265 \2\2\327&\2\2\331&\4\2\335&\4"..., 8192) = 8192
write(4, "\2\317&\2\2\321&\2\2\323&\2\2\325&\2\2\265 \2\2\327&\2\2\331&\4\2\335&\4"..., 8192) = 8192
read(3, "\2\251&\2\2\257&\2\4\0\0\0\2\325&\2\2\265&\2\2\253&\2\2\277&\2\2\327&\2"..., 8192) = 8192
write(4, "\2\251&\2\2\257&\2\4\0\0\0\2\325&\2\2\265&\2\2\253&\2\2\277&\2\2\327&\2"..., 8192) = 8192
read(3, "2526272829303132333435\352\260\200\353\202\230\353\213\244\353"..., 8192) = 8192
write(4, "2526272829303132333435\352\260\200\353\202\230\353\213\244\353"..., 8192) = 8192
read(3, "\233\350\265\267\360\247\274\257\360\240\240\204\350\267\213\350\266\274\350\267\260\360\240\243\236\350\273\224\360\250\227\222"..., 8192) = 8192
write(4, "\233\350\265\267\360\247\274\257\360\240\240\204\350\267\213\350\266\274\350\267\260\360\240\243\236\350\273\224\360\250\227\222"..., 8192) = 8192
read(3, " vendor=${desktop%-*}\n "..., 8192) = 8192
write(4, " vendor=${desktop%-*}\n "..., 8192) = 8192
read(3, "ajor\" -gt 3 && return $1\n tes"..., 8192) = 8192
write(4, "ajor\" -gt 3 && return $1\n tes"..., 8192) = 8192
read(3, " local browser browser_with_arg\n"..., 8192) = 8192
write(4, " local browser browser_with_arg\n"..., 8192) = 8192
read(3, "go/registry/src/github.com-1ecc6"..., 8192) = 8192
write(4, "go/registry/src/github.com-1ecc6"..., 8192) = 8192
read(3, "lg\342\250\277ampand\342\210\247andand\342\251\225\342\251\234\342\251\230\342\251\232"..., 8192) = 8192
write(4, "lg\342\250\277ampand\342\210\247andand\342\251\225\342\251\234\342\251\230\342\251\232"..., 8192) = 8192
read(3, "e\342\226\265triangledowntrianglelefttria"..., 8192) = 8192
write(4, "e\342\226\265triangledowntrianglelefttria"..., 8192) = 8192
read(3, "angeHirHirInfoboolsLiteralClassA"..., 8192) = 8192
write(4, "angeHirHirInfoboolsLiteralClassA"..., 8192) = 8192
read(3, "\207\3\0\0\207\3\0\0_\5\0\0_\5\0\0\364\5\0\0\364\5\0\0' \0\0' \0\0"..., 8192) = 8192
write(4, "\207\3\0\0\207\3\0\0_\5\0\0_\5\0\0\364\5\0\0\364\5\0\0' \0\0' \0\0"..., 8192) = 8192
read(3, "K\247\0\0M\247\0\0M\247\0\0O\247\0\0O\247\0\0Q\247\0\0Q\247\0\0S\247\0\0"..., 8192) = 8192
write(4, "K\247\0\0M\247\0\0M\247\0\0O\247\0\0O\247\0\0Q\247\0\0Q\247\0\0S\247\0\0"..., 8192) = 8192
read(3, "\374\4\0\0\374\4\0\0\376\4\0\0\376\4\0\0\0\5\0\0\0\5\0\0\2\5\0\0\2\5\0\0"..., 8192) = 8192
write(4, "\374\4\0\0\374\4\0\0\376\4\0\0\376\4\0\0\0\5\0\0\0\5\0\0\2\5\0\0\2\5\0\0"..., 8192) = 8192
read(3, "T\310\0\0p\310\0\0p\310\0\0\214\310\0\0\214\310\0\0\250\310\0\0\250\310\0\0\304\310\0\0"..., 8192) = 8192
write(4, "T\310\0\0p\310\0\0p\310\0\0\214\310\0\0\214\310\0\0\250\310\0\0\250\310\0\0\304\310\0\0"..., 8192) = 8192
read(3, "P\31\1\0Y\31\1\0Dogra\0\0\0d\t\0\0o\t\0\0000\250\0\09\250\0\0"..., 8192) = 8192
write(4, "P\31\1\0Y\31\1\0Dogra\0\0\0d\t\0\0o\t\0\0000\250\0\09\250\0\0"..., 8192) = 8192
read(3, "G\17\0\0I\17\0\0i\17\0\0q\17\0\0\213\17\0\0\220\17\0\0\225\17\0\0\227\17\0\0"..., 8192) = 8192
write(4, "G\17\0\0I\17\0\0i\17\0\0q\17\0\0\213\17\0\0\220\17\0\0\225\17\0\0\227\17\0\0"..., 8192) = 8192
read(3, "\256\247\0\0\305\250\0\0\305\250\0\0\215\1\1\0\216\1\1\0\260\4\1\0\323\4\1\0\330\4\1\0"..., 8192) = 8192
write(4, "\256\247\0\0\305\250\0\0\305\250\0\0\215\1\1\0\216\1\1\0\260\4\1\0\323\4\1\0\330\4\1\0"..., 8192) = 8192
read(3, "o'\0\0o'\0\0q'\0\0q'\0\0s'\0\0s'\0\0u'\0\0u'\0\0"..., 8192) = 8192
write(4, "o'\0\0o'\0\0q'\0\0q'\0\0s'\0\0s'\0\0u'\0\0u'\0\0"..., 8192) = 8192
read(3, "\331\4\0\0\331\4\0\0\333\4\0\0\333\4\0\0\335\4\0\0\335\4\0\0\337\4\0\0\337\4\0\0"..., 8192) = 8192
write(4, "\331\4\0\0\331\4\0\0\333\4\0\0\333\4\0\0\335\4\0\0\335\4\0\0\337\4\0\0\337\4\0\0"..., 8192) = 8192
read(3, "\351\33\0\0\355\33\0\0\355\33\0\0\357\33\0\0\361\33\0\0,\34\0\0003\34\0\0006\34\0\0"..., 8192) = 8192
write(4, "\351\33\0\0\355\33\0\0\355\33\0\0\357\33\0\0\361\33\0\0,\34\0\0003\34\0\0006\34\0\0"..., 8192) = 8192
read(3, "\345\361\1\0\3\362\1\0\17\362\1\0<\362\1\0?\362\1\0I\362\1\0O\362\1\0R\362\1\0"..., 8192) = 8192
write(4, "\345\361\1\0\3\362\1\0\17\362\1\0<\362\1\0?\362\1\0I\362\1\0O\362\1\0R\362\1\0"..., 8192) = 8192
read(3, ":\17\0\0=\17\0\0\205\17\0\0\205\17\0\0\320\17\0\0\324\17\0\0\331\17\0\0\332\17\0\0"..., 8192) = 8192
write(4, ":\17\0\0=\17\0\0\205\17\0\0\205\17\0\0\320\17\0\0\324\17\0\0\331\17\0\0\332\17\0\0"..., 8192) = 8192
read(3, "N\23\1\0O\23\1\0Q\23\1\0V\23\1\0X\23\1\0\\\23\1\0d\23\1\0e\23\1\0"..., 8192) = 8192
write(4, "N\23\1\0O\23\1\0Q\23\1\0V\23\1\0X\23\1\0\\\23\1\0d\23\1\0e\23\1\0"..., 8192) = 8192
read(3, "X\f\0\0Z\f\0\0`\f\0\0c\f\0\0\200\f\0\0\203\f\0\0\205\f\0\0\214\f\0\0"..., 8192) = 8192
write(4, "X\f\0\0Z\f\0\0`\f\0\0c\f\0\0\200\f\0\0\203\f\0\0\205\f\0\0\214\f\0\0"..., 8192) = 8192
read(3, "\n\32\1\0003\32\1\08\32\1\0;\32\1\0>\32\1\0G\32\1\0G\32\1\0Q\32\1\0"..., 8192) = 8192
write(4, "\n\32\1\0003\32\1\08\32\1\0;\32\1\0>\32\1\0G\32\1\0G\32\1\0Q\32\1\0"..., 8192) = 8192
read(3, "\251\1\0\0\254\1\0\0\254\1\0\0\256\1\0\0\257\1\0\0\261\1\0\0\263\1\0\0\265\1\0\0"..., 8192) = 8192
write(4, "\251\1\0\0\254\1\0\0\254\1\0\0\256\1\0\0\257\1\0\0\261\1\0\0\263\1\0\0\265\1\0\0"..., 8192) = 8192
read(3, "\356,\0\0\363,\0\0\363,\0\0\0-\0\0%-\0\0'-\0\0'-\0\0--\0\0"..., 8192) = 8192
write(4, "\356,\0\0\363,\0\0\363,\0\0\0-\0\0%-\0\0'-\0\0'-\0\0--\0\0"..., 8192) = 8192
read(3, "\310&\0\0\310&\0\0\316&\0\0\317&\0\0\321&\0\0\321&\0\0\323&\0\0\324&\0\0"..., 8192) = 8192
write(4, "\310&\0\0\310&\0\0\316&\0\0\317&\0\0\321&\0\0\321&\0\0\323&\0\0\324&\0\0"..., 8192) = 8192
read(3, "\0D\1\0FF\1\0\0h\1\08j\1\0@j\1\0^j\1\0`j\1\0ij\1\0"..., 8192) = 8192
write(4, "\0D\1\0FF\1\0\0h\1\08j\1\0@j\1\0^j\1\0`j\1\0ij\1\0"..., 8192) = 8192
read(3, "?\0\1\0M\0\1\0P\0\1\0]\0\1\0\200\0\1\0\372\0\1\0@\1\1\0t\1\1\0"..., 8192) = 8192
write(4, "?\0\1\0M\0\1\0P\0\1\0]\0\1\0\200\0\1\0\372\0\1\0@\1\1\0t\1\1\0"..., 8192) = 8192
read(3, "\222\1\0\0\225\1\0\0\225\1\0\0\231\1\0\0\233\1\0\0\236\1\0\0\236\1\0\0\241\1\0\0"..., 8192) = 8192
write(4, "\222\1\0\0\225\1\0\0\225\1\0\0\231\1\0\0\233\1\0\0\236\1\0\0\236\1\0\0\241\1\0\0"..., 8192) = 8192
read(3, "z\3\0\0z\3\0\0,\35\0\0j\35\0\0x\35\0\0x\35\0\0\233\35\0\0\277\35\0\0"..., 8192) = 8192
write(4, "z\3\0\0z\3\0\0,\35\0\0j\35\0\0x\35\0\0x\35\0\0\233\35\0\0\277\35\0\0"..., 8192) = 8192
read(3, "f\247\0\0f\247\0\0h\247\0\0h\247\0\0j\247\0\0j\247\0\0l\247\0\0l\247\0\0"..., 8192) = 8192
write(4, "f\247\0\0f\247\0\0h\247\0\0h\247\0\0j\247\0\0j\247\0\0l\247\0\0l\247\0\0"..., 8192) = 8192
read(3, "\177\26\0\0\201\26\0\0\232\26\0\0\240\26\0\0\352\26\0\0\356\26\0\0\370\26\0\0\0\27\0\0"..., 8192) = 8192
write(4, "\177\26\0\0\201\26\0\0\232\26\0\0\240\26\0\0\352\26\0\0\356\26\0\0\370\26\0\0\0\27\0\0"..., 8192) = 8192
read(3, "quotationmarkradicalsbscfSimple_"..., 8192) = 8192
write(4, "quotationmarkradicalsbscfSimple_"..., 8192) = 8192
read(3, "/github.com-1ecc6299db9ec823/req"..., 8192) = 8192
write(4, "/github.com-1ecc6299db9ec823/req"..., 8192) = 8192
read(3, "izeinvalid RST_STREAM framelocal"..., 8192) = 8192
write(4, "izeinvalid RST_STREAM framelocal"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0/cargo/registry/src/gith"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0/cargo/registry/src/gith"..., 8192) = 8192
read(3, "ousRSADSAECDSARSASignserver fini"..., 8192) = 8192
write(4, "ousRSADSAECDSARSASignserver fini"..., 8192) = 8192
read(3, "le of their choosing. Where you "..., 8192) = 8192
write(4, "le of their choosing. Where you "..., 8192) = 8192
read(3, "ghtly-2018-12-27\n\nThen you can u"..., 8192) = 8192
write(4, "ghtly-2018-12-27\n\nThen you can u"..., 8192) = 8192
read(3, "1IGEu1+3ETIg/DxFE7VQY0\nIt/Ywz+nH"..., 8192) = 8192
write(4, "1IGEu1+3ETIg/DxFE7VQY0\nIt/Ywz+nH"..., 8192) = 8192
read(3, "tsMissingIf you don't need the c"..., 8192) = 8192
write(4, "tsMissingIf you don't need the c"..., 8192) = 8192
read(3, "own profile name: ''; valid prof"..., 8192) = 8192
write(4, "own profile name: ''; valid prof"..., 8192) = 8192
read(3, " Great!\n\nTo get started you may "..., 8192) = 8192
write(4, " Great!\n\nTo get started you may "..., 8192) = 8192
read(3, "e\377\377\221\350\250\260\26\365C87\1\1b\304\26723\333\206\355&\22\356\237\363\361\1h6:"..., 8192) = 8192
write(4, "e\377\377\221\350\250\260\26\365C87\1\1b\304\26723\333\206\355&\22\356\237\363\361\1h6:"..., 8192) = 8192
read(3, "roruse of std::thread::current()"..., 8192) = 8192
write(4, "roruse of std::thread::current()"..., 8192) = 8192
read(3, "rseXGlobalHeaderXHeadertoo many "..., 8192) = 8192
write(4, "rseXGlobalHeaderXHeadertoo many "..., 8192) = 8192
read(3, "45a63f3445f1ac248fb015e53/librar"..., 8192) = 8192
write(4, "45a63f3445f1ac248fb015e53/librar"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\t\0\0\0\0\0\0\0 \0\0\0\10\0\0\0\3\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\t\0\0\0\0\0\0\0 \0\0\0\10\0\0\0\3\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\r\0\0\1\r\0\0\r\0\0\0\2\r\0\0\3\r\0\0\t\0\0\0\5\r\0\0\f\r\0\0"..., 8192) = 8192
write(4, "\0\r\0\0\1\r\0\0\r\0\0\0\2\r\0\0\3\r\0\0\t\0\0\0\5\r\0\0\f\r\0\0"..., 8192) = 8192
read(3, "\r\0\0\0t\21\1\0v\21\1\0\t\0\0\0\200\21\1\0\201\21\1\0\r\0\0\0\202\21\1\0"..., 8192) = 8192
write(4, "\r\0\0\0t\21\1\0v\21\1\0\t\0\0\0\200\21\1\0\201\21\1\0\r\0\0\0\202\21\1\0"..., 8192) = 8192
read(3, "\t?\34\1\346Q\3\0\t\266\26\1\346\333\34\0\t\362\33\0\3340\3\0\t:\16\0\312\"\3\0"..., 8192) = 8192
write(4, "\t?\34\1\346Q\3\0\t\266\26\1\346\333\34\0\t\362\33\0\3340\3\0\t:\16\0\312\"\3\0"..., 8192) = 8192
read(3, "\0\0\0\0\10\0\f\0\0\0\0\0\10\0\0\0\0\0\34\0\0\0\0\0\22\0\0\0\6\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\10\0\f\0\0\0\0\0\10\0\0\0\0\0\34\0\0\0\0\0\22\0\0\0\6\0\0\0"..., 8192) = 8192
read(3, "\3160\0\0\3030\0\0\3100\0\0E\6\0\0.\6\0\0,\6\0\0002\0\0\0000\0\0\0"..., 8192) = 8192
write(4, "\3160\0\0\3030\0\0\3100\0\0E\6\0\0.\6\0\0,\6\0\0002\0\0\0000\0\0\0"..., 8192) = 8192
read(3, "\4\0\2\0\0\0\0\0\2\0\1\0\1\0\0\0\1\0\0\0\2\0\0\0\7\0\7\0\0\0\24\0"..., 8192) = 8192
write(4, "\4\0\2\0\0\0\0\0\2\0\1\0\1\0\0\0\1\0\0\0\2\0\0\0\7\0\7\0\0\0\24\0"..., 8192) = 8192
read(3, "\264\16\0\0\343\253\0\0h\1\16\0\352 \0\0\337\r\0\0\300\21\1\0\302\35\0\0E\3\0\0"..., 8192) = 8192
write(4, "\264\16\0\0\343\253\0\0h\1\16\0\352 \0\0\337\r\0\0\300\21\1\0\302\35\0\0E\3\0\0"..., 8192) = 8192
read(3, "\7\3X\0\212\36\0\0\f\3T\0d\1\0\0\23\3\305\3P\37\0\0\24\3\265\3\21\37\0\0"..., 8192) = 8192
write(4, "\7\3X\0\212\36\0\0\f\3T\0d\1\0\0\23\3\305\3P\37\0\0\24\3\265\3\21\37\0\0"..., 8192) = 8192
read(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"..., 8192) = 8192
write(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"..., 8192) = 8192
read(3, "\212\5\0\0J\0\0\0\204\t\0\0005\0\0\0s\3\0\0\200\0\0\0\235\5\0\0J\0\0\0"..., 8192) = 8192
write(4, "\212\5\0\0J\0\0\0\204\t\0\0005\0\0\0s\3\0\0\200\0\0\0\235\5\0\0J\0\0\0"..., 8192) = 8192
read(3, "\224A\t\364\243+\313\365\372\225\215\367\315\377O\366`]x\331W7\272\330\16\211\374\3329\343>\333"..., 8192) = 8192
write(4, "\224A\t\364\243+\313\365\372\225\215\367\315\377O\366`]x\331W7\272\330\16\211\374\3329\343>\333"..., 8192) = 8192
read(3, "t\314\324\316\330h\234\371y=\4\222J\21u\255\366\10\206\223\254\224U\241\373\371V\317>\355\274\365"..., 8192) = 8192
write(4, "t\314\324\316\330h\234\371y=\4\222J\21u\255\366\10\206\223\254\224U\241\373\371V\317>\355\274\365"..., 8192) = 8192
read(3, "rict, size_t *restrict, size_t, "..., 8192) = 8192
write(4, "rict, size_t *restrict, size_t, "..., 8192) = 8192
read(3, "\372\275\337~8N\7\0\331\17\212\305\23C\1\0\34$bV\250\37\3\0*\355\334\327\347\224\0\0"..., 8192) = 8192
write(4, "\372\275\337~8N\7\0\331\17\212\305\23C\1\0\34$bV\250\37\3\0*\355\334\327\347\224\0\0"..., 8192) = 8192
read(3, "\347\v\27\264\327\221\2\0\341\250\337g\312\321\5\0\242\230\362a\200\250\2\0}bq\236N0\1\0"..., 8192) = 8192
write(4, "\347\v\27\264\327\221\2\0\341\250\337g\312\321\5\0\242\230\362a\200\250\2\0}bq\236N0\1\0"..., 8192) = 8192
read(3, "\365\327\262%\334~\1\0\356\33\10\2466s\3\0\303\345\207\2101\265\7\0\341[\32Im\237\4\0"..., 8192) = 8192
write(4, "\365\327\262%\334~\1\0\356\33\10\2466s\3\0\303\345\207\2101\265\7\0\341[\32Im\237\4\0"..., 8192) = 8192
read(3, "<\24\251\30\3240\347y\1\266\355_\374\225\272u\20%bw+s\373y\306U7\245v_\220\30"..., 8192) = 8192
write(4, "<\24\251\30\3240\347y\1\266\355_\374\225\272u\20%bw+s\373y\306U7\245v_\220\30"..., 8192) = 8192
read(3, "\263\205dn\347\22\321\370\370R\34w\333$>Mm/JhA\356\343HQU\331!}\225aq"..., 8192) = 8192
write(4, "\263\205dn\347\22\321\370\370R\34w\333$>Mm/JhA\356\343HQU\331!}\225aq"..., 8192) = 8192
read(3, "'\24\25 O\202\231\177\6\2C\222\266(h W#\21\341\327\227\220\252\354\24\344\t\362\242\371\254"..., 8192) = 8192
write(4, "'\24\25 O\202\231\177\6\2C\222\266(h W#\21\341\327\227\220\252\354\24\344\t\362\242\371\254"..., 8192) = 8192
read(3, "\235\227\5\300t\325\363\246P\343@jB+\7\302\371\354\342\215V\301\245\374N4\25\245[\277\310\250"..., 8192) = 8192
write(4, "\235\227\5\300t\325\363\246P\343@jB+\7\302\371\354\342\215V\301\245\374N4\25\245[\277\310\250"..., 8192) = 8192
read(3, "\363$\27\231\221>\221\307\206\326\3139\234y\332^\36\374\324c\307\225\265\335T\355O\254\v\270ck"..., 8192) = 8192
write(4, "\363$\27\231\221>\221\307\206\326\3139\234y\332^\36\374\324c\307\225\265\335T\355O\254\v\270ck"..., 8192) = 8192
read(3, "\355\374\346\243\307\365S\r\353\275_\364\325\275\313\350p\2323\23\337\1\\\370\201\353,\24\200\30\367\17"..., 8192) = 8192
write(4, "\355\374\346\243\307\365S\r\353\275_\364\325\275\313\350p\2323\23\337\1\\\370\201\353,\24\200\30\367\17"..., 8192) = 8192
read(3, "\341\300\336\207*i\252\345\0\235\263\367\215\355\r\1\265\240\317T\310\200\33{(\352\370\240v\270\276f"..., 8192) = 8192
write(4, "\341\300\336\207*i\252\345\0\235\263\367\215\355\r\1\265\240\317T\310\200\33{(\352\370\240v\270\276f"..., 8192) = 8192
read(3, "f\272g\376#\235)\0164/\317\223`\7E\221\23\371\374\227\251^[\364\332\335\327\213C\10\340["..., 8192) = 8192
write(4, "f\272g\376#\235)\0164/\317\223`\7E\221\23\371\374\227\251^[\364\332\335\327\213C\10\340["..., 8192) = 8192
read(3, "Z\342`\303\277\266\351\214x\32Z\7\225QB\346\3642\27H\250V\307\235z\2652T\17D\300\203"..., 8192) = 8192
write(4, "Z\342`\303\277\266\351\214x\32Z\7\225QB\346\3642\27H\250V\307\235z\2652T\17D\300\203"..., 8192) = 8192
read(3, "_\20\305\324A\26\211\te\275\177m\216\17\350\32\260\275\346\276_\"g\235`\330\304\177Y;C;"..., 8192) = 8192
write(4, "_\20\305\324A\26\211\te\275\177m\216\17\350\32\260\275\346\276_\"g\235`\330\304\177Y;C;"..., 8192) = 8192
read(3, "i\36\30\372\354?\n\357\230\232\3260\201/\240\236]\271\352f\216\317\351\262!\0r$\353+\17R"..., 8192) = 8192
write(4, "i\36\30\372\354?\n\357\230\232\3260\201/\240\236]\271\352f\216\317\351\262!\0r$\353+\17R"..., 8192) = 8192
read(3, "A\302\230\322\247\311K!\375|\200V\272\227\266\343\333\352dE\2x\34\357\305I\201\264\317\315\350\335"..., 8192) = 8192
write(4, "A\302\230\322\247\311K!\375|\200V\272\227\266\343\333\352dE\2x\34\357\305I\201\264\317\315\350\335"..., 8192) = 8192
read(3, "\201\263\263\235\373,:&K\n\337\324\356-:\234\37\346\4}\351\6\215r%\223DB\274\337\32\213"..., 8192) = 8192
write(4, "\201\263\263\235\373,:&K\n\337\324\356-:\234\37\346\4}\351\6\215r%\223DB\274\337\32\213"..., 8192) = 8192
read(3, "_D\33\27\203\223\7\1L\2551\201\343!\317\233\350\2079\311\5\342\337\214\217\214.\311RA?\346"..., 8192) = 8192
write(4, "_D\33\27\203\223\7\1L\2551\201\343!\317\233\350\2079\311\5\342\337\214\217\214.\311RA?\346"..., 8192) = 8192
read(3, "B\305*iO`\3\203\323\221{\"\341\377y\360\275\371\252\25c>\366\31\373D\363\361e\345\236\371"..., 8192) = 8192
write(4, "B\305*iO`\3\203\323\221{\"\341\377y\360\275\371\252\25c>\366\31\373D\363\361e\345\236\371"..., 8192) = 8192
read(3, "\375h\216\235\276I\366\345 C\4\0333\5\17\333\2303\303\340\263\351\375\366\256\317\310f\233 \364\222"..., 8192) = 8192
write(4, "\375h\216\235\276I\366\345 C\4\0333\5\17\333\2303\303\340\263\351\375\366\256\317\310f\233 \364\222"..., 8192) = 8192
read(3, "J\263\3205\300{A\343\247\300'\203k8\vD\321b\3\254-&\267\217C\371\315\340L\21A,"..., 8192) = 8192
write(4, "J\263\3205\300{A\343\247\300'\203k8\vD\321b\3\254-&\267\217C\371\315\340L\21A,"..., 8192) = 8192
read(3, "I\214\257\356\232\351(\211(\327$n=\247z\356l\25+\347\302\7PL\35\212@\355\305W\317_"..., 8192) = 8192
write(4, "I\214\257\356\232\351(\211(\327$n=\247z\356l\25+\347\302\7PL\35\212@\355\305W\317_"..., 8192) = 8192
read(3, "\236O\303\36\311-\200\200\3\6\20135-w\330\363\264\fSl\326\6?)\301u\304\r\355\345{"..., 8192) = 8192
write(4, "\236O\303\36\311-\200\200\3\6\20135-w\330\363\264\fSl\326\6?)\301u\304\r\355\345{"..., 8192) = 8192
read(3, "G: Using weak random seed\n\0...\0S"..., 8192) = 8192
write(4, "G: Using weak random seed\n\0...\0S"..., 8192) = 8192
read(3, "nknown transfer ID\0Remote file a"..., 8192) = 8192
write(4, "nknown transfer ID\0Remote file a"..., 8192) = 8192
read(3, " from PKCS12 file '%s'\0private k"..., 8192) = 8192
write(4, " from PKCS12 file '%s'\0private k"..., 8192) = 8192
read(3, "ved 101\n\0no chunk, no close, no "..., 8192) = 8192
write(4, "ved 101\n\0no chunk, no close, no "..., 8192) = 8192
read(3, "256\0TLS_ECDHE_ECDSA_WITH_AES_128"..., 8192) = 8192
write(4, "256\0TLS_ECDHE_ECDSA_WITH_AES_128"..., 8192) = 8192
read(3, "te certificate status\0before SSL"..., 8192) = 8192
write(4, "te certificate status\0before SSL"..., 8192) = 8192
read(3, "sn1/asn1_lib.c\0\0\300*\333\377\25+\333\377\365+\333\377W,\333\377"..., 8192) = 8192
write(4, "sn1/asn1_lib.c\0\0\300*\333\377\25+\333\377\365+\333\377W,\333\377"..., 8192) = 8192
read(3, "ve over a 160 bit prime field\0SE"..., 8192) = 8192
write(4, "ve over a 160 bit prime field\0SE"..., 8192) = 8192
read(3, "E0\237\242\245\201HZ\366&>1;y\242\365\5\3719%\215\267\335\220\341\223O\214p\260\337\354"..., 8192) = 8192
write(4, "E0\237\242\245\201HZ\366&>1;y\242\365\5\3719%\215\267\335\220\341\223O\214p\260\337\354"..., 8192) = 8192
read(3, "\226\1\0\0\0\0\0\0000\0\0\0\1\0\0\0\214\271\36\202\2438m(\17]o~P\346A\337"..., 8192) = 8192
write(4, "\226\1\0\0\0\0\0\0000\0\0\0\1\0\0\0\214\271\36\202\2438m(\17]o~P\346A\337"..., 8192) = 8192
read(3, "\377\377\377\377\377\377\377\377\n\0\0\0\v\0\0\0\f\0\0\0\r\0\0\0\16\0\0\0\17\0\0\0"..., 8192) = 8192
write(4, "\377\377\377\377\377\377\377\377\n\0\0\0\v\0\0\0\f\0\0\0\r\0\0\0\16\0\0\0\17\0\0\0"..., 8192) = 8192
read(3, "d\0IANA\0iana\0Directory\0mgmt\0Manag"..., 8192) = 8192
write(4, "d\0IANA\0iana\0Directory\0mgmt\0Manag"..., 8192) = 8192
read(3, " 34.10-94\0md_gost94\0GOST R 34.11"..., 8192) = 8192
write(4, " 34.10-94\0md_gost94\0GOST R 34.11"..., 8192) = 8192
read(3, "rsassa-pkcs1-v1_5-with-sha3-512\0"..., 8192) = 8192
write(4, "rsassa-pkcs1-v1_5-with-sha3-512\0"..., 8192) = 8192
read(3, "\256\0\0\0D\4\0\0\277\1\0\0\327\1\0\0\324\1\0\0\330\1\0\0\366\1\0\0\301\1\0\0"..., 8192) = 8192
write(4, "\256\0\0\0D\4\0\0\277\1\0\0\327\1\0\0\324\1\0\0\330\1\0\0\366\1\0\0\301\1\0\0"..., 8192) = 8192
read(3, "\1\3`\206H\1\206\370B\1\4`\206H\1\206\370B\1\7`\206H\1\206\370B\1\10`\206H"..., 8192) = 8192
write(4, "\1\3`\206H\1\206\370B\1\4`\206H\1\206\370B\1\7`\206H\1\206\370B\1\10`\206H"..., 8192) = 8192
read(3, "hashAlgorithm\0issuerNameHash\0iss"..., 8192) = 8192
write(4, "hashAlgorithm\0issuerNameHash\0iss"..., 8192) = 8192
read(3, "itical extension\0key usage does "..., 8192) = 8192
write(4, "itical extension\0key usage does "..., 8192) = 8192
read(3, "move_scts\0ct_strict\0custom_ext_a"..., 8192) = 8192
write(4, "move_scts\0ct_strict\0custom_ext_a"..., 8192) = 8192
read(3, "process_cke_psk_preamble\0tls_pro"..., 8192) = 8192
write(4, "process_cke_psk_preamble\0tls_pro"..., 8192) = 8192
read(3, ":\356\343\377:\356\343\377:\356\343\377:\356\343\3779\356\343\377:\356\343\377:\356\343\377:\356\343\377"..., 8192) = 8192
write(4, ":\356\343\377:\356\343\377:\356\343\377:\356\343\3779\356\343\377:\356\343\377:\356\343\377:\356\343\377"..., 8192) = 8192
read(3, "\246\317\201\365\245(\336z\332&\216\267?\244\277\255,\344\235:P\r\222xj\233\314_TbF~"..., 8192) = 8192
write(4, "\246\317\201\365\245(\336z\332&\216\267?\244\277\255,\344\235:P\r\222xj\233\314_TbF~"..., 8192) = 8192
read(3, "\v\f\21\f%\f/\f1\fA\f[\f_\fa\fm\fs\fw\f\203\f\211\f\221\f\225\f"..., 8192) = 8192
write(4, "\v\f\21\f%\f/\f1\fA\f[\f_\fa\fm\fs\fw\f\203\f\211\f\221\f\225\f"..., 8192) = 8192
read(3, "d\0originator\0ukm\0recipientEncryp"..., 8192) = 8192
write(4, "d\0originator\0ukm\0recipientEncryp"..., 8192) = 8192
read(3, "\373\207\347\1\243\212\324\0\322\371t\376X\201\273\0\23\0101\376>\16\220\377\237L\323\0\3263R\0"..., 8192) = 8192
write(4, "\373\207\347\1\243\212\324\0\322\371t\376X\201\273\0\23\0101\376>\16\220\377\237L\323\0\3263R\0"..., 8192) = 8192
read(3, "\1\330\244\376C\21\257\377\251\v;\377\236)=\377I\274\16\377\303\6\211\377\26\223\35\377\24g\3\377"..., 8192) = 8192
write(4, "\1\330\244\376C\21\257\377\251\v;\377\236)=\377I\274\16\377\303\6\211\377\26\223\35\377\24g\3\377"..., 8192) = 8192
read(3, "Y\0345\0!T\30\377\2633\22\376\275FS\0\v\234\263\1b\206w\0\236oo\0w\232I\377"..., 8192) = 8192
write(4, "Y\0345\0!T\30\377\2633\22\376\275FS\0\v\234\263\1b\206w\0\236oo\0w\232I\377"..., 8192) = 8192
read(3, " \353y\1\265)\232\0G\206\345\376\312\377$\0)\230\5\0\232?I\377\"\266|\0y\335\226\377"..., 8192) = 8192
write(4, " \353y\1\265)\232\0G\206\345\376\312\377$\0)\230\5\0\232?I\377\"\266|\0y\335\226\377"..., 8192) = 8192
read(3, "\361\213\255\vL\3331\16\16\360\f\2!)\211\0164\0\260\t\32\335\321\7\200\366\370\17A\220*\16"..., 8192) = 8192
write(4, "\361\213\255\vL\3331\16\16\360\f\2!)\211\0164\0\260\t\32\335\321\7\200\366\370\17A\220*\16"..., 8192) = 8192
read(3, "\322#\236\10\201\2622\n\227L\353\5^~P\r\37\202\2\3N\250\241\5\307\10_\f\301To\0"..., 8192) = 8192
write(4, "\322#\236\10\201\2622\n\227L\353\5^~P\r\37\202\2\3N\250\241\5\307\10_\f\301To\0"..., 8192) = 8192
read(3, "\3647\216\r0\20\253\7\3762\320\5\17\224H\0161\2630\17\236o\243\6W\307X\t\3o\276\t"..., 8192) = 8192
write(4, "\3647\216\r0\20\253\7\3762\320\5\17\224H\0161\2630\17\236o\243\6W\307X\t\3o\276\t"..., 8192) = 8192
read(3, " key algorithm\0unsupported salt "..., 8192) = 8192
write(4, " key algorithm\0unsupported salt "..., 8192) = 8192
read(3, "\0data too small for key size\0dig"..., 8192) = 8192
write(4, "\0data too small for key size\0dig"..., 8192) = 8192
read(3, "rl found\0no cert set for us to v"..., 8192) = 8192
write(4, "rl found\0no cert set for us to v"..., 8192) = 8192
read(3, "\332/\257x`\\`U\363%U\346\224\253U\252b\230HW@\24\350cj9\312U\266\20\253*"..., 8192) = 8192
write(4, "\332/\257x`\\`U\363%U\346\224\253U\252b\230HW@\24\350cj9\312U\266\20\253*"..., 8192) = 8192
read(3, "8\0\255q\371x\307m\3040\201\221\n`\7\2512h\236-\1\36j\355\2121\264\357\206\3105q"..., 8192) = 8192
write(4, "8\0\255q\371x\307m\3040\201\221\n`\7\2512h\236-\1\36j\355\2121\264\357\206\3105q"..., 8192) = 8192
read(3, "\231\277\344\215\240\1\21\241uy\323\177\300&Z\332O\231\37\350\211\315(\225\355\2373\375\2774x\270"..., 8192) = 8192
write(4, "\231\277\344\215\240\1\21\241uy\323\177\300&Z\332O\231\37\350\211\315(\225\355\2373\375\2774x\270"..., 8192) = 8192
read(3, ": \0\n%*sSignature : \0\n%*s "..., 8192) = 8192
write(4, ": \0\n%*sSignature : \0\n%*s "..., 8192) = 8192
read(3, "nd not implemented\0DSO failure\0d"..., 8192) = 8192
write(4, "nd not implemented\0DSO failure\0d"..., 8192) = 8192
read(3, "2\330l\343E\337\\u\334\326\r\317\253\321=Y&\3310\254Q\336\0:\310\327Q\200\277\320a\26"..., 8192) = 8192
write(4, "2\330l\343E\337\\u\334\326\r\317\253\321=Y&\3310\254Q\336\0:\310\327Q\200\277\320a\26"..., 8192) = 8192
read(3, "\340\206\1\0\340\364\200\3770\207\1\0000\365\200\377h\207\1\0\260\367\200\377\300\343\3\0\260\1\201\377"..., 8192) = 8192
write(4, "\340\206\1\0\340\364\200\3770\207\1\0000\365\200\377h\207\1\0\260\367\200\377\300\343\3\0\260\1\201\377"..., 8192) = 8192
read(3, "\240\0\2\0\200\243\214\377\270\0\2\0\0\244\214\377\350\0\2\0 \244\214\377pF\4\0\200\244\214\377"..., 8192) = 8192
write(4, "\240\0\2\0\200\243\214\377\270\0\2\0\0\244\214\377\350\0\2\0 \244\214\377pF\4\0\200\244\214\377"..., 8192) = 8192
read(3, "\300\325\4\0\300\32\232\3778l\2\0\320\32\232\377Pl\2\0\360\32\232\377\30\326\4\0P\33\232\377"..., 8192) = 8192
write(4, "\300\325\4\0\300\32\232\3778l\2\0\320\32\232\377Pl\2\0\360\32\232\377\30\326\4\0P\33\232\377"..., 8192) = 8192
read(3, "\250\322\2\0\220\212\250\377\330f\5\0\200\236\250\377\300\322\2\0@\243\250\3770g\5\0\260\247\250\377"..., 8192) = 8192
write(4, "\250\322\2\0\220\212\250\377\330f\5\0\200\236\250\377\300\322\2\0@\243\250\3770g\5\0\260\247\250\377"..., 8192) = 8192
read(3, "\3301\3\0\260\322\263\377\0102\3\0\0\323\263\377 2\3\0p\324\263\377p2\3\0\20\325\263\377"..., 8192) = 8192
write(4, "\3301\3\0\260\322\263\377\0102\3\0\0\323\263\377 2\3\0p\324\263\377p2\3\0\20\325\263\377"..., 8192) = 8192
read(3, "\350\246\3\0\20\217\302\377\0\247\3\0000\217\302\3770w\6\0\200\217\302\377Xw\6\0\260\217\302\377"..., 8192) = 8192
write(4, "\350\246\3\0\20\217\302\377\0\247\3\0000\217\302\3770w\6\0\200\217\302\377Xw\6\0\260\217\302\377"..., 8192) = 8192
read(3, "p$\7\0@_\321\377\210$\7\0P_\321\377\240$\7\0`_\321\377\270$\7\0p_\321\377"..., 8192) = 8192
write(4, "p$\7\0@_\321\377\210$\7\0P_\321\377\240$\7\0`_\321\377\270$\7\0p_\321\377"..., 8192) = 8192
read(3, "H\351\7\0`?\327\377\220\351\7\0\340?\327\377\310\351\7\0\360?\327\377\340\351\7\0\340@\327\377"..., 8192) = 8192
write(4, "H\351\7\0`?\327\377\220\351\7\0\340?\327\377\310\351\7\0\360?\327\377\340\351\7\0\340@\327\377"..., 8192) = 8192
read(3, "\200\232\10\0\20\356\332\377\230\232\10\0 \356\332\377\260\232\10\0000\356\332\377\310\232\10\0@\356\332\377"..., 8192) = 8192
write(4, "\200\232\10\0\20\356\332\377\230\232\10\0 \356\332\377\260\232\10\0000\356\332\377\310\232\10\0@\356\332\377"..., 8192) = 8192
read(3, "\230L\t\0\360J\340\377\260L\t\0\260K\340\377\0M\t\0pL\340\377PM\t\0\260L\340\377"..., 8192) = 8192
write(4, "\230L\t\0\360J\340\377\260L\t\0\260K\340\377\0M\t\0pL\340\377PM\t\0\260L\340\377"..., 8192) = 8192
read(3, "@\f\n\0\240\206\351\377\220\f\n\0\360\206\351\377\260\f\n\0\300\212\351\377\320\f\n\0\220\216\351\377"..., 8192) = 8192
write(4, "@\f\n\0\240\206\351\377\220\f\n\0\360\206\351\377\260\f\n\0\300\212\351\377\320\f\n\0\220\216\351\377"..., 8192) = 8192
read(3, "\0B\16\20A\16\30G\16\240\1\203\3\216\2a\16\30A\16\20B\16\10A\16\240\1\2i\16\30"..., 8192) = 8192
write(4, "\0B\16\20A\16\30G\16\240\1\203\3\216\2a\16\30A\16\20B\16\10A\16\240\1\2i\16\30"..., 8192) = 8192
read(3, "\0A\16\20B\16\30B\16 B\16(B\0160A\168D\16\240\1\203\7\214\6\215\5\216\4\217"..., 8192) = 8192
write(4, "\0A\16\20B\16\30B\16 B\16(B\0160A\168D\16\240\1\203\7\214\6\215\5\216\4\217"..., 8192) = 8192
read(3, "`\233\203\377.\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0\324[\0\0(\234\203\377\v\0\0\0"..., 8192) = 8192
write(4, "`\233\203\377.\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0\324[\0\0(\234\203\377\v\0\0\0"..., 8192) = 8192
read(3, "\0A\16\20B\16\30B\16 B\16(B\0160A\168A\16@\203\7\214\6\215\5\216\4\217\3"..., 8192) = 8192
write(4, "\0A\16\20B\16\30B\16 B\16(B\0160A\168A\16@\203\7\214\6\215\5\216\4\217\3"..., 8192) = 8192
read(3, "A\168G\16\200\2\203\7\214\6\215\5\216\4\217\3\206\2\3Z\35\168A\0160B\16(B\16"..., 8192) = 8192
write(4, "A\168G\16\200\2\203\7\214\6\215\5\216\4\217\3\206\2\3Z\35\168A\0160B\16(B\16"..., 8192) = 8192
read(3, "\24\0\0\0\304\273\0\0\230\316\213\377;\2\0\0\0\0\0\0\0\0\0\0$\0\0\0\334\273\0\0"..., 8192) = 8192
write(4, "\24\0\0\0\304\273\0\0\230\316\213\377;\2\0\0\0\0\0\0\0\0\0\0$\0\0\0\334\273\0\0"..., 8192) = 8192
read(3, "8A\0160B\16(B\16 B\16\30B\16\20A\16\10A\16\240\2\0\24\0\0\0\334\333\0\0"..., 8192) = 8192
write(4, "8A\0160B\16(B\16 B\16\30B\16\20A\16\10A\16\240\2\0\24\0\0\0\334\333\0\0"..., 8192) = 8192
read(3, "\3\206\2\3&\2\168A\0160B\16(B\16 B\16\30B\16\20A\16\10\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\3\206\2\3&\2\168A\0160B\16(B\16 B\16\30B\16\20A\16\10\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\16 D\16P\203\4\216\3\217\2\3R\1\16 A\16\30B\16\20B\16\10A\16P\0\0\0\0"..., 8192) = 8192
write(4, "\16 D\16P\203\4\216\3\217\2\3R\1\16 A\16\30B\16\20B\16\10A\16P\0\0\0\0"..., 8192) = 8192
read(3, " `\240\377d\0\0\0\0B\16\20B\16\30A\16 \203\4\216\3\217\2\2O\16\30B\16\20B"..., 8192) = 8192
write(4, " `\240\377d\0\0\0\0B\16\20B\16\30A\16 \203\4\216\3\217\2\2O\16\30B\16\20B"..., 8192) = 8192
read(3, "4\0\0\0\304[\1\0\370\322\242\377\264\0\0\0\0B\16\20B\16\30A\16 \203\4\216\3\217\2"..., 8192) = 8192
write(4, "4\0\0\0\304[\1\0\370\322\242\377\264\0\0\0\0B\16\20B\16\30A\16 \203\4\216\3\217\2"..., 8192) = 8192
read(3, "\220,\245\377\1\0\0\0\0\0\0\0\0\0\0\0\34\0\0\0\324{\1\0\210,\245\377(\0\0\0"..., 8192) = 8192
write(4, "\220,\245\377\1\0\0\0\0\0\0\0\0\0\0\0\34\0\0\0\324{\1\0\210,\245\377(\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\24\0\0\0\314\233\1\0p\20\251\377\24\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\24\0\0\0\314\233\1\0p\20\251\377\24\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "M\16\10A\16\20M\16\10A\16\20M\16\10A\16\20M\16\10A\16\20M\16\10A\16\20M\16"..., 8192) = 8192
write(4, "M\16\10A\16\20M\16\10A\16\20M\16\10A\16\20M\16\10A\16\20M\16\10A\16\20M\16"..., 8192) = 8192
read(3, "0B\16(B\16 B\16\30B\16\20A\16\10F\16@D\168A\0160B\16(B\16 B"..., 8192) = 8192
write(4, "0B\16(B\16 B\16\30B\16\20A\16\10F\16@D\168A\0160B\16(B\16 B"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\24\0\0\0\314\373\1\0pY\263\377\v\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\24\0\0\0\314\373\1\0pY\263\377\v\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0D\16Py\16\10\0\24\0\0\0\314\33\2\0\240\202\272\377\10\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0D\16Py\16\10\0\24\0\0\0\314\33\2\0\240\202\272\377\10\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, " B\16\30B\16\20B\16\10\0\0\0\0\0\0\34\0\0\0\324;\2\0\370\32\275\377?\0\0\0"..., 8192) = 8192
write(4, " B\16\30B\16\20B\16\10\0\0\0\0\0\0\34\0\0\0\324;\2\0\370\32\275\377?\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\34\0\0\0\314[\2\0\320\241\277\377U\0\0\0\0A\16\20\203\2j\16"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\34\0\0\0\314[\2\0\320\241\277\377U\0\0\0\0A\16\20\203\2j\16"..., 8192) = 8192
read(3, "\220\266y\377*\1\0\0\4\203]\6\0A\16\20B\16\30B\16 B\16(A\0160\203\6\214\5"..., 8192) = 8192
write(4, "\220\266y\377*\1\0\0\4\203]\6\0A\16\20B\16\30B\16 B\16(A\0160\203\6\214\5"..., 8192) = 8192
read(3, "A\16\30D\16p\203\3\216\2\3J\1\16\30A\16\20B\16\10A\16pT\0\0\0004\"\0\0"..., 8192) = 8192
write(4, "A\16\30D\16p\203\3\216\2\3J\1\16\30A\16\20B\16\10A\16pT\0\0\0004\"\0\0"..., 8192) = 8192
read(3, "B\16\30B\16 B\16(B\0160A\168G\16\220\3\203\7\214\6\215\5\216\4\217\3\206\2\3"..., 8192) = 8192
write(4, "B\16\30B\16 B\16(B\0160A\168G\16\220\3\203\7\214\6\215\5\216\4\217\3\206\2\3"..., 8192) = 8192
read(3, "\16\20B\16\10A\16p4\0\0\0$b\0\0\360\376\205\377\306\2\0\0\4\7@\6\0B\16\20"..., 8192) = 8192
write(4, "\16\20B\16\10A\16p4\0\0\0$b\0\0\360\376\205\377\306\2\0\0\4\7@\6\0B\16\20"..., 8192) = 8192
read(3, "B\16\30A\16 D\16P\203\4\216\3\217\2\2\352\16 A\16\30B\16\20B\16\10A\16P\0"..., 8192) = 8192
write(4, "B\16\30A\16 D\16P\203\4\216\3\217\2\2\352\16 A\16\30B\16\20B\16\10A\16P\0"..., 8192) = 8192
read(3, "\20e\216\377\235\31\0\0\4\227)\6\0A\16\20\206\2C\r\6Z\203\7\214\6\215\5\216\4\217\3"..., 8192) = 8192
write(4, "\20e\216\377\235\31\0\0\4\227)\6\0A\16\20\206\2C\r\6Z\203\7\214\6\215\5\216\4\217\3"..., 8192) = 8192
read(3, "\5\216\4\217\3\206\2\3\364\1\168A\0160B\16(B\16 B\16\30B\16\20A\16\10A\16"..., 8192) = 8192
write(4, "\5\216\4\217\3\206\2\3\364\1\168A\0160B\16(B\16 B\16\30B\16\20A\16\10A\16"..., 8192) = 8192
read(3, "0\0\0\0\0\0\0\0<\0\0\0$\342\0\0@z\223\377\206\0\0\0\4C\25\6\0B\16\20"..., 8192) = 8192
write(4, "0\0\0\0\0\0\0\0<\0\0\0$\342\0\0@z\223\377\206\0\0\0\4C\25\6\0B\16\20"..., 8192) = 8192
read(3, " \0\0\0\0\0\0\0$\0\0\0$\2\1\0\220)\225\377\236\0\0\0\4/\17\6\0A\16\20"..., 8192) = 8192
write(4, " \0\0\0\0\0\0\0$\0\0\0$\2\1\0\220)\225\377\236\0\0\0\4/\17\6\0A\16\20"..., 8192) = 8192
read(3, "B\16\20B\16\10A\16\320\1\0\0\0\0\0\0004\0\0\0,\"\1\0\2702\230\377\27\1\0\0"..., 8192) = 8192
write(4, "B\16\20B\16\10A\16\320\1\0\0\0\0\0\0004\0\0\0,\"\1\0\2702\230\377\27\1\0\0"..., 8192) = 8192
read(3, "0r\233\377y\1\0\0\4[&\6\0B\16\20B\16\30B\16 A\16(A\0160\203\5\214\4"..., 8192) = 8192
write(4, "0r\233\377y\1\0\0\4[&\6\0B\16\20B\16\30B\16 A\16(A\0160\203\5\214\4"..., 8192) = 8192
read(3, ",\0\0\0\34b\1\0XA\235\377\257\0\0\0\4\23\34\6\0B\16\20A\16\30A\16 \203\3"..., 8192) = 8192
write(4, ",\0\0\0\34b\1\0XA\235\377\257\0\0\0\4\23\34\6\0B\16\20A\16\30A\16 \203\3"..., 8192) = 8192
read(3, "\260\313\240\377^\1\0\0\4\377\24\6\0B\16\20B\16\30B\16 A\16(D\16p\203\5\214\4"..., 8192) = 8192
write(4, "\260\313\240\377^\1\0\0\4\377\24\6\0B\16\20B\16\30B\16 A\16(D\16p\203\5\214\4"..., 8192) = 8192
read(3, "\4\357\v\6\0B\16\20A\16\30D\16p\203\3\216\2\3J\1\16\30A\16\20B\16\10A\16p"..., 8192) = 8192
write(4, "\4\357\v\6\0B\16\20A\16\30D\16p\203\3\216\2\3J\1\16\30A\16\20B\16\10A\16p"..., 8192) = 8192
read(3, "\4\v\1\6\0B\16\20B\16\30A\16 \203\4\216\3\217\2\2\200\16\30B\16\20B\16\10A\16"..., 8192) = 8192
write(4, "\4\v\1\6\0B\16\20B\16\30A\16 \203\4\216\3\217\2\2\200\16\30B\16\20B\16\10A\16"..., 8192) = 8192
read(3, ".\0Q.\0Z.\0E.\0H.\0U.\0H.\0R.\0^.\0M.\0M.\0"..., 8192) = 8192
write(4, ".\0Q.\0Z.\0E.\0H.\0U.\0H.\0R.\0^.\0M.\0M.\0"..., 8192) = 8192
read(3, "(A\0160G\16\300\3\203\6\214\5\215\4\216\3\217\2\2\264\0160A\16(B\16 B\16\30B"..., 8192) = 8192
write(4, "(A\0160G\16\300\3\203\6\214\5\215\4\216\3\217\2\2\264\0160A\16(B\16 B\16\30B"..., 8192) = 8192
read(3, "\4K\365\5\0A\16\20B\16\30B\16 B\16(B\0160A\168G\16\260\4\203\7\214\6\215"..., 8192) = 8192
write(4, "\4K\365\5\0A\16\20B\16\30B\16 B\16(B\0160A\168G\16\260\4\203\7\214\6\215"..., 8192) = 8192
read(3, ".\0X.\0\2\211.\0U.\0b.\0j.\0b.\0O.\0\2E.\0V.\0P"..., 8192) = 8192
write(4, ".\0X.\0\2\211.\0U.\0b.\0j.\0b.\0O.\0\2E.\0V.\0P"..., 8192) = 8192
read(3, ".\0F.\0O.\0Q.\0\2P.\0\2J.\0[.\0N.\0M.\0\2E.\0"..., 8192) = 8192
write(4, ".\0F.\0O.\0Q.\0\2P.\0\2J.\0[.\0N.\0M.\0\2E.\0"..., 8192) = 8192
read(3, "B\16\30A\16 D\16P\203\4\216\3\217\2\3\307\2\16 A\16\30B\16\20B\16\10A\16P"..., 8192) = 8192
write(4, "B\16\30A\16 D\16P\203\4\216\3\217\2\3\307\2\16 A\16\30B\16\20B\16\10A\16P"..., 8192) = 8192
read(3, " \347\273\377\253\0\0\0\4\353\354\5\0B\16\20B\16\30A\16 \203\4\216\3\217\2\2t\16\30"..., 8192) = 8192
write(4, " \347\273\377\253\0\0\0\4\353\354\5\0B\16\20B\16\30A\16 \203\4\216\3\217\2\2t\16\30"..., 8192) = 8192
read(3, "\216\4\217\3\206\2\3)\5\168A\0160B\16(B\16 B\16\30B\16\20A\16\10A\16P"..., 8192) = 8192
write(4, "\216\4\217\3\206\2\3)\5\168A\0160B\16(B\16 B\16\30B\16\20A\16\10A\16P"..., 8192) = 8192
read(3, "\5\216\4\217\3\206\2\3\f\t\0160B\16(B\16 B\16\30B\16\20A\16\10\0\0\0\0\0"..., 8192) = 8192
write(4, "\5\216\4\217\3\206\2\3\f\t\0160B\16(B\16 B\16\30B\16\20A\16\10\0\0\0\0\0"..., 8192) = 8192
read(3, "\16 B\16(A\0160\203\6\214\5\215\4\216\3\217\2\3G\1\16(B\16 B\16\30B\16\20"..., 8192) = 8192
write(4, "\16 B\16(A\0160\203\6\214\5\215\4\216\3\217\2\3G\1\16(B\16 B\16\30B\16\20"..., 8192) = 8192
read(3, "\16\10A\16\200\t\0\0$\0\0\0\314\233\5\0\0\200\306\377\217\1\0\0\0B\16\20A\16\30\203"..., 8192) = 8192
write(4, "\16\10A\16\200\t\0\0$\0\0\0\314\233\5\0\0\200\306\377\217\1\0\0\0B\16\20A\16\30\203"..., 8192) = 8192
read(3, " B\16\30B\16\20A\16\10A\16\240\3\0\0\24\0\0\0\324\273\5\0\370\223\311\377\v\0\0\0"..., 8192) = 8192
write(4, " B\16\30B\16\20A\16\10A\16\240\3\0\0\24\0\0\0\324\273\5\0\370\223\311\377\v\0\0\0"..., 8192) = 8192
read(3, "4\0\0\0\304\333\5\0X\252\312\377\314\0\0\0\0B\16\20B\16\30A\16 G\16\240\1\203\4"..., 8192) = 8192
write(4, "4\0\0\0\304\333\5\0X\252\312\377\314\0\0\0\0B\16\20B\16\30A\16 G\16\240\1\203\4"..., 8192) = 8192
read(3, "L\0\0\0\304\373\5\0(S\313\377[\7\0\0\0A\16\20B\16\30B\16 B\16(B\0160"..., 8192) = 8192
write(4, "L\0\0\0\304\373\5\0(S\313\377[\7\0\0\0A\16\20B\16\30B\16 B\16(B\0160"..., 8192) = 8192
read(3, "\300t\314\377\213\0\0\0\0B\16\20A\16\30A\16 \203\3\216\2\2\203\16\30A\16\20B\16\10"..., 8192) = 8192
write(4, "\300t\314\377\213\0\0\0\0B\16\20A\16\30A\16 \203\3\216\2\2\203\16\30A\16\20B\16\10"..., 8192) = 8192
read(3, "0\v\315\377\354\0\0\0\0A\16\20B\16\30B\16 B\16(B\0160A\168D\16P\203\7"..., 8192) = 8192
write(4, "0\v\315\377\354\0\0\0\0A\16\20B\16\30B\16 B\16(B\0160A\168D\16P\203\7"..., 8192) = 8192
read(3, "\2\272\16(A\16 B\16\30B\16\20A\16\10A\0160\0\0\0\0\0,\0\0\0\334[\6\0"..., 8192) = 8192
write(4, "\2\272\16(A\16 B\16\30B\16\20A\16\10A\0160\0\0\0\0\0,\0\0\0\334[\6\0"..., 8192) = 8192
read(3, "\0A\16\20B\16\30B\16 A\16(A\0160\203\5\216\4\217\3\206\2\3\314\2\16(A\16 "..., 8192) = 8192
write(4, "\0A\16\20B\16\30B\16 A\16(A\0160\203\5\216\4\217\3\206\2\3\314\2\16(A\16 "..., 8192) = 8192
read(3, "\0B\16\20A\16\30A\16 \203\3\216\2Z\16\30A\16\20B\16\10\0D\0\0\0\334\233\6\0"..., 8192) = 8192
write(4, "\0B\16\20A\16\30A\16 \203\3\216\2Z\16\30A\16\20B\16\10\0D\0\0\0\334\233\6\0"..., 8192) = 8192
read(3, "\0A\16\20\\\16\10A\16\20d\16\10\0\0\0\34\0\0\0\324\273\6\0\310\22\320\377O\0\0\0"..., 8192) = 8192
write(4, "\0A\16\20\\\16\10A\16\20d\16\10\0\0\0\34\0\0\0\324\273\6\0\310\22\320\377O\0\0\0"..., 8192) = 8192
read(3, "\320\201\320\377Z\0\0\0\0B\16\20A\16\30A\16 \203\3\216\2\2R\16\30A\16\20B\16\10"..., 8192) = 8192
write(4, "\320\201\320\377Z\0\0\0\0B\16\20A\16\30A\16 \203\3\216\2\2R\16\30A\16\20B\16\10"..., 8192) = 8192
read(3, "\206\2\3W\1\168A\0160B\16(B\16 B\16\30B\16\20A\16\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\206\2\3W\1\168A\0160B\16(B\16 B\16\30B\16\20A\16\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\24\0\0\0\314\33\7\0p\235\321\377\36\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\24\0\0\0\314\33\7\0p\235\321\377\36\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\2203\322\377\10\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0\324;\7\0\2103\322\377\6\0\0\0"..., 8192) = 8192
write(4, "\2203\322\377\10\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0\324;\7\0\2103\322\377\6\0\0\0"..., 8192) = 8192
read(3, " B\16\30B\16\20A\16\10A\16\240\1\0\0\34\0\0\0\324[\7\0(x\322\377,\0\0\0"..., 8192) = 8192
write(4, " B\16\30B\16\20A\16\10A\16\240\1\0\0\34\0\0\0\324[\7\0(x\322\377,\0\0\0"..., 8192) = 8192
read(3, "{\16\30B\16\20A\16\10\0\0\0\0\0\0\0,\0\0\0\324{\7\0\210M\323\377o\0\0\0"..., 8192) = 8192
write(4, "{\16\30B\16\20A\16\10\0\0\0\0\0\0\0,\0\0\0\324{\7\0\210M\323\377o\0\0\0"..., 8192) = 8192
read(3, "\0A\16\20B\16\30B\16 A\16(D\16@\203\5\216\4\217\3\206\2\3<\1\16(A\16 "..., 8192) = 8192
write(4, "\0A\16\20B\16\30B\16 A\16(D\16@\203\5\216\4\217\3\206\2\3<\1\16(A\16 "..., 8192) = 8192
read(3, "\214\6\215\5\216\4\217\3\206\2\3\t\1\168A\0160B\16(B\16 B\16\30B\16\20A\16"..., 8192) = 8192
write(4, "\214\6\215\5\216\4\217\3\206\2\3\t\1\168A\0160B\16(B\16 B\16\30B\16\20A\16"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\24\0\0\0\314\333\7\0\340\217\326\377\25\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\24\0\0\0\314\333\7\0\340\217\326\377\25\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "A\168A\16@\203\7\214\6\215\5\216\4\217\3\206\2\3k\1\168A\0160B\16(B\16 "..., 8192) = 8192
write(4, "A\168A\16@\203\7\214\6\215\5\216\4\217\3\206\2\3k\1\168A\0160B\16(B\16 "..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\34\0\0\0\314\33\10\0\220\271\327\377\347\1\0\0\0C\t\3\10\3\337\1"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\34\0\0\0\314\33\10\0\220\271\327\377\347\1\0\0\0C\t\3\10\3\337\1"..., 8192) = 8192
read(3, "\16\20\0\0\0\0\0\0$\0\0\0\314;\10\0\220\364\330\377\212\1\0\0\0A\16\20\2~\16\10"..., 8192) = 8192
write(4, "\16\20\0\0\0\0\0\0$\0\0\0\314;\10\0\220\364\330\377\212\1\0\0\0A\16\20\2~\16\10"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\24\0\0\0\314[\10\0\20\373\331\377\t\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\24\0\0\0\314[\10\0\20\373\331\377\t\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\24\0\0\0\304{\10\0\210m\333\377\25\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0\334{\10\0"..., 8192) = 8192
write(4, "\24\0\0\0\304{\10\0\210m\333\377\25\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0\334{\10\0"..., 8192) = 8192
read(3, "\0A\16\20I\16\10\0$\0\0\0\314\233\10\0\300X\336\377$\0\0\0\0B\16\20A\16\30A"..., 8192) = 8192
write(4, "\0A\16\20I\16\10\0$\0\0\0\314\233\10\0\300X\336\377$\0\0\0\0B\16\20A\16\30A"..., 8192) = 8192
read(3, "A\168D\16P\203\7\214\6\215\5\216\4\217\3\206\2\3e\1\168A\0160B\16(B\16 "..., 8192) = 8192
write(4, "A\168D\16P\203\7\214\6\215\5\216\4\217\3\206\2\3e\1\168A\0160B\16(B\16 "..., 8192) = 8192
read(3, "\345p\0\263h\25\343p\0\315h\213\4\345p\0\335l\33\343p\0\375l\27\345p\0\231m\33\343"..., 8192) = 8192
write(4, "\345p\0\263h\25\343p\0\315h\213\4\345p\0\335l\33\343p\0\375l\27\345p\0\231m\33\343"..., 8192) = 8192
read(3, "\377\234=\1/\0\212\1\0\0\212\1\v\363\1\1\225\1\223\1\0\0\250\2\5\375\3\0\335\2\2\214"..., 8192) = 8192
write(4, "\377\234=\1/\0\212\1\0\0\212\1\v\363\1\1\225\1\223\1\0\0\250\2\5\375\3\0\335\2\2\214"..., 8192) = 8192
read(3, "\261\t\0\203\7|\0\0\377\7E\261\t\0\304\109\0\0\375\0102\261\t\0\257\t\27\0\0\0\0"..., 8192) = 8192
write(4, "\261\t\0\203\7|\0\0\377\7E\261\t\0\304\109\0\0\375\0102\261\t\0\257\t\27\0\0\0\0"..., 8192) = 8192
read(3, "\377\377\1\25\0L\0\0L\20\320\4\0\342\2\20\316\4\0\362\2\365\1\0\0\0\0\0\377\377\1f"..., 8192) = 8192
write(4, "\377\377\1\25\0L\0\0L\20\320\4\0\342\2\20\316\4\0\362\2\365\1\0\0\0\0\0\377\377\1f"..., 8192) = 8192
read(3, "\10\321\20\0\354\r\10\223\21\0\374\r\10\242\21\0\356\16\5\233\20\0\230\17\5\214\20\0\272\17\5\375"..., 8192) = 8192
write(4, "\10\321\20\0\354\r\10\223\21\0\374\r\10\242\21\0\356\16\5\233\20\0\230\17\5\214\20\0\272\17\5\375"..., 8192) = 8192
read(3, "\335\n\0\301\10\3\212\v\0\321\t\30\306\n\0\224\n\n\245\n\0\265\n!\364\n\0\355\n\5\212\v"..., 8192) = 8192
write(4, "\335\n\0\301\10\3\212\v\0\321\t\30\306\n\0\224\n\n\245\n\0\265\n!\364\n\0\355\n\5\212\v"..., 8192) = 8192
read(3, "\37G\0\0\377\377\0016&\r\367\1\0:\2\331\1\0T\5\204\2\0\253\1\5\324\1\0\267\1\5"..., 8192) = 8192
write(4, "\37G\0\0\377\377\0016&\r\367\1\0:\2\331\1\0T\5\204\2\0\253\1\5\324\1\0\267\1\5"..., 8192) = 8192
read(3, "<\5\200\4\0Ak\0\0\254\1\3\334\3\0\257\1\37\0\0\316\1\24\202\4\0\241\2\10\200\4\0"..., 8192) = 8192
write(4, "<\5\200\4\0Ak\0\0\254\1\3\334\3\0\257\1\37\0\0\316\1\24\202\4\0\241\2\10\200\4\0"..., 8192) = 8192
read(3, "\0\321\255\1\30\226\264\1\0\370\255\1\20\276\262\1\0\245\256\1|\343\263\1\0\325\257\1\5\203\264\1"..., 8192) = 8192
write(4, "\0\321\255\1\30\226\264\1\0\370\255\1\20\276\262\1\0\245\256\1|\343\263\1\0\325\257\1\5\203\264\1"..., 8192) = 8192
read(3, "\247G,\325G\0\330G\r\347G\0\345G^\0\0\0\0\0\377\377\1==\5\270\3\0\177\3\316"..., 8192) = 8192
write(4, "\247G,\325G\0\330G\r\347G\0\345G^\0\0\0\0\0\377\377\1==\5\270\3\0\177\3\316"..., 8192) = 8192
read(3, "\1\0\0\0\377\377\1\35\223\2\10\364\5\0\272\4\20\345\5\0\350\4=\322\5\0\301\5\17\343\5\0"..., 8192) = 8192
write(4, "\1\0\0\0\377\377\1\35\223\2\10\364\5\0\272\4\20\345\5\0\350\4=\322\5\0\301\5\17\343\5\0"..., 8192) = 8192
read(3, "\377\377\1\21\0\345\2\0\0\345\2\2\224\5\0\347\2\323\2\0\0\0\0\0\377\377\1\247\1\0\201\17"..., 8192) = 8192
write(4, "\377\377\1\21\0\345\2\0\0\345\2\2\224\5\0\347\2\323\2\0\0\0\0\0\377\377\1\247\1\0\201\17"..., 8192) = 8192
read(3, "\270\3\0\247\341\2\276\1\357\302\3\0\357\342\2\276\1\370\267\3\0\255\344\2\203\1\0\0\260\345\2\20"..., 8192) = 8192
write(4, "\270\3\0\247\341\2\276\1\357\302\3\0\357\342\2\276\1\370\267\3\0\255\344\2\203\1\0\0\260\345\2\20"..., 8192) = 8192
read(3, "G\0\0\233I\r\252I\0\250I4\0\0\334I\r\356I\0\321M\f\313W\0\306Q\26\361V\0"..., 8192) = 8192
write(4, "G\0\0\233I\r\252I\0\250I4\0\0\334I\r\356I\0\321M\f\313W\0\306Q\26\361V\0"..., 8192) = 8192
read(3, "\261\1\0\3616\330\5\0\0\311<\r\260\250\1\0\206>\253\4\337\252\1\0\267D\25\262\251\1\0\224"..., 8192) = 8192
write(4, "\261\1\0\3616\330\5\0\0\311<\r\260\250\1\0\206>\253\4\337\252\1\0\267D\25\262\251\1\0\224"..., 8192) = 8192
read(3, "\356\205\6\0\347\314\5\5\264\205\6\0\361\314\5R\302\247\6\0\362\315\5\30\241\204\6\0\217\316\0055"..., 8192) = 8192
write(4, "\356\205\6\0\347\314\5\5\264\205\6\0\361\314\5R\302\247\6\0\362\315\5\30\241\204\6\0\217\316\0055"..., 8192) = 8192
read(3, "\0\330\4\334\1\0\0\264\6\2\361\10\0\313\10\5\222\t\0\320\10W\0\0\377\377\1\304\16\0\367\3"..., 8192) = 8192
write(4, "\0\330\4\334\1\0\0\264\6\2\361\10\0\313\10\5\222\t\0\320\10W\0\0\377\377\1\304\16\0\367\3"..., 8192) = 8192
read(3, "\2\222\20\0\254\r\277\1\0\0\353\16'\324\20\0\222\17\377\1\0\0\0\0\377\377\1\21\0\341\1\0"..., 8192) = 8192
write(4, "\2\222\20\0\254\r\277\1\0\0\353\16'\324\20\0\222\17\377\1\0\0\0\0\377\377\1\21\0\341\1\0"..., 8192) = 8192
read(3, "\314\v\0\271\v\5\300\v\0\276\vP\0\0\0\0\377\377\1u\0\240\4\0\0\240\4X\307\35\0\354"..., 8192) = 8192
write(4, "\314\v\0\271\v\5\300\v\0\276\vP\0\0\0\0\377\377\1u\0\240\4\0\0\240\4X\307\35\0\354"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\300G\22\0\0\0\0\0\0r\32\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\300G\22\0\0\0\0\0\0r\32\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\200\225\24\0\0\0\0\0\240\225\24\0\0\0\0\0\300\225\24\0\0\0\0\0\320\225\24\0\0\0\0\0"..., 8192) = 8192
write(4, "\200\225\24\0\0\0\0\0\240\225\24\0\0\0\0\0\300\225\24\0\0\0\0\0\320\225\24\0\0\0\0\0"..., 8192) = 8192
read(3, "\27\1\0\0B\0\0\0\277\25\201\0\0\0\0\0.\0\0\0\0\0\0\0J\1\0\0B\0\0\0"..., 8192) = 8192
write(4, "\27\1\0\0B\0\0\0\277\25\201\0\0\0\0\0.\0\0\0\0\0\0\0J\1\0\0B\0\0\0"..., 8192) = 8192
read(3, "\26\0\0\0\0\0\0\09\4\211\0\0\0\0\0Q\0\0\0\0\0\0\0\220\261\213\0\0\0\0\0"..., 8192) = 8192
write(4, "\26\0\0\0\0\0\0\09\4\211\0\0\0\0\0Q\0\0\0\0\0\0\0\220\261\213\0\0\0\0\0"..., 8192) = 8192
read(3, "R\0\0\0\0\0\0\0\0\237\301\0\0\0\0\0\1\0\0\0\0\0\0\0`\346\313\0\0\0\0\0"..., 8192) = 8192
write(4, "R\0\0\0\0\0\0\0\0\237\301\0\0\0\0\0\1\0\0\0\0\0\0\0`\346\313\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0{\35\202\0\0\0\0\0W\0\0\0\0\0\0\0\210\34\202\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0{\35\202\0\0\0\0\0W\0\0\0\0\0\0\0\210\34\202\0\0\0\0\0"..., 8192) = 8192
read(3, "^\0\0\0\0\0\0\0::\203\0\0\0\0\0\32\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "^\0\0\0\0\0\0\0::\203\0\0\0\0\0\32\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\256\2\0\0\r\0\0\0<Q\203\0\0\0\0\0Z\0\0\0\0\0\0\0\224\1\211\0\0\0\0\0"..., 8192) = 8192
write(4, "\256\2\0\0\r\0\0\0<Q\203\0\0\0\0\0Z\0\0\0\0\0\0\0\224\1\211\0\0\0\0\0"..., 8192) = 8192
read(3, "\1\0\0\0\0\0\0\0\340\366\313\0\0\0\0\0\20\237\301\0\0\0\0\0\1\0\0\0\266\0\0\0"..., 8192) = 8192
write(4, "\1\0\0\0\0\0\0\0\340\366\313\0\0\0\0\0\20\237\301\0\0\0\0\0\1\0\0\0\266\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0l\246\203\0\0\0\0\0Z\0\0\0\0\0\0\0\300\5\177\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0l\246\203\0\0\0\0\0Z\0\0\0\0\0\0\0\300\5\177\0\0\0\0\0"..., 8192) = 8192
read(3, "\211\241\203\0\0\0\0\0\26\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\211\241\203\0\0\0\0\0"..., 8192) = 8192
write(4, "\211\241\203\0\0\0\0\0\26\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\211\241\203\0\0\0\0\0"..., 8192) = 8192
read(3, "U\0\0\0\0\0\0\0\274\4\0\0*\0\0\0\261\304\204\0\0\0\0\0^\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "U\0\0\0\0\0\0\0\274\4\0\0*\0\0\0\261\304\204\0\0\0\0\0^\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0\0\333!\0\0\0\0\0\0r\32\0\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0\0\333!\0\0\0\0\0\0r\32\0\0\0\0\0"..., 8192) = 8192
read(3, "\3243\177\0\0\0\0\0\4\0\0\0\0\0\0\0\316K\205\0\0\0\0\0\2\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\3243\177\0\0\0\0\0\4\0\0\0\0\0\0\0\316K\205\0\0\0\0\0\2\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\222U\205\0\0\0\0\0\f\0\0\0\0\0\0\0\236U\205\0\0\0\0\0\5\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\222U\205\0\0\0\0\0\f\0\0\0\0\0\0\0\236U\205\0\0\0\0\0\5\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "R_\205\0\0\0\0\0\6\0\0\0\0\0\0\0X_\205\0\0\0\0\0\2\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "R_\205\0\0\0\0\0\6\0\0\0\0\0\0\0X_\205\0\0\0\0\0\2\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\2406\177\0\0\0\0\0\4\0\0\0\0\0\0\0\217e\205\0\0\0\0\0\3\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\2406\177\0\0\0\0\0\4\0\0\0\0\0\0\0\217e\205\0\0\0\0\0\3\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "x7\177\0\0\0\0\0\4\0\0\0\0\0\0\0\340Q\205\0\0\0\0\0\3\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "x7\177\0\0\0\0\0\4\0\0\0\0\0\0\0\340Q\205\0\0\0\0\0\3\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\376q\205\0\0\0\0\0\5\0\0\0\0\0\0\0\3r\205\0\0\0\0\0\3\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\376q\205\0\0\0\0\0\5\0\0\0\0\0\0\0\3r\205\0\0\0\0\0\3\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "`9\177\0\0\0\0\0\4\0\0\0\0\0\0\0\346w\205\0\0\0\0\0\2\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "`9\177\0\0\0\0\0\4\0\0\0\0\0\0\0\346w\205\0\0\0\0\0\2\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\263}\205\0\0\0\0\0\v\0\0\0\0\0\0\0\346w\205\0\0\0\0\0\2\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\263}\205\0\0\0\0\0\v\0\0\0\0\0\0\0\346w\205\0\0\0\0\0\2\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "T;\177\0\0\0\0\0\4\0\0\0\0\0\0\0\233\203\205\0\0\0\0\0\2\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "T;\177\0\0\0\0\0\4\0\0\0\0\0\0\0\233\203\205\0\0\0\0\0\2\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "N\0\0\0\0\0\0\0\361\0\0\0\t\0\0\0B\217\205\0\0\0\0\0T\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "N\0\0\0\0\0\0\0\361\0\0\0\t\0\0\0B\217\205\0\0\0\0\0T\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "8?\177\0\0\0\0\0\1\0\0\0\0\0\0\0\307\0\0\0\0\0\0\0<?\177\0\0\0\0\0"..., 8192) = 8192
write(4, "8?\177\0\0\0\0\0\1\0\0\0\0\0\0\0\307\0\0\0\0\0\0\0<?\177\0\0\0\0\0"..., 8192) = 8192
read(3, "\1\0\0\0\0\0\0\0/\2\0\0\0\0\0\0\4D\177\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\1\0\0\0\0\0\0\0/\2\0\0\0\0\0\0\4D\177\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\243\4\0\0\0\0\0\0\34H\177\0\0\0\0\0\1\0\0\0\0\0\0\0\244\4\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\243\4\0\0\0\0\0\0\34H\177\0\0\0\0\0\1\0\0\0\0\0\0\0\244\4\0\0\0\0\0\0"..., 8192) = 8192
read(3, "pM\177\0\0\0\0\0\1\0\0\0\0\0\0\0\307\23\0\0\0\0\0\0tM\177\0\0\0\0\0"..., 8192) = 8192
write(4, "pM\177\0\0\0\0\0\1\0\0\0\0\0\0\0\307\23\0\0\0\0\0\0tM\177\0\0\0\0\0"..., 8192) = 8192
read(3, "\1\0\0\0\0\0\0\0\356\36\0\0\0\0\0\0\224R\177\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\1\0\0\0\0\0\0\0\356\36\0\0\0\0\0\0\224R\177\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "',\0\0\0\0\0\0\330W\177\0\0\0\0\0\1\0\0\0\0\0\0\0(,\0\0\0\0\0\0"..., 8192) = 8192
write(4, "',\0\0\0\0\0\0\330W\177\0\0\0\0\0\1\0\0\0\0\0\0\0(,\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\f]\177\0\0\0\0\0\1\0\0\0\0\0\0\0P\247\0\0\0\0\0\0\20]\177\0\0\0\0\0"..., 8192) = 8192
write(4, "\f]\177\0\0\0\0\0\1\0\0\0\0\0\0\0P\247\0\0\0\0\0\0\20]\177\0\0\0\0\0"..., 8192) = 8192
read(3, "\1\0\0\0\0\0\0\0\305\4\1\0\0\0\0\0Db\177\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\1\0\0\0\0\0\0\0\305\4\1\0\0\0\0\0Db\177\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "<\351\1\0\0\0\0\0\230g\177\0\0\0\0\0\1\0\0\0\0\0\0\0=\351\1\0\0\0\0\0"..., 8192) = 8192
write(4, "<\351\1\0\0\0\0\0\230g\177\0\0\0\0\0\1\0\0\0\0\0\0\0=\351\1\0\0\0\0\0"..., 8192) = 8192
read(3, "\22\0\0\0\0\0\0\0n\301\210\0\0\0\0\0\23\0\0\0\0\0\0\0\201\301\210\0\0\0\0\0"..., 8192) = 8192
write(4, "\22\0\0\0\0\0\0\0n\301\210\0\0\0\0\0\23\0\0\0\0\0\0\0\201\301\210\0\0\0\0\0"..., 8192) = 8192
read(3, "\2\0\0\0\0\0\0\0\374;\177\0\0\0\0\0\4\0\0\0\0\0\0\0dy\206\0\0\0\0\0"..., 8192) = 8192
write(4, "\2\0\0\0\0\0\0\0\374;\177\0\0\0\0\0\4\0\0\0\0\0\0\0dy\206\0\0\0\0\0"..., 8192) = 8192
read(3, "\3\0\0\0\0\0\0\0\314;\177\0\0\0\0\0\4\0\0\0\0\0\0\0)\265\210\0\0\0\0\0"..., 8192) = 8192
write(4, "\3\0\0\0\0\0\0\0\314;\177\0\0\0\0\0\4\0\0\0\0\0\0\0)\265\210\0\0\0\0\0"..., 8192) = 8192
read(3, "\t\0\0\0\0\0\0\0\254H\206\0\0\0\0\0\t\0\0\0\0\0\0\0-\260\210\0\0\0\0\0"..., 8192) = 8192
write(4, "\t\0\0\0\0\0\0\0\254H\206\0\0\0\0\0\t\0\0\0\0\0\0\0-\260\210\0\0\0\0\0"..., 8192) = 8192
read(3, "\6\0\0\0\0\0\0\08\300\205\0\0\0\0\0\6\0\0\0\0\0\0\0U\256\210\0\0\0\0\0"..., 8192) = 8192
write(4, "\6\0\0\0\0\0\0\08\300\205\0\0\0\0\0\6\0\0\0\0\0\0\0U\256\210\0\0\0\0\0"..., 8192) = 8192
read(3, "\253\1\0\0)\0\0\0\372\364\210\0\0\0\0\0S\0\0\0\0\0\0\0\334\0\0\0\31\0\0\0"..., 8192) = 8192
write(4, "\253\1\0\0)\0\0\0\372\364\210\0\0\0\0\0S\0\0\0\0\0\0\0\334\0\0\0\31\0\0\0"..., 8192) = 8192
read(3, "R\0\0\0\0\0\0\0\305\1\0\0\21\0\0\0\351\0\211\0\0\0\0\0\36\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "R\0\0\0\0\0\0\0\305\1\0\0\21\0\0\0\351\0\211\0\0\0\0\0\36\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "X\0\0\0\0\0\0\0&\1\0\0\22\0\0\0\0r\32\0\0\0\0\0\2\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "X\0\0\0\0\0\0\0&\1\0\0\22\0\0\0\0r\32\0\0\0\0\0\2\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "q\0\0\0\v\0\0\0\16-\211\0\0\0\0\0I\0\0\0\0\0\0\0r\0\0\0\v\0\0\0"..., 8192) = 8192
write(4, "q\0\0\0\v\0\0\0\16-\211\0\0\0\0\0I\0\0\0\0\0\0\0r\0\0\0\v\0\0\0"..., 8192) = 8192
read(3, "\20\367=\0\0\0\0\0\320\370=\0\0\0\0\0\260\371=\0\0\0\0\0\200\0>\0\0\0\0\0"..., 8192) = 8192
write(4, "\20\367=\0\0\0\0\0\320\370=\0\0\0\0\0\260\371=\0\0\0\0\0\200\0>\0\0\0\0\0"..., 8192) = 8192
read(3, "K\0\0\0\0\0\0\0\37\1\0\0\32\0\0\0\266\206\211\0\0\0\0\0K\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "K\0\0\0\0\0\0\0\37\1\0\0\32\0\0\0\266\206\211\0\0\0\0\0K\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\220\261\213\0\0\0\0\0\0\0\0\0\0\0\0\0,\223\211\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\220\261\213\0\0\0\0\0\0\0\0\0\0\0\0\0,\223\211\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "0\24H\0\0\0\0\0@\24H\0\0\0\0\0\20\24H\0\0\0\0\0P\24H\0\0\0\0\0"..., 8192) = 8192
write(4, "0\24H\0\0\0\0\0@\24H\0\0\0\0\0\20\24H\0\0\0\0\0P\24H\0\0\0\0\0"..., 8192) = 8192
read(3, "\227\324\211\0\0\0\0\0\26\0\0\0\0\0\0\0}\6\0\0\25\0\0\0\220\261\213\0\0\0\0\0"..., 8192) = 8192
write(4, "\227\324\211\0\0\0\0\0\26\0\0\0\0\0\0\0}\6\0\0\25\0\0\0\220\261\213\0\0\0\0\0"..., 8192) = 8192
read(3, "t?\212\0\0\0\0\0M\0\0\0\0\0\0\0A\0\0\0\r\0\0\0t?\212\0\0\0\0\0"..., 8192) = 8192
write(4, "t?\212\0\0\0\0\0M\0\0\0\0\0\0\0A\0\0\0\r\0\0\0t?\212\0\0\0\0\0"..., 8192) = 8192
read(3, "\27\0\0\0\0\0\0\0\355I\212\0\0\0\0\0\"\0\0\0\0\0\0\0\263\0\0\0\r\0\0\0"..., 8192) = 8192
write(4, "\27\0\0\0\0\0\0\0\355I\212\0\0\0\0\0\"\0\0\0\0\0\0\0\263\0\0\0\r\0\0\0"..., 8192) = 8192
read(3, "\23\0\0\0\0\0\0\0\302m\212\0\0\0\0\0\17\0\0\0\0\0\0\0\321m\212\0\0\0\0\0"..., 8192) = 8192
write(4, "\23\0\0\0\0\0\0\0\302m\212\0\0\0\0\0\17\0\0\0\0\0\0\0\321m\212\0\0\0\0\0"..., 8192) = 8192
read(3, "P\340=\0\0\0\0\0\30\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0`x \0\0\0\0\0"..., 8192) = 8192
write(4, "P\340=\0\0\0\0\0\30\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0`x \0\0\0\0\0"..., 8192) = 8192
read(3, "\303\1\0\0\21\0\0\0 \240\212\0\0\0\0\0\1\0\0\0\0\0\0\0\220\261\213\0\0\0\0\0"..., 8192) = 8192
write(4, "\303\1\0\0\21\0\0\0 \240\212\0\0\0\0\0\1\0\0\0\0\0\0\0\220\261\213\0\0\0\0\0"..., 8192) = 8192
read(3, "\317\37\0\0\0\0\0\0\0\233\177\0\0\0\0\0\2\0\0\0\0\0\0\0\317\36\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\317\37\0\0\0\0\0\0\0\233\177\0\0\0\0\0\2\0\0\0\0\0\0\0\317\36\0\0\0\0\0\0"..., 8192) = 8192
read(3, "x\237\177\0\0\0\0\0\2\0\0\0\0\0\0\0\251\370\2\0\0\0\0\0Lq\177\0\0\0\0\0"..., 8192) = 8192
write(4, "x\237\177\0\0\0\0\0\2\0\0\0\0\0\0\0\251\370\2\0\0\0\0\0Lq\177\0\0\0\0\0"..., 8192) = 8192
read(3, "\1\0\0\0\0\0\0\0&\371\0\0\0\0\0\0\320s\177\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\1\0\0\0\0\0\0\0&\371\0\0\0\0\0\0\320s\177\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\26\1\0\0\0\0\0\0\20\247\177\0\0\0\0\0\2\0\0\0\0\0\0\0S\4\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\26\1\0\0\0\0\0\0\20\247\177\0\0\0\0\0\2\0\0\0\0\0\0\0S\4\0\0\0\0\0\0"..., 8192) = 8192
read(3, "8m\177\0\0\0\0\0\1\0\0\0\0\0\0\0\352\"\0\0\0\0\0\0\330\252\177\0\0\0\0\0"..., 8192) = 8192
write(4, "8m\177\0\0\0\0\0\1\0\0\0\0\0\0\0\352\"\0\0\0\0\0\0\330\252\177\0\0\0\0\0"..., 8192) = 8192
read(3, "\1\0\0\0\0\0\0\0R\37\0\0\0\0\0\0\364\34\213\0\0\0\0\0\3\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\1\0\0\0\0\0\0\0R\37\0\0\0\0\0\0\364\34\213\0\0\0\0\0\3\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\306\377\0\0\0\0\0\0H}\177\0\0\0\0\0\1\0\0\0\0\0\0\0Z1\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\306\377\0\0\0\0\0\0H}\177\0\0\0\0\0\1\0\0\0\0\0\0\0Z1\0\0\0\0\0\0"..., 8192) = 8192
read(3, "L\177\177\0\0\0\0\0\1\0\0\0\0\0\0\0/\326\1\0\0\0\0\0\264|\177\0\0\0\0\0"..., 8192) = 8192
write(4, "L\177\177\0\0\0\0\0\1\0\0\0\0\0\0\0/\326\1\0\0\0\0\0\264|\177\0\0\0\0\0"..., 8192) = 8192
read(3, "\1\0\0\0\0\0\0\0L/\0\0\0\0\0\0\234\200\177\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\1\0\0\0\0\0\0\0L/\0\0\0\0\0\0\234\200\177\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "'\374\0\0\0\0\0\0\320\265\177\0\0\0\0\0\2\0\0\0\0\0\0\0D\326\1\0\0\0\0\0"..., 8192) = 8192
write(4, "'\374\0\0\0\0\0\0\320\265\177\0\0\0\0\0\2\0\0\0\0\0\0\0D\326\1\0\0\0\0\0"..., 8192) = 8192
read(3, "\304\202\177\0\0\0\0\0\1\0\0\0\0\0\0\0\23\374\0\0\0\0\0\0@\267\177\0\0\0\0\0"..., 8192) = 8192
write(4, "\304\202\177\0\0\0\0\0\1\0\0\0\0\0\0\0\23\374\0\0\0\0\0\0@\267\177\0\0\0\0\0"..., 8192) = 8192
read(3, "\1\0\0\0\0\0\0\0\326\377\0\0\0\0\0\0\214\203\177\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\1\0\0\0\0\0\0\0\326\377\0\0\0\0\0\0\214\203\177\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\213\376\0\0\0\0\0\0\310\250\177\0\0\0\0\0\2\0\0\0\0\0\0\0\334\376\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\213\376\0\0\0\0\0\0\310\250\177\0\0\0\0\0\2\0\0\0\0\0\0\0\334\376\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\30\262\177\0\0\0\0\0\2\0\0\0\0\0\0\0\335$\0\0\0\0\0\0\264|\177\0\0\0\0\0"..., 8192) = 8192
write(4, "\30\262\177\0\0\0\0\0\2\0\0\0\0\0\0\0\335$\0\0\0\0\0\0\264|\177\0\0\0\0\0"..., 8192) = 8192
read(3, "\1\0\0\0\0\0\0\0\357\324\1\0\0\0\0\0 |\177\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\1\0\0\0\0\0\0\0\357\324\1\0\0\0\0\0 |\177\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\2543\0\0\0\0\0\0HO\213\0\0\0\0\0\3\0\0\0\0\0\0\0\2732\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\2543\0\0\0\0\0\0HO\213\0\0\0\0\0\3\0\0\0\0\0\0\0\2732\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\254|\177\0\0\0\0\0\1\0\0\0\0\0\0\0\3343\0\0\0\0\0\0\370\275\177\0\0\0\0\0"..., 8192) = 8192
write(4, "\254|\177\0\0\0\0\0\1\0\0\0\0\0\0\0\3343\0\0\0\0\0\0\370\275\177\0\0\0\0\0"..., 8192) = 8192
read(3, "e\214\217\0\0\0\0\0r\214\217\0\0\0\0\0}\214\217\0\0\0\0\0\202:\217\0\0\0\0\0"..., 8192) = 8192
write(4, "e\214\217\0\0\0\0\0r\214\217\0\0\0\0\0}\214\217\0\0\0\0\0\202:\217\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0000\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0000\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\200xl\0\0\0\0\0\260xl\0\0\0\0\0\0yl\0\0\0\0\0\200yl\0\0\0\0\0"..., 8192) = 8192
write(4, "\200xl\0\0\0\0\0\260xl\0\0\0\0\0\0yl\0\0\0\0\0\200yl\0\0\0\0\0"..., 8192) = 8192
read(3, "p\232m\0\0\0\0\0\220\232m\0\0\0\0\0\300\232m\0\0\0\0\0 \233m\0\0\0\0\0"..., 8192) = 8192
write(4, "p\232m\0\0\0\0\0\220\232m\0\0\0\0\0\300\232m\0\0\0\0\0 \233m\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\26\3\0\0\10\0\0\0 \0\0\0\10\0\0\0002\20\21\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\26\3\0\0\10\0\0\0 \0\0\0\10\0\0\0002\20\21\0\0\0\0\0"..., 8192) = 8192
read(3, "ba\220\0\0\0\0\0\v\0\0\0\1\0\0\0\242\376\220\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "ba\220\0\0\0\0\0\v\0\0\0\1\0\0\0\242\376\220\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\211r\220\0\0\0\0\0\211r\220\0\0\0\0\0\330\0\0\0\v\0\0\0\333\3\221\0\0\0\0\0"..., 8192) = 8192
write(4, "\211r\220\0\0\0\0\0\211r\220\0\0\0\0\0\330\0\0\0\v\0\0\0\333\3\221\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\306\202\220\0\0\0\0\0\322\202\220\0\0\0\0\0\245\1\0\0\t\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\306\202\220\0\0\0\0\0\322\202\220\0\0\0\0\0\245\1\0\0\t\0\0\0"..., 8192) = 8192
read(3, "=\17\221\0\0\0\0\0\0\0\0\0\0\0\0\0z\221\220\0\0\0\0\0z\221\220\0\0\0\0\0"..., 8192) = 8192
write(4, "=\17\221\0\0\0\0\0\0\0\0\0\0\0\0\0z\221\220\0\0\0\0\0z\221\220\0\0\0\0\0"..., 8192) = 8192
read(3, ">\3\0\0\7\0\0\0\336\23\221\0\0\0\0\0\0\0\0\0\0\0\0\0\250\242\220\0\0\0\0\0"..., 8192) = 8192
write(4, ">\3\0\0\7\0\0\0\336\23\221\0\0\0\0\0\0\0\0\0\0\0\0\0\250\242\220\0\0\0\0\0"..., 8192) = 8192
read(3, "\37H\220\0\0\0\0\0\v\4\0\0\3\0\0\0\222\30\221\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\37H\220\0\0\0\0\0\v\4\0\0\3\0\0\0\222\30\221\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\20\0\0\0\0\0\0\0000\177\312\0\0\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\20\0\0\0\0\0\0\0000\177\312\0\0\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\204q\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\204q\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "PX\311\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377p\302\312\0\0\0\0\0"..., 8192) = 8192
write(4, "PX\311\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377p\302\312\0\0\0\0\0"..., 8192) = 8192
read(3, "\350\\\221\0\0\0\0\0\20\0\0\0\10\0\0\0\0\0@\0\0\0\0\0\371\\\221\0\0\0\0\0"..., 8192) = 8192
write(4, "\350\\\221\0\0\0\0\0\20\0\0\0\10\0\0\0\0\0@\0\0\0\0\0\371\\\221\0\0\0\0\0"..., 8192) = 8192
read(3, "3\1\0\24\0\0\0\0\25\207\221\0\0\0\0\0\216\0\0\24\0\0\0\0=\207\221\0\0\0\0\0"..., 8192) = 8192
write(4, "3\1\0\24\0\0\0\0\25\207\221\0\0\0\0\0\216\0\0\24\0\0\0\0=\207\221\0\0\0\0\0"..., 8192) = 8192
read(3, "`Sy\0\0\0\0\0\230\1\0\0\0\0\0\0000Wy\0\0\0\0\0\220Wy\0\0\0\0\0"..., 8192) = 8192
write(4, "`Sy\0\0\0\0\0\230\1\0\0\0\0\0\0000Wy\0\0\0\0\0\220Wy\0\0\0\0\0"..., 8192) = 8192
read(3, "`\214|\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0p\214|\0\0\0\0\0"..., 8192) = 8192
write(4, "`\214|\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0p\214|\0\0\0\0\0"..., 8192) = 8192
read(3, "\0p\t/\0\0\0\0\2651\223\0\0\0\0\0\0\220\t/\0\0\0\0\3051\223\0\0\0\0\0"..., 8192) = 8192
write(4, "\0p\t/\0\0\0\0\2651\223\0\0\0\0\0\0\220\t/\0\0\0\0\3051\223\0\0\0\0\0"..., 8192) = 8192
read(3, "\210\0\0\"\0\0\0\0>M\223\0\0\0\0\0y\0\0\"\0\0\0\0QM\223\0\0\0\0\0"..., 8192) = 8192
write(4, "\210\0\0\"\0\0\0\0>M\223\0\0\0\0\0y\0\0\"\0\0\0\0QM\223\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\340\t.\0\0\0\0\317\252\223\0\0\0\0\0\0P\6.\0\0\0\0\347\252\223\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\340\t.\0\0\0\0\317\252\223\0\0\0\0\0\0P\6.\0\0\0\0\347\252\223\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\240\6\20\0\0\0\0\267\320\223\0\0\0\0\0\0000\22\20\0\0\0\0\305\320\223\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\240\6\20\0\0\0\0\267\320\223\0\0\0\0\0\0000\22\20\0\0\0\0\305\320\223\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\340\313\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\340\313\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "(\315\301\0\0\0\0\0\0\0\0\0\0\0\0\0\355\254\337\352\r\0\0\0\240\315\301\0\0\0\0\0"..., 8192) = 8192
write(4, "(\315\301\0\0\0\0\0\0\0\0\0\0\0\0\0\355\254\337\352\r\0\0\0\240\315\301\0\0\0\0\0"..., 8192) = 8192
read(3, "\t\t\0\0\0\1\0\0\0\1\0\0\0\0\0\0\1\0\0\0\0\0\0\0\343\243\217\0\0\0\0\0"..., 8192) = 8192
write(4, "\t\t\0\0\0\1\0\0\0\1\0\0\0\0\0\0\1\0\0\0\0\0\0\0\343\243\217\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2306\221\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2306\221\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\370T\0\0\0\0\0\t\1\0\0\0\0\0\0@\371T\0\0\0\0\0\r\4\0\0\0\0\0\0P"..., 8192) = 8192
write(4, "\370T\0\0\0\0\0\t\1\0\0\0\0\0\0@\371T\0\0\0\0\0\r\4\0\0\0\0\0\0P"..., 8192) = 8192
read(3, "Internal>\0\227\271\0\0copy_file_range\0\\0"..., 8192) = 8192
write(4, "Internal>\0\227\271\0\0copy_file_range\0\\0"..., 8192) = 8192
read(3, "oc::collections::btree::node::ma"..., 8192) = 8192
write(4, "oc::collections::btree::node::ma"..., 8192) = 8192
read(3, "node::marker::Leaf>\0\352!\4\0with_cap"..., 8192) = 8192
write(4, "node::marker::Leaf>\0\352!\4\0with_cap"..., 8192) = 8192
read(3, "ge_area_mut<std::ffi::os_str::Os"..., 8192) = 8192
write(4, "ge_area_mut<std::ffi::os_str::Os"..., 8192) = 8192
read(3, ":marker::Dying, u64, gimli::read"..., 8192) = 8192
write(4, ":marker::Dying, u64, gimli::read"..., 8192) = 8192
read(3, "eplace<std::ffi::os_str::OsStrin"..., 8192) = 8192
write(4, "eplace<std::ffi::os_str::OsStrin"..., 8192) = 8192
read(3, "::OsString>\0\302\373\3\0ops\0\374\367\4\0find_uni"..., 8192) = 8192
write(4, "::OsString>\0\302\373\3\0ops\0\374\367\4\0find_uni"..., 8192) = 8192
read(3, "der64<object::endian::LittleEndi"..., 8192) = 8192
write(4, "der64<object::endian::LittleEndi"..., 8192) = 8192
read(3, "td::sys::unix::fs::DirEntry,std:"..., 8192) = 8192
write(4, "td::sys::unix::fs::DirEntry,std:"..., 8192) = 8192
read(3, "slice_from_bytes<u32>\0b>\4\0set_pt"..., 8192) = 8192
write(4, "slice_from_bytes<u32>\0b>\4\0set_pt"..., 8192) = 8192
read(3, "p_in_place<std::sys_common::remu"..., 8192) = 8192
write(4, "p_in_place<std::sys_common::remu"..., 8192) = 8192
read(3, ", gimli::read::Error>>)>\0\201D\2\0nex"..., 8192) = 8192
write(4, ", gimli::read::Error>>)>\0\201D\2\0nex"..., 8192) = 8192
read(3, "<gimli::endianity::LittleEndian>"..., 8192) = 8192
write(4, "<gimli::endianity::LittleEndian>"..., 8192) = 8192
read(3, "ee::node::marker::Immut, std::ff"..., 8192) = 8192
write(4, "ee::node::marker::Immut, std::ff"..., 8192) = 8192
read(3, "ite_char\0\257E\3\0core\0c\263\3\0from_error"..., 8192) = 8192
write(4, "ite_char\0\257E\3\0core\0c\263\3\0from_error"..., 8192) = 8192
read(3, "::os_str::OsString]>\0\333k\4\0correct"..., 8192) = 8192
write(4, "::os_str::OsString]>\0\333k\4\0correct"..., 8192) = 8192
read(3, "pacity_from_bytes<(std::ffi::os_"..., 8192) = 8192
write(4, "pacity_from_bytes<(std::ffi::os_"..., 8192) = 8192
read(3, "\16\4\0next<core::result::Result<usi"..., 8192) = 8192
write(4, "\16\4\0next<core::result::Result<usi"..., 8192) = 8192
read(3, "onst u8>\0s\247\3\0get_or_insert<core:"..., 8192) = 8192
write(4, "onst u8>\0s\247\3\0get_or_insert<core:"..., 8192) = 8192
read(3, "lize<core::cell::Cell<(u64, u64)"..., 8192) = 8192
write(4, "lize<core::cell::Cell<(u64, u64)"..., 8192) = 8192
read(3, "r::Dying, u64, gimli::read::abbr"..., 8192) = 8192
write(4, "r::Dying, u64, gimli::read::abbr"..., 8192) = 8192
read(3, "f>, alloc::collections::btree::n"..., 8192) = 8192
write(4, "f>, alloc::collections::btree::n"..., 8192) = 8192
read(3, "ite_bytes<libc::unix::linux_like"..., 8192) = 8192
write(4, "ite_bytes<libc::unix::linux_like"..., 8192) = 8192
read(3, "sure-0>\0\342\t\4\0validations\0g^\5\0file"..., 8192) = 8192
write(4, "sure-0>\0\342\t\4\0validations\0g^\5\0file"..., 8192) = 8192
read(3, "btree::node::marker::Mut,std::ff"..., 8192) = 8192
write(4, "btree::node::marker::Mut,std::ff"..., 8192) = 8192
read(3, ":maybe_uninit::MaybeUninit<core:"..., 8192) = 8192
write(4, ":maybe_uninit::MaybeUninit<core:"..., 8192) = 8192
read(3, "sString), alloc::alloc::Global>>"..., 8192) = 8192
write(4, "sString), alloc::alloc::Global>>"..., 8192) = 8192
read(3, "e::marker::Dying,std::ffi::os_st"..., 8192) = 8192
write(4, "e::marker::Dying,std::ffi::os_st"..., 8192) = 8192
read(3, "pre_dec_end<u32>\0T\245\0\0result\0i\270\0\0"..., 8192) = 8192
write(4, "pre_dec_end<u32>\0T\245\0\0result\0i\270\0\0"..., 8192) = 8192
read(3, "\0k\t\0\0{{closure}}<core::str::iter"..., 8192) = 8192
write(4, "\0k\t\0\0{{closure}}<core::str::iter"..., 8192) = 8192
read(3, "\327*\0\0000\6\0\0\f8\4\17\v\305*\0\0`\6\0\0\32?\2\t\0\t\326\7\0\0\220"..., 8192) = 8192
write(4, "\327*\0\0000\6\0\0\f8\4\17\v\305*\0\0`\6\0\0\32?\2\t\0\t\326\7\0\0\220"..., 8192) = 8192
read(3, "\0\20(\0\0\24U\1\1\0\0\2\240\0\0\0\6a\23\0\0\250\23\0\0\26\300\2\1\5\325\30"..., 8192) = 8192
write(4, "\0\20(\0\0\24U\1\1\0\0\2\240\0\0\0\6a\23\0\0\250\23\0\0\26\300\2\1\5\325\30"..., 8192) = 8192
read(3, "\357\26\r\273\276\0\0\251\230S\0\0\0\0\0\t\0\0\0\32h\16\10C\0\0\0\251\230S\0\0"..., 8192) = 8192
write(4, "\357\26\r\273\276\0\0\251\230S\0\0\0\0\0\t\0\0\0\32h\16\10C\0\0\0\251\230S\0\0"..., 8192) = 8192
read(3, "\0\17\0\0\0p\227\4\22\10X\27\0\0k0U\0\0\0\0\0\17\0\0\0\360d\1\t\0\10"..., 8192) = 8192
write(4, "\0\17\0\0\0p\227\4\22\10X\27\0\0k0U\0\0\0\0\0\17\0\0\0\360d\1\t\0\10"..., 8192) = 8192
read(3, "\0\0\v\0\0\0#w\t\0\0\0\0\f\221\213\3\0M\215T\0\0\0\0\0\16\0\0\0\322\245"..., 8192) = 8192
write(4, "\0\0\v\0\0\0#w\t\0\0\0\0\f\221\213\3\0M\215T\0\0\0\0\0\16\0\0\0\322\245"..., 8192) = 8192
read(3, "\0\0\0\0\23\0\0\0\201=+\f\344\236\3\0\16\234T\0\0\0\0\0\n\0\0\0\200\343\3\35"..., 8192) = 8192
write(4, "\0\0\0\0\23\0\0\0\201=+\f\344\236\3\0\16\234T\0\0\0\0\0\n\0\0\0\200\343\3\35"..., 8192) = 8192
read(3, "\0\309U\0\0\0\0\09\0\0\0003\243\t\r\266!\4\0\309U\0\0\0\0\0%\0\0"..., 8192) = 8192
write(4, "\0\309U\0\0\0\0\09\0\0\0003\243\t\r\266!\4\0\309U\0\0\0\0\0%\0\0"..., 8192) = 8192
read(3, "\30\263\2\22\0\24-\v\0\0\260?U\0\0\0\0\0\7\0\0\0\332\322?\0\0\0\0\0\0\2"..., 8192) = 8192
write(4, "\30\263\2\22\0\24-\v\0\0\260?U\0\0\0\0\0\7\0\0\0\332\322?\0\0\0\0\0\0\2"..., 8192) = 8192
read(3, "\20\n\5\0\7\273\1\t&7\4\0@\n\5\0\32N\1\t\rX7\4\0\272\35U\0\0\0\0"..., 8192) = 8192
write(4, "\20\n\5\0\7\273\1\t&7\4\0@\n\5\0\32N\1\t\rX7\4\0\272\35U\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\t\231v\4\0\260\356\4\0\200$\4\r\10\221\372\3\0\307\7U\0\0\0\0\0\33\0\0\0"..., 8192) = 8192
write(4, "\0\0\t\231v\4\0\260\356\4\0\200$\4\r\10\221\372\3\0\307\7U\0\0\0\0\0\33\0\0\0"..., 8192) = 8192
read(3, "\0000\25\5\09\245\1\17\t\210\24\0\0p\25\5\0od\2\t\t\25\r\0\0\260\25\5\0p"..., 8192) = 8192
write(4, "\0000\25\5\09\245\1\17\t\210\24\0\0p\25\5\0od\2\t\t\25\r\0\0\260\25\5\0p"..., 8192) = 8192
read(3, "7\4\0\23\370Q\0\0\0\0\0\6\0\0\0\32\357\26\r\273\276\0\0\23\370Q\0\0\0\0\0\6"..., 8192) = 8192
write(4, "7\4\0\23\370Q\0\0\0\0\0\6\0\0\0\32\357\26\r\273\276\0\0\23\370Q\0\0\0\0\0\6"..., 8192) = 8192
read(3, "\265\3\0\7\10R\0\0\0\0\0\r\0\0\0\36\330\2\t\0\0\10\1778\4\0\24\10R\0\0\0"..., 8192) = 8192
write(4, "\265\3\0\7\10R\0\0\0\0\0\r\0\0\0\36\330\2\t\0\0\10\1778\4\0\24\10R\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\10\0\0\0*\336,\10\350N\3\0\2\fT\0\0\0\0\0\10\0\0\0002\10\2\22"..., 8192) = 8192
write(4, "\0\0\0\0\10\0\0\0*\336,\10\350N\3\0\2\fT\0\0\0\0\0\10\0\0\0002\10\2\22"..., 8192) = 8192
read(3, "\0\0\0\108\260\3\0\234,T\0\0\0\0\0$\0\0\0\20h\3\t\0\t3\22\2\0@\315"..., 8192) = 8192
write(4, "\0\0\0\108\260\3\0\234,T\0\0\0\0\0$\0\0\0\20h\3\t\0\t3\22\2\0@\315"..., 8192) = 8192
read(3, "\0\0\0\0\0\v\0\0\0\32h\16\10C\0\0\0\231<T\0\0\0\0\0\v\0\0\0\2m\1"..., 8192) = 8192
write(4, "\0\0\0\0\0\v\0\0\0\32h\16\10C\0\0\0\231<T\0\0\0\0\0\v\0\0\0\2m\1"..., 8192) = 8192
read(3, "\0\2e\1\r\0\0\0\0\0\0\0\0\0\21\200\374Q\0\0\0\0\0i\2\0\0\1W\227\21\t"..., 8192) = 8192
write(4, "\0\2e\1\r\0\0\0\0\0\0\0\0\0\21\200\374Q\0\0\0\0\0i\2\0\0\1W\227\21\t"..., 8192) = 8192
read(3, "\0\0\0\36\330\2\t\0\0\fU\265\3\0\262\260S\0\0\0\0\0\r\0\0\0\34\240\1\23\f-"..., 8192) = 8192
write(4, "\0\0\0\36\330\2\t\0\0\fU\265\3\0\262\260S\0\0\0\0\0\r\0\0\0\34\240\1\23\f-"..., 8192) = 8192
read(3, "\0\0\3\0\0\0\304\343\34\0\0\0\0\0\0\0\0\0\0\59H\6\0\272H\6\0\304\367\1\0"..., 8192) = 8192
write(4, "\0\0\3\0\0\0\304\343\34\0\0\0\0\0\0\0\0\0\0\59H\6\0\272H\6\0\304\367\1\0"..., 8192) = 8192
read(3, "U\0\0\0\0\0\32\0\0\0\n.\1\22\0\0\0\0\0\2b>\10\0\2j>\10\0\35\320\366"..., 8192) = 8192
write(4, "U\0\0\0\0\0\32\0\0\0\n.\1\22\0\0\0\0\0\2b>\10\0\2j>\10\0\35\320\366"..., 8192) = 8192
read(3, "\276\0\0o$R\0\0\0\0\0\v\0\0\0\32h\16\10C\0\0\0o$R\0\0\0\0\0\v"..., 8192) = 8192
write(4, "\276\0\0o$R\0\0\0\0\0\v\0\0\0\32h\16\10C\0\0\0o$R\0\0\0\0\0\v"..., 8192) = 8192
read(3, "\0\360y\1\0\207]\t\n\32\v\4\0 z\1\0\2104'\t#\17\4\0`z\1\0]\37\t"..., 8192) = 8192
write(4, "\0\360y\1\0\207]\t\n\32\v\4\0 z\1\0\2104'\t#\17\4\0`z\1\0]\37\t"..., 8192) = 8192
read(3, "\0}9R\0\0\0\0\0\6\0\0\0\32h\16\10C\0\0\0}9R\0\0\0\0\0\6\0\0"..., 8192) = 8192
write(4, "\0}9R\0\0\0\0\0\6\0\0\0\32h\16\10C\0\0\0}9R\0\0\0\0\0\6\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\6\0\0\0\32h\16\10C\0\0\0\351TR\0\0\0\0\0\6\0\0\0\2m\1\22"..., 8192) = 8192
write(4, "\0\0\0\0\6\0\0\0\32h\16\10C\0\0\0\351TR\0\0\0\0\0\6\0\0\0\2m\1\22"..., 8192) = 8192
read(3, "*\"\353Y\6\0\200W\1\0\\>\6\17\0\0\0\23\334a\6\0[\37R\0\0\0\0\0\16\0"..., 8192) = 8192
write(4, "*\"\353Y\6\0\200W\1\0\\>\6\17\0\0\0\23\334a\6\0[\37R\0\0\0\0\0\16\0"..., 8192) = 8192
read(3, "8\4\0\270\346T\0\0\0\0\0\241\0\0\0\34?\1\30\fe8\4\0\275\346T\0\0\0\0\0"..., 8192) = 8192
write(4, "8\4\0\270\346T\0\0\0\0\0\241\0\0\0\34?\1\30\fe8\4\0\275\346T\0\0\0\0\0"..., 8192) = 8192
read(3, "\2m\1\22\0\0\0\0\0\0\0\0\n_\260\3\0\320\31\4\0\311\305\r\0102\350\0\0\20gT"..., 8192) = 8192
write(4, "\2m\1\22\0\0\0\0\0\0\0\0\n_\260\3\0\320\31\4\0\311\305\r\0102\350\0\0\20gT"..., 8192) = 8192
read(3, "\0\0\307F\4\r\0103\244\3\0fsT\0\0\0\0\0\4\0\0\0\35h\1\21\0\fL\244\3"..., 8192) = 8192
write(4, "\0\0\307F\4\r\0103\244\3\0fsT\0\0\0\0\0\4\0\0\0\35h\1\21\0\fL\244\3"..., 8192) = 8192
read(3, "\0|P\3\0\7\273\1\5\17R\3\0\206R\3\0\7\273\1\5\345R\3\0\243S\3\0\7\273\1"..., 8192) = 8192
write(4, "\0|P\3\0\7\273\1\5\17R\3\0\206R\3\0\7\273\1\5\345R\3\0\243S\3\0\7\273\1"..., 8192) = 8192
read(3, "\6\0\0\0\32h\16\10C\0\0\0\323\275S\0\0\0\0\0\6\0\0\0\2m\1\22\0\0\0\0"..., 8192) = 8192
write(4, "\6\0\0\0\32h\16\10C\0\0\0\323\275S\0\0\0\0\0\6\0\0\0\2m\1\22\0\0\0\0"..., 8192) = 8192
read(3, "\6?\\\1\0h\\\1\0\16/\3\1\6\207u\1\0\260u\1\0\16/\3\1\6-x\1\0V"..., 8192) = 8192
write(4, "\6?\\\1\0h\\\1\0\16/\3\1\6\207u\1\0\260u\1\0\16/\3\1\6-x\1\0V"..., 8192) = 8192
read(3, "\375\244\3\0\300/\3\0!\332\7>\n2\316\3\0\0000\3\0\266\22\25\23Zj\6\0\216\314S"..., 8192) = 8192
write(4, "\375\244\3\0\300/\3\0!\332\7>\n2\316\3\0\0000\3\0\266\22\25\23Zj\6\0\216\314S"..., 8192) = 8192
read(3, "\5\0:d\1\1\6\17\361\5\0e\361\5\0:1\6\1\6|\361\5\0\307\361\5\0:\340\5\1"..., 8192) = 8192
write(4, "\5\0:d\1\1\6\17\361\5\0e\361\5\0:1\6\1\6|\361\5\0\307\361\5\0:\340\5\1"..., 8192) = 8192
read(3, "\273\276\0\0\225\241S\0\0\0\0\0\6\0\0\0\32h\16\10C\0\0\0\225\241S\0\0\0\0\0"..., 8192) = 8192
write(4, "\273\276\0\0\225\241S\0\0\0\0\0\6\0\0\0\32h\16\10C\0\0\0\225\241S\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\271\0\0\0\263\300\2\26\22\321t\6\0\237\270T\0\0\0\0\0\5\0\0\0\n\224\1\20\17"..., 8192) = 8192
write(4, "\0\0\271\0\0\0\263\300\2\26\22\321t\6\0\237\270T\0\0\0\0\0\5\0\0\0\n\224\1\20\17"..., 8192) = 8192
read(3, "\242\4\0\36\243\4\0\34\220\1\1\6[\243\4\0\243\243\4\0\34C\1\1\6\335\243\4\0\247\243\4"..., 8192) = 8192
write(4, "\242\4\0\36\243\4\0\34\220\1\1\6[\243\4\0\243\243\4\0\34C\1\1\6\335\243\4\0\247\243\4"..., 8192) = 8192
read(3, "\0\0\200w\6\r\10\361\236\3\0g\320T\0\0\0\0\0\24\0\0\0\200y\6\t\0\t\321v\4"..., 8192) = 8192
write(4, "\0\0\200w\6\r\10\361\236\3\0g\320T\0\0\0\0\0\24\0\0\0\200y\6\t\0\t\321v\4"..., 8192) = 8192
read(3, "\0\0\0\t\231v\4\0 \276\4\0\200\232\5\21\10\221\372\3\0\337\340T\0\0\0\0\0\36\0\0"..., 8192) = 8192
write(4, "\0\0\0\t\231v\4\0 \276\4\0\200\232\5\21\10\221\372\3\0\337\340T\0\0\0\0\0\36\0\0"..., 8192) = 8192
read(3, "\0y3\1\25\f\7\334\3\0b\215R\0\0\0\0\0\n\0\0\0y4\1\t\f\372\333\3\0b"..., 8192) = 8192
write(4, "\0y3\1\25\f\7\334\3\0b\215R\0\0\0\0\0\n\0\0\0y4\1\t\f\372\333\3\0b"..., 8192) = 8192
read(3, "\0\4\0\0\0*\17\t\f\237\326\3\0\355\312R\0\0\0\0\0\4\0\0\0*E\1\24\f\223\326"..., 8192) = 8192
write(4, "\0\4\0\0\0*\17\t\f\237\326\3\0\355\312R\0\0\0\0\0\4\0\0\0*E\1\24\f\223\326"..., 8192) = 8192
read(3, "&\0\0\0\0\0\0\0\25\1\267\5\0`\27\2\0t\324\35\25J\337\3\0\240\27\2\0t\324\35"..., 8192) = 8192
write(4, "&\0\0\0\0\0\0\0\25\1\267\5\0`\27\2\0t\324\35\25J\337\3\0\240\27\2\0t\324\35"..., 8192) = 8192
read(3, "S\0\0\0\0\0\16\0\0\0\34\242\1\32\f*\26\4\0\177\213S\0\0\0\0\0\16\0\0\0f"..., 8192) = 8192
write(4, "S\0\0\0\0\0\16\0\0\0\34\242\1\32\f*\26\4\0\177\213S\0\0\0\0\0\16\0\0\0f"..., 8192) = 8192
read(3, "\0\34?\1\t\0\0\10\207(\4\0\204PS\0\0\0\0\0\n\0\0\0\f_\6\27\10\20`\3"..., 8192) = 8192
write(4, "\0\34?\1\t\0\0\10\207(\4\0\204PS\0\0\0\0\0\n\0\0\0\f_\6\27\10\20`\3"..., 8192) = 8192
read(3, "\0\0\0\34\363\1\26\rX7\4\0bgS\0\0\0\0\0\6\0\0\0\32\357\26\r\273\276\0\0"..., 8192) = 8192
write(4, "\0\0\0\34\363\1\26\rX7\4\0bgS\0\0\0\0\0\6\0\0\0\32\357\26\r\273\276\0\0"..., 8192) = 8192
read(3, "\0\27\332\3\0s\225\1\0\5\323\214\2\0\10\215\2\0s+\1\5:E\3\0oE\3\0s+"..., 8192) = 8192
write(4, "\0\27\332\3\0s\225\1\0\5\323\214\2\0\10\215\2\0s+\1\5:E\3\0oE\3\0s+"..., 8192) = 8192
read(3, "*\336,\10\350N\3\0=\377R\0\0\0\0\0\4\0\0\0002\10\2\22\0\0\0\0\0\0\f\7"..., 8192) = 8192
write(4, "*\336,\10\350N\3\0=\377R\0\0\0\0\0\4\0\0\0002\10\2\22\0\0\0\0\0\0\f\7"..., 8192) = 8192
read(3, "\0F\6S\0\0\0\0\0\24\0\0\0\204X\1\32\0\f^\261\5\0u\vS\0\0\0\0\0&"..., 8192) = 8192
write(4, "\0F\6S\0\0\0\0\0\24\0\0\0\204X\1\32\0\f^\261\5\0u\vS\0\0\0\0\0&"..., 8192) = 8192
read(3, "\0\0\0\0\0\10\0\0\0*\17\t\f\237\326\3\0\370\33S\0\0\0\0\0\10\0\0\0*E\1"..., 8192) = 8192
write(4, "\0\0\0\0\0\10\0\0\0*\17\t\f\237\326\3\0\370\33S\0\0\0\0\0\10\0\0\0*E\1"..., 8192) = 8192
read(3, "\0\0\0y`\33\rz\326\3\0!~S\0\0\0\0\0\4\0\0\0*\17\t\f\237\326\3\0!"..., 8192) = 8192
write(4, "\0\0\0y`\33\rz\326\3\0!~S\0\0\0\0\0\4\0\0\0*\17\t\f\237\326\3\0!"..., 8192) = 8192
read(3, "\0\0\0\3\0\0\0:\234\v\t\f\355\333\3\0\343\206S\0\0\0\0\0\3\0\0\0:\263\r\t"..., 8192) = 8192
write(4, "\0\0\0\3\0\0\0:\234\v\t\f\355\333\3\0\343\206S\0\0\0\0\0\3\0\0\0:\263\r\t"..., 8192) = 8192
read(3, "\310\323\0\0\16\324\0\0:x\1\31M\324\0\0\235\324\0\0:\204\1\2w\321\0\0\6\264\324\0"..., 8192) = 8192
write(4, "\310\323\0\0\16\324\0\0:x\1\31M\324\0\0\235\324\0\0:\204\1\2w\321\0\0\6\264\324\0"..., 8192) = 8192
read(3, "\0\0\6W\59\n\375\267\0\0@9\0\0\0322\t\n\331\266\0\0p9\0\0\31S\t\t\213"..., 8192) = 8192
write(4, "\0\0\6W\59\n\375\267\0\0@9\0\0\0322\t\n\331\266\0\0p9\0\0\31S\t\t\213"..., 8192) = 8192
read(3, "\0\0\0\360V\30\0\0\0\0\0\4\0\0\0\r\35\1\25\0\7`W\30\0\0\0\0\0:\1\0"..., 8192) = 8192
write(4, "\0\0\0\360V\30\0\0\0\0\0\4\0\0\0\r\35\1\25\0\7`W\30\0\0\0\0\0:\1\0"..., 8192) = 8192
read(3, "\0\0\200r\0\0:\263\21\24\307\27\0\0\275\31\30\0\0\0\0\0[\0\0\0:\264\r\25V\33"..., 8192) = 8192
write(4, "\0\0\200r\0\0:\263\21\24\307\27\0\0\275\31\30\0\0\0\0\0[\0\0\0:\264\r\25V\33"..., 8192) = 8192
read(3, "\0\310G\30\0\0\0\0\0\n\0\0\0\5]\4\5\10\3013\0\0\310G\30\0\0\0\0\0\n\0"..., 8192) = 8192
write(4, "\0\310G\30\0\0\0\0\0\n\0\0\0\5]\4\5\10\3013\0\0\310G\30\0\0\0\0\0\n\0"..., 8192) = 8192
read(3, "\1\0\0\2;\6\0\0\2\240\0\0\0\5\262c\0\0\25d\0\0)\236\1\5\252\343\0\0\n\344"..., 8192) = 8192
write(4, "\1\0\0\2;\6\0\0\2\240\0\0\0\5\262c\0\0\25d\0\0)\236\1\5\252\343\0\0\n\344"..., 8192) = 8192
read(3, "\0\34689\0\0\0\0\0\6\0\0\0\1\17\1\t\10\223\2\0\0\34689\0\0\0\0\0\6\0"..., 8192) = 8192
write(4, "\0\34689\0\0\0\0\0\6\0\0\0\1\17\1\t\10\223\2\0\0\34689\0\0\0\0\0\6\0"..., 8192) = 8192
read(3, "\0\0\0\0\0'\0\0\0\1c\3\24\f\21\v\0\0e]9\0\0\0\0\0\n\0\0\0\1["..., 8192) = 8192
write(4, "\0\0\0\0\0'\0\0\0\1c\3\24\f\21\v\0\0e]9\0\0\0\0\0\n\0\0\0\1["..., 8192) = 8192
read(3, "\17\1\t\v\223\2\0\0\320\272\0\0\4M\4\t\0\0\0\fSQ\0\0@C9\0\0\0\0\0"..., 8192) = 8192
write(4, "\17\1\t\v\223\2\0\0\320\272\0\0\4M\4\t\0\0\0\fSQ\0\0@C9\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\7\354\1\32\0\f\303\3\0\0{w9\0\0\0\0\0\3\0\0\0\1J\1\21\10\266\3\0\0"..., 8192) = 8192
write(4, "\0\7\354\1\32\0\f\303\3\0\0{w9\0\0\0\0\0\3\0\0\0\1J\1\21\10\266\3\0\0"..., 8192) = 8192
read(3, "\325\5\0\0\260\2\1\0\36\275\7\35\nK\6\0\0\360\2\1\0\37)\t\n\24\2\0\0000\3\1"..., 8192) = 8192
write(4, "\325\5\0\0\260\2\1\0\36\275\7\35\nK\6\0\0\360\2\1\0\37)\t\n\24\2\0\0000\3\1"..., 8192) = 8192
read(3, "\0\35\32\2\0\0\0`\5\0\2a\1\21\31\235\3\0\0'\2\0\0\30\334\1\0\0J\336`\0"..., 8192) = 8192
write(4, "\0\35\32\2\0\0\0`\5\0\2a\1\21\31\235\3\0\0'\2\0\0\30\334\1\0\0J\336`\0"..., 8192) = 8192
read(3, "a\3\0\0\0\30J\3\0\0\374\366`\0\0\0\0\0\3\0\0\0\2\27\2\23\31\300\247\0\0V"..., 8192) = 8192
write(4, "a\3\0\0\0\30J\3\0\0\374\366`\0\0\0\0\0\3\0\0\0\2\27\2\23\31\300\247\0\0V"..., 8192) = 8192
read(3, "a|\0\0y\2\0\0\0\0304\2\0\0J\362`\0\0\0\0\0%\0\0\0\2\315\1\3\32="..., 8192) = 8192
write(4, "a|\0\0y\2\0\0\0\0304\2\0\0J\362`\0\0\0\0\0%\0\0\0\2\315\1\3\32="..., 8192) = 8192
read(3, "\r?\377\0\0\310\17\0\0\n\324\377\0\0\323\17\0\0\16\356\5\0\0\26\2a\0\0\0\0\0\f"..., 8192) = 8192
write(4, "\r?\377\0\0\310\17\0\0\n\324\377\0\0\323\17\0\0\16\356\5\0\0\26\2a\0\0\0\0\0\f"..., 8192) = 8192
read(3, "@\4\0\0#1c\1\0K\4\0\0#dc\1\0V\4\0\0#\227c\1\0a\4\0\0#"..., 8192) = 8192
write(4, "@\4\0\0#1c\1\0K\4\0\0#dc\1\0V\4\0\0#\227c\1\0a\4\0\0#"..., 8192) = 8192
read(3, "\0#ja\2\0\220\3\0\0#\235a\2\0\261\3\0\0#\377a\2\0\274\3\0\0#cb\2"..., 8192) = 8192
write(4, "\0#ja\2\0\220\3\0\0#\235a\2\0\261\3\0\0#\377a\2\0\274\3\0\0#cb\2"..., 8192) = 8192
read(3, "9\3\0\r\6\0\0#,:\3\0\30\6\0\0#_:\3\0#\6\0\0#\222:\3\0\2\6"..., 8192) = 8192
write(4, "9\3\0\r\6\0\0#,:\3\0\30\6\0\0#_:\3\0#\6\0\0#\222:\3\0\2\6"..., 8192) = 8192
read(3, "\t\0\0$\20\t\0\0$\33\t\0\0#S\236\3\0&\t\0\0$1\t\0\0#\206\236\3\0"..., 8192) = 8192
write(4, "\t\0\0$\20\t\0\0$\33\t\0\0#S\236\3\0&\t\0\0$1\t\0\0#\206\236\3\0"..., 8192) = 8192
read(3, "\4\0z\3\0\0#\277I\4\0\205\3\0\0#\366I\4\0\220\3\0\0#)J\4\0\233\3\0"..., 8192) = 8192
write(4, "\4\0z\3\0\0#\277I\4\0\205\3\0\0#\366I\4\0\220\3\0\0#)J\4\0\233\3\0"..., 8192) = 8192
read(3, "\0\335\3\0\0#o\337\4\0\350\3\0\0#\321\337\4\0\363\3\0\0#\10\340\4\0\376\3\0\0"..., 8192) = 8192
write(4, "\0\335\3\0\0#o\337\4\0\350\3\0\0#\321\337\4\0\363\3\0\0#\10\340\4\0\376\3\0\0"..., 8192) = 8192
read(3, "\0\0#\23\17\6\0o\3\0\0#\355\17\6\0z\3\0\0#\25\21\6\0\205\3\0\0#i\22"..., 8192) = 8192
write(4, "\0\0#\23\17\6\0o\3\0\0#\355\17\6\0z\3\0\0#\25\21\6\0\205\3\0\0#i\22"..., 8192) = 8192
read(3, "\0\0#\307\17\7\0004\10\0\0#\34\20\7\0?\10\0\0#q\20\7\0J\10\0\0#\306\20"..., 8192) = 8192
write(4, "\0\0#\307\17\7\0004\10\0\0#\34\20\7\0?\10\0\0#q\20\7\0J\10\0\0#\306\20"..., 8192) = 8192
read(3, "\0#\343\242\7\0\326\t\0\0#\26\243\7\0\341\t\0\0#\27\244\7\0\354\t\0\0#\26\246\7"..., 8192) = 8192
write(4, "\0#\343\242\7\0\326\t\0\0#\26\243\7\0\341\t\0\0#\27\244\7\0\354\t\0\0#\26\246\7"..., 8192) = 8192
read(3, "\10\0\201\10\0\0#\362\210\10\0\214\10\0\0#G\211\10\0\227\10\0\0#\233\211\10\0\242\10\0"..., 8192) = 8192
write(4, "\10\0\201\10\0\0#\362\210\10\0\214\10\0\0#G\211\10\0\227\10\0\0#\233\211\10\0\242\10\0"..., 8192) = 8192
read(3, "]\t\0\23\10\0\0#\37^\t\0\36\10\0\0#t^\t\0)\10\0\0#\311^\t\0004\10"..., 8192) = 8192
write(4, "]\t\0\23\10\0\0#\37^\t\0\36\10\0\0#t^\t\0)\10\0\0#\311^\t\0004\10"..., 8192) = 8192
read(3, "\7\0\0 \312\6\0\0\217-c\0\0\0\0\0\263\0\0\0\5\305\3\0373\177\n\0\323\6\0\0"..., 8192) = 8192
write(4, "\7\0\0 \312\6\0\0\217-c\0\0\0\0\0\263\0\0\0\5\305\3\0373\177\n\0\323\6\0\0"..., 8192) = 8192
read(3, "\221h\0\0\0\36y\237\0\0\231gc\0\0\0\0\0\22\0\0\0\5\177\2\0030\3\221\10\237\201"..., 8192) = 8192
write(4, "\221h\0\0\0\36y\237\0\0\231gc\0\0\0\0\0\22\0\0\0\5\177\2\0030\3\221\10\237\201"..., 8192) = 8192
read(3, "^\222\t\0\1\371\324\v\0\0)\376_\0\0\1\371\324\v\0\0)\304\204\t\0\1\372\273\0\0\0"..., 8192) = 8192
write(4, "^\222\t\0\1\371\324\v\0\0)\376_\0\0\1\371\324\v\0\0)\304\204\t\0\1\372\273\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\26\212\6\0\0\361wc\0\0\0\0\0,\0\0\0\10\215\3\27\225\217\v\0\222\6\0\0"..., 8192) = 8192
write(4, "\0\0\0\26\212\6\0\0\361wc\0\0\0\0\0,\0\0\0\10\215\3\27\225\217\v\0\222\6\0\0"..., 8192) = 8192
read(3, "\0\0$I\343\v\0\234\r\0\0$\357\343\v\0\250\r\0\0$\"\344\v\0\264\r\0\0$U\344"..., 8192) = 8192
write(4, "\0\0$I\343\v\0\234\r\0\0$\357\343\v\0\250\r\0\0$\"\344\v\0\264\r\0\0$U\344"..., 8192) = 8192
read(3, "\0\0000\5\0\34\r1\23\0\0001.\1\3\16:\v;\v'\31 \v\0\0002\n\0\3\16:"..., 8192) = 8192
write(4, "\0\0000\5\0\34\r1\23\0\0001.\1\3\16:\v;\v'\31 \v\0\0002\n\0\3\16:"..., 8192) = 8192
read(3, "rc/str\0library/core/src/unicode\0"..., 8192) = 8192
write(4, "rc/str\0library/core/src/unicode\0"..., 8192) = 8192
read(3, "\0026\1\2\7\0\1\1\4%\0\t\2P\361Q\0\0\0\0\0\3\20\1\5\20\nK\4!\5\t"..., 8192) = 8192
write(4, "\0026\1\2\7\0\1\1\4%\0\t\2P\361Q\0\0\0\0\0\3\20\1\5\20\nK\4!\5\t"..., 8192) = 8192
read(3, "\3\334\0t\4T\5\31\6\3<X\4\t\5\t\3\320\nf\6\3\230t\10.\4`\6\3\246\1"..., 8192) = 8192
write(4, "\3\334\0t\4T\5\31\6\3<X\4\t\5\t\3\320\nf\6\3\230t\10.\4`\6\3\246\1"..., 8192) = 8192
read(3, "\5&\6\236\5\t\0021\22\3\246{\202\4\23\5\20\6\3\240\7\202\4y\5\30\3\332z\10 \4"..., 8192) = 8192
write(4, "\5&\6\236\5\t\0021\22\3\246{\202\4\23\5\20\6\3\240\7\202\4y\5\30\3\332z\10 \4"..., 8192) = 8192
read(3, "\2.\4\36\0054\3\253\7.\4\30\5\22\3\210x<\4\212\1\5\25\3\315\0t\4\36\0054\3"..., 8192) = 8192
write(4, "\2.\4\36\0054\3\253\7.\4\30\5\22\3\210x<\4\212\1\5\25\3\315\0t\4\36\0054\3"..., 8192) = 8192
read(3, "\5)\3\236~f\4<\5\25\3\342\1X4\5\30\3\355~J\5\25\6<\4*\5L\6\3\314"..., 8192) = 8192
write(4, "\5)\3\236~f\4<\5\25\3\342\1X4\5\30\3\355~J\5\25\6<\4*\5L\6\3\314"..., 8192) = 8192
read(3, "\220\4y\5\0\6\3\273q\344\5\f\6\3\334\0J\5\t\6\220\0042\5\22\6\3\220\1f\4*"..., 8192) = 8192
write(4, "\220\4y\5\0\6\3\273q\344\5\f\6\3\334\0J\5\t\6\220\0042\5\22\6\3\220\1f\4*"..., 8192) = 8192
read(3, "<\4n\5\t\6\3\264v.\4\201\1\5\21\3\240\1J\4\36\5\35\3\255\10J\4\201\1\5\21"..., 8192) = 8192
write(4, "<\4n\5\t\6\3\264v.\4\201\1\5\21\3\240\1J\4\36\5\35\3\255\10J\4\201\1\5\21"..., 8192) = 8192
read(3, "\24\5\t\3\315\10\10t\4t\5V\3\263w\236\5\0\6\3\215|\272\5.\3\363\3X\4\34\5"..., 8192) = 8192
write(4, "\24\5\t\3\315\10\10t\4t\5V\3\263w\236\5\0\6\3\215|\272\5.\3\363\3X\4\34\5"..., 8192) = 8192
read(3, "\1f\2\1\0\1\1\4\7\0\t\2\20\213S\0\0\0\0\0\3\272\1\1\5\1\n\1\2\17\0\1"..., 8192) = 8192
write(4, "\1f\2\1\0\1\1\4\7\0\t\2\20\213S\0\0\0\0\0\3\272\1\1\5\1\n\1\2\17\0\1"..., 8192) = 8192
read(3, "*\5\r\3\311}.\10\0\1\1\0044\0\t\2\260\255S\0\0\0\0\0\3\322\5\1\5\25\n\256"..., 8192) = 8192
write(4, "*\5\r\3\311}.\10\0\1\1\0044\0\t\2\260\255S\0\0\0\0\0\3\322\5\1\5\25\n\256"..., 8192) = 8192
read(3, "/\5\t\3\277vJ\2\10\0\1\1\4(\0\t\2\260\321S\0\0\0\0\0\3\211\2\1\5\r\n"..., 8192) = 8192
write(4, "/\5\t\3\277vJ\2\10\0\1\1\4(\0\t\2\260\321S\0\0\0\0\0\3\211\2\1\5\r\n"..., 8192) = 8192
read(3, "\0\6\3\263~f\4,\5\16\6\3\305\16<\4\1\5\r\3\311q\10J\4\32\5\t\3\257\2\254"..., 8192) = 8192
write(4, "\0\6\3\263~f\4,\5\16\6\3\305\16<\4\1\5\r\3\311q\10J\4\32\5\t\3\257\2\254"..., 8192) = 8192
read(3, "J\5\0\6\3\215w<\4\34\5\f\6\3\376\1\10\22\5\t\6<\5+\6\3\247\1.\5\21\3"..., 8192) = 8192
write(4, "J\5\0\6\3\215w<\4\34\5\f\6\3\376\1\10\22\5\t\6<\5+\6\3\247\1.\5\21\3"..., 8192) = 8192
read(3, "\t\2\20ST\0\0\0\0\0\3\273\1\1\5\t\n\23\2\10\0\1\1\4!\0\t\2 ST\0"..., 8192) = 8192
write(4, "\t\2\20ST\0\0\0\0\0\3\273\1\1\5\t\n\23\2\10\0\1\1\4!\0\t\2 ST\0"..., 8192) = 8192
read(3, "<\5\21\3u.\5!\3+\310\5\30\240\5\25\6<\5\0\3\237}.\5\25\6\3\266\2<\4"..., 8192) = 8192
write(4, "<\5\21\3u.\5!\3+\310\5\30\240\5\25\6<\5\0\3\237}.\5\25\6\3\266\2<\4"..., 8192) = 8192
read(3, "\254\5\5D\6\3\257~.\0041\5\20\6\3\311\0\10\22\5\16\6.\0045\5\37\6\3\267\3<"..., 8192) = 8192
write(4, "\254\5\5D\6\3\257~.\0041\5\20\6\3\311\0\10\22\5\16\6.\0045\5\37\6\3\267\3<"..., 8192) = 8192
read(3, "\5\r\6J\0051\6y\5\31\6J\4\30\5\22\6\3\342vJ\4\200\1\58\3\240\tJ\5\30"..., 8192) = 8192
write(4, "\5\r\6J\0051\6y\5\31\6J\4\30\5\22\6\3\342vJ\4\200\1\58\3\240\tJ\5\30"..., 8192) = 8192
read(3, "\256\1\202\4\214\1\5\t\3\322~J\4\326\1\5\21\3\254\177\202\4\177\3\374\3X\4\200\1\5\22"..., 8192) = 8192
write(4, "\256\1\202\4\214\1\5\t\3\322~J\4\326\1\5\21\3\254\177\202\4\177\3\374\3X\4\200\1\5\22"..., 8192) = 8192
read(3, "\5\16\6f\0045\5\37\6\3\267\3.\5-\3\331|t\4\357\1\5\33\3=.\48\5\0\6"..., 8192) = 8192
write(4, "\5\16\6f\0045\5\37\6\3\267\3.\5-\3\331|t\4\357\1\5\33\3=.\48\5\0\6"..., 8192) = 8192
read(3, "\4#\5\t\3\345|X\4*\5\22\3\247\2J\4\37\5\32\3\232\6\220\4*\5\r\3\350y<"..., 8192) = 8192
write(4, "\4#\5\t\3\345|X\4*\5\22\3\247\2J\4\37\5\32\3\232\6\220\4*\5\r\3\350y<"..., 8192) = 8192
read(3, "\224\tJ\4\7\5\0\6\3\230t\10\202\5\t\6\3\314\2.\3\21J\5\6Z\2\16\0\1\1\4"..., 8192) = 8192
write(4, "\224\tJ\4\7\5\0\6\3\230t\10\202\5\t\6\3\314\2.\3\21J\5\6Z\2\16\0\1\1\4"..., 8192) = 8192
read(3, "\0\3\263\177\10.\4;\5\n\6\3\240\3J\5\35\10\273\6\3\337|\10.\5\r\6\3\350\3\10"..., 8192) = 8192
write(4, "\0\3\263\177\10.\4;\5\n\6\3\240\3J\5\35\10\273\6\3\337|\10.\5\r\6\3\350\3\10"..., 8192) = 8192
read(3, "\21\6\3\374\1X\4\5\0054\3\357\7\202\4\27\5\t\3\222z<\6\3\203|f\4\36\5\23\6"..., 8192) = 8192
write(4, "\21\6\3\374\1X\4\5\0054\3\357\7\202\4\27\5\t\3\222z<\6\3\203|f\4\36\5\23\6"..., 8192) = 8192
read(3, "mod.rs\0\3\0\0library/core/src/slice"..., 8192) = 8192
write(4, "mod.rs\0\3\0\0library/core/src/slice"..., 8192) = 8192
read(3, "/\4\5\5\t\3\334\6J\4\1\5-\3\244y\10.\5\t\3\266}\220\4\3\5\f\3\331~\362"..., 8192) = 8192
write(4, "/\4\5\5\t\3\334\6J\4\1\5-\3\244y\10.\5\t\3\266}\220\4\3\5\f\3\331~\362"..., 8192) = 8192
read(3, "\177<\4*\5\r\3y.\4\23\5\t\3\354\16<\6\3\270pf\4\32\5\22\6\3\354\1<\4"..., 8192) = 8192
write(4, "\177<\4*\5\r\3y.\4\23\5\t\3\354\16<\6\3\270pf\4\32\5\22\6\3\354\1<\4"..., 8192) = 8192
read(3, "generated\0\0p256-x86_64-asm-elf.S"..., 8192) = 8192
write(4, "generated\0\0p256-x86_64-asm-elf.S"..., 8192) = 8192
read(3, "Z\203YZ=Zuh\203YgKKYKKYKKYg\221Y\221Y\221Y\221gg\221\224"..., 8192) = 8192
write(4, "Z\203YZ=Zuh\203YgKKYKKYKKYg\221Y\221Y\221Y\221gg\221\224"..., 8192) = 8192
read(3, "K>==>K=K===K>=K>Y=>K=>K=>=K>=K>="..., 8192) = 8192
write(4, "K>==>K=K===K>=K>Y=>K=>K=>=K>=K>="..., 8192) = 8192
read(3, "bn/../../limbs\0crypto/fipsmodule"..., 8192) = 8192
write(4, "bn/../../limbs\0crypto/fipsmodule"..., 8192) = 8192
read(3, "\27u\6\3\243~<\6\3\336\1\202\5G\3\211\177<\5:\6\202\3\231\177\10.\5G\6\3\350"..., 8192) = 8192
write(4, "\27u\6\3\243~<\6\3\336\1\202\5G\3\211\177<\5:\6\202\3\231\177\10.\5G\6\3\350"..., 8192) = 8192
read(3, "!\6\362\3\267~f\5(\6\3\312\1X\6\3\266~\202\3\312\1X\5!X\6\363g\6\3\264"..., 8192) = 8192
write(4, "!\6\362\3\267~f\5(\6\3\312\1X\6\3\266~\202\3\312\1X\5!X\6\363g\6\3\264"..., 8192) = 8192
read(3, "X\5\22\6\3\306\1\236\6\3\272~<\5(\6\3\307\1X\5!\6\236\5(\6\237\6\3\270~"..., 8192) = 8192
write(4, "X\5\22\6\3\306\1\236\6\3\272~<\5(\6\3\307\1X\5!\6\236\5(\6\237\6\3\270~"..., 8192) = 8192
read(3, "\5:\6\202\3\226\177\254\6\3\353\0\202\10=\6\3\224\177\326\6\3\355\0\202\6\3\223\177\326\6\3"..., 8192) = 8192
write(4, "\5:\6\202\3\226\177\254\6\3\353\0\202\10=\6\3\224\177\326\6\3\355\0\202\6\3\223\177\326\6\3"..., 8192) = 8192
read(3, "\6\3\365\0X\273\6\3\212\177\326\6\3\367\0\202\6\3\211\177\10.\6\3\370\0X\6\3\210\177\254"..., 8192) = 8192
write(4, "\6\3\365\0X\273\6\3\212\177\326\6\3\367\0\202\6\3\211\177\10.\6\3\370\0X\6\3\210\177\254"..., 8192) = 8192
read(3, "\361\0\202\6\3\217\177\10X\6\3\362\0\202\6\3\216\177\10\22\6\3\363\0X\6\3\215\177\220\6\3"..., 8192) = 8192
write(4, "\361\0\202\6\3\217\177\10X\6\3\362\0\202\6\3\216\177\10\22\6\3\363\0X\6\3\215\177\220\6\3"..., 8192) = 8192
read(3, "\177\10.\6\3\370\0X\6\3\210\177\326\6\3\371\0\202\6\3\207\177\326\6\3\372\0\202\6\3\206\177"..., 8192) = 8192
write(4, "\177\10.\6\3\370\0X\6\3\210\177\326\6\3\371\0\202\6\3\207\177\326\6\3\372\0\202\6\3\206\177"..., 8192) = 8192
read(3, "\6\3\355\0\202\0051\273\5:\6\202\3\222\177\326\6\3\357\0\202\6\3\221\177\254\0052\6\3\360\0"..., 8192) = 8192
write(4, "\6\3\355\0\202\0051\273\5:\6\202\3\222\177\326\6\3\357\0\202\6\3\221\177\254\0052\6\3\360\0"..., 8192) = 8192
read(3, "\0\0\0\3\355\16\1\5\10\n\23\5\t=Y\5\1Y\2\1\0\1\1\4\5\0\t\2\20Fc\0"..., 8192) = 8192
write(4, "\0\0\0\3\355\16\1\5\10\n\23\5\t=Y\5\1Y\2\1\0\1\1\4\5\0\t\2\20Fc\0"..., 8192) = 8192
read(3, "al.h\0\3\0\0limbs.h\0\4\0\0\0\0\t\2\340pc\0\0\0\0\0\3"..., 8192) = 8192
write(4, "al.h\0\3\0\0limbs.h\0\4\0\0\0\0\t\2\340pc\0\0\0\0\0\3"..., 8192) = 8192
read(3, "ef..Deref$GT$5deref17h56b62e6ee9"..., 8192) = 8192
write(4, "ef..Deref$GT$5deref17h56b62e6ee9"..., 8192) = 8192
read(3, "versions8to_lower17h1c2b38229691"..., 8192) = 8192
write(4, "versions8to_lower17h1c2b38229691"..., 8192) = 8192
read(3, "7c0403cdbe19879E\0to_usize\0_ZN108"..., 8192) = 8192
write(4, "7c0403cdbe19879E\0to_usize\0_ZN108"..., 8192) = 8192
read(3, "53583bE\0_ZN4core3num7dec2flt5par"..., 8192) = 8192
write(4, "53583bE\0_ZN4core3num7dec2flt5par"..., 8192) = 8192
read(3, "e>\0_ZN4core7unicode12unicode_dat"..., 8192) = 8192
write(4, "e>\0_ZN4core7unicode12unicode_dat"..., 8192) = 8192
read(3, "..slice..iter..Iter$LT$T$GT$$u20"..., 8192) = 8192
write(4, "..slice..iter..Iter$LT$T$GT$$u20"..., 8192) = 8192
read(3, "as$u20$core..ops..arith..Div$GT$"..., 8192) = 8192
write(4, "as$u20$core..ops..arith..Div$GT$"..., 8192) = 8192
read(3, "5e4af03550efE\0fmt_int<core::fmt:"..., 8192) = 8192
write(4, "5e4af03550efE\0fmt_int<core::fmt:"..., 8192) = 8192
read(3, "da07699e52E\0disambiguator\0_ZN14r"..., 8192) = 8192
write(4, "da07699e52E\0disambiguator\0_ZN14r"..., 8192) = 8192
read(3, "e\0_ZN14rustc_demangle2v07Printer"..., 8192) = 8192
write(4, "e\0_ZN14rustc_demangle2v07Printer"..., 8192) = 8192
read(3, "losure}}<u8,(),core::ops::contro"..., 8192) = 8192
write(4, "losure}}<u8,(),core::ops::contro"..., 8192) = 8192
read(3, "GT$5clone17h41e51cf1587ed2aaE\0th"..., 8192) = 8192
write(4, "GT$5clone17h41e51cf1587ed2aaE\0th"..., 8192) = 8192
read(3, "std6thread5local4fast12Key$LT$T$"..., 8192) = 8192
write(4, "std6thread5local4fast12Key$LT$T$"..., 8192) = 8192
read(3, "sys_common6poison4Flag3get17hfa0"..., 8192) = 8192
write(4, "sys_common6poison4Flag3get17hfa0"..., 8192) = 8192
read(3, "std2io5error5Error4kind17h684b6e"..., 8192) = 8192
write(4, "std2io5error5Error4kind17h684b6e"..., 8192) = 8192
read(3, "vec::Vec<std::backtrace_rs::symb"..., 8192) = 8192
write(4, "vec::Vec<std::backtrace_rs::symb"..., 8192) = 8192
read(3, "13into_searcher17h48f7895b8de9d6"..., 8192) = 8192
write(4, "13into_searcher17h48f7895b8de9d6"..., 8192) = 8192
read(3, "14current_memory17hc676855704c99"..., 8192) = 8192
write(4, "14current_memory17hc676855704c99"..., 8192) = 8192
read(3, "e<alloc::boxed::Box<[addr2line::"..., 8192) = 8192
write(4, "e<alloc::boxed::Box<[addr2line::"..., 8192) = 8192
read(3, "olize::gimli::Library>\0_ZN4core5"..., 8192) = 8192
write(4, "olize::gimli::Library>\0_ZN4core5"..., 8192) = 8192
read(3, "cktrace_rs9symbolize5gimli7Mappi"..., 8192) = 8192
write(4, "cktrace_rs9symbolize5gimli7Mappi"..., 8192) = 8192
read(3, "ce3461ff63f3E\0as_ptr<addr2line::"..., 8192) = 8192
write(4, "ce3461ff63f3E\0as_ptr<addr2line::"..., 8192) = 8192
read(3, "s$u20$core..iter..traits..iterat"..., 8192) = 8192
write(4, "s$u20$core..iter..traits..iterat"..., 8192) = 8192
read(3, "bf30095E\0drop<addr2line::Functio"..., 8192) = 8192
write(4, "bf30095E\0drop<addr2line::Functio"..., 8192) = 8192
read(3, "GT$7reserve17h95cc0edfa6f34623E\0"..., 8192) = 8192
write(4, "GT$7reserve17h95cc0edfa6f34623E\0"..., 8192) = 8192
read(3, ".vec..into_iter..IntoIter$LT$T$C"..., 8192) = 8192
write(4, ".vec..into_iter..IntoIter$LT$T$C"..., 8192) = 8192
read(3, "rator..Iterator$GT$8try_fold9enu"..., 8192) = 8192
write(4, "rator..Iterator$GT$8try_fold9enu"..., 8192) = 8192
read(3, "_slice::EndianSlice<gimli::endia"..., 8192) = 8192
write(4, "_slice::EndianSlice<gimli::endia"..., 8192) = 8192
read(3, "object..elf..Sym64$LT$Endian$GT$"..., 8192) = 8192
write(4, "object..elf..Sym64$LT$Endian$GT$"..., 8192) = 8192
read(3, "ddress>\0_ZN4core3ptr4swap17h954b"..., 8192) = 8192
write(4, "ddress>\0_ZN4core3ptr4swap17h954b"..., 8192) = 8192
read(3, ".SliceIndex$LT$$u5b$T$u5d$$GT$$G"..., 8192) = 8192
write(4, ".SliceIndex$LT$$u5b$T$u5d$$GT$$G"..., 8192) = 8192
read(3, "ead::endian_slice::EndianSlice<g"..., 8192) = 8192
write(4, "ead::endian_slice::EndianSlice<g"..., 8192) = 8192
read(3, "4c85a8c2f9e8b5E\0offset<gimli::re"..., 8192) = 8192
write(4, "4c85a8c2f9e8b5E\0offset<gimli::re"..., 8192) = 8192
read(3, "gimli::read::unit::AttributeValu"..., 8192) = 8192
write(4, "gimli::read::unit::AttributeValu"..., 8192) = 8192
read(3, "t$LT$I$GT$$u20$for$u20$$u5b$T$u5"..., 8192) = 8192
write(4, "t$LT$I$GT$$u20$for$u20$$u5b$T$u5"..., 8192) = 8192
read(3, "_error17h8acf68b332cfcd49E\0from_"..., 8192) = 8192
write(4, "_error17h8acf68b332cfcd49E\0from_"..., 8192) = 8192
read(3, "cf75a81E\0copy_nonoverlapping<gim"..., 8192) = 8192
write(4, "cf75a81E\0copy_nonoverlapping<gim"..., 8192) = 8192
read(3, "ve<addr2line::LineRow,alloc::all"..., 8192) = 8192
write(4, "ve<addr2line::LineRow,alloc::all"..., 8192) = 8192
read(3, "de8cef145e32bE\0_ZN4core6option15"..., 8192) = 8192
write(4, "de8cef145e32bE\0_ZN4core6option15"..., 8192) = 8192
read(3, "T$5deref17hd805151f7b62caccE\0_ZN"..., 8192) = 8192
write(4, "T$5deref17hd805151f7b62caccE\0_ZN"..., 8192) = 8192
read(3, "$A$GT$7reserve17h5b868da7f42987a"..., 8192) = 8192
write(4, "$A$GT$7reserve17h5b868da7f42987a"..., 8192) = 8192
read(3, "lobal>,alloc::alloc::Global>\0_ZN"..., 8192) = 8192
write(4, "lobal>,alloc::alloc::Global>\0_ZN"..., 8192) = 8192
read(3, "n..Option$LT$T$GT$$u20$as$u20$co"..., 8192) = 8192
write(4, "n..Option$LT$T$GT$$u20$as$u20$co"..., 8192) = 8192
read(3, "r7mut_ptr31_$LT$impl$u20$$BP$mut"..., 8192) = 8192
write(4, "r7mut_ptr31_$LT$impl$u20$$BP$mut"..., 8192) = 8192
read(3, "e::Waiter>\0_ZN4core10intrinsics1"..., 8192) = 8192
write(4, "e::Waiter>\0_ZN4core10intrinsics1"..., 8192) = 8192
read(3, "xt<isize>\0_ZN4core4iter6traits8i"..., 8192) = 8192
write(4, "xt<isize>\0_ZN4core4iter6traits8i"..., 8192) = 8192
read(3, "e17h50827045f86c094fE\0clone<std:"..., 8192) = 8192
write(4, "e17h50827045f86c094fE\0clone<std:"..., 8192) = 8192
read(3, "String3len17hec1e2e50fa2d6fb2E\0_"..., 8192) = 8192
write(4, "String3len17hec1e2e50fa2d6fb2E\0_"..., 8192) = 8192
read(3, ")>, alloc::alloc::Global>,alloc:"..., 8192) = 8192
write(4, ")>, alloc::alloc::Global>,alloc:"..., 8192) = 8192
read(3, "23LineWriterShim$LT$W$GT$5inner1"..., 8192) = 8192
write(4, "23LineWriterShim$LT$W$GT$5inner1"..., 8192) = 8192
read(3, "082c96552e86E\0{{closure}}<usize,"..., 8192) = 8192
write(4, "082c96552e86E\0{{closure}}<usize,"..., 8192) = 8192
read(3, "17h9516dd0d4c3cc618E\0ntohs\0_ZN3s"..., 8192) = 8192
write(4, "17h9516dd0d4c3cc618E\0ntohs\0_ZN3s"..., 8192) = 8192
read(3, "tAddr),closure-0>\0_ZN5alloc7raw_"..., 8192) = 8192
write(4, "tAddr),closure-0>\0_ZN5alloc7raw_"..., 8192) = 8192
read(3, "17h26c797becb5fecb6E\0_ZN4core3op"..., 8192) = 8192
write(4, "17h26c797becb5fecb6E\0_ZN4core3op"..., 8192) = 8192
read(3, "89aE\0_ZN70_$LT$core..option..Opt"..., 8192) = 8192
write(4, "89aE\0_ZN70_$LT$core..option..Opt"..., 8192) = 8192
read(3, "pipe8AnonPipe5write17h4c9d7b53fa"..., 8192) = 8192
write(4, "pipe8AnonPipe5write17h4c9d7b53fa"..., 8192) = 8192
read(3, "$GT$17h687c81aa66bd7a62E\0drop_in"..., 8192) = 8192
write(4, "$GT$17h687c81aa66bd7a62E\0drop_in"..., 8192) = 8192
read(3, "node..marker..Immut$C$K$C$V$C$Ty"..., 8192) = 8192
write(4, "node..marker..Immut$C$K$C$V$C$Ty"..., 8192) = 8192
read(3, "pe$C$K$C$V$C$alloc..collections."..., 8192) = 8192
write(4, "pe$C$K$C$V$C$alloc..collections."..., 8192) = 8192
read(3, "_str::OsString,std::ffi::os_str:"..., 8192) = 8192
write(4, "_str::OsString,std::ffi::os_str:"..., 8192) = 8192
read(3, "$GT$$C$alloc..collections..btree"..., 8192) = 8192
write(4, "$GT$$C$alloc..collections..btree"..., 8192) = 8192
read(3, "tions4read17hf279864c405ec842E\0_"..., 8192) = 8192
write(4, "tions4read17hf279864c405ec842E\0_"..., 8192) = 8192
read(3, "ee4node13move_to_slice17h52b738e"..., 8192) = 8192
write(4, "ee4node13move_to_slice17h52b738e"..., 8192) = 8192
read(3, "652eaf1448E\0add<core::mem::maybe"..., 8192) = 8192
write(4, "652eaf1448E\0add<core::mem::maybe"..., 8192) = 8192
read(3, "_from_bytes<std::ffi::c_str::CSt"..., 8192) = 8192
write(4, "_from_bytes<std::ffi::c_str::CSt"..., 8192) = 8192
read(3, "17h898e8ac9777e6a4cE\0read_to_end"..., 8192) = 8192
write(4, "17h898e8ac9777e6a4cE\0read_to_end"..., 8192) = 8192
read(3, "t<std::fs::DirEntry, std::io::er"..., 8192) = 8192
write(4, "t<std::fs::DirEntry, std::io::er"..., 8192) = 8192
read(3, "7h69c0bf380c4238f1E\0_ZN5alloc11c"..., 8192) = 8192
write(4, "7h69c0bf380c4238f1E\0_ZN5alloc11c"..., 8192) = 8192
read(3, "ections..btree..node..marker..Mu"..., 8192) = 8192
write(4, "ections..btree..node..marker..Mu"..., 8192) = 8192
read(3, "ections::btree::node::NodeRef<al"..., 8192) = 8192
write(4, "ections::btree::node::NodeRef<al"..., 8192) = 8192
read(3, "c60708c59fa46E\0xsave\0rand\0_ZN3st"..., 8192) = 8192
write(4, "c60708c59fa46E\0xsave\0rand\0_ZN3st"..., 8192) = 8192
read(3, "re-0,(&usize, &mut core::fmt::Fo"..., 8192) = 8192
write(4, "re-0,(&usize, &mut core::fmt::Fo"..., 8192) = 8192
read(3, "lloc::alloc::Global>>\0_ZN14rustc"..., 8192) = 8192
write(4, "lloc::alloc::Global>>\0_ZN14rustc"..., 8192) = 8192
read(3, "$C$Offset$GT$$u20$as$u20$core..c"..., 8192) = 8192
write(4, "$C$Offset$GT$$u20$as$u20$core..c"..., 8192) = 8192
read(3, "n17h8782fbc941718a49E\0_ZN3std2fs"..., 8192) = 8192
write(4, "n17h8782fbc941718a49E\0_ZN3std2fs"..., 8192) = 8192
read(3, "3rust_panic_without_hook17h24a18"..., 8192) = 8192
write(4, "3rust_panic_without_hook17h24a18"..., 8192) = 8192
read(3, "_down\0aes_nohw_mix_columns\0a2\0a7"..., 8192) = 8192
write(4, "_down\0aes_nohw_mix_columns\0a2\0a7"..., 8192) = 8192
read(3, "\0\0\0\0\0\243\0\0\0\0\0\0\0\1\0R\243\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\243\0\0\0\0\0\0\0\1\0R\243\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\4\0\0\0\0\0\0\7\0\20\200\200\374\377\17\237\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\4\0\0\0\0\0\0\7\0\20\200\200\374\377\17\237\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\377\377\377\377\377\377\377\377\0\336`\0\0\0\0\0\217\7\0\0\0\0\0\0\3\10\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\377\377\377\377\377\377\377\377\0\336`\0\0\0\0\0\217\7\0\0\0\0\0\0\3\10\0\0\0"..., 8192) = 8192
read(3, "\377\377\220\347`\0\0\0\0\0S\2\0\0\0\0\0\0\200\2\0\0\0\0\0\0\7\0\20\263\346\314"..., 8192) = 8192
write(4, "\377\377\220\347`\0\0\0\0\0S\2\0\0\0\0\0\0\200\2\0\0\0\0\0\0\7\0\20\263\346\314"..., 8192) = 8192
read(3, "\377\377`\363`\0\0\0\0\0b\0\0\0\0\0\0\0f\0\0\0\0\0\0\0\2\0000\237f\0"..., 8192) = 8192
write(4, "\377\377`\363`\0\0\0\0\0b\0\0\0\0\0\0\0f\0\0\0\0\0\0\0\2\0000\237f\0"..., 8192) = 8192
read(3, "\377\377\377\377\377@\366`\0\0\0\0\0\16\1\0\0\0\0\0\0\364\1\0\0\0\0\0\0\1\0_"..., 8192) = 8192
write(4, "\377\377\377\377\377@\366`\0\0\0\0\0\16\1\0\0\0\0\0\0\364\1\0\0\0\0\0\0\1\0_"..., 8192) = 8192
read(3, "\0\0\0\0\0005\2\0\0\0\0\0\0\1\0^\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0005\2\0\0\0\0\0\0\1\0^\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\1\0P\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377 "..., 8192) = 8192
write(4, "\0\0\0\0\1\0P\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377 "..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\20\2a\0\0\0\0\0\316\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\20\2a\0\0\0\0\0\316\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\5\0\223\10S\223\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377"..., 8192) = 8192
write(4, "\0\5\0\223\10S\223\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\377\377\377\377\377\377\377\377\260\10a\0\0\0\0\0\340\5\0\0\0\0\0\0\343\5"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\377\377\377\377\377\377\377\377\260\10a\0\0\0\0\0\340\5\0\0\0\0\0\0\343\5"..., 8192) = 8192
read(3, "\0\0\0\0\224\f\0\0\0\0\0\0\227\f\0\0\0\0\0\0\3\0t\0\237\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\224\f\0\0\0\0\0\0\227\f\0\0\0\0\0\0\3\0t\0\237\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\10\21\0\0\0\0\0\0?\22\0\0\0\0\0\0\1\0S?\22\0\0\0\0\0\0B\22\0\0"..., 8192) = 8192
write(4, "\0\10\21\0\0\0\0\0\0?\22\0\0\0\0\0\0\1\0S?\22\0\0\0\0\0\0B\22\0\0"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\260\10a\0\0\0\0"..., 8192) = 8192
write(4, "\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\260\10a\0\0\0\0"..., 8192) = 8192
read(3, "\0\347!\0\0\0\0\0\0\6\0^\223\10U\223\10\347!\0\0\0\0\0\0\352!\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\347!\0\0\0\0\0\0\6\0^\223\10U\223\10\347!\0\0\0\0\0\0\352!\0\0\0\0\0"..., 8192) = 8192
read(3, "\377\377\377\377\377\377\377\377\260\10a\0\0\0\0\0!$\0\0\0\0\0\0&$\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\377\377\377\377\377\377\377\377\260\10a\0\0\0\0\0!$\0\0\0\0\0\0&$\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\10a\0\0\0\0\0\275/\0\0\0\0\0\0\300/\0\0\0\0\0\0\1\0P\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10a\0\0\0\0\0\275/\0\0\0\0\0\0\300/\0\0\0\0\0\0\1\0P\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\3325\0\0\0\0\0\0\3365\0\0\0\0\0\0\3\0_\223\10\3365\0\0\0\0\0\0\3435"..., 8192) = 8192
write(4, "\0\3325\0\0\0\0\0\0\3365\0\0\0\0\0\0\3\0_\223\10\3365\0\0\0\0\0\0\3435"..., 8192) = 8192
read(3, "\377\377\377\377\377\260\10a\0\0\0\0\0O:\0\0\0\0\0\0R:\0\0\0\0\0\0\5\0\223"..., 8192) = 8192
write(4, "\377\377\377\377\377\260\10a\0\0\0\0\0O:\0\0\0\0\0\0R:\0\0\0\0\0\0\5\0\223"..., 8192) = 8192
read(3, "\0\0A@\0\0\0\0\0\0F@\0\0\0\0\0\0\7\0\223\10u\0\237\223\10F@\0\0\0"..., 8192) = 8192
write(4, "\0\0A@\0\0\0\0\0\0F@\0\0\0\0\0\0\7\0\223\10u\0\237\223\10F@\0\0\0"..., 8192) = 8192
read(3, "\0\301F\0\0\0\0\0\0\304F\0\0\0\0\0\0\1\0P\304F\0\0\0\0\0\0\354G\0\0"..., 8192) = 8192
write(4, "\0\301F\0\0\0\0\0\0\304F\0\0\0\0\0\0\1\0P\304F\0\0\0\0\0\0\354G\0\0"..., 8192) = 8192
read(3, "\0\377\377\377\377\377\377\377\377\260\10a\0\0\0\0\0\10L\0\0\0\0\0\0\20L\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\377\377\377\377\377\377\377\377\260\10a\0\0\0\0\0\10L\0\0\0\0\0\0\20L\0\0\0\0\0"..., 8192) = 8192
read(3, "\10w\360\0\223\10LR\0\0\0\0\0\0\242S\0\0\0\0\0\0\n\0w\330\0\223\10w\360\0"..., 8192) = 8192
write(4, "\10w\360\0\223\10LR\0\0\0\0\0\0\242S\0\0\0\0\0\0\n\0w\330\0\223\10w\360\0"..., 8192) = 8192
read(3, "\0\0DX\0\0\0\0\0\0\3\0P\223\10DX\0\0\0\0\0\0PX\0\0\0\0\0\0\6"..., 8192) = 8192
write(4, "\0\0DX\0\0\0\0\0\0\3\0P\223\10DX\0\0\0\0\0\0PX\0\0\0\0\0\0\6"..., 8192) = 8192
read(3, "\0\0(u\0\0\0\0\0\0\10\0w\330\0\224\10\237\223\10\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0(u\0\0\0\0\0\0\10\0w\330\0\224\10\237\223\10\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\6\0T\223\10R\223\10\250o\0\0\0\0\0\0\253o\0\0\0\0\0\0\3\0T\223"..., 8192) = 8192
write(4, "\0\0\0\0\6\0T\223\10R\223\10\250o\0\0\0\0\0\0\253o\0\0\0\0\0\0\3\0T\223"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\260\10a\0\0\0\0\0\262u\0\0\0\0\0\0\370"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\260\10a\0\0\0\0\0\262u\0\0\0\0\0\0\370"..., 8192) = 8192
read(3, "\0\0\5\0\223\10X\223\10\230\3\0\0\0\0\0\0\204\5\0\0\0\0\0\0\6\0]\223\10X\223"..., 8192) = 8192
write(4, "\0\0\5\0\223\10X\223\10\230\3\0\0\0\0\0\0\204\5\0\0\0\0\0\0\6\0]\223\10X\223"..., 8192) = 8192
read(3, "\10w \223\10\340\v\0\0\0\0\0\0\25*\0\0\0\0\0\0\10\0w\20\223\10w \223\10\0"..., 8192) = 8192
write(4, "\10w \223\10\340\v\0\0\0\0\0\0\25*\0\0\0\0\0\0\10\0w\20\223\10w \223\10\0"..., 8192) = 8192
read(3, "\0\0\377\377\377\377\377\377\377\377\240\201a\0\0\0\0\0D\24\0\0\0\0\0\0I\24\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\377\377\377\377\377\377\377\377\240\201a\0\0\0\0\0D\24\0\0\0\0\0\0I\24\0\0\0\0"..., 8192) = 8192
read(3, "\0\4\0w\200\4\237\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\240"..., 8192) = 8192
write(4, "\0\4\0w\200\4\237\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\240"..., 8192) = 8192
read(3, "\310\0\223\10w\330\0\223\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377"..., 8192) = 8192
write(4, "\310\0\223\10w\330\0\223\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\240\254a\0\0\0\0\0\5\1\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\240\254a\0\0\0\0\0\5\1\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0%\1\0\0\0\0\0\0\1\0\\\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0%\1\0\0\0\0\0\0\1\0\\\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\\\6\0\0\0\0\0\0\5\0\223\10R\223\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377"..., 8192) = 8192
write(4, "\\\6\0\0\0\0\0\0\5\0\223\10R\223\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377"..., 8192) = 8192
read(3, "\0\0\0\1\0T\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377p\262"..., 8192) = 8192
write(4, "\0\0\0\1\0T\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377p\262"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\225\1\0\0\0\0\0\0\2\0005\237\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\225\1\0\0\0\0\0\0\2\0005\237\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "U\223\10\223\10S\223\10\314\5\0\0\0\0\0\0\361\5\0\0\0\0\0\0\r\0w\260\3\223\10["..., 8192) = 8192
write(4, "U\223\10\223\10S\223\10\314\5\0\0\0\0\0\0\361\5\0\0\0\0\0\0\r\0w\260\3\223\10["..., 8192) = 8192
read(3, "\0\0\373\n\0\0\0\0\0\0D\f\0\0\0\0\0\0\1\0T\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\373\n\0\0\0\0\0\0D\f\0\0\0\0\0\0\1\0T\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "S\25\0\0\0\0\0\0\22\0Y\223\10\223\10^\223\10w\210\1\223\10w\230\1\223\10S\25\0\0"..., 8192) = 8192
write(4, "S\25\0\0\0\0\0\0\22\0Y\223\10\223\10^\223\10w\210\1\223\10w\230\1\223\10S\25\0\0"..., 8192) = 8192
read(3, "\377\200\313a\0\0\0\0\0\225\27\0\0\0\0\0\0\30$\0\0\0\0\0\0\4\0w\360\3\237\0"..., 8192) = 8192
write(4, "\377\200\313a\0\0\0\0\0\225\27\0\0\0\0\0\0\30$\0\0\0\0\0\0\4\0w\360\3\237\0"..., 8192) = 8192
read(3, "\223\10Y\223\10\217\34\0\0\0\0\0\0y\36\0\0\0\0\0\0\6\0R\223\10Y\223\10y\36\0"..., 8192) = 8192
write(4, "\223\10Y\223\10\217\34\0\0\0\0\0\0y\36\0\0\0\0\0\0\6\0R\223\10Y\223\10y\36\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\2\0001\237\24%\0\0\0\0\0\0$%\0\0\0\0\0\0\2\0002\237$%\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\2\0001\237\24%\0\0\0\0\0\0$%\0\0\0\0\0\0\2\0002\237$%\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\377\377\377\377\377\377\377\377 \365a\0\0\0\0\0\305\0\0\0\0\0\0\0\333\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\377\377\377\377\377\377\377\377 \365a\0\0\0\0\0\305\0\0\0\0\0\0\0\333\0"..., 8192) = 8192
read(3, "\0\0\0\0\206\3\0\0\0\0\0\0\3\0U\223\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\206\3\0\0\0\0\0\0\3\0U\223\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0>\4\0\0\0\0\0\0A\4\0\0\0\0\0\0\3\0V\223\10A\4\0\0\0\0\0\0M"..., 8192) = 8192
write(4, "\0\0>\4\0\0\0\0\0\0A\4\0\0\0\0\0\0\3\0V\223\10A\4\0\0\0\0\0\0M"..., 8192) = 8192
read(3, "\10q\0\237\223\10\310\16\0\0\0\0\0\0\313\16\0\0\0\0\0\0\7\0\223\10q\0\237\223\10\0"..., 8192) = 8192
write(4, "\10q\0\237\223\10\310\16\0\0\0\0\0\0\313\16\0\0\0\0\0\0\7\0\223\10q\0\237\223\10\0"..., 8192) = 8192
read(3, "\250\2\223\10w\200\2\223\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377"..., 8192) = 8192
write(4, "\250\2\223\10w\200\2\223\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\340\374a\0\0\0\0\0\230\25\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\340\374a\0\0\0\0\0\230\25\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0M\31\0\0\0\0\0\0\1\0Xd\33\0\0\0\0\0\0g\33\0\0\0\0\0\0\1\0"..., 8192) = 8192
write(4, "\0\0\0M\31\0\0\0\0\0\0\1\0Xd\33\0\0\0\0\0\0g\33\0\0\0\0\0\0\1\0"..., 8192) = 8192
read(3, "\0\237\223\10A#\0\0\0\0\0\0\363#\0\0\0\0\0\0\7\0\223\10v\0\237\223\10\0\0\0"..., 8192) = 8192
write(4, "\0\237\223\10A#\0\0\0\0\0\0\363#\0\0\0\0\0\0\7\0\223\10v\0\237\223\10\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\340\374a\0\0\0\0\0\206"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\340\374a\0\0\0\0\0\206"..., 8192) = 8192
read(3, "\0\377\377\377\377\377\377\377\377\340\374a\0\0\0\0\0z-\0\0\0\0\0\0~-\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\377\377\377\377\377\377\377\377\340\374a\0\0\0\0\0z-\0\0\0\0\0\0~-\0\0\0\0\0"..., 8192) = 8192
read(3, "3\0\0\0\0\0\0\1\0T\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377"..., 8192) = 8192
write(4, "3\0\0\0\0\0\0\1\0T\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377"..., 8192) = 8192
read(3, "\377\377\377\340\374a\0\0\0\0\0\259\0\0\0\0\0\0\3009\0\0\0\0\0\0\1\0R\0\0"..., 8192) = 8192
write(4, "\377\377\377\340\374a\0\0\0\0\0\259\0\0\0\0\0\0\3009\0\0\0\0\0\0\1\0R\0\0"..., 8192) = 8192
read(3, "\223\10V\223\10\303?\0\0\0\0\0\0\313?\0\0\0\0\0\0\5\0\223\10V\223\10\0\0\0\0"..., 8192) = 8192
write(4, "\223\10V\223\10\303?\0\0\0\0\0\0\313?\0\0\0\0\0\0\5\0\223\10V\223\10\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\340\374a\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\340\374a\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\6\0X\223\10S\223\10aJ\0\0\0\0\0\0dJ\0\0\0\0\0\0\5\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\6\0X\223\10S\223\10aJ\0\0\0\0\0\0dJ\0\0\0\0\0\0\5\0"..., 8192) = 8192
read(3, "\10FP\0\0\0\0\0\0IP\0\0\0\0\0\0\3\0R\223\10\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\10FP\0\0\0\0\0\0IP\0\0\0\0\0\0\3\0R\223\10\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\304W\0\0\0\0\0\0\3\0X\223\10\304W\0\0\0\0\0\0\320W\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\304W\0\0\0\0\0\0\3\0X\223\10\304W\0\0\0\0\0\0\320W\0\0\0"..., 8192) = 8192
read(3, "\1\0R\24\0\0\0\0\0\0\0\313\4\0\0\0\0\0\0\1\0X\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\1\0R\24\0\0\0\0\0\0\0\313\4\0\0\0\0\0\0\1\0X\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\330\16\0\0\0\0\0\0\5\0w\360\0\223\10\330\16\0\0\0\0\0\0\337\236\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\330\16\0\0\0\0\0\0\5\0w\360\0\223\10\330\16\0\0\0\0\0\0\337\236\0"..., 8192) = 8192
read(3, "\0\0\337\236\0\0\0\0\0\0\n\0w\340\2\223\10w\370\1\223\10\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\337\236\0\0\0\0\0\0\n\0w\340\2\223\10w\370\1\223\10\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\36\0\0\0\0\0\0\7\0\223\10w\250\1\223\10\n\36\0\0\0\0\0\0\337\236\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\36\0\0\0\0\0\0\7\0\223\10w\250\1\223\10\n\36\0\0\0\0\0\0\337\236\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\7\0\223\10w\250\2\223\10\302&\0\0\0\0\0\0\337\236\0\0\0\0\0\0\n\0w\320\3\223\10"..., 8192) = 8192
write(4, "\7\0\223\10w\250\2\223\10\302&\0\0\0\0\0\0\337\236\0\0\0\0\0\0\n\0w\320\3\223\10"..., 8192) = 8192
read(3, "\0\377\377\377\377\377\377\377\377PYb\0\0\0\0\0\304/\0\0\0\0\0\0\307/\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\377\377\377\377\377\377\377\377PYb\0\0\0\0\0\304/\0\0\0\0\0\0\307/\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\1778\0\0\0\0\0\0\2078\0\0\0\0\0\0\7\0\223\10w\210\2\223\10\2078\0\0\0"..., 8192) = 8192
write(4, "\0\0\1778\0\0\0\0\0\0\2078\0\0\0\0\0\0\7\0\223\10w\210\2\223\10\2078\0\0\0"..., 8192) = 8192
read(3, "\0\377\377\377\377\377\377\377\377PYb\0\0\0\0\0oA\0\0\0\0\0\0\337\236\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\377\377\377\377\377\377\377\377PYb\0\0\0\0\0oA\0\0\0\0\0\0\337\236\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0RJ\0\0\0\0\0\0WJ\0\0\0\0\0\0\6\0\223\10w0\223\10WJ\0\0\0"..., 8192) = 8192
write(4, "\0\0\0RJ\0\0\0\0\0\0WJ\0\0\0\0\0\0\6\0\223\10w0\223\10WJ\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377PYb\0\0\0\0\0bS\0\0\0\0\0\0\337"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377PYb\0\0\0\0\0bS\0\0\0\0\0\0\337"..., 8192) = 8192
read(3, "\0\0\0\0\0\6\0P\223\10Z\223\10'\\\0\0\0\0\0\0\337\236\0\0\0\0\0\0\5\0w"..., 8192) = 8192
write(4, "\0\0\0\0\0\6\0P\223\10Z\223\10'\\\0\0\0\0\0\0\337\236\0\0\0\0\0\0\5\0w"..., 8192) = 8192
read(3, "\0\0\0\0\0\fe\0\0\0\0\0\0\337\236\0\0\0\0\0\0\6\0w\360\3#(\237\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\fe\0\0\0\0\0\0\337\236\0\0\0\0\0\0\6\0w\360\3#(\237\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\346u\0\0\0\0\0\0\3\0w\260\2\346u\0\0\0\0\0\0-v\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\346u\0\0\0\0\0\0\3\0w\260\2\346u\0\0\0\0\0\0-v\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0av\0\0\0\0\0\0\6\0U\223\10R\223\10av\0\0\0\0\0\0dv\0"..., 8192) = 8192
write(4, "\0\0\0\0\0av\0\0\0\0\0\0\6\0U\223\10R\223\10av\0\0\0\0\0\0dv\0"..., 8192) = 8192
read(3, "\0\0\0p\177\0\0\0\0\0\0x\177\0\0\0\0\0\0\7\0\223\10w\320\1\223\10x\177\0\0"..., 8192) = 8192
write(4, "\0\0\0p\177\0\0\0\0\0\0x\177\0\0\0\0\0\0\7\0\223\10w\320\1\223\10x\177\0\0"..., 8192) = 8192
read(3, "[\223\10\0\211\0\0\0\0\0\0\10\211\0\0\0\0\0\0\5\0\223\10[\223\10\0\0\0\0\0\0"..., 8192) = 8192
write(4, "[\223\10\0\211\0\0\0\0\0\0\10\211\0\0\0\0\0\0\5\0\223\10[\223\10\0\0\0\0\0\0"..., 8192) = 8192
read(3, "w\300\5\223\10w\230\5\223\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377"..., 8192) = 8192
write(4, "w\300\5\223\10w\230\5\223\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377"..., 8192) = 8192
read(3, "\223\10w\300\1\223\10\330\231\0\0\0\0\0\0\337\236\0\0\0\0\0\0\n\0w\360\2\223\10w\300"..., 8192) = 8192
write(4, "\223\10w\300\1\223\10\330\231\0\0\0\0\0\0\337\236\0\0\0\0\0\0\n\0w\360\2\223\10w\300"..., 8192) = 8192
read(3, "\3\0P\223\10\262\242\0\0\0\0\0\0\267\242\0\0\0\0\0\0\6\0P\223\10R\223\10\267\242\0"..., 8192) = 8192
write(4, "\3\0P\223\10\262\242\0\0\0\0\0\0\267\242\0\0\0\0\0\0\6\0P\223\10R\223\10\267\242\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377PYb\0\0\0\0\0T\253\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377PYb\0\0\0\0\0T\253\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\315\263\0\0\0\0\0\0\3\0\\\223\10\315\263\0\0\0\0\0\0\322\263\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\315\263\0\0\0\0\0\0\3\0\\\223\10\315\263\0\0\0\0\0\0\322\263\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377PYb\0\0\0\0\0P\274\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377PYb\0\0\0\0\0P\274\0\0\0\0\0"..., 8192) = 8192
read(3, "9\305\0\0\0\0\0\0<\305\0\0\0\0\0\0\5\0\223\10Z\223\10<\305\0\0\0\0\0\0\326"..., 8192) = 8192
write(4, "9\305\0\0\0\0\0\0<\305\0\0\0\0\0\0\5\0\223\10Z\223\10<\305\0\0\0\0\0\0\326"..., 8192) = 8192
read(3, "\0\0\0\0\0\370\315\0\0\0\0\0\0\5\0\223\10\\\223\10\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\370\315\0\0\0\0\0\0\5\0\223\10\\\223\10\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\377\377\377\377\377\377\377PYb\0\0\0\0\0\236\326\0\0\0\0\0\0\362\326\0\0\0\0\0\0\1"..., 8192) = 8192
write(4, "\377\377\377\377\377\377\377PYb\0\0\0\0\0\236\326\0\0\0\0\0\0\362\326\0\0\0\0\0\0\1"..., 8192) = 8192
read(3, "\0\6\0\\\223\10_\223\0103\336\0\0\0\0\0\0006\336\0\0\0\0\0\0\3\0\\\223\10\0\0"..., 8192) = 8192
write(4, "\0\6\0\\\223\10_\223\0103\336\0\0\0\0\0\0006\336\0\0\0\0\0\0\3\0\\\223\10\0\0"..., 8192) = 8192
read(3, "\377\377\377\377PYb\0\0\0\0\0!\347\0\0\0\0\0\0\304\350\0\0\0\0\0\0\1\0V\0"..., 8192) = 8192
write(4, "\377\377\377\377PYb\0\0\0\0\0!\347\0\0\0\0\0\0\304\350\0\0\0\0\0\0\1\0V\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\250\3\0\0\0\0\0\0\257\3\0\0\0\0\0\0\1\0Q\257\3\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\250\3\0\0\0\0\0\0\257\3\0\0\0\0\0\0\1\0Q\257\3\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0j\24\0\0\0\0\0\0\1\0]j\24\0\0\0\0\0\0N\26\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0j\24\0\0\0\0\0\0\1\0]j\24\0\0\0\0\0\0N\26\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\377\377\377\377\377\377\240ec\0\0\0\0\0\2\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0\1\0"..., 8192) = 8192
write(4, "\377\377\377\377\377\377\240ec\0\0\0\0\0\2\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0\1\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\300mc\0\0\0\0\0\226\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\300mc\0\0\0\0\0\226\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\300\0\0\0\0\0\0\0\2\0001\237\300\0\0\0\0\0\0\0\307\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\300\0\0\0\0\0\0\0\2\0001\237\300\0\0\0\0\0\0\0\307\0\0\0\0"..., 8192) = 8192
read(3, "\0\0Z\1\0\0\0\0\0\0\363\1\0\0\0\0\0\0\4\0w\320\4\237\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0Z\1\0\0\0\0\0\0\363\1\0\0\0\0\0\0\4\0w\320\4\237\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\2\0003\237\331\1\0\0\0\0\0\0\337\1\0\0\0\0\0\0\2\0005\237\337\1\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\2\0003\237\331\1\0\0\0\0\0\0\337\1\0\0\0\0\0\0\2\0005\237\337\1\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\252\0\0\0\0\0\0\0\6\0S\223\10Z\223\10\252\0\0\0\0\0\0\0\255"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\252\0\0\0\0\0\0\0\6\0S\223\10Z\223\10\252\0\0\0\0\0\0\0\255"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\1\0e\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\1\0e\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377"..., 8192) = 8192
read(3, "\0\0M~\22\0\0\0\0\0O~\22\0\0\0\0\0W~\22\0\0\0\0\0t~\22\0\0\0"..., 8192) = 8192
write(4, "\0\0M~\22\0\0\0\0\0O~\22\0\0\0\0\0W~\22\0\0\0\0\0t~\22\0\0\0"..., 8192) = 8192
read(3, "\0\0<\262\27\0\0\0\0\0F\262\27\0\0\0\0\0\307\263\27\0\0\0\0\0\335\263\27\0\0\0"..., 8192) = 8192
write(4, "\0\0<\262\27\0\0\0\0\0F\262\27\0\0\0\0\0\307\263\27\0\0\0\0\0\335\263\27\0\0\0"..., 8192) = 8192
read(3, "\0\0p\330\27\0\0\0\0\0\233\331\27\0\0\0\0\0\313\331\27\0\0\0\0\0\341\331\27\0\0\0"..., 8192) = 8192
write(4, "\0\0p\330\27\0\0\0\0\0\233\331\27\0\0\0\0\0\313\331\27\0\0\0\0\0\341\331\27\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0[\10\30\0\0\0\0\0a\10\30\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0[\10\30\0\0\0\0\0a\10\30\0\0\0"..., 8192) = 8192
read(3, "\0\0\2773\30\0\0\0\0\0\3033\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\2773\30\0\0\0\0\0\3033\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0SV\30\0\0\0\0\0_V\30\0\0\0\0\0\200V\30\0\0\0\0\0\223V\30\0\0\0"..., 8192) = 8192
write(4, "\0\0SV\30\0\0\0\0\0_V\30\0\0\0\0\0\200V\30\0\0\0\0\0\223V\30\0\0\0"..., 8192) = 8192
read(3, "\0\0CM9\0\0\0\0\0~M9\0\0\0\0\0\330N9\0\0\0\0\0006O9\0\0\0"..., 8192) = 8192
write(4, "\0\0CM9\0\0\0\0\0~M9\0\0\0\0\0\330N9\0\0\0\0\0006O9\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0uq9\0\0\0\0\0\343q9\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0uq9\0\0\0\0\0\343q9\0\0\0"..., 8192) = 8192
read(3, "\0\0$\344Q\0\0\0\0\0+\344Q\0\0\0\0\0\231\344Q\0\0\0\0\0\235\344Q\0\0\0"..., 8192) = 8192
write(4, "\0\0$\344Q\0\0\0\0\0+\344Q\0\0\0\0\0\231\344Q\0\0\0\0\0\235\344Q\0\0\0"..., 8192) = 8192
read(3, "\0\0Z\372Q\0\0\0\0\0z\372Q\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0Z\372Q\0\0\0\0\0z\372Q\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\314\27R\0\0\0\0\0\357\27R\0\0\0\0\0\202\"R\0\0\0\0\0\233\"R\0\0\0"..., 8192) = 8192
write(4, "\0\0\314\27R\0\0\0\0\0\357\27R\0\0\0\0\0\202\"R\0\0\0\0\0\233\"R\0\0\0"..., 8192) = 8192
read(3, "\0\0002)R\0\0\0\0\0:)R\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0002)R\0\0\0\0\0:)R\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0ipR\0\0\0\0\0\224pR\0\0\0\0\0\304pR\0\0\0\0\0\23qR\0\0\0"..., 8192) = 8192
write(4, "\0\0ipR\0\0\0\0\0\224pR\0\0\0\0\0\304pR\0\0\0\0\0\23qR\0\0\0"..., 8192) = 8192
read(3, "\0\0VMR\0\0\0\0\0\306MR\0\0\0\0\0\200NR\0\0\0\0\0\210NR\0\0\0"..., 8192) = 8192
write(4, "\0\0VMR\0\0\0\0\0\306MR\0\0\0\0\0\200NR\0\0\0\0\0\210NR\0\0\0"..., 8192) = 8192
read(3, "\0\0007zR\0\0\0\0\0:zR\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0007zR\0\0\0\0\0:zR\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0F\370R\0\0\0\0\0U\370R\0\0\0\0\0\227\370R\0\0\0\0\0\0\371R\0\0\0"..., 8192) = 8192
write(4, "\0\0F\370R\0\0\0\0\0U\370R\0\0\0\0\0\227\370R\0\0\0\0\0\0\371R\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\221\320R\0\0\0\0\0`\321R\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\221\320R\0\0\0\0\0`\321R\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\345\355R\0\0\0\0\0\354\355R\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\345\355R\0\0\0\0\0\354\355R\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0e\27S\0\0\0\0\0h\27S\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0e\27S\0\0\0\0\0h\27S\0\0\0"..., 8192) = 8192
read(3, "\0\0\362/S\0\0\0\0\0\2050S\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\362/S\0\0\0\0\0\2050S\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\5NS\0\0\0\0\0\10NS\0\0\0\0\0\36NS\0\0\0\0\0!NS\0\0\0"..., 8192) = 8192
write(4, "\0\0\5NS\0\0\0\0\0\10NS\0\0\0\0\0\36NS\0\0\0\0\0!NS\0\0\0"..., 8192) = 8192
read(3, "\0\0\32]S\0\0\0\0\0\326]S\0\0\0\0\0\\kS\0\0\0\0\0kkS\0\0\0"..., 8192) = 8192
write(4, "\0\0\32]S\0\0\0\0\0\326]S\0\0\0\0\0\\kS\0\0\0\0\0kkS\0\0\0"..., 8192) = 8192
read(3, "\0\0u\200S\0\0\0\0\0\213\200S\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0u\200S\0\0\0\0\0\213\200S\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\205\20\0\0\0\0\0\23\205\20\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\205\20\0\0\0\0\0\23\205\20\0\0\0"..., 8192) = 8192
read(3, "\0\0\254\253S\0\0\0\0\0\300\253S\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\254\253S\0\0\0\0\0\300\253S\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\27\301S\0\0\0\0\0,\301S\0\0\0\0\0u\301S\0\0\0\0\0~\301S\0\0\0"..., 8192) = 8192
write(4, "\0\0\27\301S\0\0\0\0\0,\301S\0\0\0\0\0u\301S\0\0\0\0\0~\301S\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\326S\0\0\0\0\0\254\327S\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\326S\0\0\0\0\0\254\327S\0\0\0"..., 8192) = 8192
read(3, "\0\0\215\361S\0\0\0\0\0\224\361S\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\215\361S\0\0\0\0\0\224\361S\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\216\7T\0\0\0\0\0\314\7T\0\0\0\0\0\332\7T\0\0\0\0\0\35\10T\0\0\0"..., 8192) = 8192
write(4, "\0\0\216\7T\0\0\0\0\0\314\7T\0\0\0\0\0\332\7T\0\0\0\0\0\35\10T\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0P\31T\0\0\0\0\0`\31T\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0P\31T\0\0\0\0\0`\31T\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300'T\0\0\0\0\0\333'T\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300'T\0\0\0\0\0\333'T\0\0\0"..., 8192) = 8192
read(3, "\0\0\373<T\0\0\0\0\0\v=T\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\373<T\0\0\0\0\0\v=T\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0HRT\0\0\0\0\0PRT\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0HRT\0\0\0\0\0PRT\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\355mT\0\0\0\0\0\25nT\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\355mT\0\0\0\0\0\25nT\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\277\213T\0\0\0\0\0\306\213T\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\277\213T\0\0\0\0\0\306\213T\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0p\231T\0\0\0\0\0w\231T\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0p\231T\0\0\0\0\0w\231T\0\0\0"..., 8192) = 8192
read(3, "\0\0\254\252T\0\0\0\0\0\273\252T\0\0\0\0\0\20\253T\0\0\0\0\0\35\253T\0\0\0"..., 8192) = 8192
write(4, "\0\0\254\252T\0\0\0\0\0\273\252T\0\0\0\0\0\20\253T\0\0\0\0\0\35\253T\0\0\0"..., 8192) = 8192
read(3, "\0\0006\311T\0\0\0\0\0U\311T\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0006\311T\0\0\0\0\0U\311T\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\204\354T\0\0\0\0\0\234\354T\0\0\0\0\0f\355T\0\0\0\0\0k\355T\0\0\0"..., 8192) = 8192
write(4, "\0\0\204\354T\0\0\0\0\0\234\354T\0\0\0\0\0f\355T\0\0\0\0\0k\355T\0\0\0"..., 8192) = 8192
read(3, "\0\0M\0U\0\0\0\0\0_\0U\0\0\0\0\0e\0U\0\0\0\0\0\235\0U\0\0\0"..., 8192) = 8192
write(4, "\0\0M\0U\0\0\0\0\0_\0U\0\0\0\0\0e\0U\0\0\0\0\0\235\0U\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\367\34U\0\0\0\0\0\1\35U\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\367\34U\0\0\0\0\0\1\35U\0\0\0"..., 8192) = 8192
read(3, "\0\0\208U\0\0\0\0\0\238U\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\208U\0\0\0\0\0\238U\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0 \263S\0\0\0\0\0K\266S\0\0\0\0\0P\266S\0\0\0\0\0\375\267S\0\0\0"..., 8192) = 8192
write(4, "\0\0 \263S\0\0\0\0\0K\266S\0\0\0\0\0P\266S\0\0\0\0\0\375\267S\0\0\0"..., 8192) = 8192
read(3, "\0\0\23\350`\0\0\0\0\0\275\350`\0\0\0\0\0G\352`\0\0\0\0\0001\353`\0\0\0"..., 8192) = 8192
write(4, "\0\0\23\350`\0\0\0\0\0\275\350`\0\0\0\0\0G\352`\0\0\0\0\0001\353`\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\fa\0\0\0\0\0000\fa\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\fa\0\0\0\0\0000\fa\0\0\0"..., 8192) = 8192
read(3, "\0\0c\234a\0\0\0\0\0k\234a\0\0\0\0\0\254\234a\0\0\0\0\0\264\234a\0\0\0"..., 8192) = 8192
write(4, "\0\0c\234a\0\0\0\0\0k\234a\0\0\0\0\0\254\234a\0\0\0\0\0\264\234a\0\0\0"..., 8192) = 8192
read(3, "\0\0\367\316a\0\0\0\0\0\6\317a\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\367\316a\0\0\0\0\0\6\317a\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\317rb\0\0\0\0\0\fsb\0\0\0\0\0\24sb\0\0\0\0\0!sb\0\0\0"..., 8192) = 8192
write(4, "\0\0\317rb\0\0\0\0\0\fsb\0\0\0\0\0\24sb\0\0\0\0\0!sb\0\0\0"..., 8192) = 8192
read(3, "\0\0\353\261b\0\0\0\0\0\365\261b\0\0\0\0\0k\262b\0\0\0\0\0v\262b\0\0\0"..., 8192) = 8192
write(4, "\0\0\353\261b\0\0\0\0\0\365\261b\0\0\0\0\0k\262b\0\0\0\0\0v\262b\0\0\0"..., 8192) = 8192
read(3, "\0\0:\352b\0\0\0\0\0\244\353b\0\0\0\0\0\254\353b\0\0\0\0\0\22\354b\0\0\0"..., 8192) = 8192
write(4, "\0\0:\352b\0\0\0\0\0\244\353b\0\0\0\0\0\254\353b\0\0\0\0\0\22\354b\0\0\0"..., 8192) = 8192
read(3, "\0\0\374\20c\0\0\0\0\0\4\21c\0\0\0\0\0#\26c\0\0\0\0\0001\26c\0\0\0"..., 8192) = 8192
write(4, "\0\0\374\20c\0\0\0\0\0\4\21c\0\0\0\0\0#\26c\0\0\0\0\0001\26c\0\0\0"..., 8192) = 8192
read(3, "\0\0pXb\0\0\0\0\0uXb\0\0\0\0\0\200Xb\0\0\0\0\0.Yb\0\0\0"..., 8192) = 8192
write(4, "\0\0pXb\0\0\0\0\0uXb\0\0\0\0\0\200Xb\0\0\0\0\0.Yb\0\0\0"..., 8192) = 8192
read(3, "-\n\0\0\0\0\22\0L\206\236\0\0\0\0\0\0\0\0\0\0\0\0\0B\n\0\0\0\0\22\0"..., 8192) = 8192
write(4, "-\n\0\0\0\0\22\0L\206\236\0\0\0\0\0\0\0\0\0\0\0\0\0B\n\0\0\0\0\22\0"..., 8192) = 8192
read(3, "\f\324\236\0\0\0\0\0\0\0\0\0\0\0\0\0001&\0\0\0\0\22\0\34\324\236\0\0\0\0\0"..., 8192) = 8192
write(4, "\f\324\236\0\0\0\0\0\0\0\0\0\0\0\0\0001&\0\0\0\0\22\0\34\324\236\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\26B\0\0\0\0\22\0\240,\237\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\26B\0\0\0\0\22\0\240,\237\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\373]\0\0\0\0\22\0\210\211\237\0\0\0\0\0\0\0\0\0\0\0\0\0\20^\0\0\0\0\22\0"..., 8192) = 8192
write(4, "\373]\0\0\0\0\22\0\210\211\237\0\0\0\0\0\0\0\0\0\0\0\0\0\20^\0\0\0\0\22\0"..., 8192) = 8192
read(3, "\204\334\237\0\0\0\0\0\0\0\0\0\0\0\0\0\351y\0\0\0\0\22\0\264\334\237\0\0\0\0\0"..., 8192) = 8192
write(4, "\204\334\237\0\0\0\0\0\0\0\0\0\0\0\0\0\351y\0\0\0\0\22\0\264\334\237\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\256\225\0\0\0\0\22\0\374\\\240\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\256\225\0\0\0\0\22\0\374\\\240\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "L\261\0\0\0\0\22\0\\q\236\0\0\0\0\0\0\0\0\0\0\0\0\0`\261\0\0\0\0\22\0"..., 8192) = 8192
write(4, "L\261\0\0\0\0\22\0\\q\236\0\0\0\0\0\0\0\0\0\0\0\0\0`\261\0\0\0\0\22\0"..., 8192) = 8192
read(3, "\340\370Y\0\0\0\0\0\267\0\0\0\0\0\0\0D8\1\0\2\0\r\0\300\222\37\0\0\0\0\0"..., 8192) = 8192
write(4, "\340\370Y\0\0\0\0\0\267\0\0\0\0\0\0\0D8\1\0\2\0\r\0\300\222\37\0\0\0\0\0"..., 8192) = 8192
read(3, "x\0\0\0\0\0\0\0\207\252\1\0\1\0\30\0\370\27\301\0\0\0\0\0x\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "x\0\0\0\0\0\0\0\207\252\1\0\1\0\30\0\370\27\301\0\0\0\0\0x\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\255\25\2\0\2\0\r\0P\361Q\0\0\0\0\0W\0\0\0\0\0\0\0\340\25\2\0\2\0\r\0"..., 8192) = 8192
write(4, "\255\25\2\0\2\0\r\0P\361Q\0\0\0\0\0W\0\0\0\0\0\0\0\340\25\2\0\2\0\r\0"..., 8192) = 8192
read(3, "\200\274J\0\0\0\0\0\16\0\0\0\0\0\0\0`k\2\0\2\0\r\0\360F,\0\0\0\0\0"..., 8192) = 8192
write(4, "\200\274J\0\0\0\0\0\16\0\0\0\0\0\0\0`k\2\0\2\0\r\0\360F,\0\0\0\0\0"..., 8192) = 8192
read(3, "\v\0\0\0\0\0\0\0\212\266\2\0\2\0\r\0p\17\"\0\0\0\0\0\271\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\v\0\0\0\0\0\0\0\212\266\2\0\2\0\r\0p\17\"\0\0\0\0\0\271\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\372\26\3\0\2\0\r\0\0SA\0\0\0\0\0\16\1\0\0\0\0\0\0D\27\3\0\2\0\r\0"..., 8192) = 8192
write(4, "\372\26\3\0\2\0\r\0\0SA\0\0\0\0\0\16\1\0\0\0\0\0\0D\27\3\0\2\0\r\0"..., 8192) = 8192
read(3, " LG\0\0\0\0\0001\0\0\0\0\0\0\0\304\216\3\0\2\0\r\0\220\273=\0\0\0\0\0"..., 8192) = 8192
write(4, " LG\0\0\0\0\0001\0\0\0\0\0\0\0\304\216\3\0\2\0\r\0\220\273=\0\0\0\0\0"..., 8192) = 8192
read(3, "\20\0\0\0\0\0\0\0l\202\4\0\2\0\r\0\20\3024\0\0\0\0\0f\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\20\0\0\0\0\0\0\0l\202\4\0\2\0\r\0\20\3024\0\0\0\0\0f\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\337\375\5\0\2\0\r\0\260\376+\0\0\0\0\0\210\0\0\0\0\0\0\0,\376\5\0\2\0\r\0"..., 8192) = 8192
write(4, "\337\375\5\0\2\0\r\0\260\376+\0\0\0\0\0\210\0\0\0\0\0\0\0,\376\5\0\2\0\r\0"..., 8192) = 8192
read(3, "\220g*\0\0\0\0\0\242\0\0\0\0\0\0\0\5\244\6\0\2\0\r\0p''\0\0\0\0\0"..., 8192) = 8192
write(4, "\220g*\0\0\0\0\0\242\0\0\0\0\0\0\0\5\244\6\0\2\0\r\0p''\0\0\0\0\0"..., 8192) = 8192
read(3, "\32\0\0\0\0\0\0\0\277L\7\0\2\0\r\0\240\2110\0\0\0\0\0-\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\32\0\0\0\0\0\0\0\277L\7\0\2\0\r\0\240\2110\0\0\0\0\0-\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\202\317\7\0\2\0\r\0\200\306$\0\0\0\0\0\n\0\0\0\0\0\0\0\311\317\7\0\2\0\r\0"..., 8192) = 8192
write(4, "\202\317\7\0\2\0\r\0\200\306$\0\0\0\0\0\n\0\0\0\0\0\0\0\311\317\7\0\2\0\r\0"..., 8192) = 8192
read(3, "\3207T\0\0\0\0\0\365\0\0\0\0\0\0\0\2502\10\0\2\0\r\0\340:T\0\0\0\0\0"..., 8192) = 8192
write(4, "\3207T\0\0\0\0\0\365\0\0\0\0\0\0\0\2502\10\0\2\0\r\0\340:T\0\0\0\0\0"..., 8192) = 8192
read(3, "x\0\0\0\0\0\0\0X\232\10\0\1\0\30\0\260\237\301\0\0\0\0\0x\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "x\0\0\0\0\0\0\0X\232\10\0\1\0\30\0\260\237\301\0\0\0\0\0x\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\7\t\t\0\2\0\r\0\260\353-\0\0\0\0\0\177\1\0\0\0\0\0\0G\t\t\0\2\0\r\0"..., 8192) = 8192
write(4, "\7\t\t\0\2\0\r\0\260\353-\0\0\0\0\0\177\1\0\0\0\0\0\0G\t\t\0\2\0\r\0"..., 8192) = 8192
read(3, "\260\200P\0\0\0\0\0*\1\0\0\0\0\0\0\fq\t\0\2\0\r\0\260\215F\0\0\0\0\0"..., 8192) = 8192
write(4, "\260\200P\0\0\0\0\0*\1\0\0\0\0\0\0\fq\t\0\2\0\r\0\260\215F\0\0\0\0\0"..., 8192) = 8192
read(3, "\220\1\0\0\0\0\0\0v\333\t\0\1\0\17\0\322\251\200\0\0\0\0\0@\3\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\220\1\0\0\0\0\0\0v\333\t\0\1\0\17\0\322\251\200\0\0\0\0\0@\3\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\347;\n\0\2\0\r\0\320AU\0\0\0\0\0A\v\0\0\0\0\0\0\24<\n\0\2\0\r\0"..., 8192) = 8192
write(4, "\347;\n\0\2\0\r\0\320AU\0\0\0\0\0A\v\0\0\0\0\0\0\24<\n\0\2\0\r\0"..., 8192) = 8192
read(3, "@j7\0\0\0\0\0\311\0\0\0\0\0\0\0\330\277\n\0\2\0\r\0P\371W\0\0\0\0\0"..., 8192) = 8192
write(4, "@j7\0\0\0\0\0\311\0\0\0\0\0\0\0\330\277\n\0\2\0\r\0P\371W\0\0\0\0\0"..., 8192) = 8192
read(3, "x\0\0\0\0\0\0\0\320a\v\0\1\0\30\0(\276\301\0\0\0\0\0x\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "x\0\0\0\0\0\0\0\320a\v\0\1\0\30\0(\276\301\0\0\0\0\0x\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "8\264\v\0\1\0\17\0\200\337\213\0\0\0\0\0\200\1\0\0\0\0\0\0(\272\v\0\4\0\361\377"..., 8192) = 8192
write(4, "8\264\v\0\1\0\17\0\200\337\213\0\0\0\0\0\200\1\0\0\0\0\0\0(\272\v\0\4\0\361\377"..., 8192) = 8192
read(3, "\240\250e\0\0\0\0\0\241\0\0\0\0\0\0\0V\317\v\0\2\0\r\0\200\254e\0\0\0\0\0"..., 8192) = 8192
write(4, "\240\250e\0\0\0\0\0\241\0\0\0\0\0\0\0V\317\v\0\2\0\r\0\200\254e\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\23\351\v\0\1\0\17\0\200\337\217\0\0\0\0\0000\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\23\351\v\0\1\0\17\0\200\337\217\0\0\0\0\0000\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\265\374\v\0\1\0\17\0\2244\220\0\0\0\0\0l\0\0\0\0\0\0\0\300\374\v\0\1\0\17\0"..., 8192) = 8192
write(4, "\265\374\v\0\1\0\17\0\2244\220\0\0\0\0\0l\0\0\0\0\0\0\0\300\374\v\0\1\0\17\0"..., 8192) = 8192
read(3, "\360\241n\0\0\0\0\0+\5\0\0\0\0\0\0\257\22\f\0\2\0\r\0\260\235n\0\0\0\0\0"..., 8192) = 8192
write(4, "\360\241n\0\0\0\0\0+\5\0\0\0\0\0\0\257\22\f\0\2\0\r\0\260\235n\0\0\0\0\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\237&\f\0\4\0\361\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\237&\f\0\4\0\361\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "n:\f\0\2\0\r\0\0\350s\0\0\0\0\0C\0\0\0\0\0\0\0{:\f\0\4\0\361\377"..., 8192) = 8192
write(4, "n:\f\0\2\0\r\0\0\350s\0\0\0\0\0C\0\0\0\0\0\0\0{:\f\0\4\0\361\377"..., 8192) = 8192
read(3, "@cv\0\0\0\0\0`\1\0\0\0\0\0\0\311\300\v\0\2\0\r\0\340jv\0\0\0\0\0"..., 8192) = 8192
write(4, "@cv\0\0\0\0\0`\1\0\0\0\0\0\0\311\300\v\0\2\0\r\0\340jv\0\0\0\0\0"..., 8192) = 8192
read(3, "\23\1\0\0\0\0\0\0X_\f\0\1\0\30\0\210$\313\0\0\0\0\0X\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\23\1\0\0\0\0\0\0X_\f\0\1\0\30\0\210$\313\0\0\0\0\0X\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "[q\f\0\1\0\17\0\220\371\221\0\0\0\0\0\10\0\0\0\0\0\0\0qq\f\0\1\0\17\0"..., 8192) = 8192
write(4, "[q\f\0\1\0\17\0\220\371\221\0\0\0\0\0\10\0\0\0\0\0\0\0qq\f\0\1\0\17\0"..., 8192) = 8192
read(3, "\20\276Z\0\0\0\0\0I\1\0\0\0\0\0\0l\211\f\0\2\0\r\0 \325e\0\0\0\0\0"..., 8192) = 8192
write(4, "\20\276Z\0\0\0\0\0I\1\0\0\0\0\0\0l\211\f\0\2\0\r\0 \325e\0\0\0\0\0"..., 8192) = 8192
read(3, "C\0\0\0\0\0\0\0O\244\f\0\22\0\r\0Pem\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "C\0\0\0\0\0\0\0O\244\f\0\22\0\r\0Pem\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\244\275\f\0\22\0\r\0\20\225l\0\0\0\0\0=\0\0\0\0\0\0\0\260\275\f\0\22\0\r\0"..., 8192) = 8192
write(4, "\244\275\f\0\22\0\r\0\20\225l\0\0\0\0\0=\0\0\0\0\0\0\0\260\275\f\0\22\0\r\0"..., 8192) = 8192
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0<\330\f\0\22\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0<\330\f\0\22\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\210\2\0\0\0\0\0\0\22\362\f\0\22\0\r\0\200\34i\0\0\0\0\0\236\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\210\2\0\0\0\0\0\0\22\362\f\0\22\0\r\0\200\34i\0\0\0\0\0\236\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "~\r\r\0\22\0\r\0\340\236s\0\0\0\0\0\t\0\0\0\0\0\0\0\227\r\r\0\22\0\r\0"..., 8192) = 8192
write(4, "~\r\r\0\22\0\r\0\340\236s\0\0\0\0\0\t\0\0\0\0\0\0\0\227\r\r\0\22\0\r\0"..., 8192) = 8192
read(3, "`m}\0\0\0\0\0\311\t\0\0\0\0\0\0\260'\r\0\22\0\r\0 Ug\0\0\0\0\0"..., 8192) = 8192
write(4, "`m}\0\0\0\0\0\311\t\0\0\0\0\0\0\260'\r\0\22\0\r\0 Ug\0\0\0\0\0"..., 8192) = 8192
read(3, "'\1\0\0\0\0\0\0\242A\r\0\22\0\r\0\360\221^\0\0\0\0\0O\1\0\0\0\0\0\0"..., 8192) = 8192
write(4, "'\1\0\0\0\0\0\0\242A\r\0\22\0\r\0\360\221^\0\0\0\0\0O\1\0\0\0\0\0\0"..., 8192) = 8192
read(3, "\345[\r\0\22\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\367[\r\0\22\0\r\0"..., 8192) = 8192
write(4, "\345[\r\0\22\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\367[\r\0\22\0\r\0"..., 8192) = 8192
read(3, "\20\273}\0\0\0\0\0\255\7\0\0\0\0\0\0\257u\r\0\22\0\r\0@Gp\0\0\0\0\0"..., 8192) = 8192
write(4, "\20\273}\0\0\0\0\0\255\7\0\0\0\0\0\0\257u\r\0\22\0\r\0@Gp\0\0\0\0\0"..., 8192) = 8192
read(3, "\f\0\0\0\0\0\0\0D\217\r\0\22\0\r\0p\351g\0\0\0\0\0\330\0\0\0\0\0\0\0"..., 8192) = 8192
write(4, "\f\0\0\0\0\0\0\0D\217\r\0\22\0\r\0p\351g\0\0\0\0\0\330\0\0\0\0\0\0\0"..., 8192) = 8192
read(3, "_table1181\0GCC_except_table1182\0"..., 8192) = 8192
write(4, "_table1181\0GCC_except_table1182\0"..., 8192) = 8192
read(3, "xcept_table2253\0GCC_except_table"..., 8192) = 8192
write(4, "xcept_table2253\0GCC_except_table"..., 8192) = 8192
read(3, "_table2848\0GCC_except_table2849\0"..., 8192) = 8192
write(4, "_table2848\0GCC_except_table2849\0"..., 8192) = 8192
read(3, "pt_table3820\0GCC_except_table382"..., 8192) = 8192
write(4, "pt_table3820\0GCC_except_table382"..., 8192) = 8192
read(3, "CC_except_table4835\0GCC_except_t"..., 8192) = 8192
write(4, "CC_except_table4835\0GCC_except_t"..., 8192) = 8192
read(3, "able5797\0GCC_except_table5798\0GC"..., 8192) = 8192
write(4, "able5797\0GCC_except_table5798\0GC"..., 8192) = 8192
read(3, "2_$LT$core..iter..adapters..map."..., 8192) = 8192
write(4, "2_$LT$core..iter..adapters..map."..., 8192) = 8192
read(3, "_tls_conn..NativeTlsConn$LT$T$GT"..., 8192) = 8192
write(4, "_tls_conn..NativeTlsConn$LT$T$GT"..., 8192) = 8192
read(3, "1rand_chacha4guts11refill_wide8i"..., 8192) = 8192
write(4, "1rand_chacha4guts11refill_wide8i"..., 8192) = 8192
read(3, "f9E\0_ZN12regex_syntax3ast5parse1"..., 8192) = 8192
write(4, "f9E\0_ZN12regex_syntax3ast5parse1"..., 8192) = 8192
read(3, "parse_refdef_label28_$u7b$$u7b$c"..., 8192) = 8192
write(4, "parse_refdef_label28_$u7b$$u7b$c"..., 8192) = 8192
read(3, "code_frame8CALLSITE4META17h37460"..., 8192) = 8192
write(4, "code_frame8CALLSITE4META17h37460"..., 8192) = 8192
read(3, "e7headers11HeaderBlock4load8CALL"..., 8192) = 8192
write(4, "e7headers11HeaderBlock4load8CALL"..., 8192) = 8192
read(3, "3poll_complete8CALLSITE4META17he"..., 8192) = 8192
write(4, "3poll_complete8CALLSITE4META17he"..., 8192) = 8192
read(3, "ITE4META17h35860280d5161215E\0_ZN"..., 8192) = 8192
write(4, "ITE4META17h35860280d5161215E\0_ZN"..., 8192) = 8192
read(3, "2bE\0_ZN2h25proto7streams5store14"..., 8192) = 8192
write(4, "2bE\0_ZN2h25proto7streams5store14"..., 8192) = 8192
read(3, "88db952E\0_ZN3pgp5armor6reader16D"..., 8192) = 8192
write(4, "88db952E\0_ZN3pgp5armor6reader16D"..., 8192) = 8192
read(3, "_ZN3std11collections4hash3map24H"..., 8192) = 8192
write(4, "_ZN3std11collections4hash3map24H"..., 8192) = 8192
read(3, "fac20E\0_ZN3std3sys4unix2fs4copy1"..., 8192) = 8192
write(4, "fac20E\0_ZN3std3sys4unix2fs4copy1"..., 8192) = 8192
read(3, "843a6bE\0_ZN3std5error5Error11des"..., 8192) = 8192
write(4, "843a6bE\0_ZN3std5error5Error11des"..., 8192) = 8192
read(3, "f63b6d5E\0_ZN3std5error5Error7typ"..., 8192) = 8192
write(4, "f63b6d5E\0_ZN3std5error5Error7typ"..., 8192) = 8192
read(3, "rl12set_password17h1ae959541a621"..., 8192) = 8192
write(4, "rl12set_password17h1ae959541a621"..., 8192) = 8192
read(3, "E\0_ZN42_$LT$$RF$T$u20$as$u20$cor"..., 8192) = 8192
write(4, "E\0_ZN42_$LT$$RF$T$u20$as$u20$cor"..., 8192) = 8192
read(3, "8d92103da5e0fa14E\0_ZN42_$LT$$RF$"..., 8192) = 8192
write(4, "8d92103da5e0fa14E\0_ZN42_$LT$$RF$"..., 8192) = 8192
read(3, "Debug$GT$3fmt17hfb3e3c1a311f9a8a"..., 8192) = 8192
write(4, "Debug$GT$3fmt17hfb3e3c1a311f9a8a"..., 8192) = 8192
read(3, "E\0_ZN4clap3app4help4Help18_write"..., 8192) = 8192
write(4, "E\0_ZN4clap3app4help4Help18_write"..., 8192) = 8192
read(3, "t5Write9write_fmt17hc8b4a34fc1cf"..., 8192) = 8192
write(4, "t5Write9write_fmt17hc8b4a34fc1cf"..., 8192) = 8192
read(3, "u7b$vtable.shim$u7d$$u7d$17hf9c0"..., 8192) = 8192
write(4, "u7b$vtable.shim$u7d$$u7d$17hf9c0"..., 8192) = 8192
read(3, "T$reqwest..connect..Conn$C$hyper"..., 8192) = 8192
write(4, "T$reqwest..connect..Conn$C$hyper"..., 8192) = 8192
read(3, "$alloc..sync..Arc$LT$std..sync.."..., 8192) = 8192
write(4, "$alloc..sync..Arc$LT$std..sync.."..., 8192) = 8192
read(3, ".future..poll_fn..PollFn$LT$hype"..., 8192) = 8192
write(4, ".future..poll_fn..PollFn$LT$hype"..., 8192) = 8192
read(3, "olchain..UpdateStatus$C$anyhow.."..., 8192) = 8192
write(4, "olchain..UpdateStatus$C$anyhow.."..., 8192) = 8192
read(3, "707967b4aE\0_ZN4core3ptr125drop_i"..., 8192) = 8192
write(4, "707967b4aE\0_ZN4core3ptr125drop_i"..., 8192) = 8192
read(3, "$C$rustup..dist..component..pack"..., 8192) = 8192
write(4, "$C$rustup..dist..component..pack"..., 8192) = 8192
read(3, "Param$GT$$RP$$GT$17h33100f2239d3"..., 8192) = 8192
write(4, "Param$GT$$RP$$GT$17h33100f2239d3"..., 8192) = 8192
read(3, "tures_util..future..try_future.."..., 8192) = 8192
write(4, "tures_util..future..try_future.."..., 8192) = 8192
read(3, "oc..vec..drain..Drain$LT$regex_s"..., 8192) = 8192
write(4, "oc..vec..drain..Drain$LT$regex_s"..., 8192) = 8192
read(3, ".client..Client$LT$reqwest..conn"..., 8192) = 8192
write(4, ".client..Client$LT$reqwest..conn"..., 8192) = 8192
read(3, "Option$LT$alloc..string..String$"..., 8192) = 8192
write(4, "Option$LT$alloc..string..String$"..., 8192) = 8192
read(3, ".Connector$C$reqwest..async_impl"..., 8192) = 8192
write(4, ".Connector$C$reqwest..async_impl"..., 8192) = 8192
read(3, "LT$hyper..client..client..PoolCl"..., 8192) = 8192
write(4, "LT$hyper..client..client..PoolCl"..., 8192) = 8192
read(3, "xed..Box$LT$dyn$u20$std..error.."..., 8192) = 8192
write(4, "xed..Box$LT$dyn$u20$std..error.."..., 8192) = 8192
read(3, "C$futures_util..future..ready..R"..., 8192) = 8192
write(4, "C$futures_util..future..ready..R"..., 8192) = 8192
read(3, "GT$$GT$$GT$$GT$17h0fa980c8c3dc3e"..., 8192) = 8192
write(4, "GT$$GT$$GT$$GT$17h0fa980c8c3dc3e"..., 8192) = 8192
read(3, "ult$LT$http..response..Response$"..., 8192) = 8192
write(4, "ult$LT$http..response..Response$"..., 8192) = 8192
read(3, ".client..forward$LT$reqwest..asy"..., 8192) = 8192
write(4, ".client..forward$LT$reqwest..asy"..., 8192) = 8192
read(3, "ult..Result$LT$reqwest..async_im"..., 8192) = 8192
write(4, "ult..Result$LT$reqwest..async_im"..., 8192) = 8192
read(3, "_in_place$LT$regex..dfa..Cache$G"..., 8192) = 8192
write(4, "_in_place$LT$regex..dfa..Cache$G"..., 8192) = 8192
read(3, "ture..try_future..into_future..I"..., 8192) = 8192
write(4, "ture..try_future..into_future..I"..., 8192) = 8192
read(3, "4d1E\0_ZN4core3ptr47drop_in_place"..., 8192) = 8192
write(4, "4d1E\0_ZN4core3ptr47drop_in_place"..., 8192) = 8192
read(3, "e..Callbacks$GT$17h077f3f4804124"..., 8192) = 8192
write(4, "e..Callbacks$GT$17h077f3f4804124"..., 8192) = 8192
read(3, "o..h2..client..ClientTask$LT$req"..., 8192) = 8192
write(4, "o..h2..client..ClientTask$LT$req"..., 8192) = 8192
read(3, "e3ptr56drop_in_place$LT$aho_cora"..., 8192) = 8192
write(4, "e3ptr56drop_in_place$LT$aho_cora"..., 8192) = 8192
read(3, ".JoinError$GT$17hdf7d24d8bf49a87"..., 8192) = 8192
write(4, ".JoinError$GT$17hdf7d24d8bf49a87"..., 8192) = 8192
read(3, "ge..MergeHole$LT$u16$GT$$GT$17h4"..., 8192) = 8192
write(4, "ge..MergeHole$LT$u16$GT$$GT$17h4"..., 8192) = 8192
read(3, "core3ptr681drop_in_place$LT$futu"..., 8192) = 8192
write(4, "core3ptr681drop_in_place$LT$futu"..., 8192) = 8192
read(3, "ace$LT$alloc..vec..Vec$LT$rustup"..., 8192) = 8192
write(4, "ace$LT$alloc..vec..Vec$LT$rustup"..., 8192) = 8192
read(3, "e..park..Parker$GT$$GT$17hb59377"..., 8192) = 8192
write(4, "e..park..Parker$GT$$GT$17hb59377"..., 8192) = 8192
read(3, "1c2cfcd1b779bE\0_ZN4core3ptr83dro"..., 8192) = 8192
write(4, "1c2cfcd1b779bE\0_ZN4core3ptr83dro"..., 8192) = 8192
read(3, "e..basic_scheduler..Context$GT$$"..., 8192) = 8192
write(4, "e..basic_scheduler..Context$GT$$"..., 8192) = 8192
read(3, "9660a597434E\0_ZN4core3ptr96drop_"..., 8192) = 8192
write(4, "9660a597434E\0_ZN4core3ptr96drop_"..., 8192) = 8192
read(3, "nce_by17h18eb6681f1de9629E\0_ZN4c"..., 8192) = 8192
write(4, "nce_by17h18eb6681f1de9629E\0_ZN4c"..., 8192) = 8192
read(3, "$11reserve_one17h692a9750b19bdc0"..., 8192) = 8192
write(4, "$11reserve_one17h692a9750b19bdc0"..., 8192) = 8192
read(3, "7h4f6b0e5668c2fb6dE\0_ZN4ring3rsa"..., 8192) = 8192
write(4, "7h4f6b0e5668c2fb6dE\0_ZN4ring3rsa"..., 8192) = 8192
read(3, "ut$u20$W$u20$as$u20$core..fmt..W"..., 8192) = 8192
write(4, "ut$u20$W$u20$as$u20$core..fmt..W"..., 8192) = 8192
read(3, "5597E\0_ZN55_$LT$curl..error..Err"..., 8192) = 8192
write(4, "5597E\0_ZN55_$LT$curl..error..Err"..., 8192) = 8192
read(3, "7ha52eb3682a4970a6E\0_ZN58_$LT$te"..., 8192) = 8192
write(4, "7ha52eb3682a4970a6E\0_ZN58_$LT$te"..., 8192) = 8192
read(3, "9drop_slow17h06ba39c7fae8cbefE\0_"..., 8192) = 8192
write(4, "9drop_slow17h06ba39c7fae8cbefE\0_"..., 8192) = 8192
read(3, "N5gimli4read4unit18Attribute$LT$"..., 8192) = 8192
write(4, "N5gimli4read4unit18Attribute$LT$"..., 8192) = 8192
read(3, "3713d4a6efaeE\0_ZN5hyper5proto2h1"..., 8192) = 8192
write(4, "3713d4a6efaeE\0_ZN5hyper5proto2h1"..., 8192) = 8192
read(3, "u7b$closure$u7d$$u7d$28_$u7b$$u7"..., 8192) = 8192
write(4, "u7b$closure$u7d$$u7d$28_$u7b$$u7"..., 8192) = 8192
read(3, "nect8CALLSITE4META17h006965cde9b"..., 8192) = 8192
write(4, "nect8CALLSITE4META17h006965cde9b"..., 8192) = 8192
read(3, "T$impl$u20$tokio..runtime..task."..., 8192) = 8192
write(4, "T$impl$u20$tokio..runtime..task."..., 8192) = 8192
read(3, "0a6E\0_ZN5tokio7runtime4task5wake"..., 8192) = 8192
write(4, "0a6E\0_ZN5tokio7runtime4task5wake"..., 8192) = 8192
read(3, "20$std..io..Write$GT$5flush17h0c"..., 8192) = 8192
write(4, "20$std..io..Write$GT$5flush17h0c"..., 8192) = 8192
read(3, "aE\0_ZN64_$LT$regex_syntax..ast.."..., 8192) = 8192
write(4, "aE\0_ZN64_$LT$regex_syntax..ast.."..., 8192) = 8192
read(3, "da40203b0cE\0_ZN66_$LT$std..io..c"..., 8192) = 8192
write(4, "da40203b0cE\0_ZN66_$LT$std..io..c"..., 8192) = 8192
read(3, "ror10object_ref17h49800016e8844c"..., 8192) = 8192
write(4, "ror10object_ref17h49800016e8844c"..., 8192) = 8192
read(3, "u20$std..error..Error$u20$for$u2"..., 8192) = 8192
write(4, "u20$std..error..Error$u20$for$u2"..., 8192) = 8192
read(3, "chr3x866memchr2FN17hcf01b4f15b6c"..., 8192) = 8192
write(4, "chr3x866memchr2FN17hcf01b4f15b6c"..., 8192) = 8192
read(3, "t_dir17h1d6ef953ca1e0e5bE\0_ZN6ru"..., 8192) = 8192
write(4, "t_dir17h1d6ef953ca1e0e5bE\0_ZN6ru"..., 8192) = 8192
read(3, "3raw13random_string17h33d79e9fb0"..., 8192) = 8192
write(4, "3raw13random_string17h33d79e9fb0"..., 8192) = 8192
read(3, "as$u20$core..fmt..Debug$GT$3fmt1"..., 8192) = 8192
write(4, "as$u20$core..fmt..Debug$GT$3fmt1"..., 8192) = 8192
read(3, "ader..Header$LT$T$GT$$u20$as$u20"..., 8192) = 8192
write(4, "ader..Header$LT$T$GT$$u20$as$u20"..., 8192) = 8192
read(3, "_$LT$term..terminfo..TerminfoTer"..., 8192) = 8192
write(4, "_$LT$term..terminfo..TerminfoTer"..., 8192) = 8192
read(3, "5cab40faE\0_ZN7reqwest5proxy5Prox"..., 8192) = 8192
write(4, "5cab40faE\0_ZN7reqwest5proxy5Prox"..., 8192) = 8192
read(3, ".fmt..Display$GT$3fmt17haf2aca45"..., 8192) = 8192
write(4, ".fmt..Display$GT$3fmt17haf2aca45"..., 8192) = 8192
read(3, "ts..FromStr$GT$8from_str17h8d3f3"..., 8192) = 8192
write(4, "ts..FromStr$GT$8from_str17h8d3f3"..., 8192) = 8192
read(3, "httparse15HEADER_NAME_MAP17h1060"..., 8192) = 8192
write(4, "httparse15HEADER_NAME_MAP17h1060"..., 8192) = 8192
read(3, "GT$3get17h1919c22886640c2cE\0_ZN9"..., 8192) = 8192
write(4, "GT$3get17h1919c22886640c2cE\0_ZN9"..., 8192) = 8192
read(3, "ramedRead$LT$T$GT$$u20$as$u20$fu"..., 8192) = 8192
write(4, "ramedRead$LT$T$GT$$u20$as$u20$fu"..., 8192) = 8192
read(3, "$F$GT$$u20$as$u20$serde..ser..Se"..., 8192) = 8192
write(4, "$F$GT$$u20$as$u20$serde..ser..Se"..., 8192) = 8192
read(3, "..future..future..Map$LT$Fut$C$F"..., 8192) = 8192
write(4, "..future..future..Map$LT$Fut$C$F"..., 8192) = 8192
read(3, "rehash17h9fbb17a4f7ac35b1E\0_ZN9h"..., 8192) = 8192
write(4, "rehash17h9fbb17a4f7ac35b1E\0_ZN9h"..., 8192) = 8192
read(3, "_64-elf.o\0GFp_sha256_block_data_"..., 8192) = 8192
write(4, "_64-elf.o\0GFp_sha256_block_data_"..., 8192) = 8192
read(3, "t_sigalg\0tls13_enc.c\0default_zer"..., 8192) = 8192
write(4, "t_sigalg\0tls13_enc.c\0default_zer"..., 8192) = 8192
read(3, "H\0tb_digest.c\0digest_table\0engin"..., 8192) = 8192
write(4, "H\0tb_digest.c\0digest_table\0engin"..., 8192) = 8192
read(3, "reason_tbl\0OCSP_response_status_"..., 8192) = 8192
write(4, "reason_tbl\0OCSP_response_status_"..., 8192) = 8192
read(3, "_constraints\0i2r_NAME_CONSTRAINT"..., 8192) = 8192
write(4, "_constraints\0i2r_NAME_CONSTRAINT"..., 8192) = 8192
read(3, "s\0rmd_dgst.c\0rsa_err.c\0RSA_str_f"..., 8192) = 8192
write(4, "s\0rmd_dgst.c\0rsa_err.c\0RSA_str_f"..., 8192) = 8192
read(3, "ompare\0Curl_ipv6works\0GFp_aes_no"..., 8192) = 8192
write(4, "ompare\0Curl_ipv6works\0GFp_aes_no"..., 8192) = 8192
read(3, "N_uadd\0symlink@@GLIBC_2.2.5\0asyn"..., 8192) = 8192
write(4, "N_uadd\0symlink@@GLIBC_2.2.5\0asyn"..., 8192) = 8192
read(3, "e\0__pthread_atfork\0ENGINE_regist"..., 8192) = 8192
write(4, "e\0__pthread_atfork\0ENGINE_regist"..., 8192) = 8192
read(3, "C_2.3.2\0EC_POINT_is_at_infinity\0"..., 8192) = 8192
write(4, "C_2.3.2\0EC_POINT_is_at_infinity\0"..., 8192) = 8192
read(3, "sts\0bn_rshift_fixed_top\0PKCS8_PR"..., 8192) = 8192
write(4, "sts\0bn_rshift_fixed_top\0PKCS8_PR"..., 8192) = 8192
read(3, "5\0CTLOG_get0_name\0tls1_set_sigal"..., 8192) = 8192
write(4, "5\0CTLOG_get0_name\0tls1_set_sigal"..., 8192) = 8192
read(3, "ls1_query_mtu\0d2i_ECParameters\0E"..., 8192) = 8192
write(4, "ls1_query_mtu\0d2i_ECParameters\0E"..., 8192) = 8192
read(3, "\0BIO_get_init\0EVP_SignFinal\0SSL_"..., 8192) = 8192
write(4, "\0BIO_get_init\0EVP_SignFinal\0SSL_"..., 8192) = 8192
read(3, "IFY_PARAM_set1_host\0statem_flush"..., 8192) = 8192
write(4, "IFY_PARAM_set1_host\0statem_flush"..., 8192) = 8192
read(3, "\10\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0001\0\0\0\366\377\377o\2\0\0\0\0\0\0\0"..., 8192) = 2512
write(4, "\10\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0001\0\0\0\366\377\377o\2\0\0\0\0\0\0\0"..., 2512) = 2512
read(3, "", 8192) = 0
close(4) = 0
close(3) = 0
statx(AT_FDCWD, "/home/dave/.cargo/bin/rustup", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd190) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.cargo/bin/rustup", {st_mode=S_IFREG|0744, st_size=15690192, ...}, 0) = 0
chmod("/home/dave/.cargo/bin/rustup", 0100755) = 0
getcwd("/home/dave", 512) = 11
openat(AT_FDCWD, "/home/dave/.cargo/bin/rustup", O_RDONLY|O_CLOEXEC) = 3
statx(3, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffefd340) = -1 ENOSYS (Function not implemented)
newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=15690192, ...}, AT_EMPTY_PATH) = 0
openat(AT_FDCWD, "/home/dave/.cargo/bin/rustc", O_RDONLY|O_CLOEXEC) = 4
statx(4, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffefd340) = -1 ENOSYS (Function not implemented)
newfstatat(4, "", {st_mode=S_IFREG|0755, st_size=15690192, ...}, AT_EMPTY_PATH) = 0
openat(AT_FDCWD, "/home/dave/.cargo/bin/rustdoc", O_RDONLY|O_CLOEXEC) = 5
statx(5, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffefd340) = -1 ENOSYS (Function not implemented)
newfstatat(5, "", {st_mode=S_IFREG|0755, st_size=15690192, ...}, AT_EMPTY_PATH) = 0
openat(AT_FDCWD, "/home/dave/.cargo/bin/cargo", O_RDONLY|O_CLOEXEC) = 6
statx(6, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffefd340) = -1 ENOSYS (Function not implemented)
newfstatat(6, "", {st_mode=S_IFREG|0755, st_size=15690192, ...}, AT_EMPTY_PATH) = 0
openat(AT_FDCWD, "/home/dave/.cargo/bin/rust-lldb", O_RDONLY|O_CLOEXEC) = 7
statx(7, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffefd340) = -1 ENOSYS (Function not implemented)
newfstatat(7, "", {st_mode=S_IFREG|0755, st_size=15690192, ...}, AT_EMPTY_PATH) = 0
openat(AT_FDCWD, "/home/dave/.cargo/bin/rust-gdb", O_RDONLY|O_CLOEXEC) = 8
statx(8, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffefd340) = -1 ENOSYS (Function not implemented)
newfstatat(8, "", {st_mode=S_IFREG|0755, st_size=15690192, ...}, AT_EMPTY_PATH) = 0
openat(AT_FDCWD, "/home/dave/.cargo/bin/rls", O_RDONLY|O_CLOEXEC) = 9
statx(9, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffefd340) = -1 ENOSYS (Function not implemented)
newfstatat(9, "", {st_mode=S_IFREG|0755, st_size=15690192, ...}, AT_EMPTY_PATH) = 0
openat(AT_FDCWD, "/home/dave/.cargo/bin/cargo-clippy", O_RDONLY|O_CLOEXEC) = 10
statx(10, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffefd340) = -1 ENOSYS (Function not implemented)
newfstatat(10, "", {st_mode=S_IFREG|0755, st_size=15690192, ...}, AT_EMPTY_PATH) = 0
openat(AT_FDCWD, "/home/dave/.cargo/bin/clippy-driver", O_RDONLY|O_CLOEXEC) = 11
statx(11, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffefd340) = -1 ENOSYS (Function not implemented)
newfstatat(11, "", {st_mode=S_IFREG|0755, st_size=15690192, ...}, AT_EMPTY_PATH) = 0
openat(AT_FDCWD, "/home/dave/.cargo/bin/cargo-miri", O_RDONLY|O_CLOEXEC) = 12
statx(12, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffefd340) = -1 ENOSYS (Function not implemented)
newfstatat(12, "", {st_mode=S_IFREG|0755, st_size=15690192, ...}, AT_EMPTY_PATH) = 0
openat(AT_FDCWD, "/home/dave/.cargo/bin/rustfmt", O_RDONLY|O_CLOEXEC) = 13
statx(13, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffefd340) = -1 ENOSYS (Function not implemented)
newfstatat(13, "", {st_mode=S_IFREG|0755, st_size=15690192, ...}, AT_EMPTY_PATH) = 0
close(13) = 0
unlink("/home/dave/.cargo/bin/rustfmt") = 0
linkat(AT_FDCWD, "/home/dave/.cargo/bin/rustup", AT_FDCWD, "/home/dave/.cargo/bin/rustfmt", 0) = 0
openat(AT_FDCWD, "/home/dave/.cargo/bin/cargo-fmt", O_RDONLY|O_CLOEXEC) = 13
statx(13, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffefd340) = -1 ENOSYS (Function not implemented)
newfstatat(13, "", {st_mode=S_IFREG|0755, st_size=15690192, ...}, AT_EMPTY_PATH) = 0
close(13) = 0
unlink("/home/dave/.cargo/bin/cargo-fmt") = 0
linkat(AT_FDCWD, "/home/dave/.cargo/bin/rustup", AT_FDCWD, "/home/dave/.cargo/bin/cargo-fmt", 0) = 0
close(4) = 0
close(5) = 0
close(6) = 0
close(7) = 0
close(8) = 0
close(9) = 0
close(10) = 0
close(11) = 0
close(12) = 0
unlink("/home/dave/.cargo/bin/rustc") = 0
linkat(AT_FDCWD, "/home/dave/.cargo/bin/rustup", AT_FDCWD, "/home/dave/.cargo/bin/rustc", 0) = 0
unlink("/home/dave/.cargo/bin/rustdoc") = 0
linkat(AT_FDCWD, "/home/dave/.cargo/bin/rustup", AT_FDCWD, "/home/dave/.cargo/bin/rustdoc", 0) = 0
unlink("/home/dave/.cargo/bin/cargo") = 0
linkat(AT_FDCWD, "/home/dave/.cargo/bin/rustup", AT_FDCWD, "/home/dave/.cargo/bin/cargo", 0) = 0
unlink("/home/dave/.cargo/bin/rust-lldb") = 0
linkat(AT_FDCWD, "/home/dave/.cargo/bin/rustup", AT_FDCWD, "/home/dave/.cargo/bin/rust-lldb", 0) = 0
unlink("/home/dave/.cargo/bin/rust-gdb") = 0
linkat(AT_FDCWD, "/home/dave/.cargo/bin/rustup", AT_FDCWD, "/home/dave/.cargo/bin/rust-gdb", 0) = 0
unlink("/home/dave/.cargo/bin/rls") = 0
linkat(AT_FDCWD, "/home/dave/.cargo/bin/rustup", AT_FDCWD, "/home/dave/.cargo/bin/rls", 0) = 0
unlink("/home/dave/.cargo/bin/cargo-clippy") = 0
linkat(AT_FDCWD, "/home/dave/.cargo/bin/rustup", AT_FDCWD, "/home/dave/.cargo/bin/cargo-clippy", 0) = 0
unlink("/home/dave/.cargo/bin/clippy-driver") = 0
linkat(AT_FDCWD, "/home/dave/.cargo/bin/rustup", AT_FDCWD, "/home/dave/.cargo/bin/clippy-driver", 0) = 0
unlink("/home/dave/.cargo/bin/cargo-miri") = 0
linkat(AT_FDCWD, "/home/dave/.cargo/bin/rustup", AT_FDCWD, "/home/dave/.cargo/bin/cargo-miri", 0) = 0
close(3) = 0
getcwd("/home/dave", 512) = 11
getcwd("/home/dave", 512) = 11
openat(AT_FDCWD, "/home/dave/.cargo/env", O_WRONLY|O_CREAT|O_TRUNC|O_CLOEXEC, 0666) = 3
write(3, "#!/bin/sh\n# rustup shell setup\n#"..., 300) = 300
fdatasync(3) = 0
close(3) = 0
statx(AT_FDCWD, "/home/dave/.bash_profile", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd4b0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.bash_profile", {st_mode=S_IFREG|0644, st_size=33, ...}, 0) = 0
statx(AT_FDCWD, "/home/dave/.bash_login", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd4b0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.bash_login", 0x7fffffefd300, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/home/dave/.bashrc", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd4b0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.bashrc", {st_mode=S_IFREG|0644, st_size=9667, ...}, 0) = 0
statx(AT_FDCWD, "/home/dave/.cargo/bin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd4a0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.cargo/bin/zsh", 0x7fffffefd2f0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/opt/custom/bin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd4a0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/opt/custom/bin/zsh", 0x7fffffefd2f0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/local/bin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd4a0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/local/bin/zsh", 0x7fffffefd2f0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/local/sbin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd4a0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/local/sbin/zsh", 0x7fffffefd2f0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/bin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd4a0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/bin/zsh", 0x7fffffefd2f0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/sbin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd4a0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/sbin/zsh", 0x7fffffefd2f0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/bin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd4a0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/bin/zsh", 0x7fffffefd2f0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/sbin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd4a0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/sbin/zsh", 0x7fffffefd2f0, 0) = -1 ENOENT (No such file or directory)
getcwd("/home/dave", 512) = 11
openat(AT_FDCWD, "/home/dave/.profile", O_RDONLY|O_CLOEXEC) = 3
statx(3, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffefd670) = -1 ENOSYS (Function not implemented)
newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=21, ...}, AT_EMPTY_PATH) = 0
read(3, ". \"$HOME/.cargo/env\"\n", 44) = 21
read(3, "", 23) = 0
close(3) = 0
statx(AT_FDCWD, "/home/dave/.bash_profile", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd4b0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.bash_profile", {st_mode=S_IFREG|0644, st_size=33, ...}, 0) = 0
statx(AT_FDCWD, "/home/dave/.bash_login", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd4b0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.bash_login", 0x7fffffefd300, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/home/dave/.bashrc", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd4b0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.bashrc", {st_mode=S_IFREG|0644, st_size=9667, ...}, 0) = 0
getcwd("/home/dave", 512) = 11
statx(AT_FDCWD, "/home/dave/.bash_profile", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd500) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.bash_profile", {st_mode=S_IFREG|0644, st_size=33, ...}, 0) = 0
statx(AT_FDCWD, "/home/dave/.bash_login", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd500) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.bash_login", 0x7fffffefd350, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/home/dave/.bashrc", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd500) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.bashrc", {st_mode=S_IFREG|0644, st_size=9667, ...}, 0) = 0
openat(AT_FDCWD, "/home/dave/.bash_profile", O_RDONLY|O_CLOEXEC) = 3
statx(3, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffefd670) = -1 ENOSYS (Function not implemented)
newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=33, ...}, AT_EMPTY_PATH) = 0
read(3, ". ~/.bashrc\n. \"$HOME/.cargo/env\""..., 34) = 33
read(3, "", 1) = 0
close(3) = 0
openat(AT_FDCWD, "/home/dave/.bashrc", O_RDONLY|O_CLOEXEC) = 3
statx(3, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffefd670) = -1 ENOSYS (Function not implemented)
newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=9667, ...}, AT_EMPTY_PATH) = 0
read(3, "#!/usr/bin/env bash\n# Best bashr"..., 9668) = 9667
read(3, "", 1) = 0
close(3) = 0
statx(AT_FDCWD, "/home/dave/.cargo/bin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd4a0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/home/dave/.cargo/bin/zsh", 0x7fffffefd2f0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/opt/custom/bin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd4a0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/opt/custom/bin/zsh", 0x7fffffefd2f0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/local/bin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd4a0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/local/bin/zsh", 0x7fffffefd2f0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/local/sbin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd4a0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/local/sbin/zsh", 0x7fffffefd2f0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/bin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd4a0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/bin/zsh", 0x7fffffefd2f0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/sbin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd4a0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/usr/sbin/zsh", 0x7fffffefd2f0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/bin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd4a0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/bin/zsh", 0x7fffffefd2f0, 0) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/sbin/zsh", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd4a0) = -1 ENOSYS (Function not implemented)
newfstatat(AT_FDCWD, "/sbin/zsh", 0x7fffffefd2f0, 0) = -1 ENOENT (No such file or directory)
getcwd("/home/dave", 512) = 11
openat(AT_FDCWD, "/dev/null", O_RDONLY|O_CLOEXEC) = 3
pipe2([4, 5], O_CLOEXEC) = 0
pipe2([6, 7], O_CLOEXEC) = 0
prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=64*1024, rlim_max=64*1024}) = 0
prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=64*1024, rlim_max=64*1024}) = 0
prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=64*1024, rlim_max=64*1024}) = 0
prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=64*1024, rlim_max=64*1024}) = 0
prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=64*1024, rlim_max=64*1024}) = 0
prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=64*1024, rlim_max=64*1024}) = 0
mmap(NULL, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7fffee1f0000
rt_sigprocmask(SIG_BLOCK, ~[], [], 8) = 0
clone(child_stack=0x7fffee1f8ff0, flags=CLONE_VM|CLONE_VFORK|SIGCHLDstrace: Process 30514 attached
<unfinished ...>
[pid 30514] rt_sigprocmask(SIG_BLOCK, NULL, ~[KILL STOP], 8) = 0
[pid 30514] rt_sigaction(SIGHUP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGHUP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGINT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGQUIT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGILL, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGILL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGTRAP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGTRAP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGABRT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGABRT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGBUS, NULL, {sa_handler=0x7fffeeb517e0, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK|SA_SIGINFO, sa_restorer=0x7fffef021900}, 8) = 0
[pid 30514] rt_sigaction(SIGBUS, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK|SA_SIGINFO, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGFPE, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGFPE, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGUSR1, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGUSR1, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGSEGV, NULL, {sa_handler=0x7fffeeb517e0, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK|SA_SIGINFO, sa_restorer=0x7fffef021900}, 8) = 0
[pid 30514] rt_sigaction(SIGSEGV, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK|SA_SIGINFO, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGUSR2, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGUSR2, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGPIPE, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGALRM, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGALRM, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGTERM, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGTERM, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGSTKFLT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGSTKFLT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGCHLD, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGCHLD, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGCONT, NULL, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGTSTP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGTTIN, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGTTIN, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGTTOU, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGTTOU, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGURG, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGURG, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGXCPU, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGXCPU, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGXFSZ, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGXFSZ, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGVTALRM, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGVTALRM, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGPROF, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGPROF, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGWINCH, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGWINCH, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGIO, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGIO, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGPWR, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGPWR, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGSYS, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGSYS, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRTMIN, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_1, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_2, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_2, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_3, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_3, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_4, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_4, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_5, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_5, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_6, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_6, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_7, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_7, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_8, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_8, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_9, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_9, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_10, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_10, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_11, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_11, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_12, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_12, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_13, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_13, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_14, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_14, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_15, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_15, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_16, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_16, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_17, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_17, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_18, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_18, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_19, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_19, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_20, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_20, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_21, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_21, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_22, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_22, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_23, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_23, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_24, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_24, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_25, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_25, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_26, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_26, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_27, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_27, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_28, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_28, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_29, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_29, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_30, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_30, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_31, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_31, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] rt_sigaction(SIGRT_32, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30514] rt_sigaction(SIGRT_32, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30514] dup2(3, 0) = 0
[pid 30514] dup2(5, 1) = 1
[pid 30514] dup2(7, 2) = 2
[pid 30514] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid 30514] execve("/home/dave/.cargo/bin/zsh", ["zsh", "-c", "'echo $ZDOTDIR'"], 0x7fffffeff218 /* 47 vars */) = -1 ENOENT (No such file or directory)
[pid 30514] execve("/opt/custom/bin/zsh", ["zsh", "-c", "'echo $ZDOTDIR'"], 0x7fffffeff218 /* 47 vars */) = -1 ENOENT (No such file or directory)
[pid 30514] execve("/usr/local/bin/zsh", ["zsh", "-c", "'echo $ZDOTDIR'"], 0x7fffffeff218 /* 47 vars */) = -1 ENOENT (No such file or directory)
[pid 30514] execve("/usr/local/sbin/zsh", ["zsh", "-c", "'echo $ZDOTDIR'"], 0x7fffffeff218 /* 47 vars */) = -1 ENOENT (No such file or directory)
[pid 30514] execve("/usr/bin/zsh", ["zsh", "-c", "'echo $ZDOTDIR'"], 0x7fffffeff218 /* 47 vars */) = -1 ENOENT (No such file or directory)
[pid 30514] execve("/usr/sbin/zsh", ["zsh", "-c", "'echo $ZDOTDIR'"], 0x7fffffeff218 /* 47 vars */) = -1 ENOENT (No such file or directory)
[pid 30514] execve("/bin/zsh", ["zsh", "-c", "'echo $ZDOTDIR'"], 0x7fffffeff218 /* 47 vars */) = -1 ENOENT (No such file or directory)
[pid 30514] execve("/sbin/zsh", ["zsh", "-c", "'echo $ZDOTDIR'"], 0x7fffffeff218 /* 47 vars */) = -1 ENOENT (No such file or directory)
[pid 30514] exit_group(127 <unfinished ...>
[pid 30513] <... clone resumed>) = 30514
[pid 30513] wait4(30514, NULL, 0, NULL) = 30514
[pid 30513] munmap(0x7fffee1f0000, 36864) = 0
[pid 30513] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid 30513] close(3) = 0
[pid 30513] close(5) = 0
[pid 30513] close(7) = 0
[pid 30513] close(4) = 0
[pid 30513] close(6) = 0
[pid 30513] statx(AT_FDCWD, "/home/dave/.bash_profile", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd2a0) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.bash_profile", {st_mode=S_IFREG|0644, st_size=33, ...}, 0) = 0
[pid 30513] openat(AT_FDCWD, "/home/dave/.bash_profile", O_RDONLY|O_CLOEXEC) = 3
[pid 30513] statx(3, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffefd360) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=33, ...}, AT_EMPTY_PATH) = 0
[pid 30513] read(3, ". ~/.bashrc\n. \"$HOME/.cargo/env\""..., 34) = 33
[pid 30513] read(3, "", 1) = 0
[pid 30513] close(3) = 0
[pid 30513] statx(AT_FDCWD, "/home/dave/.profile", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd2a0) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.profile", {st_mode=S_IFREG|0644, st_size=21, ...}, 0) = 0
[pid 30513] openat(AT_FDCWD, "/home/dave/.profile", O_RDONLY|O_CLOEXEC) = 3
[pid 30513] statx(3, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffefd360) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=21, ...}, AT_EMPTY_PATH) = 0
[pid 30513] read(3, ". \"$HOME/.cargo/env\"\n", 44) = 21
[pid 30513] read(3, "", 23) = 0
[pid 30513] close(3) = 0
[pid 30513] statx(AT_FDCWD, "/home/dave/.zprofile", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd2a0) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.zprofile", 0x7fffffefd0f0, 0) = -1 ENOENT (No such file or directory)
[pid 30513] getcwd("/home/dave", 512) = 11
[pid 30513] openat(AT_FDCWD, "/dev/null", O_RDONLY|O_CLOEXEC) = 3
[pid 30513] pipe2([4, 5], O_CLOEXEC) = 0
[pid 30513] pipe2([6, 7], O_CLOEXEC) = 0
[pid 30513] prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=64*1024, rlim_max=64*1024}) = 0
[pid 30513] prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=64*1024, rlim_max=64*1024}) = 0
[pid 30513] prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=64*1024, rlim_max=64*1024}) = 0
[pid 30513] prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=64*1024, rlim_max=64*1024}) = 0
[pid 30513] prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=64*1024, rlim_max=64*1024}) = 0
[pid 30513] prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=64*1024, rlim_max=64*1024}) = 0
[pid 30513] mmap(NULL, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7fffee1f0000
[pid 30513] rt_sigprocmask(SIG_BLOCK, ~[], [], 8) = 0
[pid 30513] clone(child_stack=0x7fffee1f8ff0, flags=CLONE_VM|CLONE_VFORK|SIGCHLDstrace: Process 30515 attached
<unfinished ...>
[pid 30515] rt_sigprocmask(SIG_BLOCK, NULL, ~[KILL STOP], 8) = 0
[pid 30515] rt_sigaction(SIGHUP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGHUP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGINT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGQUIT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGILL, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGILL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGTRAP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGTRAP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGABRT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGABRT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGBUS, NULL, {sa_handler=0x7fffeeb517e0, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK|SA_SIGINFO, sa_restorer=0x7fffef021900}, 8) = 0
[pid 30515] rt_sigaction(SIGBUS, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK|SA_SIGINFO, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGFPE, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGFPE, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGUSR1, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGUSR1, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGSEGV, NULL, {sa_handler=0x7fffeeb517e0, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK|SA_SIGINFO, sa_restorer=0x7fffef021900}, 8) = 0
[pid 30515] rt_sigaction(SIGSEGV, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK|SA_SIGINFO, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGUSR2, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGUSR2, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGPIPE, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGALRM, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGALRM, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGTERM, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGTERM, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGSTKFLT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGSTKFLT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGCHLD, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGCHLD, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGCONT, NULL, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGTSTP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGTTIN, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGTTIN, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGTTOU, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGTTOU, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGURG, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGURG, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGXCPU, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGXCPU, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGXFSZ, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGXFSZ, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGVTALRM, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGVTALRM, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGPROF, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGPROF, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGWINCH, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGWINCH, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGIO, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGIO, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGPWR, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGPWR, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGSYS, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGSYS, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRTMIN, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_1, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_2, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_2, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_3, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_3, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_4, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_4, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_5, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_5, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_6, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_6, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_7, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_7, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_8, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_8, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_9, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_9, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_10, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_10, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_11, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_11, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_12, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_12, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_13, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_13, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_14, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_14, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_15, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_15, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_16, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_16, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_17, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_17, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_18, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_18, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_19, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_19, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_20, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_20, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_21, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_21, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_22, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_22, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_23, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_23, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_24, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_24, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_25, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_25, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_26, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_26, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_27, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_27, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_28, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_28, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_29, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_29, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_30, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_30, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_31, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_31, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] rt_sigaction(SIGRT_32, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
[pid 30515] rt_sigaction(SIGRT_32, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fffee276000}, NULL, 8) = 0
[pid 30515] dup2(3, 0) = 0
[pid 30515] dup2(5, 1) = 1
[pid 30515] dup2(7, 2) = 2
[pid 30515] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid 30515] execve("/home/dave/.cargo/bin/zsh", ["zsh", "-c", "'echo $ZDOTDIR'"], 0x7fffffeff218 /* 47 vars */) = -1 ENOENT (No such file or directory)
[pid 30515] execve("/opt/custom/bin/zsh", ["zsh", "-c", "'echo $ZDOTDIR'"], 0x7fffffeff218 /* 47 vars */) = -1 ENOENT (No such file or directory)
[pid 30515] execve("/usr/local/bin/zsh", ["zsh", "-c", "'echo $ZDOTDIR'"], 0x7fffffeff218 /* 47 vars */) = -1 ENOENT (No such file or directory)
[pid 30515] execve("/usr/local/sbin/zsh", ["zsh", "-c", "'echo $ZDOTDIR'"], 0x7fffffeff218 /* 47 vars */) = -1 ENOENT (No such file or directory)
[pid 30515] execve("/usr/bin/zsh", ["zsh", "-c", "'echo $ZDOTDIR'"], 0x7fffffeff218 /* 47 vars */) = -1 ENOENT (No such file or directory)
[pid 30515] execve("/usr/sbin/zsh", ["zsh", "-c", "'echo $ZDOTDIR'"], 0x7fffffeff218 /* 47 vars */) = -1 ENOENT (No such file or directory)
[pid 30515] execve("/bin/zsh", ["zsh", "-c", "'echo $ZDOTDIR'"], 0x7fffffeff218 /* 47 vars */) = -1 ENOENT (No such file or directory)
[pid 30515] execve("/sbin/zsh", ["zsh", "-c", "'echo $ZDOTDIR'"], 0x7fffffeff218 /* 47 vars */) = -1 ENOENT (No such file or directory)
[pid 30515] exit_group(127 <unfinished ...>
[pid 30513] <... clone resumed>) = 30515
[pid 30513] wait4(30515, NULL, 0, NULL) = 30515
[pid 30513] munmap(0x7fffee1f0000, 36864) = 0
[pid 30513] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid 30513] close(3) = 0
[pid 30513] close(5) = 0
[pid 30513] close(7) = 0
[pid 30513] close(4) = 0
[pid 30513] close(6) = 0
[pid 30513] statx(AT_FDCWD, "/home/dave/.bash_profile", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd2a0) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.bash_profile", {st_mode=S_IFREG|0644, st_size=33, ...}, 0) = 0
[pid 30513] openat(AT_FDCWD, "/home/dave/.bash_profile", O_RDONLY|O_CLOEXEC) = 3
[pid 30513] statx(3, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffefd360) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=33, ...}, AT_EMPTY_PATH) = 0
[pid 30513] read(3, ". ~/.bashrc\n. \"$HOME/.cargo/env\""..., 34) = 33
[pid 30513] read(3, "", 1) = 0
[pid 30513] close(3) = 0
[pid 30513] statx(AT_FDCWD, "/home/dave/.profile", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd2a0) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.profile", {st_mode=S_IFREG|0644, st_size=21, ...}, 0) = 0
[pid 30513] openat(AT_FDCWD, "/home/dave/.profile", O_RDONLY|O_CLOEXEC) = 3
[pid 30513] statx(3, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffefd360) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=21, ...}, AT_EMPTY_PATH) = 0
[pid 30513] read(3, ". \"$HOME/.cargo/env\"\n", 44) = 21
[pid 30513] read(3, "", 23) = 0
[pid 30513] close(3) = 0
[pid 30513] statx(AT_FDCWD, "/home/dave/.zprofile", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd2a0) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.zprofile", 0x7fffffefd0f0, 0) = -1 ENOENT (No such file or directory)
[pid 30513] mkdir("/home/dave/.rustup", 0777) = -1 EEXIST (File exists)
[pid 30513] statx(AT_FDCWD, "/home/dave/.rustup", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd3e0) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.rustup", {st_mode=S_IFDIR|0755, st_size=5, ...}, 0) = 0
[pid 30513] getcwd("/home/dave", 512) = 11
[pid 30513] statx(AT_FDCWD, "/home/dave/.rustup", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefce90) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.rustup", {st_mode=S_IFDIR|0755, st_size=5, ...}, 0) = 0
[pid 30513] openat(AT_FDCWD, "/etc/rustup/settings.toml", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 30513] statx(AT_FDCWD, "/home/dave/.rustup/settings.toml", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefcb10) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.rustup/settings.toml", {st_mode=S_IFREG|0644, st_size=48, ...}, 0) = 0
[pid 30513] openat(AT_FDCWD, "/home/dave/.rustup/settings.toml", O_RDONLY|O_CLOEXEC) = 3
[pid 30513] statx(3, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffefcaf0) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=48, ...}, AT_EMPTY_PATH) = 0
[pid 30513] read(3, "profile = \"default\"\nversion = \"1"..., 49) = 48
[pid 30513] read(3, "", 1) = 0
[pid 30513] close(3) = 0
[pid 30513] uname({sysname="Linux", nodename="jackett.rapture.com", ...}) = 0
[pid 30513] openat(AT_FDCWD, "/home/dave/.rustup/settings.toml", O_WRONLY|O_CREAT|O_TRUNC|O_CLOEXEC, 0666) = 3
[pid 30513] write(3, "profile = \"default\"\nversion = \"1"..., 48) = 48
[pid 30513] fdatasync(3) = 0
[pid 30513] close(3) = 0
[pid 30513] ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
[pid 30513] write(2, "\33[1m", 4) = 4
[pid 30513] write(2, "info: ", 6info: ) = 6
[pid 30513] ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
[pid 30513] write(2, "\33(B\33[m", 6) = 6
[pid 30513] write(2, "profile set to 'default'", 24profile set to 'default') = 24
[pid 30513] write(2, "\n", 1
) = 1
[pid 30513] uname({sysname="Linux", nodename="jackett.rapture.com", ...}) = 0
[pid 30513] ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
[pid 30513] write(2, "\33[1m", 4) = 4
[pid 30513] write(2, "info: ", 6info: ) = 6
[pid 30513] ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
[pid 30513] write(2, "\33(B\33[m", 6) = 6
[pid 30513] write(2, "default host triple is ", 23default host triple is ) = 23
[pid 30513] write(2, "x86_64-unknown-linux-gnu", 24x86_64-unknown-linux-gnu) = 24
[pid 30513] write(2, "\n", 1
) = 1
[pid 30513] uname({sysname="Linux", nodename="jackett.rapture.com", ...}) = 0
[pid 30513] statx(AT_FDCWD, "/home/dave/.rustup/toolchains/stable-x86_64-unknown-linux-gnu", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd5c0) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.rustup/toolchains/stable-x86_64-unknown-linux-gnu", 0x7fffffefd410, 0) = -1 ENOENT (No such file or directory)
[pid 30513] statx(AT_FDCWD, "/home/dave/.rustup/update-hashes", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd250) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.rustup/update-hashes", {st_mode=S_IFDIR|0755, st_size=2, ...}, 0) = 0
[pid 30513] statx(AT_FDCWD, "/home/dave/.rustup/toolchains/stable-x86_64-unknown-linux-gnu", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd110) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.rustup/toolchains/stable-x86_64-unknown-linux-gnu", 0x7fffffefcf60, 0) = -1 ENOENT (No such file or directory)
[pid 30513] statx(AT_FDCWD, "/home/dave/.rustup/toolchains/stable-x86_64-unknown-linux-gnu", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefd280) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.rustup/toolchains/stable-x86_64-unknown-linux-gnu", 0x7fffffefd0d0, 0) = -1 ENOENT (No such file or directory)
[pid 30513] statx(AT_FDCWD, "/home/dave/.rustup/toolchains/stable-x86_64-unknown-linux-gnu", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefcd20) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.rustup/toolchains/stable-x86_64-unknown-linux-gnu", 0x7fffffefcb70, 0) = -1 ENOENT (No such file or directory)
[pid 30513] statx(AT_FDCWD, "/home/dave/.rustup/toolchains/stable-x86_64-unknown-linux-gnu", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefcdf0) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.rustup/toolchains/stable-x86_64-unknown-linux-gnu", 0x7fffffefcc40, 0) = -1 ENOENT (No such file or directory)
[pid 30513] statx(AT_FDCWD, "/home/dave/.rustup/toolchains/stable-x86_64-unknown-linux-gnu", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefcdf0) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.rustup/toolchains/stable-x86_64-unknown-linux-gnu", 0x7fffffefcc40, 0) = -1 ENOENT (No such file or directory)
[pid 30513] statx(AT_FDCWD, "/home/dave/.rustup/update-hashes/stable-x86_64-unknown-linux-gnu", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefcdf0) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.rustup/update-hashes/stable-x86_64-unknown-linux-gnu", 0x7fffffefcc40, 0) = -1 ENOENT (No such file or directory)
[pid 30513] statx(AT_FDCWD, "/home/dave/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/rust-installer-version", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefcc90) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/rust-installer-version", 0x7fffffefcae0, 0) = -1 ENOENT (No such file or directory)
[pid 30513] statx(AT_FDCWD, "/home/dave/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/multirust-channel-manifest.toml", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefcb80) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/multirust-channel-manifest.toml", 0x7fffffefc9d0, 0) = -1 ENOENT (No such file or directory)
[pid 30513] statx(AT_FDCWD, "/home/dave/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/rust-installer-version", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefc510) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/rust-installer-version", 0x7fffffefc360, 0) = -1 ENOENT (No such file or directory)
[pid 30513] brk(0xbf000) = 0xbf000
[pid 30513] ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
[pid 30513] write(2, "\33[1m", 4) = 4
[pid 30513] write(2, "info: ", 6info: ) = 6
[pid 30513] ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
[pid 30513] write(2, "\33(B\33[m", 6) = 6
[pid 30513] write(2, "syncing channel updates for 'sta"..., 61syncing channel updates for 'stable-x86_64-unknown-linux-gnu') = 61
[pid 30513] write(2, "\n", 1
) = 1
[pid 30513] statx(AT_FDCWD, "/home/dave/.rustup/tmp", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefb880) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.rustup/tmp", {st_mode=S_IFDIR|0755, st_size=8, ...}, 0) = 0
[pid 30513] getrandom(NULL, 0, GRND_NONBLOCK) = 0
[pid 30513] getrandom("\xb1\x33\xb3\xf1\x03\x48\x0c\x84\x5a\x78\xa1\x44\x5a\x90\x21\xa1\x80\xc8\xa3\x27\x4f\x66\xfb\x10\x18\x0a\x30\x18\x12\x39\xc6\x58", 32, 0) = 32
[pid 30513] statx(AT_FDCWD, "/home/dave/.rustup/tmp/x2r_40ob5bk68gjk_file", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefb970) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.rustup/tmp/x2r_40ob5bk68gjk_file", 0x7fffffefb7c0, 0) = -1 ENOENT (No such file or directory)
[pid 30513] openat(AT_FDCWD, "/home/dave/.rustup/tmp/x2r_40ob5bk68gjk_file", O_WRONLY|O_CREAT|O_TRUNC|O_CLOEXEC, 0666) = 3
[pid 30513] close(3) = 0
[pid 30513] openat(AT_FDCWD, "/home/dave/.rustup/tmp/x2r_40ob5bk68gjk_file", O_WRONLY|O_CREAT|O_CLOEXEC, 0666) = 3
[pid 30513] mmap(NULL, 2101248, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7fffede00000
[pid 30513] mprotect(0x7fffede01000, 2097152, PROT_READ|PROT_WRITE) = 0
[pid 30513] rt_sigprocmask(SIG_BLOCK, ~[], [], 8) = 0
[pid 30513] clone(child_stack=0x7fffedfffb70, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTIDstrace: Process 30516 attached
, parent_tid=[30516], tls=0x7fffee000640, child_tidptr=0x7fffee000910) = 30516
[pid 30516] set_robust_list(0x7fffee000920, 24 <unfinished ...>
[pid 30513] rt_sigprocmask(SIG_SETMASK, [], <unfinished ...>
[pid 30516] <... set_robust_list resumed>) = 0
[pid 30513] <... rt_sigprocmask resumed>NULL, 8) = 0
[pid 30516] rt_sigprocmask(SIG_SETMASK, [], <unfinished ...>
[pid 30513] futex(0x1858, FUTEX_WAIT_PRIVATE, 4294967295, NULL <unfinished ...>
[pid 30516] <... rt_sigprocmask resumed>NULL, 8) = 0
[pid 30516] sigaltstack(NULL, {ss_sp=NULL, ss_flags=SS_DISABLE, ss_size=0}) = 0
[pid 30516] mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fffee150000
[pid 30516] mprotect(0x7fffee150000, 4096, PROT_NONE) = 0
[pid 30516] sigaltstack({ss_sp=0x7fffee151000, ss_flags=0, ss_size=8192}, NULL) = 0
[pid 30516] prctl(PR_SET_NAME, "reqwest-interna"...) = 0
[pid 30516] mmap(NULL, 134217728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x7fffe5c00000
[pid 30516] munmap(0x7fffe5c00000, 37748736) = 0
[pid 30516] munmap(0x7fffec000000, 29360128) = 0
[pid 30516] mprotect(0x7fffe8000000, 135168, PROT_READ|PROT_WRITE) = 0
[pid 30516] sched_getaffinity(30516, 32, [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63]) = 32
[pid 30516] epoll_create1(EPOLL_CLOEXEC) = 4
[pid 30516] eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK) = 5
[pid 30516] epoll_ctl(4, EPOLL_CTL_ADD, 5, {events=EPOLLIN|EPOLLRDHUP|EPOLLET, data={u32=2147483648, u64=2147483648}}) = 0
[pid 30516] dup(4) = 6
[pid 30516] getrandom("\x0b\x62\xf0\xc2\xef\x2e\x25\x78\x01\x2c\x2d\x3f\xc9\xf0\x0b\xe3", 16, GRND_NONBLOCK) = 16
[pid 30516] statx(AT_FDCWD, "/var/ssl", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc630) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/var/ssl", 0x7fffedffc480, 0) = -1 ENOENT (No such file or directory)
[pid 30516] statx(AT_FDCWD, "/usr/share/ssl", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc630) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/usr/share/ssl", 0x7fffedffc480, 0) = -1 ENOENT (No such file or directory)
[pid 30516] statx(AT_FDCWD, "/usr/local/ssl", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc630) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/usr/local/ssl", 0x7fffedffc480, 0) = -1 ENOENT (No such file or directory)
[pid 30516] statx(AT_FDCWD, "/usr/local/openssl", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc630) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/usr/local/openssl", 0x7fffedffc480, 0) = -1 ENOENT (No such file or directory)
[pid 30516] statx(AT_FDCWD, "/usr/local/share", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc630) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/usr/local/share", {st_mode=S_IFDIR|0755, st_size=9, ...}, 0) = 0
[pid 30516] statx(AT_FDCWD, "/usr/lib/ssl", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc630) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/usr/lib/ssl", 0x7fffedffc480, 0) = -1 ENOENT (No such file or directory)
[pid 30516] statx(AT_FDCWD, "/usr/ssl", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc630) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/usr/ssl", 0x7fffedffc480, 0) = -1 ENOENT (No such file or directory)
[pid 30516] statx(AT_FDCWD, "/etc/openssl", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc630) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/etc/openssl", 0x7fffedffc480, 0) = -1 ENOENT (No such file or directory)
[pid 30516] statx(AT_FDCWD, "/etc/pki/ca-trust/extracted/pem", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc630) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/etc/pki/ca-trust/extracted/pem", 0x7fffedffc480, 0) = -1 ENOENT (No such file or directory)
[pid 30516] statx(AT_FDCWD, "/etc/pki/tls", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc630) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/etc/pki/tls", 0x7fffedffc480, 0) = -1 ENOENT (No such file or directory)
[pid 30516] statx(AT_FDCWD, "/etc/ssl", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc630) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/etc/ssl", {st_mode=S_IFDIR|0755, st_size=10, ...}, 0) = 0
[pid 30516] statx(AT_FDCWD, "/data/data/com.termux/files/usr/etc/tls", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc630) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/data/data/com.termux/files/usr/etc/tls", 0x7fffedffc480, 0) = -1 ENOENT (No such file or directory)
[pid 30516] statx(AT_FDCWD, "/boot/system/data/ssl", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc630) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/boot/system/data/ssl", 0x7fffedffc480, 0) = -1 ENOENT (No such file or directory)
[pid 30516] statx(AT_FDCWD, "/usr/local/share/cert.pem", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc660) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/usr/local/share/cert.pem", 0x7fffedffc4b0, 0) = -1 ENOENT (No such file or directory)
[pid 30516] statx(AT_FDCWD, "/usr/local/share/certs.pem", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc660) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/usr/local/share/certs.pem", 0x7fffedffc4b0, 0) = -1 ENOENT (No such file or directory)
[pid 30516] statx(AT_FDCWD, "/usr/local/share/certs/ca-certificates.crt", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc660) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/usr/local/share/certs/ca-certificates.crt", 0x7fffedffc4b0, 0) = -1 ENOENT (No such file or directory)
[pid 30516] statx(AT_FDCWD, "/usr/local/share/certs/ca-root-nss.crt", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc660) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/usr/local/share/certs/ca-root-nss.crt", 0x7fffedffc4b0, 0) = -1 ENOENT (No such file or directory)
[pid 30516] statx(AT_FDCWD, "/usr/local/share/certs/ca-bundle.crt", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc660) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/usr/local/share/certs/ca-bundle.crt", 0x7fffedffc4b0, 0) = -1 ENOENT (No such file or directory)
[pid 30516] statx(AT_FDCWD, "/usr/local/share/CARootCertificates.pem", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc660) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/usr/local/share/CARootCertificates.pem", 0x7fffedffc4b0, 0) = -1 ENOENT (No such file or directory)
[pid 30516] statx(AT_FDCWD, "/usr/local/share/tls-ca-bundle.pem", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc660) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/usr/local/share/tls-ca-bundle.pem", 0x7fffedffc4b0, 0) = -1 ENOENT (No such file or directory)
[pid 30516] statx(AT_FDCWD, "/usr/local/share/certs", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc660) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/usr/local/share/certs", 0x7fffedffc4b0, 0) = -1 ENOENT (No such file or directory)
[pid 30516] statx(AT_FDCWD, "/etc/ssl/cert.pem", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc660) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/etc/ssl/cert.pem", 0x7fffedffc4b0, 0) = -1 ENOENT (No such file or directory)
[pid 30516] statx(AT_FDCWD, "/etc/ssl/certs.pem", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc660) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/etc/ssl/certs.pem", {st_mode=S_IFREG|0644, st_size=215641, ...}, 0) = 0
[pid 30516] statx(AT_FDCWD, "/etc/ssl/certs", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffedffc660) = -1 ENOSYS (Function not implemented)
[pid 30516] newfstatat(AT_FDCWD, "/etc/ssl/certs", {st_mode=S_IFDIR|0755, st_size=281, ...}, 0) = 0
[pid 30516] futex(0x7fffef2c7c90, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 30516] futex(0x7fffef2c7c98, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 30516] futex(0x7fffef2c7ca0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 30516] futex(0x7fffef2c7d70, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 30516] futex(0x7fffef2c7cb0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 30516] futex(0x7fffef2c7cb8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 30516] futex(0x7fffef2c52e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 30516] futex(0x7fffef2c7c28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 30516] futex(0x7fffef2c5378, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 30516] futex(0x7fffef2c5370, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 30516] mprotect(0x7fffe8021000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8022000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] futex(0x7fffef2c7ca8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 30516] futex(0x7fffef2c7ce0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 30516] futex(0x7fffef2c7ce8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 30516] futex(0x7fffef2c7cf0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 30516] getuid() = 1000
[pid 30516] geteuid() = 1000
[pid 30516] getgid() = 1001
[pid 30516] getegid() = 1001
[pid 30516] mprotect(0x7fffe8023000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] openat(AT_FDCWD, "/checkout/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-7b470c45ad1bd2ed/out/openssl-build/install/ssl/openssl.cnf", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 30516] futex(0x7fffef2c7cc0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 30516] sysinfo({uptime=2775, loads=[463, 380, 87], totalram=536870912, freeram=291348480, sharedram=0, bufferram=0, totalswap=536870912, freeswap=356306944, procs=34, totalhigh=0, freehigh=0, mem_unit=1}) = 0
[pid 30516] futex(0x7fffef2c5290, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 30516] mprotect(0x7fffe8024000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8025000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8026000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8027000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8028000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] futex(0x7fffef2c5298, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 30516] futex(0x7fffef2c50f0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 30516] mprotect(0x7fffe8029000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe802a000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] futex(0x7fffef2c7e00, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 30516] getpid() = 30513
[pid 30516] getrandom("\xcb\x5d\x77\x08\x2b\x64\xce\x27\xa4\x75\xf0\xc9\xf7\x8c\xbf\x21\x88\xb5\x2d\x9c\x1d\x36\x15\x09\x01\x5e\xe6\xa0\x01\x2a\xd0\xe5", 32, 0) = 32
[pid 30516] getpid() = 30513
[pid 30516] futex(0x7fffef2c7dc8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 30516] getpid() = 30513
[pid 30516] getpid() = 30513
[pid 30516] getpid() = 30513
[pid 30516] getpid() = 30513
[pid 30516] getpid() = 30513
[pid 30516] mprotect(0x7fffe802b000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] getpid() = 30513
[pid 30516] getpid() = 30513
[pid 30516] getpid() = 30513
[pid 30516] getpid() = 30513
[pid 30516] getpid() = 30513
[pid 30516] getpid() = 30513
[pid 30516] getpid() = 30513
[pid 30516] getuid() = 1000
[pid 30516] geteuid() = 1000
[pid 30516] getgid() = 1001
[pid 30516] getegid() = 1001
[pid 30516] openat(AT_FDCWD, "/etc/ssl/certs.pem", O_RDONLY) = 7
[pid 30516] fstat(7, {st_mode=S_IFREG|0644, st_size=215641, ...}) = 0
[pid 30516] mprotect(0x7fffe802c000, 8192, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "-----BEGIN CERTIFICATE-----\nMIIH"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe802e000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe802f000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8030000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8031000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8032000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8033000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "FoXDTMwMTIzMTE0MDgyNFowRDEL\nMAkG"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe8034000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8035000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8036000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8037000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8038000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8039000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe803a000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe803b000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe803c000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe803d000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "LBQAwPDEeMBwGA1UE\nAwwVQXRvcyBUcn"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe803e000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe803f000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8040000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8041000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8042000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8043000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "BDGR8Dk5AM/1E9V/RBbuHLoL7ryWPNbc"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe8044000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8045000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8046000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8047000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8048000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8049000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe804a000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "vTwJaP+EmzzV1gsD41eeFPfR60/IvYcj"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe804b000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe804c000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe804d000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe804e000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe804f000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8050000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "EAAaMTMBEwDwYDVR0TAQH/BAUwAwEB/z"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe8051000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8052000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8053000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8054000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8055000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8056000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8057000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "MBYGA1UE\nChMPQ3liZXJ0cnVzdCwgSW5"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe8058000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8059000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe805a000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe805b000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe805c000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe805d000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe805e000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe805f000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "FICATE-----\nMIIDljCCAn6gAwIBAgIQ"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe8060000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8061000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8062000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8063000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8064000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8065000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8066000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8067000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8068000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "U7NfjgtJxXWRM3y5nP+e6mK4cD08wDQY"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe8069000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe806a000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe806b000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe806c000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe806d000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe806e000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe806f000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "AoTDUVudHJ1c3QsIEluYy4xKDAmBgNVB"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe8070000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8071000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8072000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8073000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8074000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8075000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8076000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8077000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "8t5/Wk6kjftbjhlRn7pYL15iJdfOBL07"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe8078000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8079000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe807a000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe807b000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe807c000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe807d000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe807e000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe807f000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8080000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8081000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "svNYSuetZfeLQBoZfXklq\ntTleiDTsvH"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe8082000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8083000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8084000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8085000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8086000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8087000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8088000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "lNjb3R0c2RhbGUxGjAYBgNVBAoT\nEUdv"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe8089000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe808a000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe808b000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe808c000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe808d000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe808e000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe808f000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "ZItIsGxVd7GYYKecsAyVKvQv83j+Gj\nH"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe8090000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8091000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8092000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8093000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8094000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8095000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "8NYjb2zRlrrKvV9pF9rnHzP7MOeIWb\nl"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe8096000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8097000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8098000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe8099000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe809a000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe809b000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe809c000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "iFRh\nbvG5GK1Krf6BQCOUL/t1fC8oS2I"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe809d000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe809e000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe809f000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80a0000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80a1000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80a2000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80a3000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80a4000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "cgMJYr2wYBZupt0lwgNm3fME0UDiTouG"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe80a5000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80a6000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80a7000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80a8000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80a9000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80aa000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "urPnMNA3I4ZyYUUpSFlob3emLoG+B01v"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe80ab000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80ac000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80ad000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80ae000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80af000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80b0000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80b1000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "PAQH/BAQD\nAgEGMB0GA1UdDgQWBBQuFq"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe80b2000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80b3000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80b4000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80b5000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80b6000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80b7000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80b8000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80b9000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80ba000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "TdGFh\ndCBkZXIgTmVkZXJsYW5kZW4gRV"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe80bb000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80bc000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80bd000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80be000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80bf000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80c0000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80c1000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "U2ln\nbiBHb2xkIENBIC0gRzIwHhcNMDY"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe80c2000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80c3000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80c4000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80c5000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80c6000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "7OU6Z4TBnRfHU8I3D3/7yOAchfQBeVkS"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe80c7000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80c8000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80c9000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80ca000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80cb000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80cc000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80cd000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80ce000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "IRAJW+FqD3LkbxezmCcvqLzZYwDQYJKo"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe80cf000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80d0000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80d1000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80d2000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80d3000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80d4000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "A5sSVPvFVtlRkpdr7r7OnIdzfYliB6Xz"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe80d5000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80d6000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80d7000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80d8000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80d9000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80da000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80db000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80dc000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80dd000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "ZXJzZXkxFDASBgNVBAcTC0plcnNleSBD"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe80de000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80df000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80e0000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80e1000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80e2000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80e3000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80e4000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "s7Be7QhtnqiXtRYMh/MHJfNVi\nPvryxS"..., 8192) = 8192
[pid 30516] mprotect(0x7fffe80e5000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80e6000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80e7000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80e8000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80e9000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80ea000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80eb000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80ec000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80ed000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "pV/KlK6O3t5nYBQnvI+GDZjVGLVTv7jH"..., 8192) = 2649
[pid 30516] mprotect(0x7fffe80ee000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80ef000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80f0000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] mprotect(0x7fffe80f1000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] read(7, "", 8192) = 0
[pid 30516] close(7) = 0
[pid 30516] getuid() = 1000
[pid 30516] geteuid() = 1000
[pid 30516] getgid() = 1001
[pid 30516] getegid() = 1001
[pid 30516] mprotect(0x7fffe80f2000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30516] futex(0x1858, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 30513] <... futex resumed>) = 0
[pid 30516] epoll_wait(4, <unfinished ...>
[pid 30513] write(5, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 30516] <... epoll_wait resumed>[{events=EPOLLIN, data={u32=2147483648, u64=2147483648}}], 1024, -1) = 1
[pid 30513] futex(0x1858, FUTEX_WAIT_PRIVATE, 4294967295, {tv_sec=29, tv_nsec=999998561} <unfinished ...>
[pid 30516] mprotect(0x7fffe80f3000, 8192, PROT_READ|PROT_WRITE) = 0
[pid 30516] mmap(NULL, 2101248, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7fffed800000
[pid 30516] mprotect(0x7fffed801000, 2097152, PROT_READ|PROT_WRITE) = 0
[pid 30516] rt_sigprocmask(SIG_BLOCK, ~[], [], 8) = 0
[pid 30516] clone(child_stack=0x7fffed9ffb70, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTIDstrace: Process 30517 attached
, parent_tid=[30517], tls=0x7fffeda00640, child_tidptr=0x7fffeda00910) = 30517
[pid 30517] set_robust_list(0x7fffeda00920, 24 <unfinished ...>
[pid 30516] rt_sigprocmask(SIG_SETMASK, [], <unfinished ...>
[pid 30517] <... set_robust_list resumed>) = 0
[pid 30516] <... rt_sigprocmask resumed>NULL, 8) = 0
[pid 30517] rt_sigprocmask(SIG_SETMASK, [], <unfinished ...>
[pid 30516] mprotect(0x7fffe80f5000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 30517] <... rt_sigprocmask resumed>NULL, 8) = 0
[pid 30517] sigaltstack(NULL, <unfinished ...>
[pid 30516] epoll_wait(4, <unfinished ...>
[pid 30517] <... sigaltstack resumed>{ss_sp=NULL, ss_flags=SS_DISABLE, ss_size=0}) = 0
[pid 30517] mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fffee0f0000
[pid 30517] mprotect(0x7fffee0f0000, 4096, PROT_NONE) = 0
[pid 30517] sigaltstack({ss_sp=0x7fffee0f1000, ss_flags=0, ss_size=8192}, NULL) = 0
[pid 30517] prctl(PR_SET_NAME, "tokio-runtime-w"...) = 0
[pid 30517] mmap(NULL, 134217728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x7fffdfe00000
[pid 30517] munmap(0x7fffdfe00000, 2097152) = 0
[pid 30517] munmap(0x7fffe4000000, 65011712) = 0
[pid 30517] mprotect(0x7fffe0000000, 135168, PROT_READ|PROT_WRITE) = 0
[pid 30517] sched_getaffinity(30517, 32, [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63]) = 32
[pid 30517] socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 7
[pid 30517] connect(7, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
[pid 30517] close(7) = 0
[pid 30517] socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 7
[pid 30517] connect(7, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
[pid 30517] close(7) = 0
[pid 30517] stat("/etc/resolv.conf", {st_mode=S_IFREG|0644, st_size=79, ...}) = 0
[pid 30517] openat(AT_FDCWD, "/etc/host.conf", O_RDONLY|O_CLOEXEC) = 7
[pid 30517] fstat(7, {st_mode=S_IFREG|0644, st_size=63, ...}) = 0
[pid 30517] read(7, "#\n# /etc/host.conf\n#\n\norder host"..., 512) = 63
[pid 30517] read(7, "", 512) = 0
[pid 30517] close(7) = 0
[pid 30517] futex(0x7fffee3fd78c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 30517] openat(AT_FDCWD, "/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 7
[pid 30517] fstat(7, {st_mode=S_IFREG|0644, st_size=79, ...}) = 0
[pid 30517] read(7, "domain rapture.com\nsearch raptur"..., 512) = 79
[pid 30517] read(7, "", 512) = 0
[pid 30517] fstat(7, {st_mode=S_IFREG|0644, st_size=79, ...}) = 0
[pid 30517] close(7) = 0
[pid 30517] openat(AT_FDCWD, "/etc/hosts", O_RDONLY|O_CLOEXEC) = 7
[pid 30517] fstat(7, {st_mode=S_IFREG|0644, st_size=3450, ...}) = 0
[pid 30517] lseek(7, 0, SEEK_SET) = 0
[pid 30517] read(7, "127.0.0.1\tlocalhost\n255.255.255."..., 3584) = 3450
[pid 30517] read(7, "", 3584) = 0
[pid 30517] close(7) = 0
[pid 30517] openat(AT_FDCWD, "/usr/lib64/libnss_mdns.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 30517] openat(AT_FDCWD, "/usr/lib64/libnss_dns.so.2", O_RDONLY|O_CLOEXEC) = 7
[pid 30517] read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\21\0\0\0\0\0\0"..., 832) = 832
[pid 30517] fstat(7, {st_mode=S_IFREG|0755, st_size=120760, ...}) = 0
[pid 30517] mmap(NULL, 28688, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fffee0e0000
[pid 30517] mmap(0x7fffee0e1000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x1000) = 0x7fffee0e1000
[pid 30517] mmap(0x7fffee0e5000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x5000) = 0x7fffee0e5000
[pid 30517] mmap(0x7fffee0e6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x5000) = 0x7fffee0e6000
[pid 30517] close(7) = 0
[pid 30517] openat(AT_FDCWD, "/usr/lib64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 7
[pid 30517] read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260C\0\0\0\0\0\0"..., 832) = 832
[pid 30517] fstat(7, {st_mode=S_IFREG|0755, st_size=475592, ...}) = 0
[pid 30517] mmap(NULL, 104608, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fffee0c5000
[pid 30517] mprotect(0x7fffee0c9000, 73728, PROT_NONE) = 0
[pid 30517] mmap(0x7fffee0c9000, 57344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x4000) = 0x7fffee0c9000
[pid 30517] mmap(0x7fffee0d7000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x12000) = 0x7fffee0d7000
[pid 30517] mmap(0x7fffee0db000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x15000) = 0x7fffee0db000
[pid 30517] mmap(0x7fffee0dd000, 6304, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fffee0dd000
[pid 30517] close(7) = 0
[pid 30517] mprotect(0x7fffee0db000, 4096, PROT_READ) = 0
[pid 30517] mprotect(0x7fffee0e6000, 4096, PROT_READ) = 0
[pid 30517] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROTO_IP) = 7
[pid 30517] setsockopt(7, SOL_IP, IP_RECVERR, [1], 4) = 0
[pid 30517] connect(7, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.0.1.2")}, 16) = 0
[pid 30517] poll([{fd=7, events=POLLOUT}], 1, 0) = 1 ([{fd=7, revents=POLLOUT}])
[pid 30517] sendmmsg(7, [{msg_hdr={msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\365\212\1\0\0\1\0\0\0\0\0\0\6static\trust-lang\3or"..., iov_len=38}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, msg_len=38}, {msg_hdr={msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="bS\1\0\0\1\0\0\0\0\0\0\6static\trust-lang\3or"..., iov_len=38}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, msg_len=38}], 2, MSG_NOSIGNAL) = 2
[pid 30517] poll([{fd=7, events=POLLIN}], 1, 5000) = 1 ([{fd=7, revents=POLLIN}])
[pid 30517] ioctl(7, FIONREAD, [450]) = 0
[pid 30517] recvfrom(7, "\365\212\201\200\0\1\0\5\0\0\0\0\6static\trust-lang\3or"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.0.1.2")}, [28 => 16]) = 145
[pid 30517] poll([{fd=7, events=POLLIN}], 1, 4999) = 1 ([{fd=7, revents=POLLIN}])
[pid 30517] ioctl(7, FIONREAD, [305]) = 0
[pid 30517] recvfrom(7, "bS\201\200\0\1\0\t\0\0\0\0\6static\trust-lang\3or"..., 65536, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.0.1.2")}, [28 => 16]) = 305
[pid 30517] close(7) = 0
[pid 30517] openat(AT_FDCWD, "/etc/gai.conf", O_RDONLY|O_CLOEXEC) = 7
[pid 30517] fstat(7, {st_mode=S_IFREG|0644, st_size=2584, ...}) = 0
[pid 30517] fstat(7, {st_mode=S_IFREG|0644, st_size=2584, ...}) = 0
[pid 30517] read(7, "# Configuration for getaddrinfo("..., 3072) = 2584
[pid 30517] read(7, "", 3072) = 0
[pid 30517] close(7) = 0
[pid 30517] futex(0x7fffee3fc424, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 30517] socket(AF_NETLINK, SOCK_RAW|SOCK_CLOEXEC, NETLINK_ROUTE) = 7
[pid 30517] bind(7, {sa_family=AF_NETLINK, nl_pid=0, nl_groups=00000000}, 12) = 0
[pid 30517] getsockname(7, {sa_family=AF_NETLINK, nl_pid=30513, nl_groups=00000000}, [12]) = 0
[pid 30517] sendto(7, "\24\0\0\0\26\0\1\3$\262\360a\0\0\0\0\0\0\0\0", 20, 0, {sa_family=AF_NETLINK, nl_pid=0, nl_groups=00000000}, 12) = 20
[pid 30517] recvmsg(7, {msg_name={sa_family=AF_NETLINK, nl_pid=0, nl_groups=00000000}, msg_namelen=12, msg_iov=[{iov_base={{nlmsg_len=32, nlmsg_type=0x14 /* NLMSG_??? */, nlmsg_flags=NLM_F_MULTI, nlmsg_seq=1643164196, nlmsg_pid=30513}, "\x02\x08\x00\xfe\x01\x00\x00\x00\x08\x00\x01\x00\x7f\x00\x00\x01"}, iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
[pid 30517] recvmsg(7, {msg_name={sa_family=AF_NETLINK, nl_pid=0, nl_groups=00000000}, msg_namelen=12, msg_iov=[{iov_base={{nlmsg_len=32, nlmsg_type=0x14 /* NLMSG_??? */, nlmsg_flags=NLM_F_MULTI, nlmsg_seq=1643164196, nlmsg_pid=30513}, "\x02\x18\x00\xc8\x02\x00\x00\x00\x08\x00\x01\x00\x0a\x00\x01\x22"}, iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
[pid 30517] recvmsg(7, {msg_name={sa_family=AF_NETLINK, nl_pid=0, nl_groups=00000000}, msg_namelen=12, msg_iov=[{iov_base={{nlmsg_len=44, nlmsg_type=0x14 /* NLMSG_??? */, nlmsg_flags=NLM_F_MULTI, nlmsg_seq=1643164196, nlmsg_pid=30513}, "\x0a\x80\x00\xfe\x01\x00\x00\x00\x14\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01"}, iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 44
[pid 30517] recvmsg(7, {msg_name={sa_family=AF_NETLINK, nl_pid=0, nl_groups=00000000}, msg_namelen=12, msg_iov=[{iov_base={{nlmsg_len=44, nlmsg_type=0x14 /* NLMSG_??? */, nlmsg_flags=NLM_F_MULTI, nlmsg_seq=1643164196, nlmsg_pid=30513}, "\x0a\x0a\x00\xfd\x02\x00\x00\x00\x14\x00\x01\x00\xfe\x80\x00\x00\x00\x00\x00\x00\x80\x40\xeb\xff\xfe\xdd\x13\x05"}, iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 44
[pid 30517] recvmsg(7, {msg_name={sa_family=AF_NETLINK, nl_pid=0, nl_groups=00000000}, msg_namelen=12, msg_iov=[{iov_base={{nlmsg_len=20, nlmsg_type=NLMSG_DONE, nlmsg_flags=NLM_F_MULTI, nlmsg_seq=1643164196, nlmsg_pid=30513}, 0}, iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 20
[pid 30517] close(7) = 0
[pid 30517] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC, IPPROTO_IP) = 7
[pid 30517] connect(7, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("54.230.162.55")}, 16) = -1 EADDRNOTAVAIL (Cannot assign requested address)
[pid 30517] connect(7, {sa_family=AF_UNSPEC, sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = -1 EINVAL (Invalid argument)
[pid 30517] connect(7, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("54.230.162.12")}, 16) = -1 EADDRNOTAVAIL (Cannot assign requested address)
[pid 30517] connect(7, {sa_family=AF_UNSPEC, sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = -1 EINVAL (Invalid argument)
[pid 30517] connect(7, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("54.230.162.47")}, 16) = -1 EADDRNOTAVAIL (Cannot assign requested address)
[pid 30517] connect(7, {sa_family=AF_UNSPEC, sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = -1 EINVAL (Invalid argument)
[pid 30517] connect(7, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("54.230.162.76")}, 16) = -1 EADDRNOTAVAIL (Cannot assign requested address)
[pid 30517] close(7) = 0
[pid 30517] socket(AF_INET6, SOCK_DGRAM|SOCK_CLOEXEC, IPPROTO_IP) = 7
[pid 30517] connect(7, {sa_family=AF_INET6, sin6_port=htons(0), sin6_flowinfo=htonl(0), inet_pton(AF_INET6, "2600:9000:210b:a600:5:26a9:7440:93a1", &sin6_addr), sin6_scope_id=0}, 28) = -1 EADDRNOTAVAIL (Cannot assign requested address)
[pid 30517] connect(7, {sa_family=AF_UNSPEC, sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = -1 EINVAL (Invalid argument)
[pid 30517] connect(7, {sa_family=AF_INET6, sin6_port=htons(0), sin6_flowinfo=htonl(0), inet_pton(AF_INET6, "2600:9000:210b:b200:5:26a9:7440:93a1", &sin6_addr), sin6_scope_id=0}, 28) = -1 EADDRNOTAVAIL (Cannot assign requested address)
[pid 30517] connect(7, {sa_family=AF_UNSPEC, sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = -1 EINVAL (Invalid argument)
[pid 30517] connect(7, {sa_family=AF_INET6, sin6_port=htons(0), sin6_flowinfo=htonl(0), inet_pton(AF_INET6, "2600:9000:210b:e800:5:26a9:7440:93a1", &sin6_addr), sin6_scope_id=0}, 28) = -1 EADDRNOTAVAIL (Cannot assign requested address)
[pid 30517] connect(7, {sa_family=AF_UNSPEC, sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = -1 EINVAL (Invalid argument)
[pid 30517] connect(7, {sa_family=AF_INET6, sin6_port=htons(0), sin6_flowinfo=htonl(0), inet_pton(AF_INET6, "2600:9000:210b:2200:5:26a9:7440:93a1", &sin6_addr), sin6_scope_id=0}, 28) = -1 EADDRNOTAVAIL (Cannot assign requested address)
[pid 30517] connect(7, {sa_family=AF_UNSPEC, sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = -1 EINVAL (Invalid argument)
[pid 30517] connect(7, {sa_family=AF_INET6, sin6_port=htons(0), sin6_flowinfo=htonl(0), inet_pton(AF_INET6, "2600:9000:210b:4800:5:26a9:7440:93a1", &sin6_addr), sin6_scope_id=0}, 28) = -1 EADDRNOTAVAIL (Cannot assign requested address)
[pid 30517] connect(7, {sa_family=AF_UNSPEC, sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = -1 EINVAL (Invalid argument)
[pid 30517] connect(7, {sa_family=AF_INET6, sin6_port=htons(0), sin6_flowinfo=htonl(0), inet_pton(AF_INET6, "2600:9000:210b:5000:5:26a9:7440:93a1", &sin6_addr), sin6_scope_id=0}, 28) = -1 EADDRNOTAVAIL (Cannot assign requested address)
[pid 30517] connect(7, {sa_family=AF_UNSPEC, sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = -1 EINVAL (Invalid argument)
[pid 30517] connect(7, {sa_family=AF_INET6, sin6_port=htons(0), sin6_flowinfo=htonl(0), inet_pton(AF_INET6, "2600:9000:210b:6a00:5:26a9:7440:93a1", &sin6_addr), sin6_scope_id=0}, 28) = -1 EADDRNOTAVAIL (Cannot assign requested address)
[pid 30517] connect(7, {sa_family=AF_UNSPEC, sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = -1 EINVAL (Invalid argument)
[pid 30517] connect(7, {sa_family=AF_INET6, sin6_port=htons(0), sin6_flowinfo=htonl(0), inet_pton(AF_INET6, "2600:9000:210b:9a00:5:26a9:7440:93a1", &sin6_addr), sin6_scope_id=0}, 28) = -1 EADDRNOTAVAIL (Cannot assign requested address)
[pid 30517] close(7) = 0
[pid 30517] write(5, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 30517] futex(0x7fffe8006e98, FUTEX_WAIT_BITSET_PRIVATE, 0, {tv_sec=3119, tv_nsec=750159056}, FUTEX_BITSET_MATCH_ANY
... hangs ...
) = -1 ETIMEDOUT (Connection timed out)
[pid 30517] futex(0x7fffe8006e40, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 30517] sigaltstack({ss_sp=NULL, ss_flags=SS_DISABLE, ss_size=8192}, NULL) = 0
[pid 30517] munmap(0x7fffee0f0000, 12288) = 0
[pid 30517] madvise(0x7fffed800000, 2076672, MADV_DONTNEED) = 0
[pid 30517] exit(0) = ?
[pid 30513] <... futex resumed>) = -1 ETIMEDOUT (Connection timed out)
[pid 30513] close(3) = 0
[pid 30513] unlink("/home/dave/.rustup/tmp/x2r_40ob5bk68gjk_file") = 0
[pid 30513] statx(AT_FDCWD, "/home/dave/.rustup/tmp/x2r_40ob5bk68gjk_file", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7fffffefba30) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.rustup/tmp/x2r_40ob5bk68gjk_file", 0x7fffffefb880, 0) = -1 ENOENT (No such file or directory)
[pid 30513] statx(AT_FDCWD, "/home/dave/.rustup/toolchains/stable-x86_64-unknown-linux-gnu", AT_STATX_SYNC_AS_STAT|AT_SYMLINK_NOFOLLOW, STATX_ALL, 0x7fffffefccf0) = -1 ENOSYS (Function not implemented)
[pid 30513] newfstatat(AT_FDCWD, "/home/dave/.rustup/toolchains/stable-x86_64-unknown-linux-gnu", 0x7fffffefcb40, AT_SYMLINK_NOFOLLOW) = -1 ENOENT (No such file or directory)
[pid 30513] ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
[pid 30513] write(2, "\33[31m", 5) = 5
[pid 30513] ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
[pid 30513] write(2, "\33[1m", 4) = 4
[pid 30513] write(2, "error: ", 7error: ) = 7
[pid 30513] ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
[pid 30513] write(2, "\33(B\33[m", 6) = 6
[pid 30513] write(2, "could not download file from '", 30could not download file from ') = 30
[pid 30513] write(2, "https://static.rust-lang.org/dis"..., 65https://static.rust-lang.org/dist/channel-rust-stable.toml.sha256) = 65
[pid 30513] write(2, "' to '", 6' to ') = 6
[pid 30513] write(2, "/home/dave/.rustup/tmp/x2r_40ob5"..., 44/home/dave/.rustup/tmp/x2r_40ob5bk68gjk_file) = 44
[pid 30513] write(2, "'", 1') = 1
[pid 30513] write(2, ": ", 2: ) = 2
[pid 30513] write(2, "failed to make network request", 30failed to make network request) = 30
[pid 30513] write(2, ": ", 2: ) = 2
[pid 30513] write(2, "error sending request", 21error sending request) = 21
[pid 30513] write(2, " for url (", 10 for url () = 10
[pid 30513] write(2, "https://static.rust-lang.org/dis"..., 65https://static.rust-lang.org/dist/channel-rust-stable.toml.sha256) = 65
[pid 30513] write(2, ")", 1)) = 1
[pid 30513] write(2, ": ", 2: ) = 2
[pid 30513] write(2, "operation timed out", 19operation timed out) = 19
[pid 30513] write(2, ": ", 2: ) = 2
[pid 30513] write(2, "operation timed out", 19operation timed out) = 19
[pid 30513] write(2, "\n", 1
) = 1
[pid 30513] sigaltstack({ss_sp=NULL, ss_flags=SS_DISABLE, ss_size=8192}, NULL) = 0
[pid 30513] munmap(0x7fffee210000, 12288) = 0
[pid 30513] exit_group(1 <unfinished ...>
[pid 30513] +++ exited with 1 +++
strace: wait4(__WALL): No child processes
strace: Process 30514 detached
strace: Process 30515 detached
strace: Process 30516 detached
strace: Process 30517 detached
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment