Unable to open tome savegame

Asked by Jason Steele

I am unable to open tome savegames, neither trying to open them from inside the game nor the console works. It looks like tome substitutes "_" for "." while trying to open the .pnc-file. I already tried renaming the file to something without a dot, but it didn't help (it results in a loop of "read(7, "", 4096) = 0" lines (checked with strace). Trying to open the savegame directly from the console results in "Error opening file for reading: Permission denied" (the game starts, but it doesn't open the file. Strace showed me that it's checking for the .pnc-file, even when giving only the name at the -u option, but it doesn't open it.

open("/home/user/.tome/2.3/save/PLAYER", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/user/.tome/2.3/save/PLAYER.pnc", O_RDONLY) = 7
close(7) = 0
open("/home/user/.tome/2.3/save/PLAYER", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/user/.tome/2.3/save/PLAYER.pnc", O_RDONLY) = 7
close(7) = 0
open("/home/user/.tome/2.3/save/PLAYER.pnc", O_RDONLY) = 7
open("/home/user/.tome/2.3/save/PLAYER", O_RDONLY) = -1 ENOENT (No such file or directory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
rt_sigaction(SIGSEGV, {SIG_IGN, [SEGV], SA_RESTART}, {0x817f0e0, [SEGV], SA_RESTART}, 8) = 0
exit_group(0)

I get tons of "recv(4, 0x9bdb648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)" as well, but I don't think it's of importance here.

Question information

Language:
English Edit question
Status:
Open
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

"permission denied" points in the direction of access rights.

What is the output of the commands

whoami
id
ls -lad /home/user
ls -lad /home/user/.tome
ls -lad /home/user/.tome/2.3
ls -lad /home/user/.tome/2.3/save
ls -la /home/user/.tome/2.3/save/
df -h
df -i

Revision history for this message
Jason Steele (novalights11) said :
#2

No, it's unfortunately not a problem with the access rights, it has to be something else. I even tried running tome as root on my test machine, but that didn't work either. "permission denied" points to the fact that tome is unable to use the right name (I know, it's strange, but that's what it is), trying to open a file that doesn't exist. Like I said, it's naming files *_* instead of *.*.

Oh, and "user" isn't the real name of the account.

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

In the strace output
open("/home/user/.tome/2.3/save/PLAYER", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/user/.tome/2.3/save/PLAYER.pnc", O_RDONLY) = 7
I do not see any indication of replacing a '.' by '_'.

Even if you conclude that it is not a file protection problem, can you please provide the output of the commands as asked for?
Of course you are allowed replacing the real username by "user" or whatever else, if you think that is necessary (but please indicate that by adding something like "the real username was replaced by 'user'").

For completeness sake I am linking the bug report that you have already created to this question.

Revision history for this message
Manfred Hampl (m-hampl) said :
#4

Have you tried renaming the savegame file replacing the '.' by '_' characters, according to what you think is the root cause? (Don't forget to make a backup copy before.)

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Are the files read only?
Are they owned by your user?
Were the files restored from a backup?
Is the partition they are held on mounted read only?

Revision history for this message
Jason Steele (novalights11) said :
#6

Ok, here we go, I created the user gamer on the test machine now, here we go. The given rights were for testing purposes.

whoami
gamer

uid
uid=1000(gamer) gid=1000(gamer) Gruppen=1000(gamer),4(adm),20(dialout),21(fax),24(cdrom),25(floppy),26(tape),27(sudo),29(audio),30(dip),44(video),46(plugdev),105(fuse),108(scanner),110(lpadmin),114(netdev),123(sambashare),133(wireshark),1002(admin),1003(jupiter)

ls -ad /home/gamer
/home/gamer
drwxr-xr-x 179 gamer gamer 16384 Mai 20 04:22 /home/gamer

ls -lad /home/gamer/.tome
/home/gamer
drwxrwxrwx 3 gamer gamer 4096 Mai 8 23:40 /home/gamer/.tome

ls -lad /home/gamer/.tome/2.3/save
/home/gamer
drwxrwxrwx 2 gamer gamer 4096 Mai 16 17:04 /home/gamer/.tome/2.3/save

ls -la /home/gamer/.tome/2.3/save/
/home/gamer
insgesamt 760
drwxrwxrwx 2 gamer gamer 4096 Mai 16 17:04 .
drwxrwxrwx 3 gamer gamer 4096 Mai 16 16:35 ..
-rw-rw-rw- 1 gamer gamer 126010 Mai 15 20:51 Player1.new
-rw-rw-rw- 1 gamer gamer 126015 Mai 15 20:51 Player1.pnc
-rw-rw-rw- 1 gamer gamer 127055 Mai 8 23:49 Player2.new
-rw-rw-rw- 1 gamer gamer 127060 Mai 8 23:49 Player2.pnc
-rw-rw-rw- 1 gamer gamer 126010 Mai 16 16:05 PLAYER.new
-rw-rw-rw- 1 gamer gamer 126014 Mai 16 16:05 PLAYER.pnc

df -h
/dev/sda5 9,7G 8,8G 380M 96% /
udev 487M 4,0K 487M 1% /dev
tmpfs 100M 884K 99M 1% /run
none 5,0M 0 5,0M 0% /run/lock
none 497M 240K 497M 1% /run/shm
/dev/sda7 4,9G 3,6G 1011M 79% /home

df -i
/dev/sda5 626K 445K 181K 72% /
udev 122K 544 122K 1% /dev
tmpfs 125K 489 124K 1% /run
none 125K 4 125K 1% /run/lock
none 125K 5 125K 1% /run/shm
/dev/sda7 313K 53K 260K 17% /home

Right, strace doesn't show that tome is trying to open "_pnc" files, but it does so ingame.
"Savefile does not exist /home/gamer/.tome/2.3/save/Player1_pnc" (obviously it doesn't exist)

It looks like tome is crashing whenever I specify the name of the char without an extension and subsituting the "." with "_" causes a loop of
"read(7, "", 4096) = 0"

Revision history for this message
Manfred Hampl (m-hampl) said :
#7

According to your output a savefile is about 125Kbyte. Reading such file requires about 30 reads with 4096 bytes each. So it is clear that there have to be about 30 lines of "read(7, "", 4096) = 0" when loading a save file. How many of them do you see in your strace log?

Have you already tried re-installing the package?

Do you know the original source of that game? Maybe there is a help community available?

Revision history for this message
Jason Steele (novalights11) said :
#8

The strace shows an infinite loop of "read(7, "", 4096) = 0" , it basically goes on forever. I already reinstalled the package multiple times and compiled the same version from source. The results have been the same. I am able to play the latest release in windows, but that's not the point (I don't use Windows on machines connected to the internet and starting it only to run tome isn't something I want to do). Every other commonly used Angband flavor works well too, it's really just tome. I haven't tried using older tome releases yet, because the main point of using tome is that I want to use the most advanced version.

I am really out of ideas now. I'll try to run it from a persistent live system later, but I am currently out of empty SD-Cards or USB-Sticks. I want to make sure it's not an incompatibility issue with my *buntu setup or XFCE itself. It might be a problem with the charset and keyboard layout, but I was unable to pin it down yet (in case this is the problem). I haven't worked with code for about 10 years now (not enough free time for coding), but I might have a look at it, if everything else fails.

This is what happens in strace if using the name without extension (crashes tome afterwards):

open("/home/user/.tome/2.3/save/Kyu", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/user/.tome/2.3/save/Kyu.pnc", O_RDONLY) = 7
close(7) = 0
open("/home/user/.tome/2.3/save/Kyu", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/user/.tome/2.3/save/Kyu.pnc", O_RDONLY) = 7
close(7) = 0
open("/home/user/.tome/2.3/save/Kyu.pnc", O_RDONLY) = 7
open("/home/user/.tome/2.3/save/Kyu", O_RDONLY) = -1 ENOENT (No such file or directory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
rt_sigaction(SIGSEGV, {SIG_IGN, [SEGV], SA_RESTART}, {0x817f0e0, [SEGV], SA_RESTART}, 8) = 0
exit_group(0) = ?

Especially this part is strange, because it's searching for the right file, but it's crashing the program afterwards.

open("/home/user/.tome/2.3/save/Kyu.pnc", O_RDONLY) = 7
open("/home/user/.tome/2.3/save/Kyu", O_RDONLY) = -1 ENOENT (No such file or directory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---

And this happens if I use the .pnc extension (starts character creation):

poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\2$\376\n K\223\33\253\0\0\0\24\0\200\3xt@\0L\2\5\2!\1\32\1\0\0\1\0", 4096, 0) = 32
recv(4, 0xa0cf648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0xa0cf648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0xa0cf648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
open("/home/user/.tome/2.3/save/Kyu_pnc", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/user/.tome/2.3/save/Kyu_pnc.pnc", O_RDONLY) = -1 ENOENT (No such file or directory)

Like I said ... it's searching for a file "*_pnc" (and "*_pnc.pnc") this way.

Revision history for this message
Jason Steele (novalights11) said :
#9

I had some time today I wanted to use to pin down the problem. I purged tome first and reinstalled it using apt-get (no errors). The strange thing is, that everything seems even worse now. I get a note (first run) that tome is

"Ignorin obsolete/defective '*.raw' file." (all raw files from /var/games/tome/data).

Here is the complete strace of the1st run ... this is even stranger than before.

execve("/usr/games/tome", ["tome"], [/* 37 vars */]) = 0
brk(0) = 0x8edd000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7726000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=132195, ...}) = 0
mmap2(NULL, 132195, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7705000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libXaw.so.7", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\273\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=423324, ...}) = 0
mmap2(NULL, 427056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x13e000
mmap2(0x19f000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x60) = 0x19f000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libXt.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\271\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=372044, ...}) = 0
mmap2(NULL, 376532, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf0b000
mmap2(0xf63000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x57) = 0xf63000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libX11.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\21\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1254264, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7704000
mmap2(NULL, 1258232, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x258000
mmap2(0x388000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12f) = 0x388000
mmap2(0x38b000, 760, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x38b000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libncurses.so.5", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300C\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=132772, ...}) = 0
mmap2(NULL, 135956, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x856000
mmap2(0x876000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1f) = 0x876000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libSDL-1.2.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0Pp\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=458232, ...}) = 0
mmap2(NULL, 631952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xd2b000
mmap2(0xd9a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6e) = 0xd9a000
mmap2(0xd9c000, 169104, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xd9c000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libSDL_image-1.2.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\30\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=50640, ...}) = 0
mmap2(NULL, 120632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ef000
mmap2(0x7fb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb) = 0x7fb000
mmap2(0x7fd000, 63288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fd000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libSDL_ttf-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\17\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=21880, ...}) = 0
mmap2(NULL, 24712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb64000
mmap2(0xb69000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4) = 0xb69000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000D\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=173576, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7703000
mmap2(NULL, 176256, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa63000
mmap2(0xa8d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x29) = 0xa8d000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\226\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1734120, ...}) = 0
mmap2(NULL, 1743580, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x38c000
mmap2(0x530000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a4) = 0x530000
mmap2(0x533000, 10972, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x533000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libXext.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000'\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=68232, ...}) = 0
mmap2(NULL, 71368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x110000
mmap2(0x120000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf) = 0x120000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libXmu.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200@\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=96676, ...}) = 0
mmap2(NULL, 100428, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x122000
mmap2(0x139000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16) = 0x139000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libXpm.so.4", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\35\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=67256, ...}) = 0
mmap2(NULL, 70076, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x682000
mmap2(0x692000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf) = 0x692000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libSM.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\24\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=30108, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7702000
mmap2(NULL, 32948, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x8e1000
mmap2(0x8e8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0x8e8000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libICE.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0200\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=92364, ...}) = 0
mmap2(NULL, 102480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x9f5000
mmap2(0xa0b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15) = 0xa0b000
mmap2(0xa0d000, 4176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xa0d000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libxcb.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240{\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=132660, ...}) = 0
mmap2(NULL, 131364, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xaaa000
mmap2(0xac9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1f) = 0xac9000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\n\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=13940, ...}) = 0
mmap2(NULL, 16504, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb1b000
mmap2(0xb1e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2) = 0xb1e000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libtinfo.so.5", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0PW\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=121024, ...}) = 0
mmap2(NULL, 124748, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x1a7000
mmap2(0x1c3000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b) = 0x1c3000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libasound.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\261\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=985276, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7701000
mmap2(NULL, 988084, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x536000
mmap2(0x623000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xec) = 0x623000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libpulse-simple.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\16\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=13816, ...}) = 0
mmap2(NULL, 16572, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xe5b000
mmap2(0xe5e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2) = 0xe5e000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libpulse.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\203\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=313604, ...}) = 0
mmap2(NULL, 316344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x1c6000
mmap2(0x212000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4b) = 0x212000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libcaca.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p_\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=811364, ...}) = 0
mmap2(NULL, 828676, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x694000
mmap2(0x6b6000, 671744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22) = 0x6b6000
mmap2(0x75a000, 17668, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x75a000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p[\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=124663, ...}) = 0
mmap2(NULL, 107008, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x214000
mmap2(0x22b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16) = 0x22b000
mmap2(0x22d000, 4608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x22d000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libpng12.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3007\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=165756, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7700000
mmap2(NULL, 168520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xdcc000
mmap2(0xdf4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27) = 0xdf4000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libjpeg.so.8", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000*\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=284436, ...}) = 0
mmap2(NULL, 352676, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x628000
mmap2(0x66d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x44) = 0x66d000
mmap2(0x66f000, 61860, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x66f000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libtiff.so.4", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320C\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=398992, ...}) = 0
mmap2(NULL, 402848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x878000
mmap2(0x8d8000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5f) = 0x8d8000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libfreetype.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320g\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=624084, ...}) = 0
mmap2(NULL, 626844, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x8ea000
mmap2(0x97f000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x94) = 0x97f000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libuuid.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\17\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=18012, ...}) = 0
mmap2(NULL, 20700, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x22f000
mmap2(0x233000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0x233000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libXau.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\t\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=9588, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb76ff000
mmap2(NULL, 12420, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x235000
mmap2(0x237000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0x237000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libXdmcp.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\r\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=21824, ...}) = 0
mmap2(NULL, 24644, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xe62000
mmap2(0xe67000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4) = 0xe67000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\30\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=30684, ...}) = 0
mmap2(NULL, 33360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x239000
mmap2(0x240000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0x240000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libpulsecommon-1.1.so", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\267\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=408016, ...}) = 0
mmap2(NULL, 411104, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x984000
mmap2(0x9e7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x62) = 0x9e7000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libjson.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\25\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=26076, ...}) = 0
mmap2(NULL, 28904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x242000
mmap2(0x248000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5) = 0x248000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0PN\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=296228, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb76fe000
mmap2(NULL, 295372, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x798000
mmap2(0x7df000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x47) = 0x7df000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libslang.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\322\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=937568, ...}) = 0
mmap2(NULL, 1178292, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb8e000
mmap2(0xc63000, 69632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd4) = 0xc63000
mmap2(0xc74000, 236212, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xc74000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libncursesw.so.5", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`S\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=190172, ...}) = 0
mmap2(NULL, 193416, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x80d000
mmap2(0x83b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2d) = 0x83b000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\27\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=83572, ...}) = 0
mmap2(NULL, 86288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xd10000
mmap2(0xd24000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13) = 0xd24000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libwrap.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\35\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=35032, ...}) = 0
mmap2(NULL, 39844, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x24a000
mmap2(0x252000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0x252000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libsndfile.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 4\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=449092, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb76fd000
mmap2(NULL, 465552, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xe69000
mmap2(0xed5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6c) = 0xed5000
mmap2(0xed7000, 14992, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xed7000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libasyncns.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\r\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=21904, ...}) = 0
mmap2(NULL, 24724, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x75f000
mmap2(0x764000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4) = 0x764000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libnsl.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`1\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=92016, ...}) = 0
mmap2(NULL, 104424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa0f000
mmap2(0xa25000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15) = 0xa25000
mmap2(0xa27000, 6120, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xa27000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libFLAC.so.8", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\202\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=313960, ...}) = 0
mmap2(NULL, 316724, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xacb000
mmap2(0xb17000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4b) = 0xb17000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libvorbisenc.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@k\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1533324, ...}) = 0
mmap2(NULL, 1536060, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf67000
mmap2(0x10cd000, 73728, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x165) = 0x10cd000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libvorbis.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\37\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=169424, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb76fc000
mmap2(NULL, 172160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa29000
mmap2(0xa52000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28) = 0xa52000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libogg.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\23\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=26004, ...}) = 0
mmap2(NULL, 28828, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x766000
mmap2(0x76c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5) = 0x76c000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260&\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=83776, ...}) = 0
mmap2(NULL, 96296, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x83d000
mprotect(0x850000, 4096, PROT_NONE) = 0
mmap2(0x851000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13) = 0x851000
mmap2(0x853000, 6184, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x853000
close(3) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb76fb000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb76fa000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb76f9000
set_thread_area({entry_number:-1 -> 6, base_addr:0xb76f9700, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
mprotect(0x530000, 8192, PROT_READ) = 0
mprotect(0x851000, 4096, PROT_READ) = 0
mprotect(0x76c000, 4096, PROT_READ) = 0
mprotect(0xa8d000, 4096, PROT_READ) = 0
mprotect(0xa52000, 4096, PROT_READ) = 0
mprotect(0x10cd000, 69632, PROT_READ) = 0
mprotect(0xb17000, 4096, PROT_READ) = 0
mprotect(0xa25000, 4096, PROT_READ) = 0
mprotect(0x22b000, 4096, PROT_READ) = 0
mprotect(0x764000, 4096, PROT_READ) = 0
mprotect(0xed5000, 4096, PROT_READ) = 0
mprotect(0x252000, 4096, PROT_READ) = 0
mprotect(0xd24000, 4096, PROT_READ) = 0
mprotect(0xb1e000, 4096, PROT_READ) = 0
mprotect(0x1c3000, 8192, PROT_READ) = 0
mprotect(0x83b000, 4096, PROT_READ) = 0
mprotect(0xc63000, 12288, PROT_READ) = 0
mprotect(0x240000, 4096, PROT_READ) = 0
mprotect(0x7df000, 4096, PROT_READ) = 0
mprotect(0x248000, 4096, PROT_READ) = 0
mprotect(0x237000, 4096, PROT_READ) = 0
mprotect(0xe67000, 4096, PROT_READ) = 0
mprotect(0xac9000, 4096, PROT_READ) = 0
mprotect(0x9e7000, 4096, PROT_READ) = 0
mprotect(0x233000, 4096, PROT_READ) = 0
mprotect(0x97f000, 16384, PROT_READ) = 0
mprotect(0x66d000, 4096, PROT_READ) = 0
mprotect(0x8d8000, 8192, PROT_READ) = 0
mprotect(0xdf4000, 4096, PROT_READ) = 0
mprotect(0x6b6000, 4096, PROT_READ) = 0
mprotect(0x212000, 4096, PROT_READ) = 0
mprotect(0xe5e000, 4096, PROT_READ) = 0
mprotect(0x623000, 16384, PROT_READ) = 0
mprotect(0xa0b000, 4096, PROT_READ) = 0
mprotect(0x8e8000, 4096, PROT_READ) = 0
mprotect(0x388000, 4096, PROT_READ) = 0
mprotect(0x692000, 4096, PROT_READ) = 0
mprotect(0xf63000, 4096, PROT_READ) = 0
mprotect(0x120000, 4096, PROT_READ) = 0
mprotect(0x139000, 4096, PROT_READ) = 0
mprotect(0xd9a000, 4096, PROT_READ) = 0
mprotect(0xb69000, 4096, PROT_READ) = 0
mprotect(0x7fb000, 4096, PROT_READ) = 0
mprotect(0x876000, 4096, PROT_READ) = 0
mprotect(0x19f000, 4096, PROT_READ) = 0
mprotect(0x8249000, 4096, PROT_READ) = 0
mprotect(0x796000, 4096, PROT_READ) = 0
munmap(0xb7705000, 132195) = 0
set_tid_address(0xb76f9768) = 27855
set_robust_list(0xb76f9770, 0xc) = 0
futex(0xbf8acef4, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, b76f9700) = -1 EAGAIN (Resource temporarily unavailable)
rt_sigaction(SIGRTMIN, {0x219570, [], SA_SIGINFO}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x2195f0, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
uname({sys="Linux", node="ubuntu", ...}) = 0
brk(0) = 0x8edd000
brk(0x8efe000) = 0x8efe000
open("/proc/self/auxv", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0400, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7725000
read(3, " \0\0\0\24\324\270\0!\0\0\0\0\320\270\0\20\0\0\0\377\363\351\277\6\0\0\0\0\20\0\0"..., 1024) = 160
umask(022) = 02
open("/proc/self/loginuid", O_RDONLY) = 4
read(4, "4294967295", 12) = 10
close(4) = 0
socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
connect(4, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(4) = 0
socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
connect(4, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(4) = 0
open("/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=513, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(4, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 513
read(4, "", 4096) = 0
close(4) = 0
munmap(0xb7724000, 4096) = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=132195, ...}) = 0
mmap2(NULL, 132195, PROT_READ, MAP_PRIVATE, 4, 0) = 0xb76d8000
close(4) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libnss_compat.so.2", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\r\0\0004\0\0\0"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=30520, ...}) = 0
mmap2(NULL, 33328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7e1000
mmap2(0x7e8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x6) = 0x7e8000
close(4) = 0
mprotect(0x7e8000, 4096, PROT_READ) = 0
munmap(0xb76d8000, 132195) = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=132195, ...}) = 0
mmap2(NULL, 132195, PROT_READ, MAP_PRIVATE, 4, 0) = 0xb76d8000
close(4) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libnss_nis.so.2", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\31\0\0004\0\0\0"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=42652, ...}) = 0
mmap2(NULL, 45628, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x9e9000
mmap2(0x9f3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x9) = 0x9f3000
close(4) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\32\0\0004\0\0\0"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=47040, ...}) = 0
mmap2(NULL, 50180, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xa54000
mmap2(0xa5f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xa) = 0xa5f000
close(4) = 0
mprotect(0xa5f000, 4096, PROT_READ) = 0
mprotect(0x9f3000, 4096, PROT_READ) = 0
munmap(0xb76d8000, 132195) = 0
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 4
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=2086, ...}) = 0
mmap2(NULL, 2086, PROT_READ, MAP_SHARED, 4, 0) = 0xb7724000
_llseek(4, 2086, [2086], SEEK_SET) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=2086, ...}) = 0
munmap(0xb7724000, 2086) = 0
close(4) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
fstat64(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0
readlink("/proc/self/fd/0", "/dev/pts/2", 511) = 10
stat64("/dev/pts/2", {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0
access("/var/run/utmpx", F_OK) = -1 ENOENT (No such file or directory)
open("/var/run/utmp", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 4
_llseek(4, 0, [0], SEEK_SET) = 0
alarm(0) = 0
rt_sigaction(SIGALRM, {0x4b2ee0, [], 0}, {SIG_DFL, [], 0}, 8) = 0
alarm(10) = 0
fcntl64(4, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
read(4, "\2\0\0\0\0\0\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384
read(4, "\1\0\0\0002\0\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384
read(4, "\6\0\0\0|\6\0\0tty2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384
read(4, "\6\0\0\0z\v\0\0tty1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384
read(4, "\7\0\0\0009\f\0\0tty7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384
read(4, "", 384) = 0
fcntl64(4, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0
alarm(0) = 10
rt_sigaction(SIGALRM, {SIG_DFL, [], 0}, NULL, 8) = 0
close(4) = 0
getuid32() = 1000
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 4
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=2086, ...}) = 0
mmap2(NULL, 2086, PROT_READ, MAP_SHARED, 4, 0) = 0xb7724000
_llseek(4, 2086, [2086], SEEK_SET) = 0
munmap(0xb7724000, 2086) = 0
close(4) = 0
getuid32() = 1000
geteuid32() = 1000
getegid32() = 1000
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 4
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=2086, ...}) = 0
mmap2(NULL, 2086, PROT_READ, MAP_SHARED, 4, 0) = 0xb7724000
_llseek(4, 2086, [2086], SEEK_SET) = 0
munmap(0xb7724000, 2086) = 0
close(4) = 0
open("/proc/self/loginuid", O_RDONLY) = 4
read(4, "4294967295", 12) = 10
close(4) = 0
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 4
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=2086, ...}) = 0
mmap2(NULL, 2086, PROT_READ, MAP_SHARED, 4, 0) = 0xb7724000
_llseek(4, 2086, [2086], SEEK_SET) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=2086, ...}) = 0
munmap(0xb7724000, 2086) = 0
close(4) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
fstat64(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0
readlink("/proc/self/fd/0", "/dev/pts/2", 511) = 10
stat64("/dev/pts/2", {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0
access("/var/run/utmpx", F_OK) = -1 ENOENT (No such file or directory)
open("/var/run/utmp", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 4
_llseek(4, 0, [0], SEEK_SET) = 0
alarm(0) = 0
rt_sigaction(SIGALRM, {0x4b2ee0, [], 0}, {SIG_DFL, [], 0}, 8) = 0
alarm(10) = 0
fcntl64(4, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
read(4, "\2\0\0\0\0\0\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384
read(4, "\1\0\0\0002\0\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384
read(4, "\6\0\0\0|\6\0\0tty2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384
read(4, "\6\0\0\0z\v\0\0tty1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384
read(4, "\7\0\0\0009\f\0\0tty7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384
read(4, "", 384) = 0
fcntl64(4, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0
alarm(0) = 10
rt_sigaction(SIGALRM, {SIG_DFL, [], 0}, NULL, 8) = 0
close(4) = 0
getuid32() = 1000
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 4
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=2086, ...}) = 0
mmap2(NULL, 2086, PROT_READ, MAP_SHARED, 4, 0) = 0xb7724000
_llseek(4, 2086, [2086], SEEK_SET) = 0
munmap(0xb7724000, 2086) = 0
close(4) = 0
stat64("/home/naughty/.tome", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
stat64("/home/naughty/.tome/2.3", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
stat64("/home/naughty/.tome/2.3/save", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC, 0) = 4
connect(4, {sa_family=AF_FILE, path=@"/tmp/.X11-unix/X0"}, 20) = 0
getpeername(4, {sa_family=AF_FILE, path=@"/tmp/.X11-unix/X0"}, [20]) = 0
uname({sys="Linux", node="ubuntu", ...}) = 0
access("/home/naughty/.Xauthority", R_OK) = 0
open("/home/naughty/.Xauthority", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0600, st_size=51, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(5, "\1\0\0\6ubuntu\0\0010\0\22MIT-MAGIC-COOKIE-"..., 4096) = 51
read(5, "", 4096) = 0
close(5) = 0
munmap(0xb7724000, 4096) = 0
getsockname(4, {sa_family=AF_FILE, NULL}, [2]) = 0
fcntl64(4, F_GETFL) = 0x2 (flags O_RDWR)
fcntl64(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"l\0\v\0\0\0\22\0\20\0\0\0", 12}, {"", 0}, {"MIT-MAGIC-COOKIE-1", 18}, {"\0\0", 2}, {"\257\227\237\215\203\26\0\330\342\216\257\n\316\304G>", 16}, {"", 0}], 6) = 48
recv(4, "\1\0\v\0\0\0\363\0", 8, 0) = 8
recv(4, "\30k\251\0\0\0\240\3\377\377\37\0\0\1\0\0\24\0\377\377\1\7\0\0 \10\377\0\0\0\0"..., 972, 0) = 972
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"b\0\5\0\f\0\0\0BIG-REQUESTS", 20}], 1) = 20
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\1\0\0\0\0\0\1\216\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\216\0\1\0", 4}], 1) = 4
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\2\0\0\0\0\0\377\377?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee0358, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\5\0\0\0\240\3\253\0\0\0\10\0\0\0\377\377\377\0\24\0\6\0\253\0\0\0\27\0\0\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\10\4\0J\1\0\0\37\0\0\0\0\0\0\0&\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 1352
recv(4, 0x8ee0358, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"b\0\5\0\t\0\240\3", 8}, {"XKEYBOARD", 9}, {"\0\0\0", 3}], 3) = 20
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\5\0\0\0\0\0\1\220a\232\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee0358, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee0358, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\220\0\2\0\1\0\0\0", 8}, {NULL, 0}, {"", 0}], 3) = 8
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\1\6\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee0358, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee0358, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"<\0\2\0\0\0\240\3+\0\1\0", 12}, {NULL, 0}, {"", 0}], 3) = 12
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2\10\0\0\0\0\0\5\0\340\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee0358, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee0358, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
shutdown(4, 2 /* send and receive */) = 0
close(4) = 0
open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(4, "MemTotal: 1017080 kB\nMemF"..., 1024) = 1024
close(4) = 0
munmap(0xb7724000, 4096) = 0
socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC, 0) = 4
connect(4, {sa_family=AF_FILE, path=@"/tmp/.X11-unix/X0"}, 20) = 0
getpeername(4, {sa_family=AF_FILE, path=@"/tmp/.X11-unix/X0"}, [20]) = 0
uname({sys="Linux", node="ubuntu", ...}) = 0
access("/home/naughty/.Xauthority", R_OK) = 0
open("/home/naughty/.Xauthority", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0600, st_size=51, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(5, "\1\0\0\6ubuntu\0\0010\0\22MIT-MAGIC-COOKIE-"..., 4096) = 51
read(5, "", 4096) = 0
close(5) = 0
munmap(0xb7724000, 4096) = 0
getsockname(4, {sa_family=AF_FILE, NULL}, [2]) = 0
fcntl64(4, F_GETFL) = 0x2 (flags O_RDWR)
fcntl64(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"l\0\v\0\0\0\22\0\20\0\0\0", 12}, {"", 0}, {"MIT-MAGIC-COOKIE-1", 18}, {"\0\0", 2}, {"\257\227\237\215\203\26\0\330\342\216\257\n\316\304G>", 16}, {"", 0}], 6) = 48
recv(4, "\1\0\v\0\0\0\363\0", 8, 0) = 8
recv(4, "\30k\251\0\0\0\240\3\377\377\37\0\0\1\0\0\24\0\377\377\1\7\0\0 \10\377\0\0\0\0"..., 972, 0) = 972
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"b\0\5\0\f\0\0\0BIG-REQUESTS", 20}], 1) = 20
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\1\0\0\0\0\0\1\216\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\216\0\1\0", 4}], 1) = 4
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\2\0\0\0\0\0\377\377?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\5\0\0\0\240\3\253\0\0\0\10\0\0\0\377\377\377\0\24\0\6\0\253\0\0\0\27\0\0\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\10\4\0J\1\0\0\37\0\0\0\0\0\0\0&\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 1352
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"b\0\5\0\t\0\240\3", 8}, {"XKEYBOARD", 9}, {"\0\0\0", 3}], 3) = 20
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\5\0\0\0\0\0\1\220a\232\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\220\0\2\0\1\0\0\0", 8}, {NULL, 0}, {"", 0}], 3) = 8
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\1\6\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\20\0\5\0\v\0\0\0Custom Init\0", 20}, {NULL, 0}, {"", 0}], 3) = 20
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\7\0\0\0\0\0\26\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\20\0\5\0\v\0\0\0Custom Data\0", 20}, {NULL, 0}, {"", 0}], 3) = 20
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\10\0\0\0\0\0\27\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=80906, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(5, "#\n#\tThis file contains alias nam"..., 4096) = 4096
read(5, "FR.ISO-8859-14\t\t\t\tbr_FR.ISO8859-"..., 4096) = 4096
read(5, "de_DE.iso885915\t\t\t\tde_DE.ISO8859"..., 4096) = 4096
read(5, "\t\t\t\t\teo_XX.ISO8859-3\neo_EO\t\t\t\t\t\t"..., 4096) = 4096
read(5, "FI.ISO8859-15\nfi.ISO8859-15\t\t\t\t\t"..., 4096) = 4096
read(5, "\t\t\the_IL.CP1255\nhe_IL.microsoft-"..., 4096) = 4096
read(5, "8859-13\nlt_LT\t\t\t\t\t\tlt_LT.ISO8859"..., 4096) = 4096
read(5, "US.ISO8859-15\nph\t\t\t\t\t\tph_PH.ISO8"..., 4096) = 4096
read(5, ".ISO8859-1\nsv.ISO8859-15\t\t\t\t\tsv_"..., 4096) = 4096
read(5, "\tzh_TW.big5\nZh_TW.big5\t\t\t\t\tzh_TW"..., 4096) = 4096
read(5, "\t\t\tar_BH.ISO8859-6\nar_BH.iso8859"..., 4096) = 4096
read(5, "a_ES.ISO8859-15\nca_ES.UTF-8@euro"..., 4096) = 4096
read(5, "l_GR:\t\t\t\t\t\tel_GR.ISO8859-7\nel_GR"..., 4096) = 4096
read(5, "_CR.iso88591:\t\t\t\t\tes_CR.ISO8859-"..., 4096) = 4096
read(5, "O.ISO8859-15\nfo_FO.ISO-8859-15:\t"..., 4096) = 4096
read(5, "8859-2\nhr_HR.ISO_8859-2:\t\t\t\thr_H"..., 4096) = 4096
read(5, "V.ISO8859-4\nlv_LV.ISO-8859-4:\t\t\t"..., 4096) = 4096
read(5, "pl_PL.ISO8859-2\npl_PL.utf8:\t\t\t\t\t"..., 4096) = 4096
read(5, "v_FI.ISO8859-1\nsv_FI.ISO-8859-1:"..., 4096) = 4096
read(5, "\nzh_TW.BIG5:\t\t\t\t\tzh_TW.big5\nZh_T"..., 4096) = 3082
read(5, "", 4096) = 0
close(5) = 0
munmap(0xb7724000, 4096) = 0
open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=39853, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(5, "#\n#\tThis file contains locale da"..., 4096) = 4096
read(5, "LE\t\t\tes_DO.ISO8859-1\niso8859-1/X"..., 4096) = 4096
read(5, " for it, and the GNU C Library\n#"..., 4096) = 4096
read(5, "ALE\t\t\tbr_FR.UTF-8\nen_US.UTF-8/XL"..., 4096) = 4096
read(5, "F-8/XLC_LOCALE\t\t\tml_IN.UTF-8\nen_"..., 4096) = 4096
close(5) = 0
munmap(0xb7724000, 4096) = 0
access("/usr/share/X11/locale/C/XLC_LOCALE", R_OK) = 0
open("/usr/share/X11/locale/C/XLC_LOCALE", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=650, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(5, "# XLocale Database Sample for C"..., 4096) = 650
read(5, "", 4096) = 0
close(5) = 0
munmap(0xb7724000, 4096) = 0
open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=80906, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(5, "#\n#\tThis file contains alias nam"..., 4096) = 4096
read(5, "FR.ISO-8859-14\t\t\t\tbr_FR.ISO8859-"..., 4096) = 4096
read(5, "de_DE.iso885915\t\t\t\tde_DE.ISO8859"..., 4096) = 4096
read(5, "\t\t\t\t\teo_XX.ISO8859-3\neo_EO\t\t\t\t\t\t"..., 4096) = 4096
read(5, "FI.ISO8859-15\nfi.ISO8859-15\t\t\t\t\t"..., 4096) = 4096
read(5, "\t\t\the_IL.CP1255\nhe_IL.microsoft-"..., 4096) = 4096
read(5, "8859-13\nlt_LT\t\t\t\t\t\tlt_LT.ISO8859"..., 4096) = 4096
read(5, "US.ISO8859-15\nph\t\t\t\t\t\tph_PH.ISO8"..., 4096) = 4096
read(5, ".ISO8859-1\nsv.ISO8859-15\t\t\t\t\tsv_"..., 4096) = 4096
read(5, "\tzh_TW.big5\nZh_TW.big5\t\t\t\t\tzh_TW"..., 4096) = 4096
read(5, "\t\t\tar_BH.ISO8859-6\nar_BH.iso8859"..., 4096) = 4096
read(5, "a_ES.ISO8859-15\nca_ES.UTF-8@euro"..., 4096) = 4096
read(5, "l_GR:\t\t\t\t\t\tel_GR.ISO8859-7\nel_GR"..., 4096) = 4096
read(5, "_CR.iso88591:\t\t\t\t\tes_CR.ISO8859-"..., 4096) = 4096
read(5, "O.ISO8859-15\nfo_FO.ISO-8859-15:\t"..., 4096) = 4096
read(5, "8859-2\nhr_HR.ISO_8859-2:\t\t\t\thr_H"..., 4096) = 4096
read(5, "V.ISO8859-4\nlv_LV.ISO-8859-4:\t\t\t"..., 4096) = 4096
read(5, "pl_PL.ISO8859-2\npl_PL.utf8:\t\t\t\t\t"..., 4096) = 4096
read(5, "v_FI.ISO8859-1\nsv_FI.ISO-8859-1:"..., 4096) = 4096
read(5, "\nzh_TW.BIG5:\t\t\t\t\tzh_TW.big5\nZh_T"..., 4096) = 3082
read(5, "", 4096) = 0
close(5) = 0
munmap(0xb7724000, 4096) = 0
open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=39853, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(5, "#\n#\tThis file contains locale da"..., 4096) = 4096
read(5, "LE\t\t\tes_DO.ISO8859-1\niso8859-1/X"..., 4096) = 4096
read(5, " for it, and the GNU C Library\n#"..., 4096) = 4096
read(5, "ALE\t\t\tbr_FR.UTF-8\nen_US.UTF-8/XL"..., 4096) = 4096
read(5, "F-8/XLC_LOCALE\t\t\tml_IN.UTF-8\nen_"..., 4096) = 4096
close(5) = 0
munmap(0xb7724000, 4096) = 0
access("/usr/share/X11/locale/C/XLC_LOCALE", R_OK) = 0
open("/usr/share/X11/locale/C/XLC_LOCALE", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=650, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(5, "# XLocale Database Sample for C"..., 4096) = 650
read(5, "", 4096) = 0
close(5) = 0
munmap(0xb7724000, 4096) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\20\1\6\0\20\0\0\0SCREEN_RESOURCES", 24}, {NULL, 0}, {"", 0}], 3) = 24
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\t\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
uname({sys="Linux", node="ubuntu", ...}) = 0
open("/home/naughty/.Xdefaults-ubuntu", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/home/naughty/de_DE.UTF-8/Angband-color", R_OK) = -1 ENOENT (No such file or directory)
access("/home/naughty/de/Angband-color", R_OK) = -1 ENOENT (No such file or directory)
access("/home/naughty/Angband-color", R_OK) = -1 ENOENT (No such file or directory)
access("/home/naughty/de_DE.UTF-8/Angband", R_OK) = -1 ENOENT (No such file or directory)
access("/home/naughty/de/Angband", R_OK) = -1 ENOENT (No such file or directory)
access("/home/naughty/Angband", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/X11/de_DE.UTF-8/app-defaults/Angband", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/X11/de/app-defaults/Angband", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/X11/app-defaults/Angband", R_OK) = -1 ENOENT (No such file or directory)
access("/etc/X11/de_DE.UTF-8/app-defaults/Angband-color", R_OK) = -1 ENOENT (No such file or directory)
access("/etc/X11/de/app-defaults/Angband-color", R_OK) = -1 ENOENT (No such file or directory)
access("/etc/X11/app-defaults/Angband-color", R_OK) = -1 ENOENT (No such file or directory)
access("/etc/X11/de_DE.UTF-8/app-defaults/Angband", R_OK) = -1 ENOENT (No such file or directory)
access("/etc/X11/de/app-defaults/Angband", R_OK) = -1 ENOENT (No such file or directory)
access("/etc/X11/app-defaults/Angband", R_OK) = -1 ENOENT (No such file or directory)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0_R", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\356\n\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\377\0\377\0\377_R", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31\v\0\0\0\0\0\377\377\377\377\377\377\r!\377\377\377\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"b\1\6\0\17\0\0\0", 8}, {"XFree86-Bigfont", 15}, {"\0", 1}], 3) = 24
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\f\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"-\1\4\0\1\0\240\3\4\0\0\3779x15/S\2\0\1\0\240\3", 24}, {NULL, 0}, {"", 0}], 3) = 24
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\16\0005\3\0\0\0\0\0\0\t\0\376\377\365\377\0\0\0\0\0\0\4\0\t\0\t\0\f\0"..., 4096, 0) = 3316
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\00015", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\25\17\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\7\0\2\0\240\3\253\0\0\0\10@\1\0\0\0\0\0\1\0\240\3\0\0\0\0T\0\4\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1u\21\0\0\0\0\0\377\377\377\377\377\377\r!\377\377\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\3\0\240\3\253\0\0\0\f@\1\0\377\377\377\0\0\0\0\0\1\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\360\23\0\0\0\0\0\200\200\200\200\200\200\r!\200\200\200\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\4\0\240\3\253\0\0\0\f@\1\0\200\200\200\0\0\0\0\0\1\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\36\25\0\0\0\0\0\377\377\200\200\0\0\r!\0\200\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\5\0\240\3\253\0\0\0\f@\1\0\0\200\377\0\0\0\0\0\1\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\201\27\0\0\0\0\0\300\300\0\0\0\0\r!\0\0\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\6\0\240\3\253\0\0\0\f@\1\0\0\0\300\0\0\0\0\0\1\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1n\31\0\0\0\0\0\0\0\200\200@@\r!@\200\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\7\0\240\3\253\0\0\0\f@\1\0@\200\0\0\0\0\0\0\1\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1t\33\0\0\0\0\0\0\0\0\0\377\377\r!\377\0\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\10\0\240\3\253\0\0\0\f@\1\0\377\0\0\0\0\0\0\0\1\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1}\35\0\0\0\0\0\200\200@@\0\0\r!\0@\200\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\t\0\240\3\253\0\0\0\f@\1\0\0@\200\0\0\0\0\0\1\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\363\37\0\0\0\0\0@@@@@@\r!@@@\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\n\0\240\3\253\0\0\0\f@\1\0@@@\0\0\0\0\0\1\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\35!\0\0\0\0\0\300\300\300\300\300\300\r!\300\300\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\v\0\240\3\253\0\0\0\f@\1\0\300\300\300\0\0\0\0\0\1\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\235#\0\0\0\0\0\377\377\0\0\377\377\r!\377\0\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\f\0\240\3\253\0\0\0\f@\1\0\377\0\377\0\0\0\0\0\1\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\222%\0\0\0\0\0\377\377\377\377\0\0\r!\0\377\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\r\0\240\3\253\0\0\0\f@\1\0\0\377\377\0\0\0\0\0\1\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\t'\0\0\0\0\0\377\377\0\0\0\0\r!\0\0\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\16\0\240\3\253\0\0\0\f@\1\0\0\0\377\0\0\0\0\0\1\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1])\0\0\0\0\0\0\0\377\377\0\0\r!\0\377\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\17\0\240\3\253\0\0\0\f@\1\0\0\377\0\0\0\0\0\0\1\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\21+\0\0\0\0\0\0\0\377\377\377\377\r!\377\377\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\20\0\240\3\253\0\0\0\f@\1\0\377\377\0\0\0\0\0\0\1\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1R-\0\0\0\0\0\300\300\200\200@@\r!@\200\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\21\0\240\3\253\0\0\0\f@\1\0@\200\300\0\0\0\0\0\1\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1-/\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1>0\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1G1\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3452\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0233\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2404\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1@5\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0346\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3117\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1c8\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1V9\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\365:\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1y;\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\353<\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\17=\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\267>\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\t?\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1L@\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1rA\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\340B\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\376C\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\240D\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1SE\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1'F\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:G\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\336H\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212I\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\236J\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1KK\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314L\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\316M\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\34N\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1kO\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\241P\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1YQ\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\nR\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31S\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\241T\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1CU\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1eV\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\366W\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\373X\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\214Y\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0011Z\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\335[\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1j\\\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\\]\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\307^\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1>_\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\6`\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<a\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1[b\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\265c\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1fd\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\344e\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212f\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1?g\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\207h\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\342i\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\323j\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\373k\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\356l\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1{m\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\202n\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1so\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Ep\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\nq\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\317r\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0016s\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\24t\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\272u\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\221v\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&w\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\315x\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\217y\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\267z\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\263{\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1r|\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1_}\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\326~\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1a\177\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\204\200\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\347\201\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\35\202\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1K\203\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\30\204\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\256\205\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<\206\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\7\207\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\261\210\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1A\211\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\246\212\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\316\213\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\333\214\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Q\215\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\363\216\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\303\217\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31\220\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1c\221\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1{\222\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234\223\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\266\224\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1U\225\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\361\226\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\335\227\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\\\230\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\322\231\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\236\232\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0010\233\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\204\234\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\331\235\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1t\236\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\n\237\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\23\240\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\251\241\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1+\242\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1?\243\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\217\244\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\341\245\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\340\246\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212\247\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\17\250\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\226\251\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Z\252\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\21\253\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\255\254\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1F\255\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\365\256\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\235\257\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1d\260\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\360\261\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1^\262\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1z\263\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\207\264\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\246\265\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\337\266\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\363\267\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\307\270\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\206\271\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\201\272\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\360\273\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0015\274\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\\\275\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1`\276\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\23\277\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1@\300\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\321\301\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\211\302\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314\303\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250\304\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\335\305\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1P\306\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\316\307\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1~\310\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\10\311\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1F\312\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\241\313\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\363\314\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0012\315\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\275\316\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\4\317\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\315\320\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\236\321\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\241\322\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1)\323\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\341\324\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1L\325\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\263\326\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1N\327\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\34\330\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\276\331\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\246\332\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234\333\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1P\334\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1[\335\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\244\336\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\317\337\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\313\340\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1y\341\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\230\342\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1;\343\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\274\344\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\354\345\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\200\346\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\367\347\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\272\350\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\337\351\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1N\352\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\261\353\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\207\354\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\374\355\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1f\356\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\22\357\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\227\360\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1U\361\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\313\362\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\334\363\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1a\364\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\335\365\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\355\366\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\265\367\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\306\370\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\301\371\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1D\372\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\271\373\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\221\374\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\316\375\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\374\376\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1y\377\0\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1%\0\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\313\1\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1B\2\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1/\3\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\237\4\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1=\5\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\377\6\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\36\7\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1m\10\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\30\t\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\267\n\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1W\v\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1H\f\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1w\r\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\5\16\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\221\17\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1*\20\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\374\21\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\240\22\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\220\23\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\332\24\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\312\25\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1u\26\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\320\27\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\347\30\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019\31\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&\32\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\303\33\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:\34\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\303\35\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\370\36\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
uname({sys="Linux", node="ubuntu", ...}) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\22\0\240\3\253\0\0\0\r\0\1\0\6\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0"..., 392}, {NULL, 0}, {"", 0}], 3) = 392
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0!\1\23\0\240\3'\0\0\0\274M\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 224
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
brk(0x8f1f000) = 0x8f1f000
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\22\0\7\0\23\0\240\3I\1\0\0\37\0\0\0\10\0\0\0\1\0\0\0C\0\0\0\1\30\f\0"..., 124}, {NULL, 0}, {"", 0}], 3) = 124
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0(\1\23\0\240\3I\1\0\0\276M\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 96
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\377\0\377\0\377\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0-\1\23\0\240\3X\1\0\0\302M\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0-\1\23\0\240\3\23\0\240\3\330\35`\3\0\0\0\0\324\2l\1\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0-\1\23\0\240\3\23\0\240\3\300\t\341\0\1\0\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\226\0-\1\23\0\240\3\23\0\240\3\261\t\341\0+\1\353\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\23\0-\1\23\0\240\3\23\0\240\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 96
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0-\1\23\0\240\3w\1\0\0\320M\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 192
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1t.\1\0\0\0\0\377\377\377\377\377\377\r!\377\377\377\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"-\0\4\0\25\0\240\3\4\0\0\3779x15/\0\2\0\25\0\240\3", 24}, {NULL, 0}, {"", 0}], 3) = 24
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0000\0015\3\0\0\0\0\0\0\t\0\376\377\365\377\0\0\0\0\0\0\4\0\t\0\t\0\f\0"..., 4096, 0) = 3316
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\00015", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3711\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\7\0\26\0\240\3\253\0\0\0\10@\1\0\0\0\0\0\25\0\240\3\0\0\0\0T\30\4\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2553\1\0\0\0\0\377\377\377\377\377\377\r!\377\377\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0\27\0\240\3\253\0\0\0\f@\1\0\377\377\377\0\0\0\0\0\25\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2525\1\0\0\0\0\200\200\200\200\200\200\r!\200\200\200\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0\30\0\240\3\253\0\0\0\f@\1\0\200\200\200\0\0\0\0\0\25\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1%7\1\0\0\0\0\377\377\200\200\0\0\r!\0\200\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0\31\0\240\3\253\0\0\0\f@\1\0\0\200\377\0\0\0\0\0\25\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2229\1\0\0\0\0\300\300\0\0\0\0\r!\0\0\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0\32\0\240\3\253\0\0\0\f@\1\0\0\0\300\0\0\0\0\0\25\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1t;\1\0\0\0\0\0\0\200\200@@\r!@\200\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0\33\0\240\3\253\0\0\0\f@\1\0@\200\0\0\0\0\0\0\25\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1n=\1\0\0\0\0\0\0\0\0\377\377\r!\377\0\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0=\1\23\0\240\3\246\1\0\0\370M\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0\34\0\240\3\253\0\0\0\f@\1\0\377\0\0\0\0\0\0\0\25\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\233?\1\0\0\0\0\200\200@@\0\0\r!\0@\200\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0\35\0\240\3\253\0\0\0\f@\1\0\0@\200\0\0\0\0\0\25\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\347A\1\0\0\0\0@@@@@@\r!@@@\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0\36\0\240\3\253\0\0\0\f@\1\0@@@\0\0\0\0\0\25\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\204C\1\0\0\0\0\300\300\300\300\300\300\r!\300\300\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0\37\0\240\3\253\0\0\0\f@\1\0\300\300\300\0\0\0\0\0\25\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\273E\1\0\0\0\0\377\377\0\0\377\377\r!\377\0\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0 \0\240\3\253\0\0\0\f@\1\0\377\0\377\0\0\0\0\0\25\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\vG\1\0\0\0\0\377\377\377\377\0\0\r!\0\377\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0!\0\240\3\253\0\0\0\f@\1\0\0\377\377\0\0\0\0\0\25\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\354I\1\0\0\0\0\377\377\0\0\0\0\r!\0\0\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0\"\0\240\3\253\0\0\0\f@\1\0\0\0\377\0\0\0\0\0\25\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\263K\1\0\0\0\0\0\0\377\377\0\0\r!\0\377\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0#\0\240\3\253\0\0\0\f@\1\0\0\377\0\0\0\0\0\0\25\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\327M\1\0\0\0\0\0\0\377\377\377\377\r!\377\377\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0$\0\240\3\253\0\0\0\f@\1\0\377\377\0\0\0\0\0\0\25\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1IO\1\0\0\0\0\300\300\200\200@@\r!@\200\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0%\0\240\3\253\0\0\0\f@\1\0@\200\300\0\0\0\0\0\25\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\376Q\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\253R\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0012S\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\5T\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\303U\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1YV\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0W\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1DX\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&Y\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1?Z\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1F[\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\303\\\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\220]\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0^\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1i_\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314`\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1ra\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\255b\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\243c\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212d\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\251e\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0013f\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1[g\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Lh\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\350i\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\312j\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0013k\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Dl\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Rm\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\4n\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\7o\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\347p\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\213q\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250r\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\206s\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\244t\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\211u\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\365v\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<w\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\301x\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\253y\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1nz\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\240{\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242|\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1L}\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1K~\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<\177\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1s\200\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\247\201\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1T\202\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\1\203\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\207\204\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\210\205\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\207\206\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1q\207\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\366\210\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\232\211\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\277\212\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\205\213\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\227\214\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1 \215\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\230\216\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\204\217\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242\220\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1U\221\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\203\222\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0014\223\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1A\224\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\30\225\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\276\226\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\233\227\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1W\230\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1o\231\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\10\232\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314\233\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1e\234\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\241\235\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\263\236\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1b\237\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\177\240\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1y\241\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1@\242\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\360\243\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0015\244\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\351\245\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\377\246\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1,\247\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\336\250\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0012\251\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1z\252\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1t\253\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3\254\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\323\255\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\227\256\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1.\257\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\366\260\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1g\261\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\302\262\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1P\263\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1'\264\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\267\265\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1>\266\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\213\267\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1V\270\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\25\271\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\274\272\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\327\273\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0015\274\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1k\275\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\5\276\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\340\277\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\312\300\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\331\301\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\205\302\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\237\303\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1$\304\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\223\305\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\337\306\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\375\307\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\227\310\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\235\311\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\304\312\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\221\313\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\251\314\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\243\315\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\224\316\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1F\317\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\27\320\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\362\321\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\265\322\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1=\323\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1M\324\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1D\325\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\252\326\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1f\327\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3\330\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1c\331\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\6\332\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:\333\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\267\334\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1-\335\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\7\336\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0014\337\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\354\340\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:\341\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\356\342\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\332\343\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212\344\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1b\345\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\374\346\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1t\347\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\344\350\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1I\351\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1c\352\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\262\353\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\257\354\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314\355\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\244\356\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\204\357\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\265\360\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\301\361\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\4\362\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\20\363\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234\364\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\232\365\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\"\366\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:\367\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1l\370\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\261\371\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1M\372\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1C\373\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\273\374\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\317\375\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\277\376\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\301\377\1\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1o\0\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\210\1\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\23\2\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\327\3\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\324\4\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\253\5\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1F\6\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1I\7\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\220\10\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\246\t\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\326\n\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31\v\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\321\f\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1-\r\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\311\16\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1r\17\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\27\20\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1o\21\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1X\22\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\5\23\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\327\24\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\241\25\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1)\26\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1c\27\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1H\30\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\17\31\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1t\32\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1`\33\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\244\34\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\n\35\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1r\36\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\304\37\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1( \2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\34!\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0010\"\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1h#\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\f$\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\217%\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1b&\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\1'\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\263(\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1n)\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\214*\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0018+\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\247,\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\230-\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\336.\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&/\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2120\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2761\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1d2\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3203\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1f4\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3625\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2736\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1!7\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2458\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2579\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234:\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\317;\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\4<\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\254=\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1=>\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\366?\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1;@\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
uname({sys="Linux", node="ubuntu", ...}) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\1\30\r\0&\0\240\3\253\0\0\0\0\0\0\0\324\2l\1\1\0\1\0\0\0\0\0\32(\0\0"..., 468}, {NULL, 0}, {"", 0}], 3) = 468
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0B\2&\0\240\3'\0\0\0?O\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 288
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\377\0\377\0\377\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0M\2&\0\240\3X\1\0\0CO\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0M\2&\0\240\3&\0\240\3\330\35`\3\0\0\0\0\324\2l\1\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0M\2&\0\240\3&\0\240\3\34\n\341\0\1\0\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\226\0M\2&\0\240\3&\0\240\3\r\n\341\0\1\0\353\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\23\0M\2&\0\240\3&\0\240\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 96
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0M\2&\0\240\3w\1\0\0RO\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 192
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\376N\2\0\0\0\0\377\377\377\377\377\377\r!\377\377\377\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"-\30\4\0(\0\240\3\4\0\0\3779x15/\2\2\0(\0\240\3", 24}, {NULL, 0}, {"", 0}], 3) = 24
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0P\0025\3\0\0\0\0\0\0\t\0\376\377\365\377\0\0\0\0\0\0\4\0\t\0\t\0\f\0"..., 4096, 0) = 3316
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\00015", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\5Q\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\7\0)\0\240\3\253\0\0\0\10@\1\0\0\0\0\0(\0\240\3\0\0\0\0T(\4\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1`S\2\0\0\0\0\377\377\377\377\377\377\r!\377\377\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0*\0\240\3\253\0\0\0\f@\1\0\377\377\377\0\0\0\0\0(\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\36U\2\0\0\0\0\200\200\200\200\200\200\r!\200\200\200\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0+\0\240\3\253\0\0\0\f@\1\0\200\200\200\0\0\0\0\0(\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\324W\2\0\0\0\0\377\377\200\200\0\0\r!\0\200\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0,\0\240\3\253\0\0\0\f@\1\0\0\200\377\0\0\0\0\0(\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\261Y\2\0\0\0\0\300\300\0\0\0\0\r!\0\0\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0-\0\240\3\253\0\0\0\f@\1\0\0\0\300\0\0\0\0\0(\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\252[\2\0\0\0\0\0\0\200\200@@\r!@\200\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0.\0\240\3\253\0\0\0\f@\1\0@\200\0\0\0\0\0\0(\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\375]\2\0\0\0\0\0\0\0\0\377\377\r!\377\0\0\0000\0\0\0\4\0\0\0\340k\r!"..., 4096, 0) = 64
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0/\0\240\3\253\0\0\0\f@\1\0\377\0\0\0\0\0\0\0(\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0017_\2\0\0\0\0\200\200@@\0\0\r!\0@\200\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0000\0\240\3\253\0\0\0\f@\1\0\0@\200\0\0\0\0\0(\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\221a\2\0\0\0\0@@@@@@\r!@@@\0000\0\0\0\4\0\0\0\340k\r!"..., 4096, 0) = 64
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0001\0\240\3\253\0\0\0\f@\1\0@@@\0\0\0\0\0(\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\\c\2\0\0\0\0\300\300\300\300\300\300\r!\300\300\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0002\0\240\3\253\0\0\0\f@\1\0\300\300\300\0\0\0\0\0(\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\241e\2\0\0\0\0\377\377\0\0\377\377\r!\377\0\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0003\0\240\3\253\0\0\0\f@\1\0\377\0\377\0\0\0\0\0(\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\236g\2\0\0\0\0\377\377\377\377\0\0\r!\0\377\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0004\0\240\3\253\0\0\0\f@\1\0\0\377\377\0\0\0\0\0(\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3i\2\0\0\0\0\377\377\0\0\0\0\r!\0\0\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0005\0\240\3\253\0\0\0\f@\1\0\0\0\377\0\0\0\0\0(\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\255k\2\0\0\0\0\0\0\377\377\0\0\r!\0\377\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0006\0\240\3\253\0\0\0\f@\1\0\0\377\0\0\0\0\0\0(\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\20m\2\0\0\0\0\0\0\377\377\377\377\r!\377\377\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0007\0\240\3\253\0\0\0\f@\1\0\377\377\0\0\0\0\0\0(\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\224o\2\0\0\0\0\300\300\200\200@@\r!@\200\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0008\0\240\3\253\0\0\0\f@\1\0@\200\300\0\0\0\0\0(\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\254q\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Mr\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\333s\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\326t\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\344u\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\30v\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\10w\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1$x\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\317y\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Cz\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1`{\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\360|\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1A}\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\376~\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\253\177\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1]\200\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1@\201\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1S\202\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1,\203\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\317\204\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234\205\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1`\206\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1f\207\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1n\210\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1w\211\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1#\212\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1S\213\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\373\214\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\217\215\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\"\216\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\226\217\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\344\220\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\370\221\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1H\222\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\267\223\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\360\224\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\356\225\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1*\226\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0011\227\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1'\230\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1)\231\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1v\232\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\331\233\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\232\234\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1/\235\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\227\236\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\372\237\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0010\240\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1v\241\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1'\242\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\313\243\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\345\244\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\217\245\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\"\246\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1z\247\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\250\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\222\251\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\347\252\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\331\253\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1|\254\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\v\255\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\354\256\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1A\257\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1}\260\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1[\261\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1_\262\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\7\263\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\273\264\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1a\265\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\245\266\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0017\267\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1c\270\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\345\271\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\233\272\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1W\273\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\202\274\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019\275\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Q\276\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\277\277\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1l\300\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\350\301\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\t\302\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1#\303\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\225\304\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1A\305\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\335\306\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\33\307\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1L\310\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\6\311\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1G\312\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\315\313\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0011\314\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\315\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1V\316\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1N\317\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\241\320\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\263\321\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1e\322\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\356\323\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\372\324\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\237\325\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1(\326\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019\327\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\5\330\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\"\331\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\354\332\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\260\333\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\253\334\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1$\335\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\265\336\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1H\337\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1p\340\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314\341\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\252\342\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1V\343\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\37\344\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\261\345\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1#\346\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\215\347\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<\350\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\5\351\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\215\352\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\320\353\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\272\354\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31\355\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\375\356\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\356\357\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\n\360\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1n\361\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\350\362\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1z\363\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0011\364\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\260\365\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\33\366\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\367\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1O\370\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1K\371\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1A\372\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&\373\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\302\374\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\327\375\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1_\376\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\367\377\2\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\331\0\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\346\1\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\245\2\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1K\3\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\353\4\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\203\5\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1g\6\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1y\7\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2\10\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\t\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\26\n\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\20\v\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\246\f\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\346\r\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1}\16\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\32\17\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\345\20\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1f\21\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\366\22\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\4\23\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\177\24\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Y\25\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1=\26\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1j\27\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1~\30\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\306\31\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\372\32\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\337\33\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1c\34\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\27\35\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\247\36\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&\37\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\372 \3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1I!\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\232\"\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\332#\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\373$\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\372%\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1W&\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\252'\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\275(\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\27)\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1/*\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\220+\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\310,\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\222-\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\231.\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\332/\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1e0\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1f1\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1h2\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2033\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:4\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2015\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1p6\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1t7\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1B8\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1j9\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\10:\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\337;\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\302<\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0017=\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\320>\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1~?\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\t@\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\213A\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1PB\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\331C\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\177D\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1mE\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\246F\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1XG\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\334H\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1'I\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1UJ\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\261K\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\32L\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\367M\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\373N\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\205O\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1wP\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1VQ\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\210R\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\35S\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0018T\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\300U\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\331V\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\304W\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\226X\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1!Y\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\5Z\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\335[\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\267\\\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\333]\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\232^\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\244_\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\354`\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
uname({sys="Linux", node="ubuntu", ...}) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\1\30\r\0009\0\240\3\253\0\0\0\0\0\0\0\324\2l\1\1\0\1\0\0\0\0\0\32(\0\0"..., 468}, {NULL, 0}, {"", 0}], 3) = 468
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0b\0039\0\240\3'\0\0\0\267P\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 288
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\377\0\377\0\377\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0m\0039\0\240\3X\1\0\0\274P\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0m\0039\0\240\0039\0\240\3\330\35`\3\0\0\0\0\324\2l\1\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0m\0039\0\240\0039\0\240\3x\n\341\0\1\0\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\226\0m\0039\0\240\0039\0\240\3i\n\341\0+\1\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\23\0m\0039\0\240\0039\0\240\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0m\0039\0\240\3w\1\0\0\313P\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 192
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Un\3\0\0\0\0\377\377\377\377\377\377\r!\377\377\377\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"-\30\4\0;\0\240\3\4\0\0\3779x15/\2\2\0;\0\240\3", 24}, {NULL, 0}, {"", 0}], 3) = 24
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0p\0035\3\0\0\0\0\0\0\t\0\376\377\365\377\0\0\0\0\0\0\4\0\t\0\t\0\f\0"..., 4096, 0) = 3316
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\00015", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\310q\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\7\0<\0\240\3\253\0\0\0\10@\1\0\0\0\0\0;\0\240\3\0\0\0\0T(\4\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\240s\3\0\0\0\0\377\377\377\377\377\377\r!\377\377\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0=\0\240\3\253\0\0\0\f@\1\0\377\377\377\0\0\0\0\0;\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\346u\3\0\0\0\0\200\200\200\200\200\200\r!\200\200\200\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0>\0\240\3\253\0\0\0\f@\1\0\200\200\200\0\0\0\0\0;\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\225w\3\0\0\0\0\377\377\200\200\0\0\r!\0\200\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0?\0\240\3\253\0\0\0\f@\1\0\0\200\377\0\0\0\0\0;\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0w\0039\0\240\3\246\1\0\0\355P\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0w\3\23\0\240\3\246\1\0\0\357P\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\260y\3\0\0\0\0\300\300\0\0\0\0\r!\0\0\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0@\0\240\3\253\0\0\0\f@\1\0\0\0\300\0\0\0\0\0;\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1T{\3\0\0\0\0\0\0\200\200@@\r!@\200\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0A\0\240\3\253\0\0\0\f@\1\0@\200\0\0\0\0\0\0;\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0015}\3\0\0\0\0\0\0\0\0\377\377\r!\377\0\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0B\0\240\3\253\0\0\0\f@\1\0\377\0\0\0\0\0\0\0;\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1~\177\3\0\0\0\0\200\200@@\0\0\r!\0@\200\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0C\0\240\3\253\0\0\0\f@\1\0\0@\200\0\0\0\0\0;\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\203\201\3\0\0\0\0@@@@@@\r!@@@\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0D\0\240\3\253\0\0\0\f@\1\0@@@\0\0\0\0\0;\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1S\203\3\0\0\0\0\300\300\300\300\300\300\r!\300\300\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0E\0\240\3\253\0\0\0\f@\1\0\300\300\300\0\0\0\0\0;\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1'\205\3\0\0\0\0\377\377\0\0\377\377\r!\377\0\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0F\0\240\3\253\0\0\0\f@\1\0\377\0\377\0\0\0\0\0;\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\367\207\3\0\0\0\0\377\377\377\377\0\0\r!\0\377\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0G\0\240\3\253\0\0\0\f@\1\0\0\377\377\0\0\0\0\0;\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314\211\3\0\0\0\0\377\377\0\0\0\0\r!\0\0\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0H\0\240\3\253\0\0\0\f@\1\0\0\0\377\0\0\0\0\0;\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\207\213\3\0\0\0\0\0\0\377\377\0\0\r!\0\377\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0I\0\240\3\253\0\0\0\f@\1\0\0\377\0\0\0\0\0\0;\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1@\215\3\0\0\0\0\0\0\377\377\377\377\r!\377\377\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0J\0\240\3\253\0\0\0\f@\1\0\377\377\0\0\0\0\0\0;\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1F\217\3\0\0\0\0\300\300\200\200@@\r!@\200\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0K\0\240\3\253\0\0\0\f@\1\0@\200\300\0\0\0\0\0;\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1z\221\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0014\222\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\317\223\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\341\224\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1E\225\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\345\226\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1K\227\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1w\230\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1{\231\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1_\232\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\253\233\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3\234\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\243\235\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\270\236\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Y\237\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1n\240\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\241\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\17\242\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\26\243\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\213\244\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1{\245\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1s\246\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1?\247\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\357\250\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\217\251\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1O\252\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\230\253\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\306\254\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\240\255\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0011\256\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Q\257\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1,\260\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\222\261\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\252\262\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\236\263\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\257\264\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\\\265\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\370\266\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\216\267\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\303\270\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\202\271\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\216\272\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1/\273\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\251\274\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\245\275\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0016\276\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\262\277\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1M\300\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212\301\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\222\302\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\353\303\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\"\304\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1g\305\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1>\306\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\244\307\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1D\310\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\343\311\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\343\312\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\316\313\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\244\314\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\347\315\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1X\316\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1^\317\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\35\320\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\7\321\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0016\322\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1u\323\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3\324\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242\325\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\361\326\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1L\327\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1,\330\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\f\331\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\370\332\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\341\333\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\f\334\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\233\335\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250\336\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\352\337\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\203\340\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\24\341\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\27\342\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234\343\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1}\344\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1A\345\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\226\346\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1q\347\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1O\350\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1}\351\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234\352\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1=\353\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1.\354\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\202\355\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\257\356\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\363\357\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1{\360\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1~\361\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0014\362\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1%\363\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\372\364\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0017\365\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\377\366\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1l\367\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\v\370\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1*\371\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1~\372\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<\373\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1~\374\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0018\375\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\350\376\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1P\377\3\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1H\0\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\204\1\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1L\2\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1;\3\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\20\4\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1J\5\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\344\6\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\v\7\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1%\10\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\356\t\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\207\n\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1;\v\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\376\f\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\256\r\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\316\16\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\357\17\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1+\20\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\305\21\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1B\22\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1n\23\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\203\24\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1_\25\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\312\26\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1y\27\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\20\30\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\37\31\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\302\32\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1K\33\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\204\34\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0016\35\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\23\36\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1[\37\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\206 \4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\f!\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1G\"\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1R#\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3$\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1B%\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1D&\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Z'\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0015(\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\220)\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1v*\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0+\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1O,\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\264-\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\16.\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\267/\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1C0\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2261\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2312\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1J3\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0054\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3765\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3376\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\f7\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3268\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\00149\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\243:\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<;\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\37<\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\246=\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\27>\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&?\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\20@\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\316A\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1LB\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1?C\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\240D\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1}E\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1sF\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\221G\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1>H\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\340I\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\271J\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\235K\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1JL\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\274M\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\320N\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\17O\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1^P\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\6Q\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\224R\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1sS\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\22T\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\241U\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234V\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1*W\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1{X\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\310Y\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\237Z\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019[\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\232\\\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\366]\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1X^\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212_\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\17`\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Da\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1.b\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1yc\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1ud\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1oe\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1wf\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\340g\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1@h\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314i\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\246j\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Ik\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\326l\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212m\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1(n\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1uo\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2p\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\210q\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0011r\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Bs\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\267t\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Bu\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\35v\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\22w\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\312x\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1 y\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\225z\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\36{\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\252|\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\225}\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\305~\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1o\177\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1j\200\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
uname({sys="Linux", node="ubuntu", ...}) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\1\30\r\0L\0\240\3\253\0\0\0\0\0\0\0\324\2l\1\1\0\1\0\0\0\0\0\32(\0\0"..., 468}, {NULL, 0}, {"", 0}], 3) = 468
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\202\4L\0\240\3'\0\0\0006R\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 288
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\377\0\377\0\377\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\215\4L\0\240\3X\1\0\0;R\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0\215\4L\0\240\3L\0\240\3\330\35`\3\0\0\0\0\324\2l\1\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0\215\4L\0\240\3L\0\240\3\324\n\341\0\1\0\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\226\0\215\4L\0\240\3L\0\240\3\305\n\341\0\1\0\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\23\0\215\4L\0\240\3L\0\240\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\215\4L\0\240\3w\1\0\0JR\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 192
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0013\216\4\0\0\0\0\377\377\377\377\377\377\r!\377\377\377\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"-\30\4\0N\0\240\3\4\0\0\3779x15/\2\2\0N\0\240\3", 24}, {NULL, 0}, {"", 0}], 3) = 24
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\220\0045\3\0\0\0\0\0\0\t\0\376\377\365\377\0\0\0\0\0\0\4\0\t\0\t\0\f\0"..., 4096, 0) = 3316
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\00015", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\373\221\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\7\0O\0\240\3\253\0\0\0\10@\1\0\0\0\0\0N\0\240\3\0\0\0\0T(\4\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1l\223\4\0\0\0\0\377\377\377\377\377\377\r!\377\377\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0P\0\240\3\253\0\0\0\f@\1\0\377\377\377\0\0\0\0\0N\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\224\225\4\0\0\0\0\200\200\200\200\200\200\r!\200\200\200\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0Q\0\240\3\253\0\0\0\f@\1\0\200\200\200\0\0\0\0\0N\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\237\227\4\0\0\0\0\377\377\200\200\0\0\r!\0\200\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0R\0\240\3\253\0\0\0\f@\1\0\0\200\377\0\0\0\0\0N\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\227\4L\0\240\3\246\1\0\0oR\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\227\4\23\0\240\3\246\1\0\0rR\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1]\231\4\0\0\0\0\300\300\0\0\0\0\r!\0\0\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0S\0\240\3\253\0\0\0\f@\1\0\0\0\300\0\0\0\0\0N\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\210\233\4\0\0\0\0\0\0\200\200@@\r!@\200\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0T\0\240\3\253\0\0\0\f@\1\0@\200\0\0\0\0\0\0N\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\17\235\4\0\0\0\0\0\0\0\0\377\377\r!\377\0\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0U\0\240\3\253\0\0\0\f@\1\0\377\0\0\0\0\0\0\0N\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1s\237\4\0\0\0\0\200\200@@\0\0\r!\0@\200\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0V\0\240\3\253\0\0\0\f@\1\0\0@\200\0\0\0\0\0N\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\343\241\4\0\0\0\0@@@@@@\r!@@@\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0W\0\240\3\253\0\0\0\f@\1\0@@@\0\0\0\0\0N\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0017\243\4\0\0\0\0\300\300\300\300\300\300\r!\300\300\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0X\0\240\3\253\0\0\0\f@\1\0\300\300\300\0\0\0\0\0N\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\315\245\4\0\0\0\0\377\377\0\0\377\377\r!\377\0\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0Y\0\240\3\253\0\0\0\f@\1\0\377\0\377\0\0\0\0\0N\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31\247\4\0\0\0\0\377\377\377\377\0\0\r!\0\377\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0Z\0\240\3\253\0\0\0\f@\1\0\0\377\377\0\0\0\0\0N\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\351\251\4\0\0\0\0\377\377\0\0\0\0\r!\0\0\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0[\0\240\3\253\0\0\0\f@\1\0\0\0\377\0\0\0\0\0N\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1)\253\4\0\0\0\0\0\0\377\377\0\0\r!\0\377\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\\\0\240\3\253\0\0\0\f@\1\0\0\377\0\0\0\0\0\0N\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\225\255\4\0\0\0\0\0\0\377\377\377\377\r!\377\377\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0]\0\240\3\253\0\0\0\f@\1\0\377\377\0\0\0\0\0\0N\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\273\257\4\0\0\0\0\300\300\200\200@@\r!@\200\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0^\0\240\3\253\0\0\0\f@\1\0@\200\300\0\0\0\0\0N\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\23\261\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\361\262\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0016\263\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1n\264\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\v\265\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\213\266\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\207\267\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1w\270\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\342\271\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1{\272\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1F\273\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1[\274\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&\275\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\310\276\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\202\277\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\7\300\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1q\301\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\371\302\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\251\303\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\21\304\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1*\305\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3\306\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1v\307\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1c\310\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\323\311\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0015\312\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1)\313\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\314\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\206\315\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1F\316\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\373\317\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1c\320\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\335\321\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\224\322\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\356\323\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\33\324\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1P\325\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\310\326\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\1\327\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\271\330\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\24\331\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1!\332\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\4\333\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\25\334\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\216\335\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\357\336\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1x\337\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\17\340\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\26\341\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1v\342\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\367\343\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1D\344\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1q\345\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\267\346\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\260\347\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1t\350\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\7\351\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\346\352\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\300\353\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\377\354\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1l\355\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\377\356\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\216\357\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\20\360\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\211\361\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\346\362\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&\363\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1F\364\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\267\365\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\225\366\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1 \367\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1H\370\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\354\371\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1,\372\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&\373\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\256\374\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1d\375\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\304\376\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\26\377\4\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\341\0\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234\1\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1{\2\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\303\3\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019\4\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\333\5\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1_\6\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\310\7\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\343\10\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\207\t\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\311\n\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1D\v\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0017\f\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Z\r\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250\16\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\356\17\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1u\20\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\276\21\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:\22\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\253\23\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\4\24\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1K\25\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1x\26\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\346\27\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234\30\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1?\31\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1N\32\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\345\33\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\356\34\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\317\35\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1=\36\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1H\37\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\37 \5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\6!\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\257\"\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\5#\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1;$\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\352%\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\364&\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\227'\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\302(\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\313)\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\231*\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0014+\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\33,\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250-\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1C.\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\202/\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2510\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1#1\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1[2\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2163\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1%4\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0265\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1I6\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1P7\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3738\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0349\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\300:\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1R;\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\222<\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1?=\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1>>\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\337?\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\256@\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1FA\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\323B\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\363C\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314D\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\257E\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1iF\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1+G\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\306H\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\243I\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1MJ\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\341K\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1gL\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1cM\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\375N\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\301O\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1EP\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\253Q\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\225R\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\370S\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1#T\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1^U\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\6V\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\327W\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\301X\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\32Y\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234Z\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\264[\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1H\\\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1J]\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\232^\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\340_\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1N`\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\1a\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\204b\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Wc\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\367d\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\7e\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\367f\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250g\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Th\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\261i\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1%j\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0016k\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\326l\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1lm\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1gn\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Io\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\245p\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\344q\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\205r\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\245s\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\235t\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\362u\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1,v\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\340w\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Lx\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Jy\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\340z\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\354{\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\377|\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\376}\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1?~\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\233\177\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\220\200\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\201\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1q\202\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1O\203\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\v\204\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0010\205\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1|\206\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\374\207\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\335\210\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1O\211\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Z\212\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\324\213\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1k\214\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&\215\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1;\216\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\352\217\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1*\220\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\5\221\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\217\222\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\311\223\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1*\224\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\307\225\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1F\226\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Q\227\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1p\230\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\22\231\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1H\232\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1M\233\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1X\234\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\234\5L\0\240\3X\1\0\0\275S\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 224
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\227\235\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1K\236\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\245\237\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\203\240\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
brk(0x8f40000) = 0x8f40000
uname({sys="Linux", node="ubuntu", ...}) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\1\30\r\0_\0\240\3\253\0\0\0\0\0\0\0\324\2l\1\1\0\1\0\0\0\0\0\32(\0\0"..., 468}, {NULL, 0}, {"", 0}], 3) = 468
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\242\5_\0\240\3'\0\0\0\342S\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 288
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\377\0\377\0\377\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\255\5_\0\240\3X\1\0\0\346S\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\255\5_\0\240\3R\1\0\0\346S\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0\255\5_\0\240\3_\0\240\3\4\0\340\1\0\0\0\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\25\0\255\5_\0\240\3_\0\240\3U\v\341\0\1\0\22\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0\255\5_\0\240\3_\0\240\3d\v\341\0\1\0\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\226\0\255\5_\0\240\3_\0\240\3U\v\341\0+\1\353\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\4\255\5\363S\310\3\253\0\0\0&\0\240\3'\0\240\3j\2\260\1i\2\305\0\0\0\0\2"..., 4096, 0) = 128
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\255\5_\0\240\3w\1\0\0\364S\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 224
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\215\256\5\0\0\0\0\377\377\377\377\377\377\r!\377\377\377\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"-\30\4\0a\0\240\3\4\0\0\3779x15/\2\2\0a\0\240\3", 24}, {NULL, 0}, {"", 0}], 3) = 24
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\260\0055\3\0\0\0\0\0\0\t\0\376\377\365\377\0\0\0\0\0\0\4\0\t\0\t\0\f\0"..., 4096, 0) = 3316
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\00015", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\17\261\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\7\0b\0\240\3\253\0\0\0\10@\1\0\0\0\0\0a\0\240\3\0\0\0\0T(\4\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\t\0\261\5_\0\240\3\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\351\263\5\0\0\0\0\377\377\377\377\377\377\r!\377\377\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0c\0\240\3\253\0\0\0\f@\1\0\377\377\377\0\0\0\0\0a\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1=\265\5\0\0\0\0\200\200\200\200\200\200\r!\200\200\200\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0d\0\240\3\253\0\0\0\f@\1\0\200\200\200\0\0\0\0\0a\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1E\267\5\0\0\0\0\377\377\200\200\0\0\r!\0\200\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0e\0\240\3\253\0\0\0\f@\1\0\0\200\377\0\0\0\0\0a\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\336\271\5\0\0\0\0\300\300\0\0\0\0\r!\0\0\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0f\0\240\3\253\0\0\0\f@\1\0\0\0\300\0\0\0\0\0a\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1u\273\5\0\0\0\0\0\0\200\200@@\r!@\200\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0g\0\240\3\253\0\0\0\f@\1\0@\200\0\0\0\0\0\0a\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\22\275\5\0\0\0\0\0\0\0\0\377\377\r!\377\0\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0h\0\240\3\253\0\0\0\f@\1\0\377\0\0\0\0\0\0\0a\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\273\277\5\0\0\0\0\200\200@@\0\0\r!\0@\200\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0i\0\240\3\253\0\0\0\f@\1\0\0@\200\0\0\0\0\0a\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\306\301\5\0\0\0\0@@@@@@\r!@@@\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0j\0\240\3\253\0\0\0\f@\1\0@@@\0\0\0\0\0a\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0013\303\5\0\0\0\0\300\300\300\300\300\300\r!\300\300\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0k\0\240\3\253\0\0\0\f@\1\0\300\300\300\0\0\0\0\0a\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1?\305\5\0\0\0\0\377\377\0\0\377\377\r!\377\0\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0l\0\240\3\253\0\0\0\f@\1\0\377\0\377\0\0\0\0\0a\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\236\307\5\0\0\0\0\377\377\377\377\0\0\r!\0\377\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, "\34\0\307\5_\0\240\3\246\1\0\0004T\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0m\0\240\3\253\0\0\0\f@\1\0\0\377\377\0\0\0\0\0a\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\275\311\5\0\0\0\0\377\377\0\0\0\0\r!\0\0\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0n\0\240\3\253\0\0\0\f@\1\0\0\0\377\0\0\0\0\0a\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\311\5\23\0\240\3\246\1\0\0008T\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0o\0\240\3\253\0\0\0\f@\1\0\0\377\0\0\0\0\0\0a\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\216\315\5\0\0\0\0\0\0\377\377\377\377\r!\377\377\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0p\0\240\3\253\0\0\0\f@\1\0\377\377\0\0\0\0\0\0a\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\216\317\5\0\0\0\0\300\300\200\200@@\r!@\200\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0q\0\240\3\253\0\0\0\f@\1\0@\200\300\0\0\0\0\0a\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1]\321\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\35\322\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\365\323\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\374\324\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1B\325\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\346\326\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\231\327\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1|\330\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\202\331\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\32\332\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0011\333\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1y\334\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0014\335\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1@\336\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\327\337\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1L\340\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\270\341\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\"\342\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\366\343\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\266\344\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\263\345\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1f\346\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1`\347\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\361\350\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\307\351\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\341\352\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\273\353\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1k\354\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\251\355\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\225\356\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\370\357\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\225\360\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\262\361\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\366\362\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\305\363\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\\\364\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\304\365\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1W\366\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\27\367\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\330\370\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\\\371\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1a\372\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1P\373\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\232\374\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\273\375\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1H\376\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\36\377\5\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\272\0\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\301\1\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\322\2\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\207\3\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0015\4\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1B\5\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\364\6\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\257\7\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\205\10\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\233\t\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\204\n\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0018\v\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\351\f\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242\r\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\361\16\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1J\17\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1H\20\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1~\21\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1b\22\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\331\23\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\22\24\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\225\25\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1b\26\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\35\27\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\312\30\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1E\31\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\35\32\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1a\33\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\355\34\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\231\35\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\211\36\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\20\37\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\303 \6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\241!\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\277\"\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1@#\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242$\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1C%\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1y&\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0018'\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1|(\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\216)\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\235*\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\272+\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1H,\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\313-\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\21.\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\305/\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1)0\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1G1\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1O2\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1_3\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\00154\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<5\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0176\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2037\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3278\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0269\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\335:\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:;\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\254<\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1h=\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\211>\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\376?\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\34@\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1|A\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\205B\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1)C\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0016D\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\236E\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1=F\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0018G\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1=H\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\362I\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\36J\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1FK\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1@L\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\264M\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\236N\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1TO\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\324P\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\vQ\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\10R\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\245S\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\225T\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\247U\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1#V\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\17W\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0012X\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1+Y\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\342Z\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\353[\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\337\\\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\237]\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1(^\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019_\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\276`\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\321a\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\227b\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0012c\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Td\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Pe\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\253f\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\322g\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Rh\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\311i\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<j\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<k\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\307l\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\357m\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\32n\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\272o\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1up\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\264q\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\237r\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\202s\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1It\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\316u\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250v\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314w\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\205x\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\35y\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\265z\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\217{\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\203|\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\377}\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\362~\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1[\177\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1a\200\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\375\201\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1p\202\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\342\203\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\361\204\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\203\205\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\354\206\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3\207\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\321\210\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1m\211\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\306\212\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1O\213\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\307\214\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\6\215\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\267\216\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\343\217\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1*\220\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\317\221\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\210\222\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1W\223\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1I\224\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\363\225\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\1\226\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\243\227\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\253\230\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1C\231\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1l\232\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\222\233\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\326\234\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\v\235\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\25\236\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1}\237\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250\240\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\264\241\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\201\242\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\205\243\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\300\244\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\365\245\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1h\246\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\245\247\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1'\250\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\337\251\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&\252\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1`\253\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1t\254\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\332\255\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1t\256\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\6\257\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\346\260\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\253\261\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1-\262\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1%\263\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\205\264\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1)\265\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\27\266\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\246\267\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0017\270\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\312\271\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1_\272\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\324\273\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1,\274\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\204\275\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\265\276\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\371\277\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\226\300\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
uname({sys="Linux", node="ubuntu", ...}) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\1\30\r\0r\0\240\3\253\0\0\0\0\0\0\0\324\2l\1\1\0\1\0\0\0\0\0\32(\0\0"..., 468}, {NULL, 0}, {"", 0}], 3) = 468
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\302\6r\0\240\3'\0\0\0kU\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 288
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\377\0\377\0\377\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\315\6r\0\240\3X\1\0\0oU\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0\315\6r\0\240\3r\0\240\3\4\0\340\1\0\0\0\0\324\2l\1\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0\315\6r\0\240\3r\0\240\3(\f\341\0\1\0\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\226\0\315\6r\0\240\3r\0\240\3\31\f\341\0+\1\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\23\0\315\6r\0\240\3r\0\240\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 288
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1]\316\6\0\0\0\0\377\377\377\377\377\377\r!\377\377\377\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"-\30\4\0t\0\240\3\4\0\0\3779x15/\2\2\0t\0\240\3", 24}, {NULL, 0}, {"", 0}], 3) = 24
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\320\0065\3\0\0\0\0\0\0\t\0\376\377\365\377\0\0\0\0\0\0\4\0\t\0\t\0\f\0"..., 4096, 0) = 3316
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\00015", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1(\321\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\7\0u\0\240\3\253\0\0\0\10@\1\0\0\0\0\0t\0\240\3\0\0\0\0T(\4\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1(\323\6\0\0\0\0\377\377\377\377\377\377\r!\377\377\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0v\0\240\3\253\0\0\0\f@\1\0\377\377\377\0\0\0\0\0t\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\315\325\6\0\0\0\0\200\200\200\200\200\200\r!\200\200\200\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0w\0\240\3\253\0\0\0\f@\1\0\200\200\200\0\0\0\0\0t\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\350\327\6\0\0\0\0\377\377\200\200\0\0\r!\0\200\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0x\0\240\3\253\0\0\0\f@\1\0\0\200\377\0\0\0\0\0t\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\205\331\6\0\0\0\0\300\300\0\0\0\0\r!\0\0\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0y\0\240\3\253\0\0\0\f@\1\0\0\0\300\0\0\0\0\0t\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\245\333\6\0\0\0\0\0\0\200\200@@\r!@\200\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0z\0\240\3\253\0\0\0\f@\1\0@\200\0\0\0\0\0\0t\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\21\335\6\0\0\0\0\0\0\0\0\377\377\r!\377\0\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0{\0\240\3\253\0\0\0\f@\1\0\377\0\0\0\0\0\0\0t\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242\337\6\0\0\0\0\200\200@@\0\0\r!\0@\200\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0|\0\240\3\253\0\0\0\f@\1\0\0@\200\0\0\0\0\0t\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1?\341\6\0\0\0\0@@@@@@\r!@@@\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0}\0\240\3\253\0\0\0\f@\1\0@@@\0\0\0\0\0t\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\266\343\6\0\0\0\0\300\300\300\300\300\300\r!\300\300\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0~\0\240\3\253\0\0\0\f@\1\0\300\300\300\0\0\0\0\0t\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\232\345\6\0\0\0\0\377\377\0\0\377\377\r!\377\0\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\177\0\240\3\253\0\0\0\f@\1\0\377\0\377\0\0\0\0\0t\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\30\347\6\0\0\0\0\377\377\377\377\0\0\r!\0\377\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\200\0\240\3\253\0\0\0\f@\1\0\0\377\377\0\0\0\0\0t\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242\351\6\0\0\0\0\377\377\0\0\0\0\r!\0\0\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\201\0\240\3\253\0\0\0\f@\1\0\0\0\377\0\0\0\0\0t\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\332\353\6\0\0\0\0\0\0\377\377\0\0\r!\0\377\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\202\0\240\3\253\0\0\0\f@\1\0\0\377\0\0\0\0\0\0t\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1.\355\6\0\0\0\0\0\0\377\377\377\377\r!\377\377\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\203\0\240\3\253\0\0\0\f@\1\0\377\377\0\0\0\0\0\0t\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\374\357\6\0\0\0\0\300\300\200\200@@\r!@\200\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\204\0\240\3\253\0\0\0\f@\1\0@\200\300\0\0\0\0\0t\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\7\361\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\273\362\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\243\363\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\364\364\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\363\365\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\203\366\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\366\367\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31\370\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\215\371\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1t\372\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\222\373\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1N\374\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\246\375\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1v\376\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\321\377\6\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Z\0\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\213\1\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\305\2\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\347\3\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:\4\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\24\5\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:\6\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\226\7\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\7\7r\0\240\3\246\1\0\0\330U\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\301\t\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\226\n\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, "\34\0\n\7\23\0\240\3\246\1\0\0\334U\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\371\v\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3\f\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1|\r\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\343\16\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:\17\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\34\20\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\257\21\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\205\22\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1)\23\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\260\24\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1'\25\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1>\26\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\334\27\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0012\30\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\235\31\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1?\32\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\274\33\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\27\34\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1F\35\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\34\36\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\304\37\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1d \7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\260!\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\275\"\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\225#\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\232$\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31%\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\"&\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\350'\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\315(\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1;)\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\313*\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Q+\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1O,\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1h-\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\336.\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242/\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2110\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3111\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0242\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1`3\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0074\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\r5\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2036\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1n7\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1M8\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1e9\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\4:\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1n;\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314<\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\240=\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\310>\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\305?\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1m@\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\207A\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\351B\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242C\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1%D\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\"E\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1,F\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\246G\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1AH\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1UI\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1xJ\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\5K\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\7L\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\201M\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1UN\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1KO\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1IP\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1hQ\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0016R\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&S\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\253T\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\231U\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0015V\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1bW\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\243X\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0018Y\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1aZ\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\326[\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212\\\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0015]\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\265^\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\366_\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2`\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\331a\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Ab\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\326c\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Rd\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250e\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\255f\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1xg\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\217h\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\302i\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\375j\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\360k\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\236l\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1em\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\350n\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\270o\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Lp\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\301q\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31r\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\326s\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\353t\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1uu\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\20v\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\257w\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1 x\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1{y\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\302z\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1 {\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242|\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:}\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\350~\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1r\177\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1|\200\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1?\201\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\210\202\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\273\203\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\341\204\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\231\205\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1(\206\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\244\207\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\304\210\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1}\211\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1V\212\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\260\213\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234\214\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234\215\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\375\216\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0017\217\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1c\220\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\322\221\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\33\222\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1*\223\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1C\224\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\326\225\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1D\226\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Q\227\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1G\230\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\354\231\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<\232\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\300\233\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\333\234\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\355\235\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314\236\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\225\237\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\252\240\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\336\241\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212\242\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\214\243\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\247\244\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\27\245\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1}\246\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1R\247\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\362\250\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\23\251\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\254\252\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\20\253\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\332\254\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\5\255\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\34\256\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1)\257\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\205\260\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\221\261\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3\262\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1q\263\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1n\264\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\213\265\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Y\266\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\21\267\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\275\270\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\360\271\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1{\272\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\226\273\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0015\274\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2\275\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\267\276\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1a\277\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1r\300\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1a\301\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0012\302\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1C\303\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\371\304\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\304\305\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\365\306\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\200\307\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\273\310\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1-\311\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\255\312\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1z\313\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\34\314\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1s\315\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\265\316\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1v\317\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1j\320\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0012\321\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\206\322\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\261\323\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1O\324\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\235\325\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0017\326\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1D\327\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\313\330\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Q\331\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1)\332\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1u\333\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1b\334\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1g\335\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1@\336\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1#\337\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\323\340\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
uname({sys="Linux", node="ubuntu", ...}) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\1\30\r\0\205\0\240\3\253\0\0\0\0\0\0\0\324\2l\1\1\0\1\0\0\0\0\0\32(\0\0"..., 468}, {NULL, 0}, {"", 0}], 3) = 468
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\342\7\205\0\240\3'\0\0\0\361V\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 288
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\377\0\377\0\377\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\355\7\205\0\240\3X\1\0\0\365V\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0\355\7\205\0\240\3\205\0\240\3\4\0\340\1\0\0\0\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\25\0\355\7\205\0\240\3\205\0\240\3\335\f\341\0\1\0\22\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0\355\7\205\0\240\3\205\0\240\3\354\f\341\0\1\0\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\226\0\355\7\205\0\240\3\205\0\240\3\335\f\341\0\1\0\353\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\4\355\7\3W\310\3\253\0\0\0_\0\240\3`\0\240\3j\2\260\1?\1\305\0\0\0\0\2"..., 4096, 0) = 128
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\355\7\205\0\240\3w\1\0\0\4W\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 224
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1W\356\7\0\0\0\0\377\377\377\377\377\377\r!\377\377\377\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"-\30\4\0\207\0\240\3\4\0\0\3779x15/\2\2\0\207\0\240\3", 24}, {NULL, 0}, {"", 0}], 3) = 24
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\360\0075\3\0\0\0\0\0\0\t\0\376\377\365\377\0\0\0\0\0\0\4\0\t\0\t\0\f\0"..., 4096, 0) = 3316
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\00015", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1z\361\7\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\7\0\210\0\240\3\253\0\0\0\10@\1\0\0\0\0\0\207\0\240\3\0\0\0\0T(\4\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\265\363\7\0\0\0\0\377\377\377\377\377\377\r!\377\377\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\211\0\240\3\253\0\0\0\f@\1\0\377\377\377\0\0\0\0\0\207\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1j\365\7\0\0\0\0\200\200\200\200\200\200\r!\200\200\200\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\212\0\240\3\253\0\0\0\f@\1\0\200\200\200\0\0\0\0\0\207\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1z\367\7\0\0\0\0\377\377\200\200\0\0\r!\0\200\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\213\0\240\3\253\0\0\0\f@\1\0\0\200\377\0\0\0\0\0\207\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1o\371\7\0\0\0\0\300\300\0\0\0\0\r!\0\0\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\214\0\240\3\253\0\0\0\f@\1\0\0\0\300\0\0\0\0\0\207\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0017\373\7\0\0\0\0\0\0\200\200@@\r!@\200\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\215\0\240\3\253\0\0\0\f@\1\0@\200\0\0\0\0\0\0\207\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\236\375\7\0\0\0\0\0\0\0\0\377\377\r!\377\0\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\216\0\240\3\253\0\0\0\f@\1\0\377\0\0\0\0\0\0\0\207\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\344\377\7\0\0\0\0\200\200@@\0\0\r!\0@\200\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\217\0\240\3\253\0\0\0\f@\1\0\0@\200\0\0\0\0\0\207\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212\1\10\0\0\0\0@@@@@@\r!@@@\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\220\0\240\3\253\0\0\0\f@\1\0@@@\0\0\0\0\0\207\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\340\3\10\0\0\0\0\300\300\300\300\300\300\r!\300\300\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\221\0\240\3\253\0\0\0\f@\1\0\300\300\300\0\0\0\0\0\207\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1g\5\10\0\0\0\0\377\377\0\0\377\377\r!\377\0\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\222\0\240\3\253\0\0\0\f@\1\0\377\0\377\0\0\0\0\0\207\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1G\7\10\0\0\0\0\377\377\377\377\0\0\r!\0\377\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\223\0\240\3\253\0\0\0\f@\1\0\0\377\377\0\0\0\0\0\207\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\216\t\10\0\0\0\0\377\377\0\0\0\0\r!\0\0\377\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\224\0\240\3\253\0\0\0\f@\1\0\0\0\377\0\0\0\0\0\207\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1]\v\10\0\0\0\0\0\0\377\377\0\0\r!\0\377\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\225\0\240\3\253\0\0\0\f@\1\0\0\377\0\0\0\0\0\0\207\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\f\r\10\0\0\0\0\0\0\377\377\377\377\r!\377\377\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\226\0\240\3\253\0\0\0\f@\1\0\377\377\0\0\0\0\0\0\207\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1K\17\10\0\0\0\0\300\300\200\200@@\r!@\200\300\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\227\0\240\3\253\0\0\0\f@\1\0@\200\300\0\0\0\0\0\207\0\240\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1c\21\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\4\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\34\22\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\350\23\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1,\24\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1b\25\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1S\26\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1r\27\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1A\30\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\262\31\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1U\32\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\"\33\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\335\34\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\t\35\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1S\36\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\4\37\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\306 \10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\260!\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0!\10\205\0\240\3\246\1\0\0VW\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1o\"\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1-#\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0#\10\23\0\240\3\246\1\0\0YW\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\26$\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\310%\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\371&\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\244'\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\\(\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\350)\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1W*\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\351+\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\375,\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\v-\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\343.\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\377/\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2360\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1,1\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0002\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3753\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2214\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1I5\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3266\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2747\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3168\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2129\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\1:\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1r;\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1o<\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1a=\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\303>\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\305?\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1j@\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\354A\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\376B\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\222C\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\rD\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\35E\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\245F\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0018G\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1MH\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\336I\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0018J\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\4K\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0018L\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\253M\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1VN\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\257O\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1wP\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\251Q\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1.R\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\260S\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250T\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31U\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\301V\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1zW\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\35X\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1LY\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1WZ\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\261[\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\26\\\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\262]\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\f^\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\35_\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1.`\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1ya\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\27b\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\216c\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1nd\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<e\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\330f\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\316g\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1lh\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1zi\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\214j\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\323k\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\325l\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\275m\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\25n\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Mo\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\vp\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\271q\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\261r\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\341s\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250t\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\376u\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242v\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\370w\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1 x\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1(y\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\6z\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\345{\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\263|\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\372}\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1t~\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\271\177\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1_\200\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\202\201\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\230\202\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\243\203\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\23\204\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1)\205\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212\206\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\375\207\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\244\210\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\236\211\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\f\212\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\237\213\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\26\214\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1B\215\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1X\216\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\217\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1+\220\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\20\221\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1t\222\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\216\223\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\326\224\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242\225\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\307\226\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\367\227\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\300\230\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\326\231\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<\232\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1I\233\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0011\234\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1n\235\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\352\236\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\362\237\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1#\240\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1P\241\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\7\242\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31\243\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1U\244\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\221\245\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1V\246\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\30\247\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1n\250\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\20\251\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1B\252\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1.\253\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\f\254\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\266\255\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\360\256\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\24\257\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\30\260\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0017\261\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\306\262\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\301\263\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\356\264\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1s\265\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\364\266\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1=\267\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\354\270\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\230\271\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1A\272\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\351\273\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\256\274\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0010\275\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\311\276\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1E\277\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1~\300\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1*\301\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\302\302\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\263\303\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\337\304\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\363\305\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\21\306\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\33\307\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\335\310\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1N\311\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\1\312\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1M\313\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\16\314\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\265\315\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\257\316\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\362\317\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\5\320\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\357\321\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\240\322\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1w\323\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1I\324\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\312\325\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\371\326\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1o\327\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\16\330\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\4\331\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234\332\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\360\333\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\340\334\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\245\335\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1v\336\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3\337\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1z\340\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\201\341\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1;\342\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0012\343\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1G\344\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Y\345\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\226\346\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\330\347\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\"\350\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\303\351\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1h\352\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\261\353\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1f\354\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1@\355\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:\356\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242\357\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\372\360\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1l\361\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\265\362\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\20\363\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\20\364\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\257\365\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\375\366\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\263\367\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019\370\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\272\371\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1_\372\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1a\373\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1r\374\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\10\375\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\350\376\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1x\377\10\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\4\0\t\0\0\0\0\0\0\0\0\0\0\r!\0\0\0\0000\0\0\0\0\0\0\0\340k\r!", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
uname({sys="Linux", node="ubuntu", ...}) = 0
rt_sigaction(SIGHUP, {SIG_IGN, [HUP], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTSTP, {0x8174830, [TSTP], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x81808b0, [INT], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {0x81808b0, [QUIT], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGFPE, {0x817f0e0, [FPE], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGILL, {0x817f0e0, [ILL], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTRAP, {0x817f0e0, [TRAP], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGABRT, {0x817f0e0, [ABRT], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGKILL, {0x817f0e0, [KILL], SA_RESTART}, {SIG_DFL, [], 0}, 8) = -1 EINVAL (Invalid argument)
rt_sigaction(SIGBUS, {0x817f0e0, [BUS], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSEGV, {0x817f0e0, [SEGV], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {0x817f0e0, [TERM], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGPIPE, {0x817f0e0, [PIPE], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSYS, {0x817f0e0, [SYS], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGXCPU, {0x817f0e0, [XCPU], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGPWR, {0x817f0e0, [PWR], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
brk(0x8f61000) = 0x8f61000
brk(0x8f82000) = 0x8f82000
brk(0x8fa3000) = 0x8fa3000
open("/var/games/tome/core/mods_aux.lua", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/games/tome/core/mods_aux.luo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/games/tome/mods/mods_aux.lua", O_RDONLY) = 5
close(5) = 0
open("/var/games/tome/mods/mods_aux.lua", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0666, st_size=4083, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(5, "-- Ok some functions that we don"..., 4096) = 4083
read(5, "", 4096) = 0
close(5) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/core/modules.lua", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/games/tome/core/modules.luo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/games/tome/mods/modules.lua", O_RDONLY) = 5
close(5) = 0
open("/var/games/tome/mods/modules.lua", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0666, st_size=108, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(5, "-- Load ToME\ntome_dofile_anywher"..., 4096) = 108
read(5, "", 4096) = 0
close(5) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/module.lua", O_RDONLY) = 5
close(5) = 0
open("/var/games/tome/module.lua", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0666, st_size=745, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(5, "add_module\n{\n\t[\"name\"] = \"ToM"..., 4096) = 745
read(5, "", 4096) = 0
close(5) = 0
munmap(0xb7724000, 4096) = 0
openat(AT_FDCWD, "/var/games/tome/mods", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 5
brk(0x8fc8000) = 0x8fc8000
getdents(5, /* 4 entries */, 32768) = 80
stat64("/var/games/tome/mods/..", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
stat64("/var/games/tome/mods/mods_aux.lua", {st_mode=S_IFREG|0666, st_size=4083, ...}) = 0
stat64("/var/games/tome/mods/modules.lua", {st_mode=S_IFREG|0666, st_size=108, ...}) = 0
stat64("/var/games/tome/mods/.", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
getdents(5, /* 0 entries */, 32768) = 0
time(NULL) = 1402158035
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/file/news.txt", O_RDONLY) = 6
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
close(6) = 0
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/file/news.txt", O_RDONLY) = 6
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(6, {st_mode=S_IFREG|0666, st_size=1816, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "#G #W ~ ~~"..., 4096) = 1816
read(6, "", 4096) = 0
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\1\30\r\0\230\0\240\3\253\0\0\0\0\0\0\0\324\2l\1\1\0\1\0\0\0\0\0\32(\0\0"..., 3896}, {NULL, 0}, {"", 0}], 3) = 3896
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\2\t\230\0\240\3'\0\0\0\266X\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 256
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\2\30\4\0\24\0\240\3\0\10\0\0\1\200\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\27\n\0\24\0\240\3\17\0\240\3\2\0\16\0 "..., 3860}, {NULL, 0}, {"", 0}], 3) = 3860
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\2\27\4\0'\0\240\3\0\10\0\0\1\200\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"=\0\4\0'\0\240\3\0\0\0\0\0\0\0\0F 3\0'\0\240\3\26\0\240\3\2\0\2\0"..., 220}, {NULL, 0}, {"", 0}], 3) = 220
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\213\t\230\0\240\3X\1\0\0\301X\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 128
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\2\0\4\0:\0\240\3\0\10\0\0\1\200\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"=\0\4\0:\0\240\3\0\0\0\0\0\0\0\0F 3\0:\0\240\3)\0\240\3\2\0\2\0"..., 220}, {NULL, 0}, {"", 0}], 3) = 220
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0\213\t\230\0\240\3\230\0\240\3\260\r\341\0\1\0\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\2\0\4\0M\0\240\3\0\10\0\0\1\200\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"=\0\4\0M\0\240\3\0\0\0\0\0\0\0\0F 3\0M\0\240\3<\0\240\3\2\0\2\0"..., 220}, {NULL, 0}, {"", 0}], 3) = 220
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\226\0\213\t\230\0\240\3\230\0\240\3\241\r\341\0\1\0\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\27\n\0\24\0\240\3\17\0\240\3\2\0\16\0 "..., 3860}, {NULL, 0}, {"", 0}], 3) = 3860
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\2\27\4\0`\0\240\3\0\10\0\0\1\200\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"=\0\4\0`\0\240\3\0\0\0\0\0\0\0\0F 3\0`\0\240\3O\0\240\3\2\0\2\0"..., 220}, {NULL, 0}, {"", 0}], 3) = 220
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\23\0\213\t\230\0\240\3\230\0\240\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 384
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\2\0\4\0s\0\240\3\0\10\0\0\1\200\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"=\0\4\0s\0\240\3\0\0\0\0\0\0\0\0F 3\0s\0\240\3b\0\240\3\2\0\2\0"..., 220}, {NULL, 0}, {"", 0}], 3) = 220
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\213\t\23\0\240\3X\1\0\0\332X\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 128
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\2\0\4\0\206\0\240\3\0\10\0\0\1\200\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"=\0\4\0\206\0\240\3\0\0\0\0\0\0\0\0F 3\0\206\0\240\3u\0\240\3\2\0\2\0"..., 220}, {NULL, 0}, {"", 0}], 3) = 220
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\2\0\4\0\231\0\240\3\0\10\0\0\1\200\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"=\0\4\0\231\0\240\3\0\0\0\0\0\0\0\0F 3\0\231\0\240\3\210\0\240\3\2\0\2\0"..., 220}, {NULL, 0}, {"", 0}], 3) = 220
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\27\n\0\24\0\240\3\17\0\240\3\2\0\16\0 "..., 3860}, {NULL, 0}, {"", 0}], 3) = 3860
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/apex/scores.raw", O_RDONLY) = 6
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
close(6) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\240\3\3\0\240\3\2\0g\1 L\r\10\0\24\0\240\3\3\0\240\3"..., 104}, {NULL, 0}, {"", 0}], 3) = 104
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/edit/misc.txt", O_RDONLY) = 6
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(6, {st_mode=S_IFREG|0666, st_size=1692, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "# File: misc.txt\n\n# Maximum numb"..., 4096) = 1692
read(6, "", 4096) = 0
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\27\n\0\24\0\240\3\3\0\240\0034\1g\1lua scripting..."..., 40}, {NULL, 0}, {"", 0}], 3) = 40
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
open("/var/games/tome/core/init.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/init.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=2930, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "--\n-- This file is loaded at the"..., 4096) = 2930
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/core/load.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/load.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=769, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Savefile stuff\n-- Do not medd"..., 4096) = 769
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/core/xml.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/xml.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=9314, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- The xml module\nxml = {}\n\nfunc"..., 4096) = 4096
read(6, "WHITE, \"\\n\")\n\t else\n\t\txml.wri"..., 4096) = 4096
read(6, ", tab)\n\t\treturn\n\t\tend\n\t end\n\t"..., 4096) = 1122
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/core/util.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/util.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=5844, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- various stuff to make scripte"..., 4096) = 4096
read(6, "max = __timers_callback_max + 1\n"..., 4096) = 1748
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/core/player.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/player.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=2694, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- SYSTEM FILE\n--\n-- Lua player "..., 4096) = 2694
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/core/objects.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/objects.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=902, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- SYSTEM FILE\n--\n-- Lua object "..., 4096) = 902
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/core/monsters.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/monsters.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=337, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- SYSTEM FILE\n--\n-- Monster stu"..., 4096) = 337
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/core/powers.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/powers.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=2448, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "--\n-- Helper functions for magic"..., 4096) = 2448
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/core/building.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/building.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=381, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "__building_actions = {}\n\nfunctio"..., 4096) = 381
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/core/dungeon.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/dungeon.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=2257, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Internal lua file in charge o"..., 4096) = 2257
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/core/s_aux.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/s_aux.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=17357, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Functions to help with spells"..., 4096) = 4096
brk(0x8fe9000) = 0x8fe9000
read(6, "\t\t-- Apply it\n\t\tlvl = lvl + ok\n\t"..., 4096) = 4096
read(6, "y, x)\n\telse\n\t\tfor index, desc in"..., 4096) = 4096
read(6, " band(mode, USE_INVEN) == USE_IN"..., 4096) = 4096
read(6, "n\n\t\treturn __tmp_spells[spl].act"..., 4096) = 973
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/core/crpt_aux.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/crpt_aux.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=6373, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Core functions for corruption"..., 4096) = 4096
read(6, "\n\tend\n\n\tif type(c.desc) == \"tabl"..., 4096) = 2277
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/core/mimc_aux.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/mimc_aux.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=2140, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Mimic shapes helper file\n\n__m"..., 4096) = 2140
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/core/quests.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/quests.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=1279, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Quest helper files\n\n-- Quest "..., 4096) = 1279
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/core/gods.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/gods.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=810, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Gods helper files\n\n-- Gods st"..., 4096) = 810
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/core/help.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/help.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=3571, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Ingame contextual help\n\n-- We"..., 4096) = 3571
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/core/stores.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/stores.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=767, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Take care of all concerning s"..., 4096) = 767
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/init.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/init.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=913, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "--\n-- This file is loaded at the"..., 4096) = 913
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/player.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/player.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=2583, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "--------------------------------"..., 4096) = 2583
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/help.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/help.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=14378, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Ingame contextual help\n\n-----"..., 4096) = 4096
read(6, ". You are on a quest to investig"..., 4096) = 4096
read(6, "Combat\"] = { \"skills.txt\", 01 },"..., 4096) = 4096
read(6, " part of the rod may give the ro"..., 4096) = 2090
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/stores.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/stores.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=3350, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Whats shops can buy what\nstor"..., 4096) = 3350
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/powers.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/powers.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=2037, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Various 'U' powers\n\n-- Invisi"..., 4096) = 2037
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/mimic.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/mimic.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=11147, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Define the various possible m"..., 4096) = 4096
read(6, "+ player.mimic_level\n\t\t\tplayer.d"..., 4096) = 4096
read(6, " player.mimic_level / 11)\n\t\t\tpla"..., 4096) = 2955
brk(0x900a000) = 0x900a000
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/corrupt.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/corrupt.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=12024, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Definition of the corruptions"..., 4096) = 4096
read(6, "t\"] = \"Your breath is once aga"..., 4096) = 4096
read(6, "\n\t\t\t\treturn not nil\n\t\t\tend\n\tend,"..., 4096) = 3832
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/mkeys.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/mkeys.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=2507, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Mkeys for skills & abilities\n"..., 4096) = 2507
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/spells.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/spells.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=9508, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "--\n-- This file takes care of th"..., 4096) = 4096
read(6, "v\"] = 3,\n\t\t},\n\t},\n}\nSCHOOL_MIND "..., 4096) = 4096
read(6, "ok of yavanna\nschool_book[24] = "..., 4096) = 1316
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/s_fire.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_fire.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=5969, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- handle the fire school\n\nGLOBE"..., 4096) = 4096
read(6, "ana\"] = 16,\n\t[\"mana_max\"] ="..., 4096) = 1873
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/s_mana.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_mana.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=3346, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- The mana school\n\nfunction get"..., 4096) = 3346
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/s_water.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_water.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=3644, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- handle the water school\n\nTIDA"..., 4096) = 3644
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/s_air.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_air.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=4927, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- handle the air school\n\nNOXIOU"..., 4096) = 4096
read(6, "[\"desc\"] =\t{\n\t\t\t\"Charges up the "..., 4096) = 831
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/s_earth.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_earth.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=4048, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- The earth school\n\nSTONESKIN ="..., 4096) = 4048
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/s_convey.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_convey.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=5093, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- handle the conveyance school\n"..., 4096) = 4096
read(6, "(1 + get_level(RECALL, 15))..\"lb"..., 4096) = 997
brk(0x902b000) = 0x902b000
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/s_nature.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_nature.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=3646, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- handle the nature school\n\nGRO"..., 4096) = 3646
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/s_divin.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_divin.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=5389, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Handles thhe divination schoo"..., 4096) = 4096
read(6, "s = is_obvious(detect_stairs(10 "..., 4096) = 1293
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/s_tempo.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_tempo.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=3906, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Handles thhe temporal school\n"..., 4096) = 3906
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/s_meta.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_meta.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=7962, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- handle the meta school\n\nRECHA"..., 4096) = 4096
read(6, " obvious)\n\t\t\t\tobvious = is_obvio"..., 4096) = 3866
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/s_mind.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_mind.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=3436, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- handle the mind school\n\nCHARM"..., 4096) = 3436
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/s_udun.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_udun.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=3880, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- handle the udun school\n\nDRAIN"..., 4096) = 3880
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/s_geom.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_geom.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=18524, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Geomancy school\n\nfunction geo"..., 4096) = 4096
read(6, "= 18 then type = GF_WAVE end\n\n\t\t"..., 4096) = 4096
read(6, "OLY_FIRE, 10 + get_skill_scale(S"..., 4096) = 4096
read(6, "Should we branch ?\n\t\tif magik(20"..., 4096) = 4096
read(6, "H, { \"Earth elemental\", \"Xorn\", "..., 4096) = 2140
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/s_eru.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_eru.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=3148, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Handle Eru Iluvatar magic sch"..., 4096) = 3148
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/s_manwe.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_manwe.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=3879, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Handle Manwe Sulimo magic sch"..., 4096) = 3879
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/s_tulkas.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_tulkas.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=1873, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Handle Tulkas magic school\n\nT"..., 4096) = 1873
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/s_melkor.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_melkor.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=4257, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- handle the melkor school\n\n-- "..., 4096) = 4096
brk(0x904c000) = 0x904c000
read(6, "L))\n\tend,\n\t[\"desc\"] =\t{\n\t\t\t\"It a"..., 4096) = 161
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/s_yavann.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_yavann.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=4346, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Handle Yavanna kementari magi"..., 4096) = 4096
read(6, "\t\telse\n\t\t\t\tmsg_print(\"There is n"..., 4096) = 250
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/s_demon.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_demon.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=8854, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- handle the demonology school\n"..., 4096) = 4096
read(6, "y, x)\n\n\t\t\t-- ok that is a monste"..., 4096) = 4096
read(6, "a demon\",\n\t}\n}\n\n-- ok we need to"..., 4096) = 662
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/s_stick.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_stick.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=9914, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Spells that are stick or arti"..., 4096) = 4096
read(6, "nt(\"j'en prend plein la caboche."..., 4096) = 4096
read(6, ", tu les\")\n\t\t\tmsg_print(\"decoupe"..., 4096) = 1722
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/s_music.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_music.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=10058, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- handle the music school\n-- *A"..., 4096) = 4096
read(6, "] = 45,\n\t[\"stat\"] = A_"..., 4096) = 4096
read(6, "_spell\n{\n\t[\"name\"] = \"Horns"..., 4096) = 1866
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/gods.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/gods.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=601, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "add_hooks\n{\n\t[HOOK_FOLLOW_GOD] ="..., 4096) = 601
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/bounty.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/bounty.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=2641, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- The bounty quest! bring back "..., 4096) = 2641
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/god.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/god.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=25106, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- The god quest: find randomly "..., 4096) = 4096
read(6, " home, home_axis, home_distance,"..., 4096) = 4096
read(6, "already been identified\n\t\t\tif (q"..., 4096) = 4096
read(6, "randomly determined place in the"..., 4096) = 4096
read(6, " max smoothing, like islands.\n\t\t"..., 4096) = 4096
read(6, "5\n\t\tdungeon(god_quest.DUNGEON_GO"..., 4096) = 4096
read(6, "\"the Land of Mordor\"\n\t\thome2_y_c"..., 4096) = 530
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
brk(0x906e000) = 0x906e000
open("/var/games/tome/scpt/fireprof.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/fireprof.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=14463, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- The Old Mages/Fireproofing qu"..., 4096) = 4096
read(6, "TAL_ITEM_POINTS\n\t\t\t\tfireproof_qu"..., 4096) = 4096
read(6, "e.\")\n\t\t\t\tmsg_print(\"Be careful w"..., 4096) = 4096
read(6, "of items\n\t\t\tobj_forge.number = s"..., 4096) = 2175
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/library.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/library.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=14266, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Library quest in Minas Anor\n\n"..., 4096) = 4096
read(6, "then\n\t\treturn 1\n\telse\n\t\treturn 0"..., 4096) = 4096
read(6, "[current]) == FALSE then\n\t\t\t\tlib"..., 4096) = 4096
read(6, "en\n\t\t\t\treturn FALSE\n\t\t\tend\n\n\t\t\ti"..., 4096) = 1978
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/drunk.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/drunk.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=532, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- silly function that allows a "..., 4096) = 532
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/joke.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/joke.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=748, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "-- Place a monster in a good spo"..., 4096) = 748
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
open("/var/games/tome/scpt/dg_test.lua", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/games/tome/scpt/dg_test.luo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/games/tome/scpt/intro.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/intro.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=2940, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(6, "function drop_text_left(c, str, "..., 4096) = 2940
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7724000, 4096) = 0
openat(AT_FDCWD, "/var/games/tome/patch", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 6
getdents(6, /* 3 entries */, 32768) = 56
stat64("/var/games/tome/patch/..", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
stat64("/var/games/tome/patch/delete.me", {st_mode=S_IFREG|0666, st_size=1, ...}) = 0
stat64("/var/games/tome/patch/.", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
getdents(6, /* 0 entries */, 32768) = 0
open("/var/games/tome/core/load2.lua", O_RDONLY) = 7
close(7) = 0
open("/var/games/tome/core/load2.lua", O_RDONLY) = 7
fstat64(7, {st_mode=S_IFREG|0666, st_size=1684, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(7, "-- Savefile helpers\n\n-- function"..., 4096) = 1684
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7724000, 4096) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLIN|POLLOUT}])
recv(4, "\34\0\355\n\230\0\240\3\246\1\0\0\234Y\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
writev(4, [{"L\27\n\0\24\0\240\3\3\0\240\0034\1g\1arrays... (skill"..., 40}, {NULL, 0}, {"", 0}], 3) = 40
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/s_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/s_info.txt", {st_mode=S_IFREG|0666, st_size=11407, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=11407, ...}) = 0
read(7, "# File: s_info.txt\n\n\n# T", 24) = 24
close(7) = 0
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L.\20\0\24\0\240\3\3\0\240\3\2\0\16\0Ignoring obsolet"..., 108}, {NULL, 0}, {"", 0}], 3) = 108
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158035, 942555}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\207\0\361\n\0\0\0\0\253\0\0\0\24\0\240\3\0\0\0\0j\2\261\1?\1\306\0\0\0\0\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158036, 423115}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\2\361\n\302l\310\3\253\0\0\0\23\0\240\3\0\0\0\0|\2\365\0Q\1\n\0\0\1\1\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\10\2\361\n\303l\310\3\253\0\0\0\23\0\240\3\0\0\0\0|\2\365\0Q\1\n\0\0\1\2\3"..., 4096, 0) = 64
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158040, 808011}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\1\361\nZm\310\3\253\0\0\0\23\0\240\3\24\0\240\3|\2\365\0Q\1\n\0\0\0\2\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158040, 958572}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\2\361\nZp\310\3\253\0\0\0\23\0\240\3\0\0\0\0002\2\363\0\7\1\10\0\0\1\1\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\10\2\361\n[p\310\3\253\0\0\0\23\0\240\3\0\0\0\0002\2\363\0\7\1\10\0\0\1\2\3"..., 4096, 0) = 64
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158041, 728012}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\1\361\n\302r\310\3\253\0\0\0\23\0\240\3\24\0\240\3|\2\365\0Q\1\n\0\0\0\2\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158042, 342535}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\2$\361\n\252w\310\3\253\0\0\0\24\0\240\3\0\0\0\0|\2\365\0Q\1\n\0\0\0\1\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\220\10\7\0\0\1\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0bs", 28}, {NULL, 0}, {"", 0}], 3) = 28
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3\362\n\246\5\0\0\0\0\10\377\7\0\0\31\31\10\201\2\370\0\0\0\0\0\0\0\0\0\0\10"..., 4096, 0) = 4096
brk(0x908f000) = 0x908f000
recv(4, "\n\377\0\0\0\0\0\0\1\1\1\0P\377\0\0\0\0\0\0\1\1\1\0R\377\0\0\0\0\0\0"..., 1720, 0) = 1720
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\220\1\5\0\3\0\1\0\0\0\0\0\0\0\0\0\5\0\5\0\220\1\4\0\3\0\2\0\0\0\0\0"..., 36}, {NULL, 0}, {"", 0}], 3) = 36
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
brk(0x90c0000) = 0x90c0000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/edit/s_info.txt", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=11407, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(7, "# File: s_info.txt\n\n\n# This file"..., 4096) = 4096
read(7, "%10\nf:Udun:Magic%10\nf:Demonology"..., 4096) = 4096
read(7, "gic\nE:Temporal:Antimagic\nE:Meta:"..., 4096) = 3215
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7724000, 4096) = 0
setuid32(1000) = 0
setgid32(1000) = 0
unlink("/var/games/tome/data/s_info.raw") = 0
open("/var/games/tome/data/s_info.raw", O_WRONLY|O_CREAT|O_EXCL, 0644) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
write(7, "\2\3\5\0<\0\304\1\30\0\0\0\360i\0\0a\2\0\0O\21\0\0", 24) = 24
write(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 27120) = 27120
write(7, "\0Magic-Device\0Spell-learning\0Sor"..., 609) = 609
write(7, "\0Eases the use of magical device"..., 4431) = 4431
close(7) = 0
brk(0x9091000) = 0x9091000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/s_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
read(7, "\2\3\5\0<\0\304\1\30\0\0\0\360i\0\0a\2\0\0O\21\0\0", 24) = 24
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 27120) = 27120
read(7, "\0Magic-Device\0Spell-learning\0Sor"..., 609) = 609
read(7, "\0Eases the use of magical device"..., 4431) = 4431
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\240\3\3\0\240\3\337\1\16\0 \0\5\0L\10\6\0\24\0\240\3\3\0\240\3"..., 180}, {NULL, 0}, {"", 0}], 3) = 180
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/ab_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/ab_info.txt", {st_mode=S_IFREG|0666, st_size=2762, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=2762, ...}) = 0
read(7, "# File: ab_info.txt\n\n\n# ", 24) = 24
close(7) = 0
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\10\6\0\24\0\240\3\3\0\240\3\2\0\16\0IgnoringL\22\t\0\24\0\240\3"..., 160}, {NULL, 0}, {"", 0}], 3) = 160
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158043, 616076}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\207\0\1\v\0\0\0\0\253\0\0\0\24\0\240\3\0\0\0\0|\2\365\0Q\1\n\0\0\0\0\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158043, 883038}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\207\0\1\v\0\0\0\0\253\0\0\0\24\0\240\3\0\0\0\0{\2$\1P\0019\0\0\0\0\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158047, 52942}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\2$\1\v\307\214\310\3\253\0\0\0\24\0\240\3\34\4@\0{\2$\1P\0019\0\0\0\1\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
brk(0x90c1000) = 0x90c1000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/edit/ab_info.txt", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=2762, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(7, "# File: ab_info.txt\n\n\n# This fil"..., 4096) = 2762
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7724000, 4096) = 0
setuid32(1000) = 0
setgid32(1000) = 0
unlink("/var/games/tome/data/ab_info.raw") = 0
open("/var/games/tome/data/ab_info.raw", O_WRONLY|O_CREAT|O_EXCL, 0644) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
write(7, "\2\3\5\0002\0p\0\30\0\0\0\340\25\0\0\247\0\0\0\375\4\0\0", 24) = 24
write(7, "\1\0\0\0\1\0\0\0\0\0\0\0\0\0\5\0\0\0\21\0\377\377\377\377\377\377\377\377\377\377\377\377"..., 5600) = 5600
write(7, "\0Spread blows\0Tree walking\0Perfe"..., 167) = 167
write(7, "\0If a monster dies to your attac"..., 1277) = 1277
close(7) = 0
brk(0x9098000) = 0x9098000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/ab_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
read(7, "\2\3\5\0002\0p\0\30\0\0\0\340\25\0\0\247\0\0\0\375\4\0\0", 24) = 24
read(7, "\1\0\0\0\1\0\0\0\0\0\0\0\0\0\5\0\0\0\21\0\377\377\377\377\377\377\377\377\377\377\377\377"..., 5600) = 5600
read(7, "\0Spread blows\0Tree walking\0Perfe"..., 167) = 167
read(7, "\0If a monster dies to your attac"..., 1277) = 1277
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\240\3\3\0\240\3\350\1\16\0 gnoL\10\6\0\24\0\240\3\3\0\240\3"..., 188}, {NULL, 0}, {"", 0}], 3) = 188
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
brk(0x90c3000) = 0x90c3000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/edit/al_info.txt", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=43467, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(7, "# File: al_info.txt\n\n\n# This fil"..., 4096) = 4096
read(7, " 35\n#define SV_FOOD_SLIME_MOLD "..., 4096) = 4096
read(7, "\nA:2:71:62:0:0:50:100000\nF:WRAIT"..., 4096) = 4096
read(7, "ade two essences of extra life,\n"..., 4096) = 4096
read(7, " Lightning\n\n#define ACT_BA_ELEC_"..., 4096) = 4096
read(7, "#define ACT_CONFUSE "..., 4096) = 4096
read(7, "ON_DETONATIONS\nI:71:22:6:EXPLOSI"..., 4096) = 4096
read(7, "LT\nI:66:22:4:FIRE\n\n#SV_ROD_HAVOC"..., 4096) = 4096
read(7, "20 Disperse Magic\nI:65:20:4:LIFE"..., 4096) = 4096
read(7, "EDGE\t\t},/*of Telepathy*/\nI:1:34:"..., 4096) = 4096
read(7, ":1:122:1:FIRE\t\t},/*of Flame*/\nI:"..., 4096) = 2507
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7724000, 4096) = 0
setuid32(1000) = 0
setgid32(1000) = 0
unlink("/var/games/tome/data/al_info.raw") = 0
open("/var/games/tome/data/al_info.raw", O_WRONLY|O_CREAT|O_EXCL, 0644) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
write(7, "\2\3\5\0\350\3\10\0\30\0\0\0@\37\0\0\307\16\0\0\300\35\0\0", 24) = 24
write(7, "\7\0\0\0P\0\1\0\1\0\0\0P\0\10\0\7\0\0\0P\1\1\0\16\0\0\0P\1\6\0"..., 8000) = 8000
write(7, "\0Add to Strength\0Ring of Strengt"..., 3783) = 3783
write(7, "\1\0\0\0\0\0\0\0(\0\0\0\1\0\0\0\210\23\0\0\1\0\0\0\21\0\0\0\"\0\0\0"..., 7616) = 7616
close(7) = 0
brk(0x9099000) = 0x9099000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/al_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
read(7, "\2\3\5\0\350\3\10\0\30\0\0\0@\37\0\0\307\16\0\0\300\35\0\0", 24) = 24
read(7, "\7\0\0\0P\0\1\0\1\0\0\0P\0\10\0\7\0\0\0P\1\1\0\16\0\0\0P\1\6\0"..., 8000) = 8000
read(7, "\0Add to Strength\0Ring of Strengt"..., 3783) = 3783
read(7, "\1\0\0\0\0\0\0\0(\0\0\0\1\0\0\0\210\23\0\0\1\0\0\0\21\0\0\0\"\0\0\0"..., 7616) = 7616
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\240\3\3\0\240\3\227\1g\1pgnoL\2\5\0\24\0\240\3\3\0\240\3"..., 60}, {NULL, 0}, {"", 0}], 3) = 60
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/p_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/p_info.txt", {st_mode=S_IFREG|0666, st_size=51327, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=51327, ...}) = 0
read(7, "# File: p_info.txt\n\n\n# T", 24) = 24
close(7) = 0
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\10\6\0\24\0\240\3\3\0\240\3\2\0\16\0IgnoringL\22\t\0\24\0\240\3"..., 156}, {NULL, 0}, {"", 0}], 3) = 156
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158049, 33276}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\2$\21\v4\217\310\3\253\0\0\0\24\0\240\3\34\4@\0{\2$\1P\0019\0\0\0\1\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
brk(0x90d7000) = 0x90d7000
brk(0x9106000) = 0x9106000
mmap2(NULL, 1712128, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7557000
brk(0x912e000) = 0x912e000
read(7, 0x906fb60, 88) = -1 EBADF (Bad file descriptor)
read(7, 0x906fbc0, 64) = -1 EBADF (Bad file descriptor)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/edit/p_info.txt", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=51327, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(7, "# File: p_info.txt\n\n\n# This file"..., 4096) = 4096
read(7, "hey don't believe in magic and c"..., 4096) = 4096
read(7, "maturgy\nC:a:k:+0:-100:Weaponmast"..., 4096) = 4096
read(7, "arming\nC:a:k:+0:+1000:Backstab\nC"..., 4096) = 4096
read(7, "Symbiosis\nC:a:k:+0:-100:Mimicry\n"..., 4096) = 4096
read(7, "ich all others are compared.\nR:D"..., 4096) = 4096
read(7, "\nR:D:Elves are the first born, t"..., 4096) = 4096
read(7, "| \nR:R:15:1\nR:F:SPEED | \nR:R:20:"..., 4096) = 4096
read(7, "_m_wt\n# S:E:weapons:torso:arms:f"..., 4096) = 4096
read(7, "0:0:0:0:0:0:0:0\nS:E:0:0:0:0:0:0\n"..., 4096) = 4096
read(7, ". \nH:33:87:9:54:110:Warrior. \n"..., 4096) = 4096
read(7, "143:50:65:66:50:and blue \nH:144:"..., 4096) = 4096
read(7, " a pile of dust, \nH:238:50:100:1"..., 4096) = 2175
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7724000, 4096) = 0
setuid32(1000) = 0
setgid32(1000) = 0
unlink("/var/games/tome/data/p_info.raw") = 0
open("/var/games/tome/data/p_info.raw", O_WRONLY|O_CREAT|O_EXCL, 0644) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
write(7, "\2\3\5\0\26\0$\f\30\0\0\0\30\v\1\0\252\0\0\0\312\37\0\0", 24) = 24
write(7, "\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 68376) = 68376
write(7, "\0Human\0Half-Elf\0Elf\0Hobbit\0Gnome"..., 170) = 170
write(7, "\0Humans are the second born, the"..., 8138) = 8138
write(7, "\2\3\5\0\n\0008\f\30\0\0\0000z\0\0\217\0\0\0\363\2\0\0", 24) = 24
write(7, "\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0d\0\0\0\0\0\0\0"..., 31280) = 31280
write(7, "\0 \0Vampire\0Spectre\0Skeleton\0Zomb"..., 143) = 143
write(7, "\0A normal member of the race.\0Va"..., 755) = 755
write(7, "\2\3\5\0 \0\260\320\30\0\0\0\0\26\32\0r\1\0\0U\17\0\0", 24) = 24
write(7, "\1\0\0\0\1\0\0\0;\0\0\0B\0\0\0J\0\0\0T\0\0\0\\\0\0\0f\0\0\0"..., 1709568) = 1709568
write(7, "\0Warrior\0Warrior\0Swordmaster\0Axe"..., 370) = 370
write(7, "\0Simple fighters, they hack away"..., 3925) = 3925
write(7, "6\10\0\0\n\0\1\0\2\0\31\0i\10\0\0\24\0\1\0\2\0#\0\232\10\0\0_\0\1\0"..., 3192) = 3192
write(7, "Classes -- The Classes of "..., 88) = 88
write(7, "\0\0\2\0\3\0\1\0\5\0\4\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 64) = 64
write(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 800) = 800
write(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 400) = 400
write(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 200) = 200
write(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 200) = 200
close(7) = 0
munmap(0xb7557000, 1712128) = 0
brk(0x909e000) = 0x909e000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/p_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
read(7, "\2\3\5\0\26\0$\f\30\0\0\0\30\v\1\0\252\0\0\0\312\37\0\0", 24) = 24
read(7, "\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 68376) = 68376
read(7, "\0Human\0Half-Elf\0Elf\0Hobbit\0Gnome"..., 170) = 170
read(7, "\0Humans are the second born, the"..., 8138) = 8138
read(7, "\2\3\5\0\n\0008\f\30\0\0\0000z\0\0\217\0\0\0\363\2\0\0", 24) = 24
read(7, "\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0d\0\0\0\0\0\0\0"..., 31280) = 31280
read(7, "\0 \0Vampire\0Spectre\0Skeleton\0Zomb"..., 143) = 143
read(7, "\0A normal member of the race.\0Va"..., 755) = 755
read(7, "\2\3\5\0 \0\260\320\30\0\0\0\0\26\32\0r\1\0\0U\17\0\0", 24) = 24
mmap2(NULL, 1712128, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7557000
read(7, "\1\0\0\0\1\0\0\0;\0\0\0B\0\0\0J\0\0\0T\0\0\0\\\0\0\0f\0\0\0"..., 1709568) = 1709568
read(7, "\0Warrior\0Warrior\0Swordmaster\0Axe"..., 370) = 370
read(7, "\0Simple fighters, they hack away"..., 3925) = 3925
read(7, "6\10\0\0\n\0\1\0\2\0\31\0i\10\0\0\24\0\1\0\2\0#\0\232\10\0\0_\0\1\0"..., 3192) = 3192
read(7, "Classes -- The Classes of "..., 88) = 88
read(7, "\0\0\2\0\3\0\1\0\5\0\4\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 64) = 64
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 800) = 800
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 400) = 400
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 200) = 200
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 200) = 200
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\240\3\3\0\240\3\337\1\16\0 gnoL\10\6\0\24\0\240\3\3\0\240\3"..., 216}, {NULL, 0}, {"", 0}], 3) = 216
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/f_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/f_info.txt", {st_mode=S_IFREG|0666, st_size=18893, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=18893, ...}) = 0
read(7, "# File: f_info.txt\n\n\n# T", 24) = 24
close(7) = 0
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\10\6\0\24\0\240\3\3\0\240\3\2\0\16\0IgnoringL\22\t\0\24\0\240\3"..., 156}, {NULL, 0}, {"", 0}], 3) = 156
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158049, 671035}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\2$ \v\225\220\310\3\253\0\0\0\24\0\240\3\34\4@\0{\2$\1P\0019\0\0\0\1\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
brk(0x90c1000) = 0x90c1000
brk(0x90e9000) = 0x90e9000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/edit/f_info.txt", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=18893, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(7, "# File: f_info.txt\n\n\n# This file"..., 4096) = 4096
read(7, "ALK | CAN_PASS | NO_VISION | REM"..., 4096) = 4096
read(7, " rune\nG:*:R\nF:FLOOR | CAN_LEVITA"..., 4096) = 4096
read(7, "ICE | PERMANENT | CAN_RUN\nD:0:A "..., 4096) = 4096
read(7, "CE_RUNNING | CAN_RUN | SUPPORT_L"..., 4096) = 2509
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7724000, 4096) = 0
setuid32(1000) = 0
setgid32(1000) = 0
unlink("/var/games/tome/data/f_info.raw") = 0
open("/var/games/tome/data/f_info.raw", O_WRONLY|O_CREAT|O_EXCL, 0644) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
write(7, "\2\3\5\0\0\1h\0\30\0\0\0\0h\0\0{\7\0\0\372\v\0\0", 24) = 24
write(7, "\1\0\0\0\1\0\0\0\32\0\0\0:\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\1 \0\0"..., 26624) = 26624
write(7, "\0nothing\0open floor\0fountain\0gly"..., 1915) = 1915
write(7, "\0a wall blocking your way\0You ca"..., 3066) = 3066
close(7) = 0
brk(0x90ba000) = 0x90ba000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/f_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
read(7, "\2\3\5\0\0\1h\0\30\0\0\0\0h\0\0{\7\0\0\372\v\0\0", 24) = 24
read(7, "\1\0\0\0\1\0\0\0\32\0\0\0:\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\1 \0\0"..., 26624) = 26624
read(7, "\0nothing\0open floor\0fountain\0gly"..., 1915) = 1915
read(7, "\0a wall blocking your way\0You ca"..., 3066) = 3066
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\240\3\3\0\240\3\337\1\16\0 gnoL\10\6\0\24\0\240\3\3\0\240\3"..., 184}, {NULL, 0}, {"", 0}], 3) = 184
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/k_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/k_info.txt", {st_mode=S_IFREG|0666, st_size=128863, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=128863, ...}) = 0
read(7, "# File: k_info.txt\n\n\n# T", 24) = 24
close(7) = 0
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\10\6\0\24\0\240\3\3\0\240\3\2\0\16\0IgnoringL\22\t\0\24\0\240\3"..., 156}, {NULL, 0}, {"", 0}], 3) = 156
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158049, 994451}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\2$-\v\352\221\310\3\253\0\0\0\24\0\240\3\34\4@\0{\2$\1P\0019\0\0\0\1\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
brk(0x90e3000) = 0x90e3000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/edit/k_info.txt", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=128863, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(7, "# File: k_info.txt\n\n\n# This file"..., 4096) = 4096
read(7, "this mushroom will reduce your s"..., 4096) = 4096
read(7, "3/1\nP:0:1d5:0:0:0\nF:SHOW_MODS\nD:"..., 4096) = 4096
read(7, "rush and cut your adversary.\n\nN:"..., 4096) = 4096
read(7, "A:15/1\nP:0:2d8:0:0:0\nF:SHOW_MODS"..., 4096) = 4096
read(7, "g tool for shovelling away rubbl"..., 4096) = 4096
read(7, "6:5:0\nW:3:0:90:35\nA:3/1\nP:5:1d1:"..., 4096) = 4096
read(7, "F:RES_DARK | RES_LITE | STEALTH\n"..., 4096) = 4096
read(7, "1\nF:CURSED | STR | HIDE_TYPE\nf:S"..., 4096) = 4096
read(7, "u all over the place.\n\nN:167:Slo"..., 4096) = 4096
read(7, "n\nG:?:d\nI:70:9:0\nW:10:0:5:40\nA:1"..., 4096) = 4096
read(7, "ing you to replenish their spent"..., 4096) = 4096
read(7, "k your physical power to its ful"..., 4096) = 4096
read(7, "oction which drains force from y"..., 4096) = 4096
read(7, "\nP:0:1d1:0:0:0\n\nN:278:Dig\nG:-:d\n"..., 4096) = 4096
read(7, "e\nG:_:d\nI:55:18:-1:SPELL=Genocid"..., 4096) = 4096
read(7, "000\nW:1:0:30:2\nA:1/1\nP:0:1d1:0:0"..., 4096) = 4096
read(7, "\nN:371:Enlightenment\nG:-:d\nI:66:"..., 4096) = 4096
read(7, " | IGNORE_FIRE | IGNORE_COLD\nD:A"..., 4096) = 4096
read(7, "st get some of it on your\nD:hand"..., 4096) = 4096
read(7, "19:0\nW:5:0:4:0\nA:5/1\nP:0:1d1:0:0"..., 4096) = 4096
read(7, "alantir~\nG:~:y\nI:39:107:0\nW:75:0"..., 4096) = 4096
read(7, "10:0:2:5000000\nF:INSTA_ART\n\n\n###"..., 4096) = 4096
read(7, "seful for\nD:shattering and smash"..., 4096) = 4096
read(7, " IGNORE_COLD | IGNORE_ELEC\nD:It "..., 4096) = 4096
read(7, "at are rumoured to exist upon Ar"..., 4096) = 4096
read(7, "piece of wood, its \"forward\" edg"..., 4096) = 4096
read(7, "es ###\n\nN:679:Self\nG:?:b\nI:105:0"..., 4096) = 4096
read(7, "nder how many people had it befo"..., 4096) = 4096
read(7, "GNORE_ACID | IGNORE_ELEC | IGNOR"..., 4096) = 4096
read(7, "d~ of#\nG:-:s\nI:67:20:0\nW:15:0:15"..., 4096) = 4096
read(7, "em which a Summoner can use to r"..., 4096) = 1887
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7724000, 4096) = 0
setuid32(1000) = 0
setgid32(1000) = 0
unlink("/var/games/tome/data/k_info.raw") = 0
open("/var/games/tome/data/k_info.raw", O_WRONLY|O_CREAT|O_EXCL, 0644) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
write(7, "\2\3\5\0003\3t\0\30\0\0\0\34s\1\0m&\0\0W\347\0\0", 24) = 24
write(7, "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 95004) = 95004
write(7, "\0something\0Blindness\0Paranoia\0Co"..., 9837) = 9837
write(7, "\0'E'ating this mushrooms will bl"..., 59223) = 59223
close(7) = 0
brk(0x90c2000) = 0x90c2000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/k_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
read(7, "\2\3\5\0003\3t\0\30\0\0\0\34s\1\0m&\0\0W\347\0\0", 24) = 24
read(7, "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 95004) = 95004
read(7, "\0something\0Blindness\0Paranoia\0Co"..., 9837) = 9837
brk(0x90ea000) = 0x90ea000
read(7, "\0'E'ating this mushrooms will bl"..., 59223) = 59223
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\240\3\3\0\240\3\337\1\16\0 gnoL\10\6\0\24\0\240\3\3\0\240\3"..., 184}, {NULL, 0}, {"", 0}], 3) = 184
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/a_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/a_info.txt", {st_mode=S_IFREG|0666, st_size=79914, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=79914, ...}) = 0
read(7, "# File: a_info.txt\n\n\n# T", 24) = 24
close(7) = 0
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\10\6\0\24\0\240\3\3\0\240\3\2\0\16\0IgnoringL\22\t\0\24\0\240\3"..., 156}, {NULL, 0}, {"", 0}], 3) = 156
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158050, 361067}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\2$:\v3\223\310\3\253\0\0\0\24\0\240\3\34\4@\0{\2$\1P\0019\0\0\0\1\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
brk(0x9117000) = 0x9117000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/edit/a_info.txt", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=79914, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(7, "# File: a_info.txt\n\n\n# This file"..., 4096) = 4096
read(7, "d1:6:6:0\nF:STR | INT | WIS | DEX"..., 4096) = 4096
read(7, "real.\n\n\n# The Spear of Melkor\n\nN"..., 4096) = 4096
read(7, "e user from fire and \nD:imps are"..., 4096) = 4096
read(7, "lm as steady as the heroes of th"..., 4096) = 4096
read(7, "lay in Luthien, the most beautif"..., 4096) = 4096
read(7, "on. It's rather nasty and deals"..., 4096) = 4096
read(7, "90:150:95000\nP:0:2d5:12:16:0\nF:S"..., 4096) = 4096
read(7, "EAR | FREE_ACT | BLESSED | LUCK\n"..., 4096) = 4096
read(7, "ielder becomes aware of \nD:the m"..., 4096) = 4096
read(7, "LAY_ORC | FREE_ACT | \nF:RES_ACID"..., 4096) = 4096
read(7, "lail 'Thunderfist'\n\nN:113:'Thund"..., 4096) = 4096
read(7, "as \nD:though moonlit, and it can"..., 4096) = 4096
read(7, "he elements.\n\n\n# The Harp of Mag"..., 4096) = 4096
read(7, " of the fates are \nD:at the comm"..., 4096) = 4096
read(7, "hter Axe 'Naturebane'\n\nN:158:'Na"..., 4096) = 4096
read(7, "Cap of Celebrimbor\n\nN:170:of Cel"..., 4096) = 4096
read(7, "ORE=EOL\nD:The iron-shod gauntlet"..., 4096) = 4096
read(7, "RES_ACID | \nF:INSTA_ART | SPECIA"..., 4096) = 4096
read(7, "_DARK | SPECIAL_GENE\nD:Bearing t"..., 4096) = 2090
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7724000, 4096) = 0
setuid32(1000) = 0
setgid32(1000) = 0
unlink("/var/games/tome/data/a_info.raw") = 0
open("/var/games/tome/data/a_info.raw", O_WRONLY|O_CREAT|O_EXCL, 0644) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
write(7, "\2\3\5\0\333\0X\0\30\0\0\0HK\0\0*\t\0\0ut\0\0", 24) = 24
write(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 19272) = 19272
write(7, "\0of Galadriel\0of Elendil\0of Thra"..., 2346) = 2346
write(7, "\0A small crystal phial, with the"..., 29813) = 29813
close(7) = 0
brk(0x90ea000) = 0x90ea000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/a_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
read(7, "\2\3\5\0\333\0X\0\30\0\0\0HK\0\0*\t\0\0ut\0\0", 24) = 24
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 19272) = 19272
read(7, "\0of Galadriel\0of Elendil\0of Thra"..., 2346) = 2346
read(7, "\0A small crystal phial, with the"..., 29813) = 29813
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\240\3\3\0\240\3\337\1\16\0 gnoL\10\6\0\24\0\240\3\3\0\240\3"..., 212}, {NULL, 0}, {"", 0}], 3) = 212
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/set_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/set_info.txt", {st_mode=S_IFREG|0666, st_size=1475, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=1475, ...}) = 0
read(7, "# File: set_info.txt\n\n\n#", 24) = 24
close(7) = 0
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\10\6\0\24\0\240\3\3\0\240\3\2\0\16\0IgnoringL\22\t\0\24\0\240\3"..., 160}, {NULL, 0}, {"", 0}], 3) = 160
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158050, 678427}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\2$H\v\20\225\310\3\253\0\0\0\24\0\240\3\34\4@\0{\2$\1P\0019\0\0\0\1\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
brk(0x9121000) = 0x9121000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/edit/set_info.txt", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=1475, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(7, "# File: set_info.txt\n\n\n# This fi"..., 4096) = 1475
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7724000, 4096) = 0
setuid32(1000) = 0
setgid32(1000) = 0
unlink("/var/games/tome/data/set_info.raw") = 0
open("/var/games/tome/data/set_info.raw", O_WRONLY|O_CREAT|O_EXCL, 0644) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
write(7, "\2\3\5\0\n\0\314\3\30\0\0\0\370%\0\0009\0\0\0\376\0\0\0", 24) = 24
write(7, "\1\0\0\0\1\0\0\0\2\0\0\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 9720) = 9720
write(7, "\0Elven Gifts\0Dragon Slayer\0The T"..., 57) = 57
write(7, "\0It is from a group of Elven ite"..., 254) = 254
close(7) = 0
brk(0x90f7000) = 0x90f7000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/set_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
read(7, "\2\3\5\0\n\0\314\3\30\0\0\0\370%\0\0009\0\0\0\376\0\0\0", 24) = 24
read(7, "\1\0\0\0\1\0\0\0\2\0\0\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 9720) = 9720
read(7, "\0Elven Gifts\0Dragon Slayer\0The T"..., 57) = 57
read(7, "\0It is from a group of Elven ite"..., 254) = 254
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\240\3\3\0\240\3\361\1\16\0 gnoL\10\6\0\24\0\240\3\3\0\240\3"..., 236}, {NULL, 0}, {"", 0}], 3) = 236
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/e_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/e_info.txt", {st_mode=S_IFREG|0666, st_size=30705, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=30705, ...}) = 0
read(7, "# File: e_info.txt\n\n\n# T", 24) = 24
close(7) = 0
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\10\6\0\24\0\240\3\3\0\240\3\2\0\16\0IgnoringL\22\t\0\24\0\240\3"..., 156}, {NULL, 0}, {"", 0}], 3) = 156
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158051, 137393}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\4W\v\272\231\310\3\253\0\0\0\23\0\240\3\24\0\240\3\276\1\352\0\223\0\377\377\0\0\0\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158052, 318624}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\4W\vZ\232\310\3\253\0\0\0\23\0\240\3\24\0\240\3\220\1\353\0e\0\0\0\0\0\0\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158052, 478367}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\2W\vb\233\310\3\253\0\0\0\23\0\240\3\0\0\0\0\217\1\363\0d\0\10\0\0\1\1\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\10\2W\vc\233\310\3\253\0\0\0\23\0\240\3\0\0\0\0\217\1\363\0d\0\10\0\0\1\2\3"..., 4096, 0) = 64
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158052, 744207}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\1W\v\212\234\310\3\253\0\0\0\23\0\240\3\24\0\240\3\237\1\366\0t\0\v\0\0\0\2\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158053, 38554}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\4W\v\2\235\310\3\253\0\0\0\23\0\240\3\24\0\240\3\212\1\346\0_\0\373\377\0\0\0\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158053, 158455}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\4W\vJ\235\310\3\253\0\0\0\230\0\240\3\231\0\240\3M\1\330\0L\1\306\0\0\0\0\2", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158053, 230393}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\4W\v\322\235\310\3\253\0\0\0\230\0\240\3\231\0\240\3\276\0\0\0\275\0\356\377\0\0\0\2", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158053, 373667}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0W\v&\0\240\3\246\1\0\0\334\244\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0W\v9\0\240\3\246\1\0\0\334\244\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0W\vL\0\240\3\246\1\0\0\335\244\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0W\v_\0\240\3\246\1\0\0\336\244\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0W\vr\0\240\3\246\1\0\0\336\244\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, "\34\0W\v\205\0\240\3\246\1\0\0\337\244\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0W\v\230\0\240\3\246\1\0\0\337\244\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158055, 172191}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0W\v\23\0\240\3\246\1\0\0\342\244\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158055, 174508}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\n\3W\v\23\0\240\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", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158055, 285689}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\f\0W\vs\0\240\3\3\2\0\0\321\0\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158056, 601639}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0W\v\23\0\240\3\246\1\0\0005\253\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158056, 793543}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0W\v&\0\240\3\246\1\0\0007\253\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158056, 796090}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0W\v9\0\240\3\246\1\0\0:\253\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158056, 798724}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0W\vL\0\240\3\246\1\0\0<\253\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158056, 801370}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0W\v_\0\240\3\246\1\0\0=\253\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158056, 803461}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0W\vr\0\240\3\246\1\0\0?\253\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158056, 806901}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0W\v\205\0\240\3\246\1\0\0C\253\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158056, 810555}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0W\v\230\0\240\3\246\1\0\0F\253\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158056, 815074}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0W\v\23\0\240\3\246\1\0\0z\261\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, "\34\0W\v&\0\240\3\246\1\0\0{\261\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0W\v9\0\240\3\246\1\0\0|\261\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, "\34\0W\vL\0\240\3\246\1\0\0|\261\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0W\v_\0\240\3\246\1\0\0}\261\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0W\vr\0\240\3\246\1\0\0}\261\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, "\34\0W\v\205\0\240\3\246\1\0\0~\261\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0W\v\230\0\240\3\246\1\0\0~\261\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158058, 403835}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\f\0W\vs\0\240\3\3\2\0\0\321\0\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158059, 45110}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0W\v\23\0\240\3\246\1\0\0007\266\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0W\v&\0\240\3\246\1\0\0008\266\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, "\34\0W\v9\0\240\3\246\1\0\0009\266\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0W\vL\0\240\3\246\1\0\0:\266\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, "\34\0W\v_\0\240\3\246\1\0\0:\266\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, "\34\0W\vr\0\240\3\246\1\0\0;\266\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, "\34\0W\v\205\0\240\3\246\1\0\0<\266\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, "\34\0W\v\230\0\240\3\246\1\0\0=\266\310\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158059, 616628}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\4W\vZ\364\310\3\253\0\0\0\23\0\240\3\24\0\240\3\240\3\260\1u\2\305\0\0\0\0\2", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158075, 518510}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\2W\v\322\364\310\3\253\0\0\0\23\0\240\3\0\0\0\0\352\3\250\1\277\2\275\0\0\1\1\2", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158075, 639550}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\t\3W\v\23\0\240\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"..., 4096, 0) = 96
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L/\20\0\24\0\240\3\3\0\240\3\2\0\16\0Ignoring obsolet"..., 3380}, {NULL, 0}, {"", 0}], 3) = 3380
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158075, 650725}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\2W\v\334\364\310\3\253\0\0\0\23\0\240\3\0\0\0\0\352\3\250\1\277\2\275\0\0\1\2\3"..., 4096, 0) = 64
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158075, 656735}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\1\276\v2\365\310\3\253\0\0\0\23\0\240\3\24\0\240\3\352\3\250\1\277\2\275\0\0\0\2\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158075, 734581}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\4\276\vr\367\310\3\253\0\0\0\23\0\240\3\24\0\240\0034\2\347\0\t\1\374\377\0\0\0\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158076, 310419}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\n\3\276\v\23\0\240\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", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158077, 56184}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\4\276\v\252 \311\3\253\0\0\0\23\0\240\3\24\0\240\3\240\3\220\1u\2\245\0\0\0\0\2", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158086, 862435}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\2\276\v2!\311\3\253\0\0\0\23\0\240\3\0\0\0\0\275\3\220\1\222\2\245\0\0\1\1\2", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158086, 998828}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\t\3\276\v\23\0\240\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"..., 4096, 0) = 64
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLIN|POLLOUT}])
recv(4, "\10\2\276\v5!\311\3\253\0\0\0\23\0\240\3\0\0\0\0\275\3\220\1\222\2\245\0\0\1\2\3"..., 4096, 0) = 64
writev(4, [{"L/\20\0\24\0\240\3\3\0\240\3\2\0\16\0Ignoring obsolet"..., 3260}, {NULL, 0}, {"", 0}], 3) = 3260
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158087, 12028}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\1\"\f\222!\311\3\253\0\0\0\23\0\240\3\24\0\240\3\275\3\220\1\222\2\245\0\0\0\2\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158087, 94504}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\4\"\fJ$\311\3\253\0\0\0\23\0\240\3\24\0\240\3\220\1\352\0e\0\377\377\0\0\0\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158087, 790520}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\4\"\f\262$\311\3\253\0\0\0\23\0\240\3\24\0\240\3\200\1\353\0U\0\0\0\0\0\0\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158087, 894358}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\4\"\f2%\311\3\253\0\0\0\23\0\240\3\24\0\240\3n\1\346\0C\0\373\377\0\0\0\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158088, 22293}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\"\f\23\0\240\3\246\1\0\0\33-\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, "\34\0\"\f&\0\240\3\246\1\0\0\34-\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, "\34\0\"\f9\0\240\3\246\1\0\0\34-\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0\"\fL\0\240\3\246\1\0\0\35-\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, "\34\0\"\f_\0\240\3\246\1\0\0\36-\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0\"\fr\0\240\3\246\1\0\0\37-\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0\"\f\205\0\240\3\246\1\0\0\37-\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, "\34\0\"\f\230\0\240\3\246\1\0\0 -\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158090, 52037}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\n\3\"\f\23\0\240\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", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158090, 132384}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\"\f\23\0\240\3\246\1\0\0\3669\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, "\34\0\"\f&\0\240\3\246\1\0\0\3679\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, "\34\0\"\f9\0\240\3\246\1\0\0\3709\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, "\34\0\"\fL\0\240\3\246\1\0\0\3719\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158093, 341091}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\"\f_\0\240\3\246\1\0\0\3719\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0\"\fr\0\240\3\246\1\0\0\3739\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\"\f\205\0\240\3\246\1\0\0\3749\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0\"\f\230\0\240\3\246\1\0\0\3759\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158093, 345079}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\t\3\"\f\23\0\240\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"..., 4096, 0) = 384
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L/\20\0\24\0\240\3\3\0\240\3\2\0\16\0Ignoring obsolet"..., 3864}, {NULL, 0}, {"", 0}], 3) = 3864
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158126, 854915}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\217\f\23\0\240\3\246\1\0\0\261\275\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\217\f&\0\240\3\246\1\0\0\262\275\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\217\f9\0\240\3\246\1\0\0\263\275\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\217\fL\0\240\3\246\1\0\0\264\275\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\217\f_\0\240\3\246\1\0\0\265\275\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\217\fr\0\240\3\246\1\0\0\266\275\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0\217\f\205\0\240\3\246\1\0\0\267\275\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\217\f\230\0\240\3\246\1\0\0\270\275\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158127, 68426}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\4\217\f\312\277\311\3\253\0\0\0\23\0\240\3\24\0\240\3\215\1\361\0b\0\6\0\0\0\0\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158127, 598387}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\2\217\f\262\300\311\3\253\0\0\0\23\0\240\3\0\0\0\0?\2U\1\24\1j\0\0\1\1\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158127, 831288}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\2\217\f\265\300\311\3\253\0\0\0\23\0\240\3\0\0\0\0?\2U\1\24\1j\0\0\1\2\3"..., 4096, 0) = 64
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158127, 833905}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\f\0\217\fs\0\240\3\3\2\0\0\321\0\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158127, 888144}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\1\217\f\22\301\311\3\253\0\0\0\23\0\240\3\24\0\240\3?\2U\1\24\1j\0\0\0\2\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158127, 926483}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\2A\217\f\312\302\311\3\253\0\0\0\24\0\240\3\0\0\0\0?\2U\1\24\1j\0\0\0\1\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
brk(0x9134000) = 0x9134000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/edit/e_info.txt", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=30705, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(7, "# File: e_info.txt\n\n\n# This file"..., 4096) = 4096
read(7, "WIS | SUST_CHR | \nF:HOLD_LIFE | "..., 4096) = 4096
read(7, "\n### Cloaks ###\n\nN:41:of Protect"..., 4096) = 4096
read(7, "\n# The \"Elemental\" brands (4) (6"..., 4096) = 4096
read(7, "55\nX:A:24:24\nW:0:2:44:8000\nC:0:0"..., 4096) = 4096
read(7, "0:99\nT:17:0:99\nT:18:0:99\nX:A:23:"..., 4096) = 4096
read(7, "C:0:0:0:3\nR:100\nF:PVAL_M5 | PVAL"..., 4096) = 4096
read(7, "1:66:20000\nT:21:12:99\nT:22:10:99"..., 4096) = 2033
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7724000, 4096) = 0
setuid32(1000) = 0
setgid32(1000) = 0
unlink("/var/games/tome/data/e_info.raw") = 0
open("/var/games/tome/data/e_info.raw", O_WRONLY|O_CREAT|O_EXCL, 0644) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
write(7, "\2\3\5\0\310\0|\1\30\0\0\0\340(\1\0004\t\0\0\1\0\0\0", 24) = 24
write(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 76000) = 76000
write(7, "\0of Mana\0of Power\0of Wizardry\0of"..., 2356) = 2356
write(7, "\0", 1) = 1
close(7) = 0
brk(0x90f9000) = 0x90f9000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/e_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
read(7, "\2\3\5\0\310\0|\1\30\0\0\0\340(\1\0004\t\0\0\1\0\0\0", 24) = 24
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 76000) = 76000
read(7, "\0of Mana\0of Power\0of Wizardry\0of"..., 2356) = 2356
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\240\3\3\0\240\3\337\1\16\0 gnoL\10\6\0\24\0\240\3\3\0\240\3"..., 184}, {NULL, 0}, {"", 0}], 3) = 184
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/ra_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/ra_info.txt", {st_mode=S_IFREG|0666, st_size=17699, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=17699, ...}) = 0
read(7, "# File: ra_info.txt\n\n\n# ", 24) = 24
close(7) = 0
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\10\6\0\24\0\240\3\3\0\240\3\2\0\16\0IgnoringL\22\t\0\24\0\240\3"..., 160}, {NULL, 0}, {"", 0}], 3) = 160
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158128, 414385}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\234\f\23\0\240\3\246\1\0\0\354\303\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158128, 656326}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\234\f&\0\240\3\246\1\0\0\356\303\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158128, 658838}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\234\f9\0\240\3\246\1\0\0\361\303\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158128, 661179}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\234\fL\0\240\3\246\1\0\0\363\303\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158128, 663647}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\234\f_\0\240\3\246\1\0\0\366\303\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158128, 665832}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\234\fr\0\240\3\246\1\0\0\370\303\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158128, 668413}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\234\f\205\0\240\3\246\1\0\0\373\303\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158128, 671082}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\234\f\230\0\240\3\246\1\0\0\375\303\311\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158128, 673562}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\2A\234\f\251\306\311\3\253\0\0\0\24\0\240\3\0\0\0\0?\2U\1\24\1j\0\0\0\1\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
brk(0x911e000) = 0x911e000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/edit/ra_info.txt", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=17699, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7724000
read(7, "# File: ra_info.txt\n\n\n# This fil"..., 4096) = 4096
read(7, ":255\nT:22:0:255\nT:24:0:255\nW:2:1"..., 4096) = 4096
read(7, "38\nC:0:0:0:0\nF:XTRA_SHOTS\n\nN:97\n"..., 4096) = 4096
read(7, "55\nT:37:0:255\nT:38:0:255\nT:40:0:"..., 4096) = 4096
read(7, ":1\nT:45:0:255\nC:0:0:0:5\nW:40:1:9"..., 4096) = 1315
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7724000, 4096) = 0
setuid32(1000) = 0
setgid32(1000) = 0
unlink("/var/games/tome/data/ra_info.raw") = 0
open("/var/games/tome/data/ra_info.raw", O_WRONLY|O_CREAT|O_EXCL, 0644) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
write(7, "\2\3\5\0\4\2\214\0\30\0\0\0000\32\1\0\0\0\0\0\0\0\0\0", 24) = 24
write(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 72240) = 72240
write(7, "d\0\0\0\1\0\0\0\5\0\0\0\1\0\0\0\16\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0"..., 480) = 480
close(7) = 0
brk(0x910c000) = 0x910c000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/ra_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
read(7, "\2\3\5\0\4\2\214\0\30\0\0\0000\32\1\0\0\0\0\0\0\0\0\0", 24) = 24
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 72240) = 72240
read(7, "d\0\0\0\1\0\0\0\5\0\0\0\1\0\0\0\16\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0"..., 480) = 480
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\240\3\3\0\240\3\350\1\16\0 gnoL\10\6\0\24\0\240\3\3\0\240\3"..., 200}, {NULL, 0}, {"", 0}], 3) = 200
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/r_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/r_info.txt", {st_mode=S_IFREG|0666, st_size=508505, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=508505, ...}) = 0
read(7, "# File: r_info.txt\n# Wit", 24) = 24
close(7) = 0
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\10\6\0\24\0\240\3\3\0\240\3\2\0\16\0IgnoringL\22\t\0\24\0\240\3"..., 156}, {NULL, 0}, {"", 0}], 3) = 156
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158129, 410542}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\207\0\252\f\0\0\0\0\253\0\0\0\24\0\240\3\0\0\0\0?\2U\1\24\1j\0\0\0\0\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158129, 689259}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\2A\252\fn\310\311\3\253\0\0\0\24\0\240\3'\4@\0?\2U\1\24\1j\0\0\0\1\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
mmap2(NULL, 180224, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb752b000
brk(0x9146000) = 0x9146000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/edit/r_info.txt", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=508505, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb752a000
read(7, "# File: r_info.txt\n# With new mo"..., 4096) = 4096
read(7, "ual presentation\n# of the creatu"..., 4096) = 4096
read(7, "X the\n# number of monster tu"..., 4096) = 4096
read(7, "N | WILD_ONLY | DROP_1D2 | \nF:TA"..., 4096) = 4096
read(7, "lish, slimy, icky creature. \n\nN:"..., 4096) = 4096
read(7, "looks quite tasty. It doesn't s"..., 4096) = 4096
read(7, "\nE:0:1:0:2:1:0\nO:0:0:0:0\nB:BITE:"..., 4096) = 4096
read(7, "GBAND\nS:MULTIPLY\nD:It is six inc"..., 4096) = 4096
read(7, "TUPID | EMPTY_MIND | CAN_SWIM |\n"..., 4096) = 4096
read(7, "OOL:*\nF:EVIL | OPEN_DOOR | BASH_"..., 4096) = 4096
read(7, "G:z:g\nI:130:7d8:30:15:20\nW:6:2:3"..., 4096) = 4096
read(7, "\nW:8:1:0:15\nE:1:1:1:2:1:1\nO:0:0:"..., 4096) = 4096
read(7, "AT_ITEM\nF:UNIQUE | MALE | FORCE_"..., 4096) = 4096
read(7, " | NO_FEAR | CAN_FLY | WILD_WOOD"..., 4096) = 4096
read(7, " unaccustomed to light and \nD:it"..., 4096) = 4096
read(7, "TE:POISON:1d6\nB:BITE:POISON:1d6\n"..., 4096) = 4096
read(7, "COLD_BLOOD | \nF:STUPID | EMPTY_M"..., 4096) = 4096
read(7, "L | MORTAL | BASEANGBAND\nS:MULTI"..., 4096) = 4096
read(7, "aked faintly as the boughs moved"..., 4096) = 4096
read(7, "R | \nF:EVIL | DRAGON | NO_CONF |"..., 4096) = 4096
read(7, "ND | COLD_BLOOD | OPEN_DOOR | BA"..., 4096) = 4096
read(7, "00:50\nE:1:1:1:2:1:1\nO:20:0:80:0\n"..., 4096) = 4096
read(7, "| \nF:RAND_50 | \nF:OPEN_DOOR | BA"..., 4096) = 4096
read(7, "MORTAL | BASEANGBAND | HAS_LITE\n"..., 4096) = 4096
read(7, "ng vast pairs of dorsal fins or "..., 4096) = 4096
read(7, "N_SWIM |\nF:IM_ACID | IM_FIRE | I"..., 4096) = 4096
read(7, " \nF:ONLY_ITEM | DROP_1D2 | \nF:SM"..., 4096) = 4096
read(7, "LETON | DROP_CORPSE | \nF:ANIMAL "..., 4096) = 4096
read(7, ":u\nI:110:20d8:20:50:30\nW:18:2:23"..., 4096) = 4096
read(7, " as \"neek-breek, \nD:neek-breek\"."..., 4096) = 4096
read(7, "s beast as it floats towards you"..., 4096) = 4096
read(7, "clouds. \n\nN:350:Ugluk, the Uruk\n"..., 4096) = 4096
read(7, ":10d5\nF:EMPTY_MIND | BASH_DOOR |"..., 4096) = 4096
read(7, "\nI:110:15d11:20:40:40\nW:23:1:190"..., 4096) = 4096
read(7, " \nD:being, full of mischief. \n\nN"..., 4096) = 4096
read(7, "AR | ATTR_CLEAR | INVISIBLE | CO"..., 4096) = 4096
read(7, "ch will suck your life and deliv"..., 4096) = 4096
read(7, "TEM | OPEN_DOOR | BASH_DOOR | \nF"..., 4096) = 4096
read(7, "t mostly resembles a slug-shaped"..., 4096) = 4096
read(7, "BITE:EXP_20:2d6\nF:FORCE_SLEEP | "..., 4096) = 4096
read(7, "\nS:1_IN_3\nS:SHRIEK | CONF | S_HY"..., 4096) = 4096
read(7, "| FORCE_MAXHP | KILL_BODY | KILL"..., 4096) = 4096
read(7, "PSE | ATTR_MULTI\nF:OPEN_DOOR | B"..., 4096) = 4096
read(7, "T:16d2\nB:BITE:HURT:4d10\nF:CAN_FL"..., 4096) = 4096
read(7, "DOOR | WILD_TOO | DROP_CORPSE | "..., 4096) = 4096
read(7, "0:0:0\nB:GAZE:PARALYZE:1d4\nB:GAZE"..., 4096) = 4096
read(7, "red for his ferocity. \n\nN:497:An"..., 4096) = 4096
read(7, "P_CORPSE | \nF:ONLY_ITEM | DROP_1"..., 4096) = 4096
read(7, ":0:0:0\nB:HIT:HURT:1d6\nB:HIT:HURT"..., 4096) = 4096
read(7, "EAL | HASTE | BLIND | SCARE | S_"..., 4096) = 4096
read(7, "\nW:35:3:0:550\nE:0:0:0:0:0:0\nO:35"..., 4096) = 4096
read(7, "| BASEANGBAND\nS:1_IN_5 | \nS:BR_I"..., 4096) = 4096
read(7, "RT:4d8\nB:BITE:EXP_40:3d9\nF:FORCE"..., 4096) = 4096
read(7, "ill-tender scales are a \nD:tarni"..., 4096) = 4096
read(7, " |\nS:CONF | S_DEMON | S_UNDEAD\nD"..., 4096) = 4096
read(7, "TO | TELE_AWAY | TELE_LEVEL |\nS:"..., 4096) = 4096
read(7, " | IM_POIS | \nF:NO_CONF | NO_SLE"..., 4096) = 4096
read(7, "WAY | SHRIEK\nD:A vastly intellig"..., 4096) = 4096
read(7, "16d100:30:80:10\nW:40:3:1600:6000"..., 4096) = 4096
read(7, "\nW:39:2:2000:5000\nE:1:1:1:2:1:1\n"..., 4096) = 4096
read(7, "veloped in clouds of poisonous v"..., 4096) = 4096
read(7, "DY |\nF:CAN_SWIM | NO_CONF | NO_S"..., 4096) = 4096
read(7, "DROP_CORPSE | \nF:ANIMAL | IM_FIR"..., 4096) = 4096
read(7, "LD | NO_CONF | NO_SLEEP | BASEAN"..., 4096) = 4096
read(7, "O_CONF|\nF:OPEN_DOOR | BASH_DOOR "..., 4096) = 4096
read(7, "OSE_DEX:2d12\nF:FORCE_SLEEP | FOR"..., 4096) = 4096
read(7, "N_FLY |\nF:IM_ACID | IM_FIRE | IM"..., 4096) = 4096
read(7, " UNDEAD | EVIL | \nF:FORCE_SLEEP "..., 4096) = 4096
read(7, "THANGBAND | HAS_LITE | NO_CUT\nS:"..., 4096) = 4096
read(7, "ul grasping.\" \n\nN:685:Shoggoth\nG"..., 4096) = 4096
read(7, "SLEEP | FORCE_MAXHP | RES_TELE |"..., 4096) = 4096
read(7, "AUSE_3 | \nS:BR_FIRE\nD:Smaug is o"..., 4096) = 4096
read(7, "DOOR | IM_COLD | IM_POIS\nF:WILD_"..., 4096) = 4096
read(7, "curl up from his nostrils as he "..., 4096) = 4096
read(7, "S_UNDEAD\nD:Garm is a gigantic ho"..., 4096) = 4096
read(7, "12\nB:BITE:HURT:2d12\nF:FORCE_SLEE"..., 4096) = 4096
read(7, "PS | S_BUG\nD:He may not code wor"..., 4096) = 4096
read(7, "CE_MAXHP |\nF:ONLY_ITEM | DROP_4D"..., 4096) = 4096
read(7, " of blackness, and acid drips fr"..., 4096) = 4096
read(7, "| BASH_DOOR | POWERFUL | \nF:NO_C"..., 4096) = 4096
read(7, "URA_ELEC |\nF:ONLY_ITEM | DROP_2D"..., 4096) = 4096
read(7, "0\nW:61:2:0:12000\nE:1:0:1:2:1:0\nO"..., 4096) = 4096
read(7, "1:1\nO:30:0:70:0\nB:HIT:UN_BONUS:1"..., 4096) = 4096
read(7, "OLD | IM_FIRE | NO_CUT\nS:1_IN_6 "..., 4096) = 4096
read(7, ":10\nW:76:4:1800:33333\nE:1:1:1:2:"..., 4096) = 4096
read(7, "| OPEN_DOOR | POWERFUL | MOVE_BO"..., 4096) = 4096
read(7, ":1:1:2:1:1\nO:0:80:20:0\nB:HIT:HUR"..., 4096) = 4096
read(7, "ONF \nD:\"An almost globular torso"..., 4096) = 4096
read(7, "S:S_MONSTERS | S_UNDEAD | S_KIN "..., 4096) = 4096
read(7, "golonac\nG:H:R\nI:120:130d99:8:160"..., 4096) = 4096
read(7, "10\nF:KILL_WALL | KILL_ITEM | KIL"..., 4096) = 4096
read(7, "| BR_FIRE | S_THUNDERLORD | \nS:T"..., 4096) = 4096
read(7, "YDRA\nD:\"...it was a gigantic eye"..., 4096) = 4096
read(7, "e contaminated sea. This terrib"..., 4096) = 4096
read(7, "AURA_FIRE |\nF:OPEN_DOOR | BASH_D"..., 4096) = 4096
read(7, "but only the clamminess of death"..., 4096) = 4096
read(7, "STR:10d2\nB:BITE:LOSE_CON:10d2\nF:"..., 4096) = 4096
read(7, "sphemes and bubbles at the centr"..., 4096) = 4096
read(7, "OIS | BR_ACID | BR_FIRE | CONF |"..., 4096) = 4096
read(7, "| S_HI_UNDEAD | S_HI_DRAGON | TR"..., 4096) = 4096
read(7, "T\nD:She is a feared teacher, mis"..., 4096) = 4096
read(7, "OR | PASS_WALL | NO_STUN | NO_SL"..., 4096) = 4096
read(7, "E | ONLY_ITEM | DROP_1D2 | SMART"..., 4096) = 4096
read(7, "EANGBAND\nD:A hungry shark with a"..., 4096) = 4096
read(7, ":CLAW:HURT:1d3\nB:BITE:HURT:1d5\nF"..., 4096) = 4096
read(7, "10d10\nB:CRUSH:HURT:10d10\nB:CRUSH"..., 4096) = 4096
read(7, "helpful spirit from beyond the g"..., 4096) = 4096
read(7, "iendly funny flying creatures wi"..., 4096) = 4096
read(7, "COLD_BLOOD | OPEN_DOOR | BASH_DO"..., 4096) = 4096
read(7, "that he \nD:is fated never to die"..., 4096) = 4096
read(7, "CLAW:POISON:2d8\nB:BITE:POISON:2d"..., 4096) = 4096
read(7, "0:0\nO:0:0:0:0\nF:SMART | POSSESSO"..., 4096) = 4096
read(7, "| NO_FEAR | NO_STUN | RES_TELE |"..., 4096) = 4096
read(7, "the mystic strikes with stunning"..., 4096) = 4096
read(7, "demon wreathed in flames. \n\nN:99"..., 4096) = 4096
read(7, ":y\nI:120:50d100:30:150:80\nW:67:2"..., 4096) = 4096
read(7, "ooks like wet grey clay with two"..., 4096) = 4096
read(7, "hotep is amused at your \nD:puny "..., 4096) = 4096
read(7, "s, and the bad \nD:breath, and t"..., 4096) = 4096
read(7, "L | DEMON | IM_COLD | NO_CONF | "..., 4096) = 4096
read(7, ":1:1:2:1:1\nO:0:0:0:1\nF:FEMALE | "..., 4096) = 4096
read(7, "| IM_ELEC | IM_POIS\nD:Strong and"..., 4096) = 4096
read(7, "AND | DROP_2D2 | KILL_BODY | KIL"..., 4096) = 4096
read(7, "ssimilar to a certain \nD:Balrog."..., 4096) = 4096
read(7, "L | HAS_LITE | JOKEANGBAND | UNI"..., 4096) = 601
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb752a000, 4096) = 0
setuid32(1000) = 0
setgid32(1000) = 0
unlink("/var/games/tome/data/r_info.raw") = 0
open("/var/games/tome/data/r_info.raw", O_WRONLY|O_CREAT|O_EXCL, 0644) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
write(7, "\2\3\5\0006\4\244\0\30\0\0\0\230\262\2\0\264@\0\0F\275\1\0", 24) = 24
write(7, "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 176792) = 176792
write(7, "\0Player\0Filthy street urchin\0Scr"..., 16564) = 16564
write(7, "\0He looks squalid and thoroughly"..., 113990) = 113990
close(7) = 0
munmap(0xb752b000, 180224) = 0
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/r_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
read(7, "\2\3\5\0006\4\244\0\30\0\0\0\230\262\2\0\264@\0\0F\275\1\0", 24) = 24
read(7, "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 176792) = 176792
read(7, "\0Player\0Filthy street urchin\0Scr"..., 16564) = 16564
brk(0x9169000) = 0x9169000
read(7, "\0He looks squalid and thoroughly"..., 113990) = 113990
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\240\3\3\0\240\3\337\1\16\0 gnoL\10\6\0\24\0\240\3\3\0\240\3"..., 204}, {NULL, 0}, {"", 0}], 3) = 204
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/re_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/re_info.txt", {st_mode=S_IFREG|0666, st_size=5136, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=5136, ...}) = 0
read(7, "# File: re_info.txt\n\n# T", 24) = 24
close(7) = 0
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\10\6\0\24\0\240\3\3\0\240\3\2\0\16\0IgnoringL\22\t\0\24\0\240\3"..., 160}, {NULL, 0}, {"", 0}], 3) = 160
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158130, 66856}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\2A\270\f\205\312\311\3\253\0\0\0\24\0\240\3'\4@\0?\2U\1\24\1j\0\0\0\1\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/edit/re_info.txt", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=5136, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7556000
read(7, "# File: re_info.txt\n\n# This file"..., 4096) = 4096
read(7, "8\nF:R_CHAR_O | BASEANGBAND\nM:SMA"..., 4096) = 1040
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7556000, 4096) = 0
setuid32(1000) = 0
setgid32(1000) = 0
unlink("/var/games/tome/data/re_info.raw") = 0
open("/var/games/tome/data/re_info.raw", O_WRONLY|O_CREAT|O_EXCL, 0644) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
write(7, "\2\3\5\0\16\0\304\0\30\0\0\0\270\n\0\0_\0\0\0\0\0\0\0", 24) = 24
write(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2744) = 2744
write(7, "\0Skeleton\0Zombie\0Lich\0Spectral\0C"..., 95) = 95
close(7) = 0
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/re_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
read(7, "\2\3\5\0\16\0\304\0\30\0\0\0\270\n\0\0_\0\0\0\0\0\0\0", 24) = 24
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2744) = 2744
read(7, "\0Skeleton\0Zombie\0Lich\0Spectral\0C"..., 95) = 95
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\240\3\3\0\240\3\350\1\16\0 gnoL\10\6\0\24\0\240\3\3\0\240\3"..., 228}, {NULL, 0}, {"", 0}], 3) = 228
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/d_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/d_info.txt", {st_mode=S_IFREG|0666, st_size=11008, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=11008, ...}) = 0
read(7, "# File: d_info.txt\n\n\n# T", 24) = 24
close(7) = 0
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\10\6\0\24\0\240\3\3\0\240\3\2\0\16\0IgnoringL\22\t\0\24\0\240\3"..., 156}, {NULL, 0}, {"", 0}], 3) = 156
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158130, 383256}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\2A\307\f\322\313\311\3\253\0\0\0\24\0\240\3'\4@\0?\2U\1\24\1j\0\0\0\1\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
brk(0x9196000) = 0x9196000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/edit/d_info.txt", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=11008, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7556000
read(7, "# File: d_info.txt\n\n\n# This file"..., 4096) = 4096
read(7, ":25:36:10:0:14:160\nL:1:100:1:0:1"..., 4096) = 4096
read(7, "ve\n# levels 32-34\n# The Watcher "..., 4096) = 2816
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7556000, 4096) = 0
setuid32(1000) = 0
setgid32(1000) = 0
unlink("/var/games/tome/data/d_info.raw") = 0
open("/var/games/tome/data/d_info.raw", O_WRONLY|O_CREAT|O_EXCL, 0644) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
write(7, "\2\3\5\0\37\0000\2\30\0\0\0\320C\0\0j\1\0\0\347\3\0\0", 24) = 24
write(7, "\1\0\0\0\1\0\0\0Wildungeon\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 17360) = 17360
write(7, "\0Wilderness\0Mirkwood\0Mordor\0Angb"..., 362) = 362
write(7, "\0a way to the Wilderness\0a way t"..., 999) = 999
close(7) = 0
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/d_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
read(7, "\2\3\5\0\37\0000\2\30\0\0\0\320C\0\0j\1\0\0\347\3\0\0", 24) = 24
read(7, "\1\0\0\0\1\0\0\0Wildungeon\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 17360) = 17360
read(7, "\0Wilderness\0Mirkwood\0Mordor\0Angb"..., 362) = 362
read(7, "\0a way to the Wilderness\0a way t"..., 999) = 999
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\240\3\3\0\240\3\337\1\16\0 gnoL\10\6\0\24\0\240\3\3\0\240\3"..., 188}, {NULL, 0}, {"", 0}], 3) = 188
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/ba_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/ba_info.txt", {st_mode=S_IFREG|0666, st_size=3388, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=3388, ...}) = 0
read(7, "# File: ba_info.txt\n\n\n# ", 24) = 24
close(7) = 0
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\10\6\0\24\0\240\3\3\0\240\3\2\0\16\0IgnoringL\22\t\0\24\0\240\3"..., 160}, {NULL, 0}, {"", 0}], 3) = 160
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158130, 717830}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\2A\324\f\\\315\311\3\253\0\0\0\24\0\240\3'\4@\0?\2U\1\24\1j\0\0\0\1\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/edit/ba_info.txt", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=3388, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7556000
read(7, "# File: ba_info.txt\n\n\n# This fil"..., 4096) = 3388
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7556000, 4096) = 0
setuid32(1000) = 0
setgid32(1000) = 0
unlink("/var/games/tome/data/ba_info.raw") = 0
open("/var/games/tome/data/ba_info.raw", O_WRONLY|O_CREAT|O_EXCL, 0644) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
write(7, "\2\3\5\0>\0\20\0\30\0\0\0\340\3\0\0\253\3\0\0\1\0\0\0", 24) = 24
write(7, "\1\0\0\0\0\0\0\0\0\0.\0\0\0\0\0\t\0\0\0\0\0\0\0\0\0sd+\0\0\0"..., 992) = 992
write(7, "\0Nothing\0Sell an item\0Purchase a"..., 939) = 939
close(7) = 0
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/ba_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
read(7, "\2\3\5\0>\0\20\0\30\0\0\0\340\3\0\0\253\3\0\0\1\0\0\0", 24) = 24
read(7, "\1\0\0\0\0\0\0\0\0\0.\0\0\0\0\0\t\0\0\0\0\0\0\0\0\0sd+\0\0\0"..., 992) = 992
read(7, "\0Nothing\0Sell an item\0Purchase a"..., 939) = 939
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\240\3\3\0\240\3\350\1\16\0 gnoL\10\6\0\24\0\240\3\3\0\240\3"..., 184}, {NULL, 0}, {"", 0}], 3) = 184
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/ow_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/ow_info.txt", {st_mode=S_IFREG|0666, st_size=9943, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=9943, ...}) = 0
read(7, "# File: ow_info.txt\n\n\n# ", 24) = 24
close(7) = 0
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\10\6\0\24\0\240\3\3\0\240\3\2\0\16\0IgnoringL\22\t\0\24\0\240\3"..., 160}, {NULL, 0}, {"", 0}], 3) = 160
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158131, 96923}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\2A\341\f\212\316\311\3\253\0\0\0\24\0\240\3'\4@\0?\2U\1\24\1j\0\0\0\1\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/edit/ow_info.txt", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=9943, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7556000
read(7, "# File: ow_info.txt\n\n\n# This fil"..., 4096) = 4096
read(7, "100:80\nL:High-Elf | Half-Elf | E"..., 4096) = 4096
read(7, "g | Kobold |\n\nN:57:Turgon(High-E"..., 4096) = 1751
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7556000, 4096) = 0
setuid32(1000) = 0
setgid32(1000) = 0
unlink("/var/games/tome/data/ow_info.raw") = 0
open("/var/games/tome/data/ow_info.raw", O_WRONLY|O_CREAT|O_EXCL, 0644) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
write(7, "\2\3\5\0F\0004\0\30\0\0\0008\16\0\0\t\6\0\0\1\0\0\0", 24) = 24
write(7, "\1\0\0\0 N\252l\5\17\0\0\300\34\4\0\0\0\0\0.\3\1\0\0\0\0\0\0\0\0\0"..., 3640) = 3640
write(7, "\0Bilbo the Friendly(Hobbit)\0Uldr"..., 1545) = 1545
close(7) = 0
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/ow_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
read(7, "\2\3\5\0F\0004\0\30\0\0\0008\16\0\0\t\6\0\0\1\0\0\0", 24) = 24
read(7, "\1\0\0\0 N\252l\5\17\0\0\300\34\4\0\0\0\0\0.\3\1\0\0\0\0\0\0\0\0\0"..., 3640) = 3640
read(7, "\0Bilbo the Friendly(Hobbit)\0Uldr"..., 1545) = 1545
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\240\3\3\0\240\3\350\1\16\0 gnoL\10\6\0\24\0\240\3\3\0\240\3"..., 184}, {NULL, 0}, {"", 0}], 3) = 184
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/st_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/st_info.txt", {st_mode=S_IFREG|0666, st_size=11112, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=11112, ...}) = 0
read(7, "# File: st_info.txt\n\n# F", 24) = 24
close(7) = 0
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\10\6\0\24\0\240\3\3\0\240\3\2\0\16\0IgnoringL\22\t\0\24\0\240\3"..., 160}, {NULL, 0}, {"", 0}], 3) = 160
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158131, 395787}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\4\356\f2\321\311\3\253\0\0\0\23\0\240\3\24\0\240\3\342\1\344\0\267\0\371\377\0\0\0\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158132, 54523}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\4\356\fJ\322\311\3\253\0\0\0\23\0\240\3\24\0\240\3G\1\353\0\34\0\0\0\0\0\0\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158132, 334439}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\2\356\f\242\324\311\3\253\0\0\0\23\0\240\3\0\0\0\0001\1\366\0\6\0\v\0\0\1\1\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158132, 934763}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\2\356\f\245\324\311\3\253\0\0\0\23\0\240\3\0\0\0\0001\1\366\0\6\0\v\0\0\1\2\3"..., 4096, 0) = 64
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158132, 937546}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\1\356\f\362\325\311\3\253\0\0\0\23\0\240\3\24\0\240\3\242\1\370\0w\0\r\0\0\0\2\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158133, 270353}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\4\356\fR\332\311\3\253\0\0\0\23\0\240\3\24\0\240\3\272\1\350\0\217\0\375\377\0\0\0\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158134, 390415}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\n\3\356\f\23\0\240\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158137, 47352}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\f\0\356\f\24\0\240\3|\0\0\0\221\0;\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\240\3\3\0\240\3\350\1\16\0 gnoL\21\t\0\24\0\240\3\3\0\240\3"..., 232}, {NULL, 0}, {"", 0}], 3) = 232
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158141, 188426}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\f\0\356\f\24\0\240\3\0\0\0\0|\0\343\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\240\3\3\0\240\3\350\1\16\0 gnoL\16\10\0\24\0\240\3\3\0\240\3"..., 552}, {NULL, 0}, {"", 0}], 3) = 552
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158141, 198500}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\t\3\356\f\23\0\240\3\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158141, 211725}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\4\t\rB\366\311\3\253\0\0\0\23\0\240\3\24\0\240\3\16\2\363\0\343\0\10\0\0\0\0\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158141, 542531}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\f\0\t\rs\0\240\3\3\2\0\0\321\0\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158141, 635764}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\4\t\r>\374\311\3\253\0\0\0\23\0\240\3\24\0\240\0036\2\v\1\v\1 \0\0\0\0\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158143, 75796}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\n\3\t\r\23\0\240\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", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158143, 77826}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\4\t\rB\23\312\3\253\0\0\0r\0\240\3s\0\240\0033\3\33\0\10\2\t\0\0\0\0\2", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158148, 966803}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\4\t\r\372\23\312\3\253\0\0\0r\0\240\3s\0\240\3?\3\21\0\24\2\377\377\0\0\0\2", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158149, 150361}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\t\3\t\rr\0\240\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"..., 4096, 0) = 192
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158149, 315611}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\4\t\r\222\25\312\3\253\0\0\0r\0\240\3s\0\240\0035\3\22\0\n\2\0\0\0\0\0\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158149, 558365}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\4\t\rB\30\312\3\253\0\0\0r\0\240\3s\0\240\3e\1\7\0:\0\365\377\0\0\0\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158150, 246367}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\t\r\23\0\240\3\246\1\0\0\203\33\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0\t\r&\0\240\3\246\1\0\0\204\33\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, "\34\0\t\r9\0\240\3\246\1\0\0\204\33\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, "\34\0\t\rL\0\240\3\246\1\0\0\205\33\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, "\34\0\t\r_\0\240\3\246\1\0\0\205\33\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, "\34\0\t\rr\0\240\3\246\1\0\0\206\33\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, "\34\0\t\r\205\0\240\3\246\1\0\0\206\33\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\t\r\230\0\240\3\246\1\0\0\207\33\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158151, 83841}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\f\0\t\r\231\0\240\3\0\0\v\0\324\2a\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\n\3\t\rr\0\240\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"..., 4096, 0) = 64
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158151, 166682}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\f\0\t\r\24\0\240\3\0\0\0\0\324\2j\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, "\n\3\t\r\230\0\240\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"..., 4096, 0) = 64
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L0\20\0\24\0\240\3\3\0\240\3\2\0\16\0Ignoring obsolet"..., 3864}, {NULL, 0}, {"", 0}], 3) = 3864
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158152, 228213}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\f\0v\r\231\0\240\3=\0\v\0/\0\f\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 96
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158153, 910442}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\4v\r\372'\312\3\253\0\0\0\230\0\240\3\231\0\240\3,\1\36\0+\1\f\0\0\0\0\2", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158154, 277070}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\4v\r\2(\312\3\253\0\0\0\230\0\240\3\231\0\240\3-\1\34\0,\1\n\0\0\0\0\2", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158154, 279294}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\4v\rJ)\312\3\253\0\0\0\230\0\240\3\231\0\240\3/\1\35\0.\1\v\0\0\0\0\2", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158154, 606510}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\4v\r**\312\3\253\0\0\0\230\0\240\3\231\0\240\0030\1\34\0/\1\n\0\0\0\0\2", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158154, 830514}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\n\3v\r\23\0\240\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", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158155, 739717}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\f\0v\r\231\0\240\3\0\0\0\0\324\2\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158156, 264721}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\t\3v\r\23\0\240\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"..., 4096, 0) = 608
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L0\20\0\24\0\240\3\3\0\240\3\2\0\16\0Ignoring obsolet"..., 3864}, {NULL, 0}, {"", 0}], 3) = 3864
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158164, 691903}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\f\0\343\r\231\0\240\0031\1\v\0\255\0\r\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 96
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158165, 649536}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\f\0\343\r\231\0\240\3\"\1\v\0Q\0010\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 96
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158165, 922197}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\n\3\343\r\23\0\240\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", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158166, 184416}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\f\0\343\r\231\0\240\3\0\0\v\0\4\0\1\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 192
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158167, 821819}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\f\0\343\r\24\0\240\3\0\0\0\0\324\2j\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L0\20\0\24\0\240\3\3\0\240\3\2\0\16\0Ignoring obsolet"..., 3864}, {NULL, 0}, {"", 0}], 3) = 3864
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\t\3\343\r\23\0\240\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", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158168, 932098}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\f\0P\16\231\0\240\3\0\0\0\0\324\2\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158170, 410496}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\n\3P\16\23\0\240\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", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158171, 40459}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0P\16\23\0\240\3\246\1\0\0\251i\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0P\16&\0\240\3\246\1\0\0\252i\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0P\0169\0\240\3\246\1\0\0\253i\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0P\16L\0\240\3\246\1\0\0\253i\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, "\34\0P\16_\0\240\3\246\1\0\0\254i\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0P\16r\0\240\3\246\1\0\0\255i\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, "\34\0P\16\205\0\240\3\246\1\0\0\255i\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0P\16\230\0\240\3\246\1\0\0\256i\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158171, 90805}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\4P\16\n\206\312\3\253\0\0\0\230\0\240\3\231\0\240\3\242\0\34\0\241\0\n\0\0\0\0\2", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158178, 350532}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\4P\16\32\206\312\3\253\0\0\0\230\0\240\3\231\0\240\3\240\0\t\0\237\0\367\377\0\0\0\2", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158178, 366453}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0P\16\23\0\240\3\246\1\0\0\33\217\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0P\16&\0\240\3\246\1\0\0\34\217\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0P\0169\0\240\3\246\1\0\0\35\217\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0P\16L\0\240\3\246\1\0\0\35\217\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0P\16_\0\240\3\246\1\0\0\36\217\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, "\34\0P\16r\0\240\3\246\1\0\0\37\217\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0P\16\205\0\240\3\246\1\0\0\37\217\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0P\16\230\0\240\3\246\1\0\0 \217\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158180, 677309}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\f\0P\16\24\0\240\3\0\0\0\0\324\2j\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, "\t\3P\16\23\0\240\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", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L0\20\0\24\0\240\3\3\0\240\3\2\0\16\0Ignoring obsolet"..., 3864}, {NULL, 0}, {"", 0}], 3) = 3864
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158180, 773786}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\f\0\275\16\231\0\240\3\0\0\0\0\324\2\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158181, 506304}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\n\3\275\16\23\0\240\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", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158183, 336310}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\275\16\23\0\240\3\246\1\0\0\261\231\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158183, 381763}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\275\16&\0\240\3\246\1\0\0\264\231\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0\275\0169\0\240\3\246\1\0\0\265\231\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158183, 385134}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\275\16L\0\240\3\246\1\0\0\271\231\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0\275\16_\0\240\3\246\1\0\0\271\231\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0\275\16r\0\240\3\246\1\0\0\272\231\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, "\34\0\275\16\205\0\240\3\246\1\0\0\273\231\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0\275\16\230\0\240\3\246\1\0\0\273\231\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158183, 392342}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\f\0\275\16\24\0\240\3\0\0\0\0\324\2A\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 96
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L0\20\0\24\0\240\3\3\0\240\3\2\0\16\0Ignoring obsolet"..., 3864}, {NULL, 0}, {"", 0}], 3) = 3864
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\t\3\275\16\23\0\240\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLIN|POLLOUT}])
recv(4, "\t\0\275\16\23\0\240\3\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
writev(4, [{"L0\20\0\24\0\240\3\3\0\240\3\2\0\16\0Ignoring obsolet"..., 3864}, {NULL, 0}, {"", 0}], 3) = 3864
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158189, 379660}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\2@\227\17,\264\312\3\253\0\0\0\23\0\240\3\0\0\0\0\21\2\220\0\346\0\245\377\0\0\1\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158190, 160661}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\2<\227\17\243\272\312\3\253\0\0\0\23\0\240\3\0\0\0\0\21\2\220\0\346\0\245\377\0\0\1\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\240\3\3\0\240\3\350\1\16\0 gno", 20}, {NULL, 0}, {"", 0}], 3) = 20
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"F\1\5\0\24\0\240\3\22\0\240\3\350\1\2\0\t\0\17\0", 20}, {NULL, 0}, {"", 0}], 3) = 20
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158191, 820230}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\n\3\231\17\23\0\240\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", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158193, 312455}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\4\231\17J\304\312\3\253\0\0\0\230\0\240\3\231\0\240\3\260\1\24\0\257\1\2\0\0\0\0\2", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158194, 286458}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\4\231\17R\304\312\3\253\0\0\0\230\0\240\3\231\0\240\3\233\1\0\0\232\1\356\377\0\0\0\2", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158194, 295850}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\231\17\23\0\240\3\246\1\0\0\303\310\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0\231\17&\0\240\3\246\1\0\0\303\310\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\231\0179\0\240\3\246\1\0\0\304\310\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\231\17L\0\240\3\246\1\0\0\304\310\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\231\17r\0\240\3\246\1\0\0\305\310\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\231\17\205\0\240\3\246\1\0\0\306\310\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, "\34\0\231\17\230\0\240\3\246\1\0\0\307\310\312\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158195, 435147}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\f\0\231\17\24\0\240\3\0\0\0\0\324\2j\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L0\20\0\24\0\240\3\3\0\240\3\2\0\16\0Ignoring obsolet"..., 3864}, {NULL, 0}, {"", 0}], 3) = 3864
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158195, 530984}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\4\6\20\362\311\312\3\253\0\0\0\23\0\240\3\24\0\240\3\255\1\356\0\202\0\3\0\0\0\0\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158195, 734437}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\2\6\20\302\312\312\3\253\0\0\0\23\0\240\3\0\0\0\0\246\2p\1{\1\205\0\0\1\1\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\10\2\6\20\303\312\312\3\253\0\0\0\23\0\240\3\0\0\0\0\246\2p\1{\1\205\0\0\1\2\3"..., 4096, 0) = 64
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158195, 944049}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\f\0\6\20\231\0\240\3\0\0\0\0\324\2\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158195, 984497}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\1\6\20\n\313\312\3\253\0\0\0\23\0\240\3\24\0\240\3\247\2p\1|\1\205\0\0\0\2\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158196, 14529}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\2A\6\20\242\313\312\3\253\0\0\0\24\0\240\3\0\0\0\0\250\2p\1}\1\205\0\0\0\1\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/edit/st_info.txt", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=11112, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7556000
read(7, "# File: st_info.txt\n\n# Fixed Pot"..., 4096) = 4096
read(7, "entify*\nI:100:*Identify*\nI:100:*"..., 4096) = 4096
read(7, "_LEVEL\nF:VERY_RARE\nW:10\n\nN:43:Je"..., 4096) = 2920
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7556000, 4096) = 0
setuid32(1000) = 0
setgid32(1000) = 0
unlink("/var/games/tome/data/st_info.raw") = 0
open("/var/games/tome/data/st_info.raw", O_WRONLY|O_CREAT|O_EXCL, 0644) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
write(7, "\2\3\5\0=\0\4\1\30\0\0\0\364=\0\0(\3\0\0\1\0\0\0", 24) = 24
write(7, "\1\0\0\0Z\1d\0[\1_\0\\\1_\0\25\0d\0\26\0d\0\27\0Z\0\33\0F\0"..., 15860) = 15860
write(7, "\0General Store\0Armoury\0Weaponsmi"..., 808) = 808
close(7) = 0
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/st_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
read(7, "\2\3\5\0=\0\4\1\30\0\0\0\364=\0\0(\3\0\0\1\0\0\0", 24) = 24
read(7, "\1\0\0\0Z\1d\0[\1_\0\\\1_\0\25\0d\0\26\0d\0\27\0Z\0\33\0F\0"..., 15860) = 15860
read(7, "\0General Store\0Armoury\0Weaponsmi"..., 808) = 808
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\240\3\3\0\240\3\350\1\16\0 gnoL\10\6\0\24\0\240\3\3\0\240\3"..., 212}, {NULL, 0}, {"", 0}], 3) = 212
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/wf_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/wf_info.txt", {st_mode=S_IFREG|0666, st_size=3776, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=3776, ...}) = 0
read(7, "# File: wf_info.txt\n\n\n# ", 24) = 24
close(7) = 0
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\10\6\0\24\0\240\3\3\0\240\3\2\0\16\0IgnoringL\22\t\0\24\0\240\3"..., 160}, {NULL, 0}, {"", 0}], 3) = 160
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158196, 197014}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\2A\24\20\311\314\312\3\253\0\0\0\24\0\240\3\0\0\0\0\253\2p\1\200\1\205\0\0\0\1\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/edit/wf_info.txt", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=3776, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7556000
read(7, "# File: wf_info.txt\n\n\n# This fil"..., 4096) = 3776
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7556000, 4096) = 0
setuid32(1000) = 0
setgid32(1000) = 0
unlink("/var/games/tome/data/wf_info.raw") = 0
open("/var/games/tome/data/wf_info.raw", O_WRONLY|O_CREAT|O_EXCL, 0644) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
write(7, "\2\3\5\0\36\0004\0\30\0\0\0\30\6\0\0\350\0\0\0\371\1\0\0", 24) = 24
write(7, "\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 1560) = 1560
write(7, "\0Ekkaia\0Bree \0Gondolin \0Minas An"..., 232) = 232
write(7, "\0the Encircling Sea\0a small vill"..., 505) = 505
write(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
close(7) = 0
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/wf_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
read(7, "\2\3\5\0\36\0004\0\30\0\0\0\30\6\0\0\350\0\0\0\371\1\0\0", 24) = 24
read(7, "\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 1560) = 1560
read(7, "\0Ekkaia\0Bree \0Gondolin \0Minas An"..., 232) = 232
read(7, "\0the Encircling Sea\0a small vill"..., 505) = 505
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\240\3\3\0\240\3\350\1\16\0 gnoL\10\6\0\24\0\240\3\3\0\240\3"..., 188}, {NULL, 0}, {"", 0}], 3) = 188
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\n\7\0\24\0\240\3\3\0\240\3\227\1g\1towns)] \240\3L\5\6\0"..., 52}, {NULL, 0}, {"", 0}], 3) = 52
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\3\5\0\24\0\240\3\3\0\240\3\240\1g\1rapn", 20}, {NULL, 0}, {"", 0}], 3) = 20
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/tr_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/tr_info.txt", {st_mode=S_IFREG|0666, st_size=18605, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=18605, ...}) = 0
read(7, "# This file comes from A", 24) = 24
close(7) = 0
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\10\6\0\24\0\240\3\3\0\240\3\2\0\16\0IgnoringL\22\t\0\24\0\240\3"..., 160}, {NULL, 0}, {"", 0}], 3) = 160
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158196, 485865}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\2A$\20\272\315\312\3\253\0\0\0\24\0\240\3\0\0\0\0\254\2o\1\201\1\204\0\0\0\1\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
brk(0x91bd000) = 0x91bd000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/edit/tr_info.txt", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=18605, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7556000
read(7, "# This file comes from Angband64"..., 4096) = 4096
read(7, "40:6:10:0d0:v\nD:Undead rise from"..., 4096) = 4096
read(7, "80:5:5:8:5d10:g\nD:A gush of wate"..., 4096) = 4096
read(7, "20:B\nD:You are hit by a blast of"..., 4096) = 4096
read(7, "ivine Anger\nI:6:100:5:0:15:0d0:G"..., 4096) = 2221
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7556000, 4096) = 0
setuid32(1000) = 0
setgid32(1000) = 0
unlink("/var/games/tome/data/tr_info.raw") = 0
open("/var/games/tome/data/tr_info.raw", O_WRONLY|O_CREAT|O_EXCL, 0644) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
write(7, "\2\3\5\0\260\0 \0\30\0\0\0\0\26\0\0,\n\0\0x\26\0\0", 24) = 24
write(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 5632) = 5632
write(7, "\0Weakness Trap\0Weakness Trap\0Wea"..., 2604) = 2604
write(7, "\0A poisoned needle weakens you!\0"..., 5752) = 5752
close(7) = 0
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/tr_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
read(7, "\2\3\5\0\260\0 \0\30\0\0\0\0\26\0\0,\n\0\0x\26\0\0", 24) = 24
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 5632) = 5632
read(7, "\0Weakness Trap\0Weakness Trap\0Wea"..., 2604) = 2604
read(7, "\0A poisoned needle weakens you!\0"..., 5752) = 5752
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\240\3\3\0\240\3\350\1\16\0 gnoL\10\6\0\24\0\240\3\3\0\240\3"..., 184}, {NULL, 0}, {"", 0}], 3) = 184
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
brk(0x91e6000) = 0x91e6000
brk(0x9207000) = 0x9207000
brk(0x9228000) = 0x9228000
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\5\6\0\24\0\240\3\3\0\240\3\227\1g\1alloc\10\6\0", 24}, {NULL, 0}, {"", 0}], 3) = 24
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\t\7\0\24\0\240\3\3\0\240\0034\1g\1user pref\0\240\3L\2\5\0"..., 72}, {NULL, 0}, {"", 0}], 3) = 72
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
open("/home/naughty/.tome/2.3/pref.prf", O_RDONLY) = -1 ENOENT (No such file or directory)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/pref/pref.prf", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=3354, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7556000
read(7, "# File: pref.prf\n\n#\n# This file "..., 4096) = 3354
open("/home/naughty/.tome/2.3/pref-x11.prf", O_RDONLY) = -1 ENOENT (No such file or directory)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/pref/pref-x11.prf", O_RDONLY) = 8
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(8, {st_mode=S_IFREG|0666, st_size=5248, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7555000
read(8, "# File: pref-x11.prf\n\n#\n# This f"..., 4096) = 4096
read(8, "S_FF56\\r\nP:^_S_FFE0\\r\nP:^_S_FF9B"..., 4096) = 1152
read(8, "", 4096) = 0
read(8, "", 4096) = 0
close(8) = 0
munmap(0xb7555000, 4096) = 0
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7556000, 4096) = 0
open("/home/naughty/.tome/2.3/pref-xaw.prf", O_RDONLY) = -1 ENOENT (No such file or directory)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/pref/pref-xaw.prf", O_RDONLY) = -1 ENOENT (No such file or directory)
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
open("/home/naughty/.tome/2.3/user.prf", O_RDONLY) = -1 ENOENT (No such file or directory)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/pref/user.prf", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=719, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7556000
read(7, "# File: user.prf\n\n#\n# This file "..., 4096) = 719
open("/home/naughty/.tome/2.3/user-x11.prf", O_RDONLY) = -1 ENOENT (No such file or directory)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/pref/user-x11.prf", O_RDONLY) = -1 ENOENT (No such file or directory)
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7556000, 4096) = 0
open("/home/naughty/.tome/2.3/user-xaw.prf", O_RDONLY) = -1 ENOENT (No such file or directory)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/pref/user-xaw.prf", O_RDONLY) = -1 ENOENT (No such file or directory)
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
open("/var/games/tome/core/auto.lua", O_RDONLY) = 7
close(7) = 0
open("/var/games/tome/core/auto.lua", O_RDONLY) = 7
fstat64(7, {st_mode=S_IFREG|0666, st_size=20727, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7556000
read(7, "-- This file is the core of the "..., 4096) = 4096
read(7, "ct)\n\t\t\t\tlocal fcts = %fct_tbl\n\t\t"..., 4096) = 4096
read(7, " game_module)) then\n\t\treturn fun"..., 4096) = 4096
read(7, "\t__rules[sel].table.args.name = "..., 4096) = 4096
read(7, "..\"</tval>\")\n\t \tend,\n\t},\n\t"..., 4096) = 4096
brk(0x9249000) = 0x9249000
read(7, "\"' type='\"..typ..\"'>\"..detect_ru"..., 4096) = 247
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7556000, 4096) = 0
open("/home/naughty/.tome/2.3/automat.atm", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/naughty/.tome/2.3/automat.atm", O_RDONLY) = -1 ENOENT (No such file or directory)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\t\7\0\24\0\240\3\3\0\240\3\20\1g\1ation com\0\240\3L\1\5\0"..., 76}, {NULL, 0}, {"", 0}], 3) = 76
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\n\7\0\24\0\240\3\3\0\240\3\266\0g\1 [Press \240\3L\23\t\0"..., 84}, {NULL, 0}, {"", 0}], 3) = 84
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158196, 808138}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\2A5\20n\316\312\3\253\0\0\0\24\0\240\3\0\0\0\0\254\2o\1\201\1\204\0\0\0\1\0", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
open("/home/naughty/.tome/2.3/save/user.1000.svg", O_RDONLY) = -1 ENOENT (No such file or directory)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"=\0\4\0\24\0\240\3\0\0\0\0\0\0\0\0L4\21\0\24\0\240\3\r\0\240\3\\\0\35\0"..., 608}, {NULL, 0}, {"", 0}], 3) = 608
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158196, 886106}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\4M\20\202\325\312\3\253\0\0\0\23\0\240\3\24\0\240\3\377\3\356\0\324\2\3\0\0\0\0\3", 4096, 0) = 32
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x8ee3648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402158198, 694580}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN|POLLHUP}])
recv(4, "", 4096, 0) = 0
exit_group(1) = ?

And this is from the 2nd run, all rights are set to 666 again.

execve("/usr/games/tome", ["tome"], [/* 37 vars */]) = 0
brk(0) = 0x9515000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb779b000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=132195, ...}) = 0
mmap2(NULL, 132195, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb777a000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libXaw.so.7", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\273\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=423324, ...}) = 0
mmap2(NULL, 427056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf45000
mmap2(0xfa6000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x60) = 0xfa6000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libXt.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\271\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=372044, ...}) = 0
mmap2(NULL, 376532, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ab000
mmap2(0x803000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x57) = 0x803000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libX11.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\21\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1254264, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7779000
mmap2(NULL, 1258232, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa55000
mmap2(0xb85000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12f) = 0xb85000
mmap2(0xb88000, 760, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb88000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libncurses.so.5", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300C\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=132772, ...}) = 0
mmap2(NULL, 135956, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x65a000
mmap2(0x67a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1f) = 0x67a000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libSDL-1.2.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0Pp\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=458232, ...}) = 0
mmap2(NULL, 631952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x1b3000
mmap2(0x222000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6e) = 0x222000
mmap2(0x224000, 169104, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x224000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libSDL_image-1.2.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\30\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=50640, ...}) = 0
mmap2(NULL, 120632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x5c0000
mmap2(0x5cc000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb) = 0x5cc000
mmap2(0x5ce000, 63288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x5ce000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libSDL_ttf-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\17\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=21880, ...}) = 0
mmap2(NULL, 24712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x900000
mmap2(0x905000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4) = 0x905000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000D\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=173576, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7778000
mmap2(NULL, 176256, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xecf000
mmap2(0xef9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x29) = 0xef9000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\226\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1734120, ...}) = 0
mmap2(NULL, 1743580, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x24e000
mmap2(0x3f2000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a4) = 0x3f2000
mmap2(0x3f5000, 10972, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x3f5000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libXext.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000'\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=68232, ...}) = 0
mmap2(NULL, 71368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x110000
mmap2(0x120000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf) = 0x120000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libXmu.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200@\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=96676, ...}) = 0
mmap2(NULL, 100428, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x934000
mmap2(0x94b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16) = 0x94b000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libXpm.so.4", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\35\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=67256, ...}) = 0
mmap2(NULL, 70076, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xbeb000
mmap2(0xbfb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf) = 0xbfb000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libSM.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\24\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=30108, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7777000
mmap2(NULL, 32948, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xc0a000
mmap2(0xc11000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0xc11000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libICE.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0200\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=92364, ...}) = 0
mmap2(NULL, 102480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x60d000
mmap2(0x623000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15) = 0x623000
mmap2(0x625000, 4176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x625000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libxcb.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240{\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=132660, ...}) = 0
mmap2(NULL, 131364, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x848000
mmap2(0x867000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1f) = 0x867000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\n\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=13940, ...}) = 0
mmap2(NULL, 16504, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x122000
mmap2(0x125000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2) = 0x125000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libtinfo.so.5", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0PW\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=121024, ...}) = 0
mmap2(NULL, 124748, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40f000
mmap2(0x42b000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b) = 0x42b000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libasound.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\261\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=985276, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7776000
mmap2(NULL, 988084, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x42e000
mmap2(0x51b000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xec) = 0x51b000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libpulse-simple.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\16\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=13816, ...}) = 0
mmap2(NULL, 16572, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x127000
mmap2(0x12a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2) = 0x12a000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libpulse.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\203\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=313604, ...}) = 0
mmap2(NULL, 316344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x12c000
mmap2(0x178000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4b) = 0x178000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libcaca.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p_\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=811364, ...}) = 0
mmap2(NULL, 828676, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x67c000
mmap2(0x69e000, 671744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22) = 0x69e000
mmap2(0x742000, 17668, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x742000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p[\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=124663, ...}) = 0
mmap2(NULL, 107008, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x9a2000
mmap2(0x9b9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16) = 0x9b9000
mmap2(0x9bb000, 4608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x9bb000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libpng12.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3007\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=165756, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7775000
mmap2(NULL, 168520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x520000
mmap2(0x548000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27) = 0x548000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libjpeg.so.8", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000*\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=284436, ...}) = 0
mmap2(NULL, 352676, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x54a000
mmap2(0x58f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x44) = 0x58f000
mmap2(0x591000, 61860, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x591000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libtiff.so.4", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320C\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=398992, ...}) = 0
mmap2(NULL, 402848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x869000
mmap2(0x8c9000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5f) = 0x8c9000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libfreetype.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320g\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=624084, ...}) = 0
mmap2(NULL, 626844, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xc13000
mmap2(0xca8000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x94) = 0xca8000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libuuid.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\17\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=18012, ...}) = 0
mmap2(NULL, 20700, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x17a000
mmap2(0x17e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0x17e000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libXau.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\t\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=9588, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7774000
mmap2(NULL, 12420, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x180000
mmap2(0x182000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0x182000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libXdmcp.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\r\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=21824, ...}) = 0
mmap2(NULL, 24644, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x184000
mmap2(0x189000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4) = 0x189000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\30\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=30684, ...}) = 0
mmap2(NULL, 33360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa0a000
mmap2(0xa11000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0xa11000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libpulsecommon-1.1.so", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\267\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=408016, ...}) = 0
mmap2(NULL, 411104, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xcad000
mmap2(0xd10000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x62) = 0xd10000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libjson.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\25\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=26076, ...}) = 0
mmap2(NULL, 28904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xdd7000
mmap2(0xddd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5) = 0xddd000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0PN\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=296228, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7773000
mmap2(NULL, 295372, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x94d000
mmap2(0x994000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x47) = 0x994000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libslang.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\322\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=937568, ...}) = 0
mmap2(NULL, 1178292, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfae000
mmap2(0x1083000, 69632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd4) = 0x1083000
mmap2(0x1094000, 236212, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x1094000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libncursesw.so.5", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`S\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=190172, ...}) = 0
mmap2(NULL, 193416, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x627000
mmap2(0x655000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2d) = 0x655000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\27\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=83572, ...}) = 0
mmap2(NULL, 86288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x74e000
mmap2(0x762000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13) = 0x762000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libwrap.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\35\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=35032, ...}) = 0
mmap2(NULL, 39844, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x3f8000
mmap2(0x400000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0x400000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libsndfile.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 4\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=449092, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7772000
mmap2(NULL, 465552, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xd12000
mmap2(0xd7e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6c) = 0xd7e000
mmap2(0xd80000, 14992, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xd80000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libasyncns.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\r\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=21904, ...}) = 0
mmap2(NULL, 24724, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x402000
mmap2(0x407000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4) = 0x407000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libnsl.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`1\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=92016, ...}) = 0
mmap2(NULL, 104424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x5a1000
mmap2(0x5b7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15) = 0x5b7000
mmap2(0x5b9000, 6120, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x5b9000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libFLAC.so.8", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\202\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=313960, ...}) = 0
mmap2(NULL, 316724, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb89000
mmap2(0xbd5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4b) = 0xbd5000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libvorbisenc.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@k\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1533324, ...}) = 0
mmap2(NULL, 1536060, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x896a000
mmap2(0x8ad0000, 73728, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x165) = 0x8ad0000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libvorbis.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\37\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=169424, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7771000
mmap2(NULL, 172160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x5de000
mmap2(0x607000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28) = 0x607000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libogg.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\23\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=26004, ...}) = 0
mmap2(NULL, 28828, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x764000
mmap2(0x76a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5) = 0x76a000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260&\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=83776, ...}) = 0
mmap2(NULL, 96296, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x76c000
mprotect(0x77f000, 4096, PROT_NONE) = 0
mmap2(0x780000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13) = 0x780000
mmap2(0x782000, 6184, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x782000
close(3) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7770000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb776f000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb776e000
set_thread_area({entry_number:-1 -> 6, base_addr:0xb776e700, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
mprotect(0x3f2000, 8192, PROT_READ) = 0
mprotect(0x780000, 4096, PROT_READ) = 0
mprotect(0x76a000, 4096, PROT_READ) = 0
mprotect(0xef9000, 4096, PROT_READ) = 0
mprotect(0x607000, 4096, PROT_READ) = 0
mprotect(0x8ad0000, 69632, PROT_READ) = 0
mprotect(0xbd5000, 4096, PROT_READ) = 0
mprotect(0x5b7000, 4096, PROT_READ) = 0
mprotect(0x9b9000, 4096, PROT_READ) = 0
mprotect(0x407000, 4096, PROT_READ) = 0
mprotect(0xd7e000, 4096, PROT_READ) = 0
mprotect(0x400000, 4096, PROT_READ) = 0
mprotect(0x762000, 4096, PROT_READ) = 0
mprotect(0x125000, 4096, PROT_READ) = 0
mprotect(0x42b000, 8192, PROT_READ) = 0
mprotect(0x655000, 4096, PROT_READ) = 0
mprotect(0x1083000, 12288, PROT_READ) = 0
mprotect(0xa11000, 4096, PROT_READ) = 0
mprotect(0x994000, 4096, PROT_READ) = 0
mprotect(0xddd000, 4096, PROT_READ) = 0
mprotect(0x182000, 4096, PROT_READ) = 0
mprotect(0x189000, 4096, PROT_READ) = 0
mprotect(0x867000, 4096, PROT_READ) = 0
mprotect(0xd10000, 4096, PROT_READ) = 0
mprotect(0x17e000, 4096, PROT_READ) = 0
mprotect(0xca8000, 16384, PROT_READ) = 0
mprotect(0x58f000, 4096, PROT_READ) = 0
mprotect(0x8c9000, 8192, PROT_READ) = 0
mprotect(0x548000, 4096, PROT_READ) = 0
mprotect(0x69e000, 4096, PROT_READ) = 0
mprotect(0x178000, 4096, PROT_READ) = 0
mprotect(0x12a000, 4096, PROT_READ) = 0
mprotect(0x51b000, 16384, PROT_READ) = 0
mprotect(0x623000, 4096, PROT_READ) = 0
mprotect(0xc11000, 4096, PROT_READ) = 0
mprotect(0xb85000, 4096, PROT_READ) = 0
mprotect(0xbfb000, 4096, PROT_READ) = 0
mprotect(0x803000, 4096, PROT_READ) = 0
mprotect(0x120000, 4096, PROT_READ) = 0
mprotect(0x94b000, 4096, PROT_READ) = 0
mprotect(0x222000, 4096, PROT_READ) = 0
mprotect(0x905000, 4096, PROT_READ) = 0
mprotect(0x5cc000, 4096, PROT_READ) = 0
mprotect(0x67a000, 4096, PROT_READ) = 0
mprotect(0xfa6000, 4096, PROT_READ) = 0
mprotect(0x8249000, 4096, PROT_READ) = 0
mprotect(0x1b1000, 4096, PROT_READ) = 0
munmap(0xb777a000, 132195) = 0
set_tid_address(0xb776e768) = 27930
set_robust_list(0xb776e770, 0xc) = 0
futex(0xbff076b4, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, b776e700) = -1 EAGAIN (Resource temporarily unavailable)
rt_sigaction(SIGRTMIN, {0x9a7570, [], SA_SIGINFO}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x9a75f0, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
uname({sys="Linux", node="ubuntu", ...}) = 0
brk(0) = 0x9515000
brk(0x9536000) = 0x9536000
open("/proc/self/auxv", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0400, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb779a000
read(3, " \0\0\0\24Tx\0!\0\0\0\0Px\0\20\0\0\0\377\363\351\277\6\0\0\0\0\20\0\0"..., 1024) = 160
umask(022) = 02
open("/proc/self/loginuid", O_RDONLY) = 4
read(4, "4294967295", 12) = 10
close(4) = 0
socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
connect(4, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(4) = 0
socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
connect(4, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(4) = 0
open("/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=513, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(4, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 513
read(4, "", 4096) = 0
close(4) = 0
munmap(0xb7799000, 4096) = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=132195, ...}) = 0
mmap2(NULL, 132195, PROT_READ, MAP_PRIVATE, 4, 0) = 0xb774d000
close(4) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libnss_compat.so.2", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\r\0\0004\0\0\0"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=30520, ...}) = 0
mmap2(NULL, 33328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x786000
mmap2(0x78d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x6) = 0x78d000
close(4) = 0
mprotect(0x78d000, 4096, PROT_READ) = 0
munmap(0xb774d000, 132195) = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=132195, ...}) = 0
mmap2(NULL, 132195, PROT_READ, MAP_PRIVATE, 4, 0) = 0xb774d000
close(4) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libnss_nis.so.2", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\31\0\0004\0\0\0"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=42652, ...}) = 0
mmap2(NULL, 45628, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x78f000
mmap2(0x799000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x9) = 0x799000
close(4) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\32\0\0004\0\0\0"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=47040, ...}) = 0
mmap2(NULL, 50180, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x79b000
mmap2(0x7a6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xa) = 0x7a6000
close(4) = 0
mprotect(0x7a6000, 4096, PROT_READ) = 0
mprotect(0x799000, 4096, PROT_READ) = 0
munmap(0xb774d000, 132195) = 0
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 4
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=2086, ...}) = 0
mmap2(NULL, 2086, PROT_READ, MAP_SHARED, 4, 0) = 0xb7799000
_llseek(4, 2086, [2086], SEEK_SET) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=2086, ...}) = 0
munmap(0xb7799000, 2086) = 0
close(4) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
fstat64(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0
readlink("/proc/self/fd/0", "/dev/pts/2", 511) = 10
stat64("/dev/pts/2", {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0
access("/var/run/utmpx", F_OK) = -1 ENOENT (No such file or directory)
open("/var/run/utmp", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 4
_llseek(4, 0, [0], SEEK_SET) = 0
alarm(0) = 0
rt_sigaction(SIGALRM, {0x374ee0, [], 0}, {SIG_DFL, [], 0}, 8) = 0
alarm(10) = 0
fcntl64(4, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
read(4, "\2\0\0\0\0\0\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384
read(4, "\1\0\0\0002\0\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384
read(4, "\6\0\0\0|\6\0\0tty2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384
read(4, "\6\0\0\0z\v\0\0tty1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384
read(4, "\7\0\0\0009\f\0\0tty7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384
read(4, "", 384) = 0
fcntl64(4, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0
alarm(0) = 10
rt_sigaction(SIGALRM, {SIG_DFL, [], 0}, NULL, 8) = 0
close(4) = 0
getuid32() = 1000
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 4
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=2086, ...}) = 0
mmap2(NULL, 2086, PROT_READ, MAP_SHARED, 4, 0) = 0xb7799000
_llseek(4, 2086, [2086], SEEK_SET) = 0
munmap(0xb7799000, 2086) = 0
close(4) = 0
getuid32() = 1000
geteuid32() = 1000
getegid32() = 1000
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 4
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=2086, ...}) = 0
mmap2(NULL, 2086, PROT_READ, MAP_SHARED, 4, 0) = 0xb7799000
_llseek(4, 2086, [2086], SEEK_SET) = 0
munmap(0xb7799000, 2086) = 0
close(4) = 0
open("/proc/self/loginuid", O_RDONLY) = 4
read(4, "4294967295", 12) = 10
close(4) = 0
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 4
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=2086, ...}) = 0
mmap2(NULL, 2086, PROT_READ, MAP_SHARED, 4, 0) = 0xb7799000
_llseek(4, 2086, [2086], SEEK_SET) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=2086, ...}) = 0
munmap(0xb7799000, 2086) = 0
close(4) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
fstat64(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0
readlink("/proc/self/fd/0", "/dev/pts/2", 511) = 10
stat64("/dev/pts/2", {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0
access("/var/run/utmpx", F_OK) = -1 ENOENT (No such file or directory)
open("/var/run/utmp", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 4
_llseek(4, 0, [0], SEEK_SET) = 0
alarm(0) = 0
rt_sigaction(SIGALRM, {0x374ee0, [], 0}, {SIG_DFL, [], 0}, 8) = 0
alarm(10) = 0
fcntl64(4, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
read(4, "\2\0\0\0\0\0\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384
read(4, "\1\0\0\0002\0\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384
read(4, "\6\0\0\0|\6\0\0tty2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384
read(4, "\6\0\0\0z\v\0\0tty1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384
read(4, "\7\0\0\0009\f\0\0tty7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384
read(4, "", 384) = 0
fcntl64(4, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0
alarm(0) = 10
rt_sigaction(SIGALRM, {SIG_DFL, [], 0}, NULL, 8) = 0
close(4) = 0
getuid32() = 1000
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 4
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=2086, ...}) = 0
mmap2(NULL, 2086, PROT_READ, MAP_SHARED, 4, 0) = 0xb7799000
_llseek(4, 2086, [2086], SEEK_SET) = 0
munmap(0xb7799000, 2086) = 0
close(4) = 0
stat64("/home/naughty/.tome", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
stat64("/home/naughty/.tome/2.3", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
stat64("/home/naughty/.tome/2.3/save", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC, 0) = 4
connect(4, {sa_family=AF_FILE, path=@"/tmp/.X11-unix/X0"}, 20) = 0
getpeername(4, {sa_family=AF_FILE, path=@"/tmp/.X11-unix/X0"}, [20]) = 0
uname({sys="Linux", node="ubuntu", ...}) = 0
access("/home/naughty/.Xauthority", R_OK) = 0
open("/home/naughty/.Xauthority", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0600, st_size=51, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(5, "\1\0\0\6ubuntu\0\0010\0\22MIT-MAGIC-COOKIE-"..., 4096) = 51
read(5, "", 4096) = 0
close(5) = 0
munmap(0xb7799000, 4096) = 0
getsockname(4, {sa_family=AF_FILE, NULL}, [2]) = 0
fcntl64(4, F_GETFL) = 0x2 (flags O_RDWR)
fcntl64(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"l\0\v\0\0\0\22\0\20\0\0\0", 12}, {"", 0}, {"MIT-MAGIC-COOKIE-1", 18}, {"\0\0", 2}, {"\257\227\237\215\203\26\0\330\342\216\257\n\316\304G>", 16}, {"", 0}], 6) = 48
recv(4, "\1\0\v\0\0\0\363\0", 8, 0) = 8
recv(4, "\30k\251\0\0\0\340\3\377\377\37\0\0\1\0\0\24\0\377\377\1\7\0\0 \10\377\0\0\0\0"..., 972, 0) = 972
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"b\0\5\0\f\0\0\0BIG-REQUESTS", 20}], 1) = 20
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\1\0\0\0\0\0\1\216\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\216\0\1\0", 4}], 1) = 4
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\2\0\0\0\0\0\377\377?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x9518358, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\5\0\0\0\340\3\253\0\0\0\10\0\0\0\377\377\377\0\24\0\6\0\253\0\0\0\27\0\0\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\10\4\0J\1\0\0\37\0\0\0\0\0\0\0&\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 1352
recv(4, 0x9518358, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"b\0\5\0\t\0\340\3", 8}, {"XKEYBOARD", 9}, {"\0\0\0", 3}], 3) = 20
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\5\0\0\0\0\0\1\220a\232\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x9518358, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x9518358, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\220\0\2\0\1\0\0\0", 8}, {NULL, 0}, {"", 0}], 3) = 8
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\1\6\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x9518358, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x9518358, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"<\0\2\0\0\0\340\3+\0\1\0", 12}, {NULL, 0}, {"", 0}], 3) = 12
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2\10\0\0\0\0\0\5\0\340\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x9518358, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x9518358, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
shutdown(4, 2 /* send and receive */) = 0
close(4) = 0
open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(4, "MemTotal: 1017080 kB\nMemF"..., 1024) = 1024
close(4) = 0
munmap(0xb7799000, 4096) = 0
socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC, 0) = 4
connect(4, {sa_family=AF_FILE, path=@"/tmp/.X11-unix/X0"}, 20) = 0
getpeername(4, {sa_family=AF_FILE, path=@"/tmp/.X11-unix/X0"}, [20]) = 0
uname({sys="Linux", node="ubuntu", ...}) = 0
access("/home/naughty/.Xauthority", R_OK) = 0
open("/home/naughty/.Xauthority", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0600, st_size=51, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(5, "\1\0\0\6ubuntu\0\0010\0\22MIT-MAGIC-COOKIE-"..., 4096) = 51
read(5, "", 4096) = 0
close(5) = 0
munmap(0xb7799000, 4096) = 0
getsockname(4, {sa_family=AF_FILE, NULL}, [2]) = 0
fcntl64(4, F_GETFL) = 0x2 (flags O_RDWR)
fcntl64(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"l\0\v\0\0\0\22\0\20\0\0\0", 12}, {"", 0}, {"MIT-MAGIC-COOKIE-1", 18}, {"\0\0", 2}, {"\257\227\237\215\203\26\0\330\342\216\257\n\316\304G>", 16}, {"", 0}], 6) = 48
recv(4, "\1\0\v\0\0\0\363\0", 8, 0) = 8
recv(4, "\30k\251\0\0\0\340\3\377\377\37\0\0\1\0\0\24\0\377\377\1\7\0\0 \10\377\0\0\0\0"..., 972, 0) = 972
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"b\0\5\0\f\0\0\0BIG-REQUESTS", 20}], 1) = 20
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\1\0\0\0\0\0\1\216\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\216\0\1\0", 4}], 1) = 4
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\2\0\0\0\0\0\377\377?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\5\0\0\0\340\3\253\0\0\0\10\0\0\0\377\377\377\0\24\0\6\0\253\0\0\0\27\0\0\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\10\4\0J\1\0\0\37\0\0\0\0\0\0\0&\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 1352
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"b\0\5\0\t\0\340\3", 8}, {"XKEYBOARD", 9}, {"\0\0\0", 3}], 3) = 20
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\5\0\0\0\0\0\1\220a\232\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\220\0\2\0\1\0\0\0", 8}, {NULL, 0}, {"", 0}], 3) = 8
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\1\6\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\20\0\5\0\v\0\0\0Custom Init\0", 20}, {NULL, 0}, {"", 0}], 3) = 20
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\7\0\0\0\0\0\26\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\20\0\5\0\v\0\0\0Custom Data\0", 20}, {NULL, 0}, {"", 0}], 3) = 20
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\10\0\0\0\0\0\27\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=80906, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(5, "#\n#\tThis file contains alias nam"..., 4096) = 4096
read(5, "FR.ISO-8859-14\t\t\t\tbr_FR.ISO8859-"..., 4096) = 4096
read(5, "de_DE.iso885915\t\t\t\tde_DE.ISO8859"..., 4096) = 4096
read(5, "\t\t\t\t\teo_XX.ISO8859-3\neo_EO\t\t\t\t\t\t"..., 4096) = 4096
read(5, "FI.ISO8859-15\nfi.ISO8859-15\t\t\t\t\t"..., 4096) = 4096
read(5, "\t\t\the_IL.CP1255\nhe_IL.microsoft-"..., 4096) = 4096
read(5, "8859-13\nlt_LT\t\t\t\t\t\tlt_LT.ISO8859"..., 4096) = 4096
read(5, "US.ISO8859-15\nph\t\t\t\t\t\tph_PH.ISO8"..., 4096) = 4096
read(5, ".ISO8859-1\nsv.ISO8859-15\t\t\t\t\tsv_"..., 4096) = 4096
read(5, "\tzh_TW.big5\nZh_TW.big5\t\t\t\t\tzh_TW"..., 4096) = 4096
read(5, "\t\t\tar_BH.ISO8859-6\nar_BH.iso8859"..., 4096) = 4096
read(5, "a_ES.ISO8859-15\nca_ES.UTF-8@euro"..., 4096) = 4096
read(5, "l_GR:\t\t\t\t\t\tel_GR.ISO8859-7\nel_GR"..., 4096) = 4096
read(5, "_CR.iso88591:\t\t\t\t\tes_CR.ISO8859-"..., 4096) = 4096
read(5, "O.ISO8859-15\nfo_FO.ISO-8859-15:\t"..., 4096) = 4096
read(5, "8859-2\nhr_HR.ISO_8859-2:\t\t\t\thr_H"..., 4096) = 4096
read(5, "V.ISO8859-4\nlv_LV.ISO-8859-4:\t\t\t"..., 4096) = 4096
read(5, "pl_PL.ISO8859-2\npl_PL.utf8:\t\t\t\t\t"..., 4096) = 4096
read(5, "v_FI.ISO8859-1\nsv_FI.ISO-8859-1:"..., 4096) = 4096
read(5, "\nzh_TW.BIG5:\t\t\t\t\tzh_TW.big5\nZh_T"..., 4096) = 3082
read(5, "", 4096) = 0
close(5) = 0
munmap(0xb7799000, 4096) = 0
open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=39853, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(5, "#\n#\tThis file contains locale da"..., 4096) = 4096
read(5, "LE\t\t\tes_DO.ISO8859-1\niso8859-1/X"..., 4096) = 4096
read(5, " for it, and the GNU C Library\n#"..., 4096) = 4096
read(5, "ALE\t\t\tbr_FR.UTF-8\nen_US.UTF-8/XL"..., 4096) = 4096
read(5, "F-8/XLC_LOCALE\t\t\tml_IN.UTF-8\nen_"..., 4096) = 4096
close(5) = 0
munmap(0xb7799000, 4096) = 0
access("/usr/share/X11/locale/C/XLC_LOCALE", R_OK) = 0
open("/usr/share/X11/locale/C/XLC_LOCALE", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=650, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(5, "# XLocale Database Sample for C"..., 4096) = 650
read(5, "", 4096) = 0
close(5) = 0
munmap(0xb7799000, 4096) = 0
open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=80906, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(5, "#\n#\tThis file contains alias nam"..., 4096) = 4096
read(5, "FR.ISO-8859-14\t\t\t\tbr_FR.ISO8859-"..., 4096) = 4096
read(5, "de_DE.iso885915\t\t\t\tde_DE.ISO8859"..., 4096) = 4096
read(5, "\t\t\t\t\teo_XX.ISO8859-3\neo_EO\t\t\t\t\t\t"..., 4096) = 4096
read(5, "FI.ISO8859-15\nfi.ISO8859-15\t\t\t\t\t"..., 4096) = 4096
read(5, "\t\t\the_IL.CP1255\nhe_IL.microsoft-"..., 4096) = 4096
read(5, "8859-13\nlt_LT\t\t\t\t\t\tlt_LT.ISO8859"..., 4096) = 4096
read(5, "US.ISO8859-15\nph\t\t\t\t\t\tph_PH.ISO8"..., 4096) = 4096
read(5, ".ISO8859-1\nsv.ISO8859-15\t\t\t\t\tsv_"..., 4096) = 4096
read(5, "\tzh_TW.big5\nZh_TW.big5\t\t\t\t\tzh_TW"..., 4096) = 4096
read(5, "\t\t\tar_BH.ISO8859-6\nar_BH.iso8859"..., 4096) = 4096
read(5, "a_ES.ISO8859-15\nca_ES.UTF-8@euro"..., 4096) = 4096
read(5, "l_GR:\t\t\t\t\t\tel_GR.ISO8859-7\nel_GR"..., 4096) = 4096
read(5, "_CR.iso88591:\t\t\t\t\tes_CR.ISO8859-"..., 4096) = 4096
read(5, "O.ISO8859-15\nfo_FO.ISO-8859-15:\t"..., 4096) = 4096
read(5, "8859-2\nhr_HR.ISO_8859-2:\t\t\t\thr_H"..., 4096) = 4096
read(5, "V.ISO8859-4\nlv_LV.ISO-8859-4:\t\t\t"..., 4096) = 4096
read(5, "pl_PL.ISO8859-2\npl_PL.utf8:\t\t\t\t\t"..., 4096) = 4096
read(5, "v_FI.ISO8859-1\nsv_FI.ISO-8859-1:"..., 4096) = 4096
read(5, "\nzh_TW.BIG5:\t\t\t\t\tzh_TW.big5\nZh_T"..., 4096) = 3082
read(5, "", 4096) = 0
close(5) = 0
munmap(0xb7799000, 4096) = 0
open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=39853, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(5, "#\n#\tThis file contains locale da"..., 4096) = 4096
read(5, "LE\t\t\tes_DO.ISO8859-1\niso8859-1/X"..., 4096) = 4096
read(5, " for it, and the GNU C Library\n#"..., 4096) = 4096
read(5, "ALE\t\t\tbr_FR.UTF-8\nen_US.UTF-8/XL"..., 4096) = 4096
read(5, "F-8/XLC_LOCALE\t\t\tml_IN.UTF-8\nen_"..., 4096) = 4096
close(5) = 0
munmap(0xb7799000, 4096) = 0
access("/usr/share/X11/locale/C/XLC_LOCALE", R_OK) = 0
open("/usr/share/X11/locale/C/XLC_LOCALE", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=650, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(5, "# XLocale Database Sample for C"..., 4096) = 650
read(5, "", 4096) = 0
close(5) = 0
munmap(0xb7799000, 4096) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\20\1\6\0\20\0\0\0SCREEN_RESOURCES", 24}, {NULL, 0}, {"", 0}], 3) = 24
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\t\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
uname({sys="Linux", node="ubuntu", ...}) = 0
open("/home/naughty/.Xdefaults-ubuntu", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/home/naughty/de_DE.UTF-8/Angband-color", R_OK) = -1 ENOENT (No such file or directory)
access("/home/naughty/de/Angband-color", R_OK) = -1 ENOENT (No such file or directory)
access("/home/naughty/Angband-color", R_OK) = -1 ENOENT (No such file or directory)
access("/home/naughty/de_DE.UTF-8/Angband", R_OK) = -1 ENOENT (No such file or directory)
access("/home/naughty/de/Angband", R_OK) = -1 ENOENT (No such file or directory)
access("/home/naughty/Angband", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/X11/de_DE.UTF-8/app-defaults/Angband", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/X11/de/app-defaults/Angband", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/X11/app-defaults/Angband", R_OK) = -1 ENOENT (No such file or directory)
access("/etc/X11/de_DE.UTF-8/app-defaults/Angband-color", R_OK) = -1 ENOENT (No such file or directory)
access("/etc/X11/de/app-defaults/Angband-color", R_OK) = -1 ENOENT (No such file or directory)
access("/etc/X11/app-defaults/Angband-color", R_OK) = -1 ENOENT (No such file or directory)
access("/etc/X11/de_DE.UTF-8/app-defaults/Angband", R_OK) = -1 ENOENT (No such file or directory)
access("/etc/X11/de/app-defaults/Angband", R_OK) = -1 ENOENT (No such file or directory)
access("/etc/X11/app-defaults/Angband", R_OK) = -1 ENOENT (No such file or directory)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0_R", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234\n\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\377\0\377\0\377_R", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\23\v\0\0\0\0\0\377\377\377\377\377\377H!\377\377\377\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"b\1\6\0\17\0\0\0", 8}, {"XFree86-Bigfont", 15}, {"\0", 1}], 3) = 24
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\f\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"-\1\4\0\1\0\340\3\4\0\0\3779x15/S\2\0\1\0\340\3", 24}, {NULL, 0}, {"", 0}], 3) = 24
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\16\0005\3\0\0\0\0\0\0\t\0\376\377\365\377\0\0\0\0\0\0\4\0\t\0\t\0\f\0"..., 4096, 0) = 3316
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\00015", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1%\17\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\7\0\2\0\340\3\253\0\0\0\10@\1\0\0\0\0\0\1\0\340\3\0\0\0\0T\0\4\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1'\21\0\0\0\0\0\377\377\377\377\377\377H!\377\377\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\3\0\340\3\253\0\0\0\f@\1\0\377\377\377\0\0\0\0\0\1\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\302\23\0\0\0\0\0\200\200\200\200\200\200H!\200\200\200\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\4\0\340\3\253\0\0\0\f@\1\0\200\200\200\0\0\0\0\0\1\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1*\25\0\0\0\0\0\377\377\200\200\0\0H!\0\200\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\5\0\340\3\253\0\0\0\f@\1\0\0\200\377\0\0\0\0\0\1\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\357\27\0\0\0\0\0\300\300\0\0\0\0H!\0\0\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\6\0\340\3\253\0\0\0\f@\1\0\0\0\300\0\0\0\0\0\1\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\230\31\0\0\0\0\0\0\0\200\200@@H!@\200\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\7\0\340\3\253\0\0\0\f@\1\0@\200\0\0\0\0\0\0\1\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\322\33\0\0\0\0\0\0\0\0\0\377\377H!\377\0\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\10\0\340\3\253\0\0\0\f@\1\0\377\0\0\0\0\0\0\0\1\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\307\35\0\0\0\0\0\200\200@@\0\0H!\0@\200\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\t\0\340\3\253\0\0\0\f@\1\0\0@\200\0\0\0\0\0\1\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1-\37\0\0\0\0\0@@@@@@H!@@@\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\n\0\340\3\253\0\0\0\f@\1\0@@@\0\0\0\0\0\1\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1#!\0\0\0\0\0\300\300\300\300\300\300H!\300\300\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\v\0\340\3\253\0\0\0\f@\1\0\300\300\300\0\0\0\0\0\1\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\332#\0\0\0\0\0\377\377\0\0\377\377H!\377\0\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\f\0\340\3\253\0\0\0\f@\1\0\377\0\377\0\0\0\0\0\1\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1)%\0\0\0\0\0\377\377\377\377\0\0H!\0\377\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\r\0\340\3\253\0\0\0\f@\1\0\0\377\377\0\0\0\0\0\1\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\210'\0\0\0\0\0\377\377\0\0\0\0H!\0\0\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\16\0\340\3\253\0\0\0\f@\1\0\0\0\377\0\0\0\0\0\1\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234)\0\0\0\0\0\0\0\377\377\0\0H!\0\377\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\17\0\340\3\253\0\0\0\f@\1\0\0\377\0\0\0\0\0\0\1\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\307+\0\0\0\0\0\0\0\377\377\377\377H!\377\377\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\20\0\340\3\253\0\0\0\f@\1\0\377\377\0\0\0\0\0\0\1\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\246-\0\0\0\0\0\300\300\200\200@@H!@\200\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\21\0\340\3\253\0\0\0\f@\1\0@\200\300\0\0\0\0\0\1\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1+/\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3730\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1V1\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1O2\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1[3\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0374\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1H5\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1a6\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2167\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1g8\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1|9\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\371:\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1@;\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\205<\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\v=\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0011>\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1q?\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1p@\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\303A\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\200B\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1$C\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\210D\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\251E\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1yF\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\370G\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\332H\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\331I\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1pJ\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1TK\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\365L\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019M\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1lN\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\323O\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\325P\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\230Q\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\363R\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1lS\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\224T\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\22U\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\361V\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1}W\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1sX\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1aY\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1 Z\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\224[\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\220\\\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\332]\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1%^\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&_\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1%`\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\225a\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\270b\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\361c\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31d\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\206e\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\243f\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234g\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\267h\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Vi\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234j\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Pk\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1el\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1zm\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\202n\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\204o\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1'p\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\16q\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1)r\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\366s\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&t\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1-u\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Ov\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Sw\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\277x\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1gy\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\216z\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\252{\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\205|\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\311}\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\217~\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\7\177\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\6\200\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\221\201\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\323\202\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\33\203\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1!\204\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1v\205\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\347\206\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\251\207\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\255\210\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1?\211\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1V\212\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\347\213\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1I\214\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\352\215\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<\216\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\304\217\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\4\220\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1_\221\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1d\222\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1j\223\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1t\224\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1q\225\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\r\226\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\261\227\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\271\230\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\1\231\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1)\232\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\226\233\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\244\234\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\324\235\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1T\236\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1x\237\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1S\240\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\253\241\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\332\242\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1.\243\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1}\244\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250\245\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1,\246\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0013\247\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\17\250\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\36\251\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1f\252\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\363\253\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0015\254\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1a\255\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1K\256\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1L\257\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1y\260\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1f\261\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0011\262\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1!\263\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019\264\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1?\265\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\27\266\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1r\267\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\237\270\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\360\271\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1b\272\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\245\273\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\231\274\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\306\275\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\323\276\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\340\277\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\36\300\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314\301\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1N\302\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\210\303\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\265\304\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019\305\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019\306\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1R\307\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Q\310\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\205\311\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\"\312\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1>\313\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\341\314\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1y\315\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1q\316\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\317\317\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1W\320\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\227\321\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\271\322\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1!\323\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Q\324\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1(\325\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1y\326\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\361\327\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234\330\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\274\331\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\4\332\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1#\333\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0013\334\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1I\335\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1'\336\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1a\337\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\\\340\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212\341\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\227\342\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:\343\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1`\344\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1[\345\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31\346\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1I\347\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1^\350\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\263\351\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\315\352\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\315\353\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\247\354\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1C\355\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\213\356\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\265\357\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\n\360\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\315\361\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\253\362\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\346\363\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\325\364\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0017\365\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1]\366\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242\367\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\32\370\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\352\371\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\312\372\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1m\373\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\332\374\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\24\375\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1j\376\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\237\377\0\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\275\0\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\215\1\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Z\2\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\316\3\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\342\4\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\26\5\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\34\6\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Q\7\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1O\10\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1O\t\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\277\n\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0012\v\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\213\f\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\227\r\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\224\16\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\367\17\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1=\20\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\304\21\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\371\22\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1]\23\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\264\24\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\f\25\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1W\26\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\254\27\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1c\30\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\302\31\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\1\32\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\1\33\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\351\34\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\326\35\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\1\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\n\36\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
uname({sys="Linux", node="ubuntu", ...}) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\1\10\0\22\0\340\3\253\0\0\0\r\0\1\0\6\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0"..., 392}, {NULL, 0}, {"", 0}], 3) = 392
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0!\1\23\0\340\3'\0\0\0z\314\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 224
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
brk(0x9557000) = 0x9557000
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\22\0\7\0\23\0\340\3I\1\0\0\37\0\0\0\10\0\0\0\1\0\0\0C\0\0\0\1\30\f\0"..., 124}, {NULL, 0}, {"", 0}], 3) = 124
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0(\1\23\0\340\3I\1\0\0}\314\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 96
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\377\0\377\0\377\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0-\1\23\0\340\3X\1\0\0\204\314\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 128
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0-\1\23\0\340\3\23\0\340\3\214F\341\0\1\0\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\226\0-\1\23\0\340\3\23\0\340\3}F\341\0+\1\353\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\23\0-\1\23\0\340\3\23\0\340\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 96
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0-\1\23\0\340\3w\1\0\0\234\314\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 192
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\f.\1\0\0\0\0\377\377\377\377\377\377H!\377\377\377\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"-\0\4\0\25\0\340\3\4\0\0\3779x15/\0\2\0\25\0\340\3", 24}, {NULL, 0}, {"", 0}], 3) = 24
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0000\0015\3\0\0\0\0\0\0\t\0\376\377\365\377\0\0\0\0\0\0\4\0\t\0\t\0\f\0"..., 4096, 0) = 3316
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\00015", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1A1\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\7\0\26\0\340\3\253\0\0\0\10@\1\0\0\0\0\0\25\0\340\3\0\0\0\0T\30\4\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3313\1\0\0\0\0\377\377\377\377\377\377H!\377\377\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0\27\0\340\3\253\0\0\0\f@\1\0\377\377\377\0\0\0\0\0\25\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3055\1\0\0\0\0\200\200\200\200\200\200H!\200\200\200\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0\30\0\340\3\253\0\0\0\f@\1\0\200\200\200\0\0\0\0\0\25\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0007\1\0\0\0\0\377\377\200\200\0\0H!\0\200\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0\31\0\340\3\253\0\0\0\f@\1\0\0\200\377\0\0\0\0\0\25\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3309\1\0\0\0\0\300\300\0\0\0\0H!\0\0\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0\32\0\340\3\253\0\0\0\f@\1\0\0\0\300\0\0\0\0\0\25\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\362;\1\0\0\0\0\0\0\200\200@@H!@\200\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0\33\0\340\3\253\0\0\0\f@\1\0@\200\0\0\0\0\0\0\25\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\"=\1\0\0\0\0\0\0\0\0\377\377H!\377\0\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0\34\0\340\3\253\0\0\0\f@\1\0\377\0\0\0\0\0\0\0\25\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1!?\1\0\0\0\0\200\200@@\0\0H!\0@\200\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0\35\0\340\3\253\0\0\0\f@\1\0\0@\200\0\0\0\0\0\25\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1;A\1\0\0\0\0@@@@@@H!@@@\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0\36\0\340\3\253\0\0\0\f@\1\0@@@\0\0\0\0\0\25\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\337C\1\0\0\0\0\300\300\300\300\300\300H!\300\300\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0\37\0\340\3\253\0\0\0\f@\1\0\300\300\300\0\0\0\0\0\25\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\263E\1\0\0\0\0\377\377\0\0\377\377H!\377\0\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0 \0\340\3\253\0\0\0\f@\1\0\377\0\377\0\0\0\0\0\25\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1DG\1\0\0\0\0\377\377\377\377\0\0H!\0\377\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0!\0\340\3\253\0\0\0\f@\1\0\0\377\377\0\0\0\0\0\25\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\272I\1\0\0\0\0\377\377\0\0\0\0H!\0\0\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0\"\0\340\3\253\0\0\0\f@\1\0\0\0\377\0\0\0\0\0\25\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1sK\1\0\0\0\0\0\0\377\377\0\0H!\0\377\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0#\0\340\3\253\0\0\0\f@\1\0\0\377\0\0\0\0\0\0\25\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\205M\1\0\0\0\0\0\0\377\377\377\377H!\377\377\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0$\0\340\3\253\0\0\0\f@\1\0\377\377\0\0\0\0\0\0\25\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\233O\1\0\0\0\0\300\300\200\200@@H!@\200\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\0\10\0%\0\340\3\253\0\0\0\f@\1\0@\200\300\0\0\0\0\0\25\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1PQ\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019R\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\220S\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\tT\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0016U\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\346V\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\303W\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&X\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1}Y\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\264Z\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\236[\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\317\\\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\335]\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1H^\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1i_\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\v`\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\217a\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\371b\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1$c\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\361d\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\23e\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1ef\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\232g\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\257h\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\233i\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLIN|POLLOUT}])
recv(4, "\34\0i\1\23\0\340\3\246\1\0\0\"\315\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\227j\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1qk\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\tl\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1tm\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\rn\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2o\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0014p\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1^q\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1 r\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\26s\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Ht\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3u\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Kv\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234w\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\202x\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\317y\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\237z\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1L{\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1x|\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\324}\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\21~\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1S\177\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\27\200\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1R\201\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1@\202\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\237\203\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1p\204\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\1\205\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\374\206\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\367\207\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\"\210\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\342\211\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1p\212\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\365\213\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314\214\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1B\215\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1c\216\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\273\217\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\223\220\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1d\221\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\252\222\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\235\223\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\375\224\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2\225\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1?\226\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Q\227\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\345\230\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212\231\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1/\232\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\206\233\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019\234\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\4\235\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\357\236\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\335\237\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\213\240\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\37\241\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0010\242\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1~\243\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1~\244\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1{\245\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\347\246\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1z\247\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\36\250\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\245\251\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\210\252\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\10\253\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1?\254\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&\255\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1^\256\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\321\257\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\207\260\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314\261\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242\262\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1>\263\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\230\264\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\377\265\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\27\266\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&\267\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Z\270\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\365\271\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\t\272\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\352\273\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\r\274\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\246\275\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1_\276\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\216\277\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<\300\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1`\301\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\224\302\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\232\303\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1'\304\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1+\305\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\307\306\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\217\307\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1f\310\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\232\311\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\231\312\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1]\313\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\266\314\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\337\315\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\274\316\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1*\317\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019\320\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\206\321\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\271\322\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\17\323\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:\324\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\221\325\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1g\326\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\257\327\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\337\330\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\331\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0018\332\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1T\333\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\"\334\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\313\335\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\7\336\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\205\337\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\227\340\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\264\341\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\331\342\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\1\343\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\311\344\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\245\345\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\356\346\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1w\347\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\210\350\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\252\351\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\325\352\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\261\353\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\4\354\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\n\355\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1p\356\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\245\357\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1u\360\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\5\361\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Q\362\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\307\363\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\317\364\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\264\365\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\326\366\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250\367\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\307\370\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\344\371\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1#\372\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1W\373\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1V\374\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\7\375\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\323\376\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1/\377\1\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\17\0\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\377\1\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019\2\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\226\3\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\304\4\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\325\5\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\23\6\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\341\7\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31\10\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1G\t\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1a\n\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0017\v\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\275\f\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\372\r\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\306\16\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\t\17\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\352\20\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\373\21\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\233\22\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\213\23\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<\24\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1~\25\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1g\26\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1|\27\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1T\30\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1d\31\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1#\32\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&\33\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\255\34\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1-\35\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1(\36\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1;\37\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1h \2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\235!\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\32\"\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\241#\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1@$\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242%\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0014&\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\206'\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1z(\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\356)\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1R*\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\364+\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\274,\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\277-\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\v.\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1{/\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1i0\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3641\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3342\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1v3\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3714\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3615\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1l6\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2227\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2208\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3619\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1W:\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1s;\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\217<\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\306=\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212>\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\237?\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\0\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1o@\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
uname({sys="Linux", node="ubuntu", ...}) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\1\30\r\0&\0\340\3\253\0\0\0\0\0\0\0\324\2l\1\1\0\1\0\0\0\0\0\32(\0\0"..., 468}, {NULL, 0}, {"", 0}], 3) = 468
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0B\2&\0\340\3'\0\0\0g\316\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 416
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\377\0\377\0\377\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0M\2&\0\340\3&\0\340\3\350F\341\0\1\0\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\226\0M\2&\0\340\3&\0\340\3\331F\341\0+\1\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\23\0M\2&\0\340\3&\0\340\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0M\2&\0\340\3w\1\0\0\203\316\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 192
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1fN\2\0\0\0\0\377\377\377\377\377\377H!\377\377\377\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"-\30\4\0(\0\340\3\4\0\0\3779x15/\2\2\0(\0\340\3", 24}, {NULL, 0}, {"", 0}], 3) = 24
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0P\0025\3\0\0\0\0\0\0\t\0\376\377\365\377\0\0\0\0\0\0\4\0\t\0\t\0\f\0"..., 4096, 0) = 3316
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\00015", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314Q\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\7\0)\0\340\3\253\0\0\0\10@\1\0\0\0\0\0(\0\340\3\0\0\0\0T(\4\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\352S\2\0\0\0\0\377\377\377\377\377\377H!\377\377\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0*\0\340\3\253\0\0\0\f@\1\0\377\377\377\0\0\0\0\0(\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\375U\2\0\0\0\0\200\200\200\200\200\200H!\200\200\200\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0+\0\340\3\253\0\0\0\f@\1\0\200\200\200\0\0\0\0\0(\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\313W\2\0\0\0\0\377\377\200\200\0\0H!\0\200\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0,\0\340\3\253\0\0\0\f@\1\0\0\200\377\0\0\0\0\0(\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\223Y\2\0\0\0\0\300\300\0\0\0\0H!\0\0\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0-\0\340\3\253\0\0\0\f@\1\0\0\0\300\0\0\0\0\0(\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1x[\2\0\0\0\0\0\0\200\200@@H!@\200\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0.\0\340\3\253\0\0\0\f@\1\0@\200\0\0\0\0\0\0(\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\214]\2\0\0\0\0\0\0\0\0\377\377H!\377\0\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0/\0\340\3\253\0\0\0\f@\1\0\377\0\0\0\0\0\0\0(\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1._\2\0\0\0\0\200\200@@\0\0H!\0@\200\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0000\0\340\3\253\0\0\0\f@\1\0\0@\200\0\0\0\0\0(\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\333a\2\0\0\0\0@@@@@@H!@@@\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0001\0\340\3\253\0\0\0\f@\1\0@@@\0\0\0\0\0(\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1`c\2\0\0\0\0\300\300\300\300\300\300H!\300\300\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0002\0\340\3\253\0\0\0\f@\1\0\300\300\300\0\0\0\0\0(\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\243e\2\0\0\0\0\377\377\0\0\377\377H!\377\0\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0003\0\340\3\253\0\0\0\f@\1\0\377\0\377\0\0\0\0\0(\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\237g\2\0\0\0\0\377\377\377\377\0\0H!\0\377\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0004\0\340\3\253\0\0\0\f@\1\0\0\377\377\0\0\0\0\0(\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\ni\2\0\0\0\0\377\377\0\0\0\0H!\0\0\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0005\0\340\3\253\0\0\0\f@\1\0\0\0\377\0\0\0\0\0(\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\177k\2\0\0\0\0\0\0\377\377\0\0H!\0\377\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0006\0\340\3\253\0\0\0\f@\1\0\0\377\0\0\0\0\0\0(\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\203m\2\0\0\0\0\0\0\377\377\377\377H!\377\377\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0007\0\340\3\253\0\0\0\f@\1\0\377\377\0\0\0\0\0\0(\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\326o\2\0\0\0\0\300\300\200\200@@H!@\200\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0008\0\340\3\253\0\0\0\f@\1\0@\200\300\0\0\0\0\0(\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Rq\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\7r\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\241s\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\276t\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<u\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\177v\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\316w\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1jx\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\201y\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1lz\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\316{\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\202|\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1`}\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1n~\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\336\177\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31\200\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\231\201\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\310\202\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\334\203\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\240\204\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\374\205\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\214\206\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\270\207\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\377\210\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\17\211\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1)\212\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\351\213\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\21\214\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\37\215\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\365\216\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\377\217\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\243\220\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0013\221\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250\222\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1r\223\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\204\224\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!"..., 4096, 0) = 64
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\354\225\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\377\226\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3\227\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1/\230\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\10\231\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\232\232\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1L\233\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, "\34\0\233\2\23\0\340\3\246\1\0\0)\317\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\231\234\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\333\235\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\300\236\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1F\237\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1]\240\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242\241\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\36\242\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\301\243\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1h\244\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\361\245\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\271\246\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\355\247\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\275\250\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\23\251\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\321\252\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1-\253\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\231\254\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\20\255\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\202\256\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\330\257\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31\260\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1]\261\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\320\262\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1[\263\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\262\264\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1k\265\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1$\266\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\334\267\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1f\270\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\330\271\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1.\272\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\244\273\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234\274\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\230\275\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\352\276\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\v\277\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\203\300\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\343\301\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1T\302\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1I\303\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1n\304\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\227\305\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\321\306\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\23\307\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1n\310\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\271\311\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\326\312\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\r\313\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\16\314\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1e\315\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\6\316\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1`\317\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1s\320\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\275\321\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\344\322\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1)\323\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\337\324\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\373\325\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\214\326\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\350\327\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\300\330\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1+\331\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\203\332\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\362\333\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1=\334\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314\335\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\24\336\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1k\337\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0010\340\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\215\341\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\304\342\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019\343\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\257\344\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\32\345\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Z\346\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\204\347\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\220\350\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1J\351\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1h\352\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1b\353\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\n\354\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1h\355\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\266\356\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\27\357\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1^\360\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\301\361\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\365\362\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\241\363\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\367\364\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\222\365\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\35\366\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1`\367\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1w\370\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\317\371\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\213\372\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\16\373\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1]\374\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\322\375\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<\376\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\255\377\2\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\377\0\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1u\1\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1,\2\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\220\3\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\353\4\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\274\5\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\202\6\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1m\7\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0011\10\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\357\t\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\345\n\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\201\v\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\266\f\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\327\r\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\360\16\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\264\17\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\236\20\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\344\21\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\364\22\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\5\23\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\33\24\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\251\25\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1a\26\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\344\27\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\323\30\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\f\31\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\305\32\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\374\33\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&\34\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\313\35\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31\36\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\371\37\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1d \3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\334!\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1>\"\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\356#\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\216$\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\204%\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\304&\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&'\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1,(\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1/)\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212*\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\1+\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1c,\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1a-\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\316.\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\312/\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2320\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1l1\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2472\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1R3\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0264\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1p5\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3276\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3777\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3338\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3779\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\324:\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1c;\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\241<\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1G=\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1g>\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1>?\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\17@\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\266A\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\36B\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\222C\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1!D\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\330E\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\224F\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\263G\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1UH\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\337I\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\25J\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\255K\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\204L\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\6M\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1'N\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\276O\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\264P\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\20Q\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1*R\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1mS\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\325T\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\321U\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212V\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\332W\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1BX\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1{Y\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\350Z\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0015[\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1v\\\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\352]\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\370^\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\377_\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\221`\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
uname({sys="Linux", node="ubuntu", ...}) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\1\30\r\0009\0\340\3\253\0\0\0\0\0\0\0\324\2l\1\1\0\1\0\0\0\0\0\32(\0\0"..., 468}, {NULL, 0}, {"", 0}], 3) = 468
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0b\0039\0\340\3'\0\0\0\232\320\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 384
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\377\0\377\0\377\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\25\0m\0039\0\340\0039\0\340\0035G\341\0\1\0\22\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0m\0039\0\340\0039\0\340\3DG\341\0\1\0\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\226\0m\0039\0\340\0039\0\340\0035G\341\0\1\0\353\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\23\0m\0039\0\340\0039\0\340\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 96
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0m\0039\0\340\3w\1\0\0\277\320\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 192
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\266n\3\0\0\0\0\377\377\377\377\377\377H!\377\377\377\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"-\30\4\0;\0\340\3\4\0\0\3779x15/\2\2\0;\0\340\3", 24}, {NULL, 0}, {"", 0}], 3) = 24
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0p\0035\3\0\0\0\0\0\0\t\0\376\377\365\377\0\0\0\0\0\0\4\0\t\0\t\0\f\0"..., 4096, 0) = 3316
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\00015", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1'q\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\7\0<\0\340\3\253\0\0\0\10@\1\0\0\0\0\0;\0\340\3\0\0\0\0T(\4\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\17s\3\0\0\0\0\377\377\377\377\377\377H!\377\377\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0=\0\340\3\253\0\0\0\f@\1\0\377\377\377\0\0\0\0\0;\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\20u\3\0\0\0\0\200\200\200\200\200\200H!\200\200\200\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0>\0\340\3\253\0\0\0\f@\1\0\200\200\200\0\0\0\0\0;\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1'w\3\0\0\0\0\377\377\200\200\0\0H!\0\200\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0?\0\340\3\253\0\0\0\f@\1\0\0\200\377\0\0\0\0\0;\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\367y\3\0\0\0\0\300\300\0\0\0\0H!\0\0\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0@\0\340\3\253\0\0\0\f@\1\0\0\0\300\0\0\0\0\0;\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1T{\3\0\0\0\0\0\0\200\200@@H!@\200\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0A\0\340\3\253\0\0\0\f@\1\0@\200\0\0\0\0\0\0;\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\275}\3\0\0\0\0\0\0\0\0\377\377H!\377\0\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0B\0\340\3\253\0\0\0\f@\1\0\377\0\0\0\0\0\0\0;\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1_\177\3\0\0\0\0\200\200@@\0\0H!\0@\200\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0C\0\340\3\253\0\0\0\f@\1\0\0@\200\0\0\0\0\0;\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\320\201\3\0\0\0\0@@@@@@H!@@@\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0D\0\340\3\253\0\0\0\f@\1\0@@@\0\0\0\0\0;\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1f\203\3\0\0\0\0\300\300\300\300\300\300H!\300\300\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0E\0\340\3\253\0\0\0\f@\1\0\300\300\300\0\0\0\0\0;\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\341\205\3\0\0\0\0\377\377\0\0\377\377H!\377\0\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0F\0\340\3\253\0\0\0\f@\1\0\377\0\377\0\0\0\0\0;\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1'\207\3\0\0\0\0\377\377\377\377\0\0H!\0\377\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0G\0\340\3\253\0\0\0\f@\1\0\0\377\377\0\0\0\0\0;\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1[\211\3\0\0\0\0\377\377\0\0\0\0H!\0\0\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0H\0\340\3\253\0\0\0\f@\1\0\0\0\377\0\0\0\0\0;\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250\213\3\0\0\0\0\0\0\377\377\0\0H!\0\377\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0I\0\340\3\253\0\0\0\f@\1\0\0\377\0\0\0\0\0\0;\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1L\215\3\0\0\0\0\0\0\377\377\377\377H!\377\377\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0J\0\340\3\253\0\0\0\f@\1\0\377\377\0\0\0\0\0\0;\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1X\217\3\0\0\0\0\300\300\200\200@@H!@\200\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0K\0\340\3\253\0\0\0\f@\1\0@\200\300\0\0\0\0\0;\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\256\221\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\246\222\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0018\223\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\334\224\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212\225\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\223\226\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\226\0039\0\340\3\246\1\0\0\37\321\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\324\230\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\222\231\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1s\232\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, "\34\0\232\3\23\0\340\3\246\1\0\0$\321\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Q\233\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1P\234\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\25\235\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\272\236\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242\237\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1l\240\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1C\241\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\204\242\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\344\243\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1c\244\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\224\245\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\241\246\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\364\247\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\32\250\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234\251\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1]\252\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1[\253\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1I\254\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\254\255\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\323\256\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\211\257\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\245\260\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1F\261\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:\262\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1r\263\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\30\264\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1A\265\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31\266\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1A\267\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\322\270\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\230\271\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1n\272\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\256\273\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\341\274\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\35\275\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0013\276\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\270\277\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\255\300\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\30\301\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\322\302\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1~\303\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1D\304\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1q\305\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\206\306\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\252\307\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\261\310\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\333\311\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1s\312\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\264\313\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\350\314\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Z\315\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1`\316\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\214\317\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\254\320\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\372\321\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\257\322\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\177\323\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\277\324\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\302\325\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\266\326\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\36\327\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\35\330\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\20\331\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1.\332\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\302\333\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0017\334\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1[\335\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1A\336\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1v\337\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1T\340\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1X\341\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\202\342\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\254\343\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\355\344\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\206\345\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1@\346\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1{\347\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\260\350\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\34\351\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Z\352\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1g\353\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1c\354\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\323\355\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\332\356\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0018\357\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\224\360\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&\361\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1I\362\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1d\363\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\372\364\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\35\365\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1|\366\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\251\367\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\246\370\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\317\371\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1%\372\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1E\373\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Z\374\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\271\375\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\351\376\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\\\377\3\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1w\0\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\266\1\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\323\2\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1s\3\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1n\4\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1?\5\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\320\6\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\340\7\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1M\10\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1`\t\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\330\n\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314\v\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\271\f\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\6\r\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Z\16\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0015\17\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1y\20\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\277\21\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1 \22\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\264\23\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\222\24\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1E\25\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\17\26\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\37\27\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1q\30\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\245\31\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\352\32\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0015\33\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\f\34\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\26\35\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\213\36\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\33\37\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\271 \4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\32!\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\r\"\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\37#\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1j$\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\252%\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1k&\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\265'\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\230(\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\303)\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\f*\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\271+\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31,\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1A-\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1D.\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1f/\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1u0\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2241\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3302\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1r3\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1B4\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2425\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1N6\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&7\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2308\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3319\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\325:\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0010;\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1z<\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\305=\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\306>\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1.?\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\26@\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314A\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1 B\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\317C\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\355D\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1BE\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1uF\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\257G\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1rH\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019I\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\246J\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1tK\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\341L\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\371M\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\342N\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\313O\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0012P\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\221Q\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\256R\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\277S\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0013T\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1.U\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\204V\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\253W\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1aX\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\337Y\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\24Z\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\361[\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\301\\\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\325]\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\362^\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\v_\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250`\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1~a\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\255b\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Ec\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1hd\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\312e\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314f\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\301g\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1|h\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\264i\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\360j\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\372k\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1.l\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\20m\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Jn\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1?o\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\353p\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\255q\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1er\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\244s\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\5t\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\324u\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1*v\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1dw\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1bx\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1xy\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\270z\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Q{\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\253|\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\325}\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\30~\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\232\177\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234\200\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
uname({sys="Linux", node="ubuntu", ...}) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\1\30\r\0L\0\340\3\253\0\0\0\0\0\0\0\324\2l\1\1\0\1\0\0\0\0\0\32(\0\0"..., 468}, {NULL, 0}, {"", 0}], 3) = 468
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\202\4L\0\340\3'\0\0\0\234\322\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 352
recv(4, "\26\0\215\4L\0\340\3L\0\340\3y\1\240\3\0\0\0\0\324\2l\1\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\377\0\377\0\377\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0\215\4L\0\340\3L\0\340\3\240G\341\0\1\0\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\226\0\215\4L\0\340\3L\0\340\3\221G\341\0\1\0\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\23\0\215\4L\0\340\3L\0\340\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\215\4L\0\340\3w\1\0\0\270\322\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 192
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\265\216\4\0\0\0\0\377\377\377\377\377\377H!\377\377\377\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"-\30\4\0N\0\340\3\4\0\0\3779x15/\2\2\0N\0\340\3", 24}, {NULL, 0}, {"", 0}], 3) = 24
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\220\0045\3\0\0\0\0\0\0\t\0\376\377\365\377\0\0\0\0\0\0\4\0\t\0\t\0\f\0"..., 4096, 0) = 3316
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\00015", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1A\221\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\7\0O\0\340\3\253\0\0\0\10@\1\0\0\0\0\0N\0\340\3\0\0\0\0T(\4\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1k\223\4\0\0\0\0\377\377\377\377\377\377H!\377\377\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0P\0\340\3\253\0\0\0\f@\1\0\377\377\377\0\0\0\0\0N\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314\225\4\0\0\0\0\200\200\200\200\200\200H!\200\200\200\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0Q\0\340\3\253\0\0\0\f@\1\0\200\200\200\0\0\0\0\0N\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212\227\4\0\0\0\0\377\377\200\200\0\0H!\0\200\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0R\0\340\3\253\0\0\0\f@\1\0\0\200\377\0\0\0\0\0N\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1a\231\4\0\0\0\0\300\300\0\0\0\0H!\0\0\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0S\0\340\3\253\0\0\0\f@\1\0\0\0\300\0\0\0\0\0N\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\377\233\4\0\0\0\0\0\0\200\200@@H!@\200\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0T\0\340\3\253\0\0\0\f@\1\0@\200\0\0\0\0\0\0N\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\266\235\4\0\0\0\0\0\0\0\0\377\377H!\377\0\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0U\0\340\3\253\0\0\0\f@\1\0\377\0\0\0\0\0\0\0N\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\216\237\4\0\0\0\0\200\200@@\0\0H!\0@\200\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0V\0\340\3\253\0\0\0\f@\1\0\0@\200\0\0\0\0\0N\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1t\241\4\0\0\0\0@@@@@@H!@@@\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0W\0\340\3\253\0\0\0\f@\1\0@@@\0\0\0\0\0N\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1'\243\4\0\0\0\0\300\300\300\300\300\300H!\300\300\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0X\0\340\3\253\0\0\0\f@\1\0\300\300\300\0\0\0\0\0N\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\321\245\4\0\0\0\0\377\377\0\0\377\377H!\377\0\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0Y\0\340\3\253\0\0\0\f@\1\0\377\0\377\0\0\0\0\0N\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\377\247\4\0\0\0\0\377\377\377\377\0\0H!\0\377\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0Z\0\340\3\253\0\0\0\f@\1\0\0\377\377\0\0\0\0\0N\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\321\251\4\0\0\0\0\377\377\0\0\0\0H!\0\0\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0[\0\340\3\253\0\0\0\f@\1\0\0\0\377\0\0\0\0\0N\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\321\253\4\0\0\0\0\0\0\377\377\0\0H!\0\377\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\\\0\340\3\253\0\0\0\f@\1\0\0\377\0\0\0\0\0\0N\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1x\255\4\0\0\0\0\0\0\377\377\377\377H!\377\377\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0]\0\340\3\253\0\0\0\f@\1\0\377\377\0\0\0\0\0\0N\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1h\257\4\0\0\0\0\300\300\200\200@@H!@\200\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0^\0\340\3\253\0\0\0\f@\1\0@\200\300\0\0\0\0\0N\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0012\261\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\376\262\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1~\263\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\271\264\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\350\265\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\257\266\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1O\267\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\236\270\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\321\271\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1W\272\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1i\273\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\t\274\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\202\275\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0016\276\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1y\277\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\310\300\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1~\301\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\202\302\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\362\303\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\356\304\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\32\305\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2\306\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019\307\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\335\310\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\303\311\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\327\312\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Z\313\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\227\314\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\322\315\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1?\316\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\270\317\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1^\320\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1e\321\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\337\322\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0\322\4L\0\340\3\246\1\0\0z\323\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1A\323\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\323\4\23\0\340\3\246\1\0\0\202\323\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\303\325\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1,\326\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1x\327\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Y\330\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\5\331\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1@\332\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\232\333\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\4\334\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\225\335\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31\336\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\33\337\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\1\340\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0018\341\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\222\342\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\341\343\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019\344\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\327\345\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\347\346\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\311\347\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\6\350\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\203\351\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\217\352\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\207\353\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\362\354\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242\355\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\340\356\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\263\357\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\347\360\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1^\361\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\225\362\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\233\363\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\34\364\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1J\365\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\222\366\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\25\367\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1?\370\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\223\371\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\221\372\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\22\373\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1E\374\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\330\375\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1(\376\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\241\377\4\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\335\0\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\240\1\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\272\2\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\360\3\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Y\4\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\324\5\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\24\6\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\v\7\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\225\10\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\221\t\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\256\n\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\251\v\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\22\f\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\r\r\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1q\16\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\241\17\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019\20\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\33\21\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\\\22\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\260\23\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\364\24\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\357\25\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\376\26\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\203\27\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314\30\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\203\31\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\313\32\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1w\33\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\25\34\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0014\35\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0015\36\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1a\37\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\266 \5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0012!\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1R\"\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\227#\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1J$\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\247%\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1~&\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1}'\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\230(\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1!)\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1s*\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\v+\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212,\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\243-\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\276.\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\376/\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1j0\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1f1\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0232\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1S3\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3544\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3625\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3526\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3727\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1-8\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3509\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\27:\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\351;\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\341<\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\350=\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\354>\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1d?\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\17@\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:A\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\275B\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1NC\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\252D\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\27E\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0011F\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\315G\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\302H\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\276I\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1#J\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2K\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\257L\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\351M\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1RN\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\344O\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\30P\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\243Q\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1rR\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1cS\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\311T\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\fU\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1DV\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\306W\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1uX\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\256Y\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\375Z\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\330[\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\36\\\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\302]\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\367^\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1S_\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\6`\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\231a\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\360b\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0014c\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\342d\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1qe\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\337f\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\364g\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\353h\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1ui\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\333j\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3k\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1nl\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\4m\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\32n\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\201o\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1ip\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\344q\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\341r\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\243s\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1yt\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1.u\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\370v\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\311w\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\306x\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1oy\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\214z\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\371{\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1a|\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\332}\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\342~\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\213\177\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\345\200\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1H\201\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\313\202\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1H\203\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1r\204\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\335\205\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242\206\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019\207\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\210\210\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\326\211\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<\212\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1H\213\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\204\214\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\333\215\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\362\216\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0018\217\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242\220\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1H\221\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\310\222\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\221\223\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1h\224\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\276\225\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\364\226\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\177\227\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\311\230\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1I\231\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\344\232\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1J\233\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\r\234\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\10\235\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\236\236\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1|\237\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1U\240\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
brk(0x9578000) = 0x9578000
uname({sys="Linux", node="ubuntu", ...}) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\1\30\r\0_\0\340\3\253\0\0\0\0\0\0\0\324\2l\1\1\0\1\0\0\0\0\0\32(\0\0"..., 468}, {NULL, 0}, {"", 0}], 3) = 468
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\242\5_\0\340\3'\0\0\0\360\324\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 416
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\377\0\377\0\377\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0\255\5_\0\340\3_\0\340\3\374G\341\0\1\0\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\226\0\255\5_\0\340\3_\0\340\3\355G\341\0+\1\353\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\23\0\255\5_\0\340\3_\0\340\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 96
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\255\5_\0\340\3w\1\0\0\17\325\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 192
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0014\256\5\0\0\0\0\377\377\377\377\377\377H!\377\377\377\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"-\30\4\0a\0\340\3\4\0\0\3779x15/\2\2\0a\0\340\3", 24}, {NULL, 0}, {"", 0}], 3) = 24
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\260\0055\3\0\0\0\0\0\0\t\0\376\377\365\377\0\0\0\0\0\0\4\0\t\0\t\0\f\0"..., 4096, 0) = 3316
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\00015", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1=\261\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\7\0b\0\340\3\253\0\0\0\10@\1\0\0\0\0\0a\0\340\3\0\0\0\0T(\4\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\340\263\5\0\0\0\0\377\377\377\377\377\377H!\377\377\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0c\0\340\3\253\0\0\0\f@\1\0\377\377\377\0\0\0\0\0a\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\226\265\5\0\0\0\0\200\200\200\200\200\200H!\200\200\200\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0d\0\340\3\253\0\0\0\f@\1\0\200\200\200\0\0\0\0\0a\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\202\267\5\0\0\0\0\377\377\200\200\0\0H!\0\200\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0e\0\340\3\253\0\0\0\f@\1\0\0\200\377\0\0\0\0\0a\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\251\271\5\0\0\0\0\300\300\0\0\0\0H!\0\0\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0f\0\340\3\253\0\0\0\f@\1\0\0\0\300\0\0\0\0\0a\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\366\273\5\0\0\0\0\0\0\200\200@@H!@\200\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0g\0\340\3\253\0\0\0\f@\1\0@\200\0\0\0\0\0\0a\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\206\275\5\0\0\0\0\0\0\0\0\377\377H!\377\0\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0h\0\340\3\253\0\0\0\f@\1\0\377\0\0\0\0\0\0\0a\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314\277\5\0\0\0\0\200\200@@\0\0H!\0@\200\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0i\0\340\3\253\0\0\0\f@\1\0\0@\200\0\0\0\0\0a\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\224\301\5\0\0\0\0@@@@@@H!@@@\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0j\0\340\3\253\0\0\0\f@\1\0@@@\0\0\0\0\0a\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0012\303\5\0\0\0\0\300\300\300\300\300\300H!\300\300\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0k\0\340\3\253\0\0\0\f@\1\0\300\300\300\0\0\0\0\0a\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0010\305\5\0\0\0\0\377\377\0\0\377\377H!\377\0\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0l\0\340\3\253\0\0\0\f@\1\0\377\0\377\0\0\0\0\0a\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\336\307\5\0\0\0\0\377\377\377\377\0\0H!\0\377\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0m\0\340\3\253\0\0\0\f@\1\0\0\377\377\0\0\0\0\0a\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\f\311\5\0\0\0\0\377\377\0\0\0\0H!\0\0\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0n\0\340\3\253\0\0\0\f@\1\0\0\0\377\0\0\0\0\0a\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1_\313\5\0\0\0\0\0\0\377\377\0\0H!\0\377\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0o\0\340\3\253\0\0\0\f@\1\0\0\377\0\0\0\0\0\0a\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\323\315\5\0\0\0\0\0\0\377\377\377\377H!\377\377\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0p\0\340\3\253\0\0\0\f@\1\0\377\377\0\0\0\0\0\0a\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\203\317\5\0\0\0\0\300\300\200\200@@H!@\200\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0q\0\340\3\253\0\0\0\f@\1\0@\200\300\0\0\0\0\0a\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\n\321\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1z\322\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0017\323\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\266\324\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1L\325\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1C\326\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1s\327\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242\330\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\301\331\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\7\332\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\5\333\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\215\334\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\335\335\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1,\336\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\243\337\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1o\340\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\200\341\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\246\342\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\37\343\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1/\344\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1q\345\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1x\346\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\324\347\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1s\350\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1G\351\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\256\352\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1I\353\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1S\354\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\24\355\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\16\356\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1!\357\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\306\360\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, "\34\0\360\5_\0\340\3\246\1\0\0\302\325\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\5\361\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1{\362\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\231\363\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\367\364\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1i\365\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\204\366\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\327\367\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\356\370\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1`\371\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\177\372\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\317\373\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\233\374\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\30\375\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\315\376\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\344\377\5\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\310\0\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\346\1\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\32\2\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1M\3\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\255\4\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\375\5\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1y\6\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\252\7\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\361\10\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\24\t\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\204\n\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\356\v\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\262\f\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\273\r\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\311\16\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\221\17\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\317\20\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1h\21\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\266\22\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\25\23\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1L\24\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1+\25\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1E\26\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\344\27\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\377\30\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\227\31\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1L\32\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1A\33\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1P\34\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\373\35\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1'\36\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1l\37\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\312 \6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1D!\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1z\"\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1T#\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250$\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\207%\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\237&\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\230'\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\277(\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1C)\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1f*\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\334+\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1w,\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\254-\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1q.\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\333/\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3260\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1-1\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3122\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3133\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2444\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2075\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3556\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1@7\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2618\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3359\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1e:\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\365;\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\t<\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1l=\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\347>\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0014?\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1X@\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\205A\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1JB\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1@C\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\224D\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\257E\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\6F\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\334G\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\7H\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31I\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\1J\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\22K\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\17L\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1`M\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1YN\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\223O\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\364P\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1EQ\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1pR\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314S\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\251T\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1SU\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\206V\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\321W\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\303X\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\310Y\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\343Z\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1G[\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250\\\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\313]\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\371^\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\317_\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\366`\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\300a\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\17b\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1sc\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\201d\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\1e\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<f\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1,g\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\231h\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1|i\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\363j\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019k\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1 l\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Wm\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\321n\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1mo\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\306p\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\346q\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\vr\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Os\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1rt\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\314u\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\275v\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\265w\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0019x\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\200y\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\255z\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\343{\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1l|\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Z}\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\347~\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1S\177\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1w\200\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0015\201\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\32\202\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\27\203\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\334\204\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\20\205\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\203\206\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\311\207\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212\210\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\365\211\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1~\212\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0018\213\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212\214\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1P\215\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\341\216\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\302\217\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1n\220\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1(\221\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\254\222\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\343\223\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\215\224\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\261\225\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1i\226\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250\227\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1/\230\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1u\231\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0015\232\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\5\233\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\374\234\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\32\235\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1L\236\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\214\237\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\355\240\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\245\241\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\355\242\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\204\243\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\222\244\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\240\245\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\317\246\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1%\247\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\204\250\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\r\251\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1}\252\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1x\253\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\206\254\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\264\255\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\27\256\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\221\257\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1v\260\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\266\261\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\261\6_\0\340\3X\1\0\0M\327\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 384
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\353\262\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1.\263\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1@\264\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\306\265\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\267\266\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\350\267\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\335\270\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\214\271\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\312\272\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\367\273\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:\274\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\216\275\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\34\276\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:\277\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1g\300\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
uname({sys="Linux", node="ubuntu", ...}) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\1\30\r\0r\0\340\3\253\0\0\0\0\0\0\0\324\2l\1\1\0\1\0\0\0\0\0\32(\0\0"..., 468}, {NULL, 0}, {"", 0}], 3) = 468
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\302\6r\0\340\3'\0\0\0\230\327\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 416
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\377\0\377\0\377\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0\315\6r\0\340\3r\0\340\3\214H\341\0\1\0\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\226\0\315\6r\0\340\3r\0\340\3}H\341\0+\1\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\23\0\315\6r\0\340\3r\0\340\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\315\6r\0\340\3w\1\0\0\275\327\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 224
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\305\316\6\0\0\0\0\377\377\377\377\377\377H!\377\377\377\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"-\30\4\0t\0\340\3\4\0\0\3779x15/\2\2\0t\0\340\3", 24}, {NULL, 0}, {"", 0}], 3) = 24
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\320\0065\3\0\0\0\0\0\0\t\0\376\377\365\377\0\0\0\0\0\0\4\0\t\0\t\0\f\0"..., 4096, 0) = 3316
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\00015", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\225\321\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\7\0u\0\340\3\253\0\0\0\10@\1\0\0\0\0\0t\0\340\3\0\0\0\0T(\4\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\33\323\6\0\0\0\0\377\377\377\377\377\377H!\377\377\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0v\0\340\3\253\0\0\0\f@\1\0\377\377\377\0\0\0\0\0t\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\n\5\323\6L\0\340\3\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\274\325\6\0\0\0\0\200\200\200\200\200\200H!\200\200\200\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0w\0\340\3\253\0\0\0\f@\1\0\200\200\200\0\0\0\0\0t\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<\327\6\0\0\0\0\377\377\200\200\0\0H!\0\200\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0x\0\340\3\253\0\0\0\f@\1\0\0\200\377\0\0\0\0\0t\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\356\331\6\0\0\0\0\300\300\0\0\0\0H!\0\0\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0y\0\340\3\253\0\0\0\f@\1\0\0\0\300\0\0\0\0\0t\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1*\333\6\0\0\0\0\0\0\200\200@@H!@\200\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0z\0\340\3\253\0\0\0\f@\1\0@\200\0\0\0\0\0\0t\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\341\335\6\0\0\0\0\0\0\0\0\377\377H!\377\0\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0{\0\340\3\253\0\0\0\f@\1\0\377\0\0\0\0\0\0\0t\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1D\337\6\0\0\0\0\200\200@@\0\0H!\0@\200\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0|\0\340\3\253\0\0\0\f@\1\0\0@\200\0\0\0\0\0t\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\316\341\6\0\0\0\0@@@@@@H!@@@\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0}\0\340\3\253\0\0\0\f@\1\0@@@\0\0\0\0\0t\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\272\343\6\0\0\0\0\300\300\300\300\300\300H!\300\300\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0~\0\340\3\253\0\0\0\f@\1\0\300\300\300\0\0\0\0\0t\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\227\345\6\0\0\0\0\377\377\0\0\377\377H!\377\0\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\177\0\340\3\253\0\0\0\f@\1\0\377\0\377\0\0\0\0\0t\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1.\347\6\0\0\0\0\377\377\377\377\0\0H!\0\377\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\200\0\340\3\253\0\0\0\f@\1\0\0\377\377\0\0\0\0\0t\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1.\351\6\0\0\0\0\377\377\0\0\0\0H!\0\0\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\201\0\340\3\253\0\0\0\f@\1\0\0\0\377\0\0\0\0\0t\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1J\353\6\0\0\0\0\0\0\377\377\0\0H!\0\377\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\202\0\340\3\253\0\0\0\f@\1\0\0\377\0\0\0\0\0\0t\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\23\355\6\0\0\0\0\0\0\377\377\377\377H!\377\377\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\203\0\340\3\253\0\0\0\f@\1\0\377\377\0\0\0\0\0\0t\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\4\357\6\0\0\0\0\300\300\200\200@@H!@\200\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\204\0\340\3\253\0\0\0\f@\1\0@\200\300\0\0\0\0\0t\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1/\361\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\201\362\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\345\363\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\253\364\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\20\365\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\220\366\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\306\367\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\320\370\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31\371\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\360\372\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0011\373\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\355\374\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\216\375\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\311\376\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1o\377\6\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\230\0\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\t\1\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\232\2\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1C\3\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1j\4\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\301\5\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\34\6\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\262\7\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1p\10\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\325\t\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\325\n\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1K\v\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\237\f\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\377\r\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\233\16\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1!\17\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0011\20\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\215\21\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\202\22\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\200\23\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1y\24\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\277\25\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\r\26\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1w\27\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1>\30\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\334\31\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1^\32\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, "\34\0\32\7r\0\340\3\246\1\0\0\300\330\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1f\33\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\201\34\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\370\35\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1D\36\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\220\37\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\344 \7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2!\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1K\"\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1_#\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\366$\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1o%\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1q&\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1a'\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1((\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\37)\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\372*\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\321+\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31,\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242-\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1G.\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1n/\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0040\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2261\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3772\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3653\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1_4\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2525\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2216\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3177\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2068\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0259\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<:\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234;\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\244<\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\343=\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1u>\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\360?\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\253@\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1xA\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\346B\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1>C\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\nD\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\344E\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1>F\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1LG\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\236H\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\344I\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:J\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\363K\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\312L\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1wM\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1MN\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1PO\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1mP\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\377Q\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\252R\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\341S\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\316T\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0014U\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1AV\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1tW\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\254X\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\200Y\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\10Z\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\312[\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\4[\7j\331\330\3\253\0\0\0L\0\340\3M\0\340\3-\1\216\0,\1|\0\0\0\0\2"..., 4096, 0) = 96
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1@]\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\4^\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\336_\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\23`\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\336a\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1 b\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Sc\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242d\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\ne\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\202f\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\275g\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<h\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\335i\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\365j\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\\k\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\201l\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\264m\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\nn\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\315o\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3p\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Vq\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\375r\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\257s\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\375t\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\264u\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\375v\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212w\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\27x\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\253y\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1.z\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\241{\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\246|\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1*}\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31~\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\205\177\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\275\200\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1w\201\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\353\202\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\221\203\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1M\204\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\216\205\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\6\206\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\374\207\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1N\210\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1v\211\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\307\212\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1C\213\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\303\214\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\341\215\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\22\216\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\\\217\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1U\220\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\221\221\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\217\222\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1G\223\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\215\224\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250\225\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1k\226\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1v\227\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\t\230\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1F\231\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1l\232\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\333\233\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\266\234\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0010\235\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\v\236\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\30\237\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1v\240\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234\241\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\367\242\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\224\243\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\210\244\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\306\245\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\246\246\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\216\247\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\346\250\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\201\251\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\7\252\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1*\253\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\325\254\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\f\255\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\335\256\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\207\257\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\277\260\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\255\261\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\1\262\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1)\263\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\32\264\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1L\265\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\23\266\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\261\267\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\240\270\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\5\271\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\377\272\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\\\273\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0015\274\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1B\275\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1f\276\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1N\277\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\266\300\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\231\301\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\264\302\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\\\303\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1O\304\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\367\305\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\34\306\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1*\307\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1T\310\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\224\311\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Y\312\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\301\313\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\375\314\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1`\315\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1}\316\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1G\317\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\304\320\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\310\321\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1$\322\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\300\323\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\324\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250\325\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1;\326\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\327\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1N\330\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\236\331\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\316\332\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1&\333\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1X\334\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1e\335\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\r\336\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\232\337\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1@\340\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
uname({sys="Linux", node="ubuntu", ...}) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\1\30\r\0\205\0\340\3\253\0\0\0\0\0\0\0\324\2l\1\1\0\1\0\0\0\0\0\32(\0\0"..., 468}, {NULL, 0}, {"", 0}], 3) = 468
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\342\7\205\0\340\3'\0\0\0\223\332\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 352
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\377\0\377\0\377\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0\355\7\205\0\340\3\205\0\340\3\4\0\340\1\0\0\0\0\324\2l\1\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0\355\7\205\0\340\3\205\0\340\3PI\341\0\1\0\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\226\0\355\7\205\0\340\3\205\0\340\3AI\341\0\1\0\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\4\355\7\271\332\330\3\253\0\0\0r\0\340\3s\0\340\3\202\1\230\0W\0\206\0\0\0\0\3"..., 4096, 0) = 128
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\355\7\205\0\340\3w\1\0\0\273\332\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 224
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1G\356\7\0\0\0\0\377\377\377\377\377\377H!\377\377\377\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"-\30\4\0\207\0\340\3\4\0\0\3779x15/\2\2\0\207\0\340\3", 24}, {NULL, 0}, {"", 0}], 3) = 24
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\0\360\0075\3\0\0\0\0\0\0\t\0\376\377\365\377\0\0\0\0\0\0\4\0\t\0\t\0\f\0"..., 4096, 0) = 3316
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\00015", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1x\361\7\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\7\0\210\0\340\3\253\0\0\0\10@\1\0\0\0\0\0\207\0\340\3\0\0\0\0T(\4\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\332\363\7\0\0\0\0\377\377\377\377\377\377H!\377\377\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\211\0\340\3\253\0\0\0\f@\1\0\377\377\377\0\0\0\0\0\207\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1v\365\7\0\0\0\0\200\200\200\200\200\200H!\200\200\200\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\212\0\340\3\253\0\0\0\f@\1\0\200\200\200\0\0\0\0\0\207\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1;\367\7\0\0\0\0\377\377\200\200\0\0H!\0\200\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\213\0\340\3\253\0\0\0\f@\1\0\0\200\377\0\0\0\0\0\207\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\336\371\7\0\0\0\0\300\300\0\0\0\0H!\0\0\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\214\0\340\3\253\0\0\0\f@\1\0\0\0\300\0\0\0\0\0\207\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\274\373\7\0\0\0\0\0\0\200\200@@H!@\200\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\215\0\340\3\253\0\0\0\f@\1\0@\200\0\0\0\0\0\0\207\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\f\375\7\0\0\0\0\0\0\0\0\377\377H!\377\0\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\216\0\340\3\253\0\0\0\f@\1\0\377\0\0\0\0\0\0\0\207\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\355\377\7\0\0\0\0\200\200@@\0\0H!\0@\200\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\217\0\340\3\253\0\0\0\f@\1\0\0@\200\0\0\0\0\0\207\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\276\1\10\0\0\0\0@@@@@@H!@@@\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\220\0\340\3\253\0\0\0\f@\1\0@@@\0\0\0\0\0\207\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\242\3\10\0\0\0\0\300\300\300\300\300\300H!\300\300\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\221\0\340\3\253\0\0\0\f@\1\0\300\300\300\0\0\0\0\0\207\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1w\5\10\0\0\0\0\377\377\0\0\377\377H!\377\0\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\222\0\340\3\253\0\0\0\f@\1\0\377\0\377\0\0\0\0\0\207\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1b\7\10\0\0\0\0\377\377\377\377\0\0H!\0\377\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\223\0\340\3\253\0\0\0\f@\1\0\0\377\377\0\0\0\0\0\207\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1d\t\10\0\0\0\0\377\377\0\0\0\0H!\0\0\377\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\224\0\340\3\253\0\0\0\f@\1\0\0\0\377\0\0\0\0\0\207\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\177\v\10\0\0\0\0\0\0\377\377\0\0H!\0\377\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\225\0\340\3\253\0\0\0\f@\1\0\0\377\0\0\0\0\0\0\207\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\276\r\10\0\0\0\0\0\0\377\377\377\377H!\377\377\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\226\0\340\3\253\0\0\0\f@\1\0\377\377\0\0\0\0\0\0\207\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\262\17\10\0\0\0\0\300\300\200\200@@H!@\200\300\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"7\30\10\0\227\0\340\3\253\0\0\0\f@\1\0@\200\300\0\0\0\0\0\207\0\340\3\0\0\0\0"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\371\21\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\4\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1_\22\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:\23\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1S\24\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0017\25\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\307\26\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\26\27\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\255\30\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1x\31\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\253\32\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\254\33\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1?\34\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1-\35\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\351\36\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\33\37\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\202 \10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\26!\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\356\"\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\352#\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1x$\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\362%\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1z&\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1N'\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1R(\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\217)\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1$*\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\n+\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\252,\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0016-\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\366.\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1]/\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1<0\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1H1\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3772\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3003\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1E4\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3345\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2136\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3577\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1M8\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2079\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\323:\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\231;\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\252<\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\360=\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\310>\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1>?\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1%@\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\302A\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1OB\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\265C\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1$D\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1[E\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\20F\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\335G\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\253H\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1AI\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\236J\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\343K\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\370L\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\30M\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\304N\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1SO\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\216P\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\213Q\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1`R\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0017S\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\371T\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!"..., 4096, 0) = 64
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\374U\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1)V\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\255W\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0W\10\23\0\340\3\246\1\0\0\314\333\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1(Y\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\261Z\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1^[\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\345\\\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\251]\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\f^\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Q_\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\223`\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\4a\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\367b\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\320c\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1$d\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0013e\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\5f\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Cg\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1]h\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\334i\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\312j\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\222k\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\226l\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\333m\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\330n\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\203o\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212p\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\177q\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\33r\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\232s\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\353t\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\1u\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\321v\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\370w\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1zx\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\206y\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\312z\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\361{\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\365|\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\251}\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\342~\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\344\177\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1n\200\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\237\201\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1`\202\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\236\203\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\251\204\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\260\205\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\255\206\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1l\207\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1?\210\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\333\211\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1/\212\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1~\213\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\215\214\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1L\215\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\263\216\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1n\217\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\366\220\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\375\221\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\361\222\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\234\223\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1[\224\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\361\225\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\262\226\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\16\227\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\25\230\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\240\231\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\251\232\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\322\233\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\355\234\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\213\235\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\334\236\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\213\237\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\302\240\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1y\241\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\226\242\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\370\243\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\265\244\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\336\245\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\240\246\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\32\247\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0018\250\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\267\251\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1L\252\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\f\253\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\222\254\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\24\255\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0014\256\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\221\257\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\257\260\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1B\261\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1 \262\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0011\263\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Z\264\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1{\265\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\375\266\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250\267\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\10\270\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\211\271\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\270\272\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1O\273\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\205\274\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\255\275\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\27\276\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\352\277\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\0012\300\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1t\301\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\31\302\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1W\303\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212\304\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:\305\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1!\306\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\332\307\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\24\310\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1-\311\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\236\312\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\6\313\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2\314\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\375\315\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1^\316\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\243\317\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1.\320\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\230\321\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\24\322\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1R\323\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1V\324\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1R\325\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1t\326\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\214\327\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\350\330\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\337\331\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1'\332\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\257\333\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\33\334\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\233\335\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1:\336\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\34\337\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\230\340\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2\341\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\203\342\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1A\343\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\n\344\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1p\345\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\250\346\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1'\347\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1Q\350\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\212\351\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1X\352\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\347\353\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\255\354\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1*\355\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\206\356\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\10\357\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\33\360\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1f\361\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1m\362\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\16\363\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1E\364\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1U\365\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\2\366\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1.\367\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1_\370\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\302\371\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\332\372\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1m\373\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1v\374\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\4\375\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1@\376\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\251\377\10\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"T\30\4\0 \0\0\0\0\0\0\0\0\0\1\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\376\0\t\0\0\0\0\0\0\0\0\0\0H!\0\0\0\0002\0\0\0\0\0\0\0P#H!", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
uname({sys="Linux", node="ubuntu", ...}) = 0
rt_sigaction(SIGHUP, {SIG_IGN, [HUP], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTSTP, {0x8174830, [TSTP], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x81808b0, [INT], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {0x81808b0, [QUIT], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGFPE, {0x817f0e0, [FPE], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGILL, {0x817f0e0, [ILL], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTRAP, {0x817f0e0, [TRAP], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGABRT, {0x817f0e0, [ABRT], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGKILL, {0x817f0e0, [KILL], SA_RESTART}, {SIG_DFL, [], 0}, 8) = -1 EINVAL (Invalid argument)
rt_sigaction(SIGBUS, {0x817f0e0, [BUS], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSEGV, {0x817f0e0, [SEGV], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {0x817f0e0, [TERM], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGPIPE, {0x817f0e0, [PIPE], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSYS, {0x817f0e0, [SYS], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGXCPU, {0x817f0e0, [XCPU], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGPWR, {0x817f0e0, [PWR], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
brk(0x9599000) = 0x9599000
brk(0x95ba000) = 0x95ba000
brk(0x95db000) = 0x95db000
open("/var/games/tome/core/mods_aux.lua", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/games/tome/core/mods_aux.luo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/games/tome/mods/mods_aux.lua", O_RDONLY) = 5
close(5) = 0
open("/var/games/tome/mods/mods_aux.lua", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0666, st_size=4083, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(5, "-- Ok some functions that we don"..., 4096) = 4083
read(5, "", 4096) = 0
close(5) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/core/modules.lua", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/games/tome/core/modules.luo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/games/tome/mods/modules.lua", O_RDONLY) = 5
close(5) = 0
open("/var/games/tome/mods/modules.lua", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0666, st_size=108, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(5, "-- Load ToME\ntome_dofile_anywher"..., 4096) = 108
read(5, "", 4096) = 0
close(5) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/module.lua", O_RDONLY) = 5
close(5) = 0
open("/var/games/tome/module.lua", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0666, st_size=745, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(5, "add_module\n{\n\t[\"name\"] = \"ToM"..., 4096) = 745
read(5, "", 4096) = 0
close(5) = 0
munmap(0xb7799000, 4096) = 0
openat(AT_FDCWD, "/var/games/tome/mods", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 5
brk(0x9600000) = 0x9600000
getdents(5, /* 4 entries */, 32768) = 80
stat64("/var/games/tome/mods/..", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
stat64("/var/games/tome/mods/mods_aux.lua", {st_mode=S_IFREG|0666, st_size=4083, ...}) = 0
stat64("/var/games/tome/mods/modules.lua", {st_mode=S_IFREG|0666, st_size=108, ...}) = 0
stat64("/var/games/tome/mods/.", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
getdents(5, /* 0 entries */, 32768) = 0
time(NULL) = 1402159118
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/file/news2.txt", O_RDONLY) = 6
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
close(6) = 0
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/file/news2.txt", O_RDONLY) = 6
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(6, {st_mode=S_IFREG|0666, st_size=1816, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "#G #W ~ ~~"..., 4096) = 1816
read(6, "", 4096) = 0
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\1\30\r\0\230\0\340\3\253\0\0\0\0\0\0\0\324\2l\1\1\0\1\0\0\0\0\0\32(\0\0"..., 3896}, {NULL, 0}, {"", 0}], 3) = 3896
recv(4, "\34\0\2\t\230\0\340\3'\0\0\0\330\334\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 256
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\34\0\213\t\230\0\340\3X\1\0\0\344\334\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 128
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\2\30\4\0\24\0\340\3\0\10\0\0\1\200\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\27\n\0\24\0\340\3\17\0\340\3\2\0\16\0 "..., 3860}, {NULL, 0}, {"", 0}], 3) = 3860
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\26\0\213\t\230\0\340\3\230\0\340\3\24J\341\0\1\0\22\0\324\2l\1\0\0\0\0\0\0\0\0", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\2\27\4\0'\0\340\3\0\10\0\0\1\200\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"=\0\4\0'\0\340\3\0\0\0\0\0\0\0\0F 3\0'\0\340\3\26\0\340\3\2\0\2\0"..., 220}, {NULL, 0}, {"", 0}], 3) = 220
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\226\0\213\t\230\0\340\3\230\0\340\3\5J\341\0\1\0\353\0\324\2l\1\0\0\0\0\0\0\0\0"..., 4096, 0) = 352
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\2\0\4\0:\0\340\3\0\10\0\0\1\200\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"=\0\4\0:\0\340\3\0\0\0\0\0\0\0\0F 3\0:\0\340\3)\0\340\3\2\0\2\0"..., 220}, {NULL, 0}, {"", 0}], 3) = 220
recv(4, "\34\0\213\t\23\0\340\3X\1\0\0\6\335\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 128
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\2\0\4\0M\0\340\3\0\10\0\0\1\200\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"=\0\4\0M\0\340\3\0\0\0\0\0\0\0\0F 3\0M\0\340\3<\0\340\3\2\0\2\0"..., 220}, {NULL, 0}, {"", 0}], 3) = 220
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\2\0\4\0`\0\340\3\0\10\0\0\1\200\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"=\0\4\0`\0\340\3\0\0\0\0\0\0\0\0F 3\0`\0\340\3O\0\340\3\2\0\2\0"..., 220}, {NULL, 0}, {"", 0}], 3) = 220
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\2\0\4\0s\0\340\3\0\10\0\0\1\200\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"=\0\4\0s\0\340\3\0\0\0\0\0\0\0\0F 3\0s\0\340\3b\0\340\3\2\0\2\0"..., 220}, {NULL, 0}, {"", 0}], 3) = 220
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\2\0\4\0\206\0\340\3\0\10\0\0\1\200\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"=\0\4\0\206\0\340\3\0\0\0\0\0\0\0\0F 3\0\206\0\340\3u\0\340\3\2\0\2\0"..., 220}, {NULL, 0}, {"", 0}], 3) = 220
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\2\0\4\0\231\0\340\3\0\10\0\0\1\200\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"=\0\4\0\231\0\340\3\0\0\0\0\0\0\0\0F 3\0\231\0\340\3\210\0\340\3\2\0\2\0"..., 220}, {NULL, 0}, {"", 0}], 3) = 220
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\27\n\0\24\0\340\3\17\0\340\3\2\0\16\0 "..., 3860}, {NULL, 0}, {"", 0}], 3) = 3860
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/apex/scores.raw", O_RDONLY) = 6
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
close(6) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\340\3\3\0\340\3\2\0g\1 L\r\10\0\24\0\340\3\3\0\340\3"..., 104}, {NULL, 0}, {"", 0}], 3) = 104
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/edit/misc.txt", O_RDONLY) = 6
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(6, {st_mode=S_IFREG|0666, st_size=1692, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "# File: misc.txt\n\n# Maximum numb"..., 4096) = 1692
read(6, "", 4096) = 0
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\27\n\0\24\0\340\3\3\0\340\0034\1g\1lua scripting..."..., 40}, {NULL, 0}, {"", 0}], 3) = 40
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
open("/var/games/tome/core/init.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/init.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=2930, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "--\n-- This file is loaded at the"..., 4096) = 2930
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/core/load.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/load.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=769, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Savefile stuff\n-- Do not medd"..., 4096) = 769
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/core/xml.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/xml.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=9314, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- The xml module\nxml = {}\n\nfunc"..., 4096) = 4096
read(6, "WHITE, \"\\n\")\n\t else\n\t\txml.wri"..., 4096) = 4096
read(6, ", tab)\n\t\treturn\n\t\tend\n\t end\n\t"..., 4096) = 1122
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/core/util.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/util.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=5844, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- various stuff to make scripte"..., 4096) = 4096
read(6, "max = __timers_callback_max + 1\n"..., 4096) = 1748
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/core/player.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/player.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=2694, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- SYSTEM FILE\n--\n-- Lua player "..., 4096) = 2694
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/core/objects.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/objects.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=902, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- SYSTEM FILE\n--\n-- Lua object "..., 4096) = 902
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/core/monsters.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/monsters.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=337, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- SYSTEM FILE\n--\n-- Monster stu"..., 4096) = 337
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/core/powers.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/powers.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=2448, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "--\n-- Helper functions for magic"..., 4096) = 2448
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/core/building.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/building.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=381, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "__building_actions = {}\n\nfunctio"..., 4096) = 381
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/core/dungeon.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/dungeon.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=2257, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Internal lua file in charge o"..., 4096) = 2257
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/core/s_aux.lua", O_RDONLY) = 6
close(6) = 0
brk(0x9621000) = 0x9621000
open("/var/games/tome/core/s_aux.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=17357, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Functions to help with spells"..., 4096) = 4096
read(6, "\t\t-- Apply it\n\t\tlvl = lvl + ok\n\t"..., 4096) = 4096
read(6, "y, x)\n\telse\n\t\tfor index, desc in"..., 4096) = 4096
read(6, " band(mode, USE_INVEN) == USE_IN"..., 4096) = 4096
read(6, "n\n\t\treturn __tmp_spells[spl].act"..., 4096) = 973
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/core/crpt_aux.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/crpt_aux.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=6373, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Core functions for corruption"..., 4096) = 4096
read(6, "\n\tend\n\n\tif type(c.desc) == \"tabl"..., 4096) = 2277
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/core/mimc_aux.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/mimc_aux.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=2140, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Mimic shapes helper file\n\n__m"..., 4096) = 2140
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/core/quests.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/quests.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=1279, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Quest helper files\n\n-- Quest "..., 4096) = 1279
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/core/gods.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/gods.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=810, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Gods helper files\n\n-- Gods st"..., 4096) = 810
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/core/help.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/help.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=3571, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Ingame contextual help\n\n-- We"..., 4096) = 3571
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/core/stores.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/core/stores.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=767, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Take care of all concerning s"..., 4096) = 767
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/init.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/init.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=913, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "--\n-- This file is loaded at the"..., 4096) = 913
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/player.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/player.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=2583, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "--------------------------------"..., 4096) = 2583
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/help.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/help.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=14378, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Ingame contextual help\n\n-----"..., 4096) = 4096
read(6, ". You are on a quest to investig"..., 4096) = 4096
read(6, "Combat\"] = { \"skills.txt\", 01 },"..., 4096) = 4096
read(6, " part of the rod may give the ro"..., 4096) = 2090
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/stores.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/stores.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=3350, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Whats shops can buy what\nstor"..., 4096) = 3350
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/powers.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/powers.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=2037, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Various 'U' powers\n\n-- Invisi"..., 4096) = 2037
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/mimic.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/mimic.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=11147, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Define the various possible m"..., 4096) = 4096
read(6, "+ player.mimic_level\n\t\t\tplayer.d"..., 4096) = 4096
brk(0x9642000) = 0x9642000
read(6, " player.mimic_level / 11)\n\t\t\tpla"..., 4096) = 2955
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/corrupt.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/corrupt.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=12024, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Definition of the corruptions"..., 4096) = 4096
read(6, "t\"] = \"Your breath is once aga"..., 4096) = 4096
read(6, "\n\t\t\t\treturn not nil\n\t\t\tend\n\tend,"..., 4096) = 3832
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/mkeys.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/mkeys.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=2507, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Mkeys for skills & abilities\n"..., 4096) = 2507
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/spells.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/spells.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=9508, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "--\n-- This file takes care of th"..., 4096) = 4096
read(6, "v\"] = 3,\n\t\t},\n\t},\n}\nSCHOOL_MIND "..., 4096) = 4096
read(6, "ok of yavanna\nschool_book[24] = "..., 4096) = 1316
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/s_fire.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_fire.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=5969, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- handle the fire school\n\nGLOBE"..., 4096) = 4096
read(6, "ana\"] = 16,\n\t[\"mana_max\"] ="..., 4096) = 1873
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/s_mana.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_mana.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=3346, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- The mana school\n\nfunction get"..., 4096) = 3346
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/s_water.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_water.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=3644, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- handle the water school\n\nTIDA"..., 4096) = 3644
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/s_air.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_air.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=4927, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- handle the air school\n\nNOXIOU"..., 4096) = 4096
read(6, "[\"desc\"] =\t{\n\t\t\t\"Charges up the "..., 4096) = 831
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/s_earth.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_earth.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=4048, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- The earth school\n\nSTONESKIN ="..., 4096) = 4048
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/s_convey.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_convey.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=5093, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- handle the conveyance school\n"..., 4096) = 4096
brk(0x9663000) = 0x9663000
read(6, "(1 + get_level(RECALL, 15))..\"lb"..., 4096) = 997
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/s_nature.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_nature.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=3646, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- handle the nature school\n\nGRO"..., 4096) = 3646
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/s_divin.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_divin.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=5389, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Handles thhe divination schoo"..., 4096) = 4096
read(6, "s = is_obvious(detect_stairs(10 "..., 4096) = 1293
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/s_tempo.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_tempo.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=3906, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Handles thhe temporal school\n"..., 4096) = 3906
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/s_meta.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_meta.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=7962, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- handle the meta school\n\nRECHA"..., 4096) = 4096
read(6, " obvious)\n\t\t\t\tobvious = is_obvio"..., 4096) = 3866
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/s_mind.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_mind.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=3436, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- handle the mind school\n\nCHARM"..., 4096) = 3436
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/s_udun.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_udun.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=3880, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- handle the udun school\n\nDRAIN"..., 4096) = 3880
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/s_geom.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_geom.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=18524, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Geomancy school\n\nfunction geo"..., 4096) = 4096
read(6, "= 18 then type = GF_WAVE end\n\n\t\t"..., 4096) = 4096
read(6, "OLY_FIRE, 10 + get_skill_scale(S"..., 4096) = 4096
read(6, "Should we branch ?\n\t\tif magik(20"..., 4096) = 4096
read(6, "H, { \"Earth elemental\", \"Xorn\", "..., 4096) = 2140
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/s_eru.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_eru.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=3148, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Handle Eru Iluvatar magic sch"..., 4096) = 3148
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/s_manwe.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_manwe.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=3879, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Handle Manwe Sulimo magic sch"..., 4096) = 3879
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/s_tulkas.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_tulkas.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=1873, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Handle Tulkas magic school\n\nT"..., 4096) = 1873
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/s_melkor.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_melkor.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=4257, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- handle the melkor school\n\n-- "..., 4096) = 4096
brk(0x9684000) = 0x9684000
read(6, "L))\n\tend,\n\t[\"desc\"] =\t{\n\t\t\t\"It a"..., 4096) = 161
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/s_yavann.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_yavann.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=4346, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Handle Yavanna kementari magi"..., 4096) = 4096
read(6, "\t\telse\n\t\t\t\tmsg_print(\"There is n"..., 4096) = 250
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/s_demon.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_demon.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=8854, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- handle the demonology school\n"..., 4096) = 4096
read(6, "y, x)\n\n\t\t\t-- ok that is a monste"..., 4096) = 4096
read(6, "a demon\",\n\t}\n}\n\n-- ok we need to"..., 4096) = 662
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/s_stick.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_stick.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=9914, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Spells that are stick or arti"..., 4096) = 4096
read(6, "nt(\"j'en prend plein la caboche."..., 4096) = 4096
read(6, ", tu les\")\n\t\t\tmsg_print(\"decoupe"..., 4096) = 1722
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/s_music.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/s_music.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=10058, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- handle the music school\n-- *A"..., 4096) = 4096
read(6, "] = 45,\n\t[\"stat\"] = A_"..., 4096) = 4096
read(6, "_spell\n{\n\t[\"name\"] = \"Horns"..., 4096) = 1866
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/gods.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/gods.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=601, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "add_hooks\n{\n\t[HOOK_FOLLOW_GOD] ="..., 4096) = 601
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/bounty.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/bounty.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=2641, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- The bounty quest! bring back "..., 4096) = 2641
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/god.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/god.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=25106, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- The god quest: find randomly "..., 4096) = 4096
read(6, " home, home_axis, home_distance,"..., 4096) = 4096
read(6, "already been identified\n\t\t\tif (q"..., 4096) = 4096
read(6, "randomly determined place in the"..., 4096) = 4096
read(6, " max smoothing, like islands.\n\t\t"..., 4096) = 4096
read(6, "5\n\t\tdungeon(god_quest.DUNGEON_GO"..., 4096) = 4096
read(6, "\"the Land of Mordor\"\n\t\thome2_y_c"..., 4096) = 530
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
brk(0x96a7000) = 0x96a7000
open("/var/games/tome/scpt/fireprof.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/fireprof.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=14463, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- The Old Mages/Fireproofing qu"..., 4096) = 4096
read(6, "TAL_ITEM_POINTS\n\t\t\t\tfireproof_qu"..., 4096) = 4096
read(6, "e.\")\n\t\t\t\tmsg_print(\"Be careful w"..., 4096) = 4096
read(6, "of items\n\t\t\tobj_forge.number = s"..., 4096) = 2175
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/library.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/library.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=14266, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Library quest in Minas Anor\n\n"..., 4096) = 4096
read(6, "then\n\t\treturn 1\n\telse\n\t\treturn 0"..., 4096) = 4096
read(6, "[current]) == FALSE then\n\t\t\t\tlib"..., 4096) = 4096
read(6, "en\n\t\t\t\treturn FALSE\n\t\t\tend\n\n\t\t\ti"..., 4096) = 1978
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/drunk.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/drunk.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=532, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- silly function that allows a "..., 4096) = 532
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/joke.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/joke.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=748, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "-- Place a monster in a good spo"..., 4096) = 748
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
open("/var/games/tome/scpt/dg_test.lua", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/games/tome/scpt/dg_test.luo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/games/tome/scpt/intro.lua", O_RDONLY) = 6
close(6) = 0
open("/var/games/tome/scpt/intro.lua", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0666, st_size=2940, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(6, "function drop_text_left(c, str, "..., 4096) = 2940
read(6, "", 4096) = 0
close(6) = 0
munmap(0xb7799000, 4096) = 0
openat(AT_FDCWD, "/var/games/tome/patch", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 6
getdents(6, /* 3 entries */, 32768) = 56
stat64("/var/games/tome/patch/..", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
stat64("/var/games/tome/patch/delete.me", {st_mode=S_IFREG|0666, st_size=1, ...}) = 0
stat64("/var/games/tome/patch/.", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
getdents(6, /* 0 entries */, 32768) = 0
open("/var/games/tome/core/load2.lua", O_RDONLY) = 7
close(7) = 0
open("/var/games/tome/core/load2.lua", O_RDONLY) = 7
fstat64(7, {st_mode=S_IFREG|0666, st_size=1684, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(7, "-- Savefile helpers\n\n-- function"..., 4096) = 1684
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7799000, 4096) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLIN|POLLOUT}])
recv(4, "\34\0\200\n\230\0\340\3\246\1\0\0\331\335\330\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 64
writev(4, [{"L\27\n\0\24\0\340\3\3\0\340\0034\1g\1arrays... (skill"..., 40}, {NULL, 0}, {"", 0}], 3) = 40
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/s_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/s_info.txt", {st_mode=S_IFREG|0666, st_size=11407, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=32184, ...}) = 0
read(7, "\2\3\5\0<\0\304\1\30\0\0\0\360i\0\0a\2\0\0O\21\0\0", 24) = 24
brk(0x96cd000) = 0x96cd000
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 27120) = 27120
read(7, "\0Magic-Device\0Spell-learning\0Sor"..., 609) = 609
read(7, "\0Eases the use of magical device"..., 4431) = 4431
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\2\5\0\24\0\340\3\3\0\340\3\227\1g\1abraL\7\6\0\24\0\340\3\3\0\340\3"..., 44}, {NULL, 0}, {"", 0}], 3) = 44
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/ab_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/ab_info.txt", {st_mode=S_IFREG|0666, st_size=2762, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=7068, ...}) = 0
read(7, "\2\3\5\0002\0p\0\30\0\0\0\340\25\0\0\247\0\0\0\375\4\0\0", 24) = 24
read(7, "\1\0\0\0\1\0\0\0\0\0\0\0\0\0\5\0\0\0\21\0\377\377\377\377\377\377\377\377\377\377\377\377"..., 5600) = 5600
read(7, "\0Spread blows\0Tree walking\0Perfe"..., 167) = 167
read(7, "\0If a monster dies to your attac"..., 1277) = 1277
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\n\7\0\24\0\340\3\3\0\340\3\240\1g\1lchemy)] \340\3", 28}, {NULL, 0}, {"", 0}], 3) = 28
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
brk(0x96f9000) = 0x96f9000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/edit/al_info.txt", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=43467, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7799000
read(7, "# File: al_info.txt\n\n\n# This fil"..., 4096) = 4096
read(7, " 35\n#define SV_FOOD_SLIME_MOLD "..., 4096) = 4096
read(7, "\nA:2:71:62:0:0:50:100000\nF:WRAIT"..., 4096) = 4096
read(7, "ade two essences of extra life,\n"..., 4096) = 4096
read(7, " Lightning\n\n#define ACT_BA_ELEC_"..., 4096) = 4096
read(7, "#define ACT_CONFUSE "..., 4096) = 4096
read(7, "ON_DETONATIONS\nI:71:22:6:EXPLOSI"..., 4096) = 4096
read(7, "LT\nI:66:22:4:FIRE\n\n#SV_ROD_HAVOC"..., 4096) = 4096
read(7, "20 Disperse Magic\nI:65:20:4:LIFE"..., 4096) = 4096
read(7, "EDGE\t\t},/*of Telepathy*/\nI:1:34:"..., 4096) = 4096
read(7, ":1:122:1:FIRE\t\t},/*of Flame*/\nI:"..., 4096) = 2507
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7799000, 4096) = 0
setuid32(1000) = 0
setgid32(1000) = 0
unlink("/var/games/tome/data/al_info.raw") = 0
open("/var/games/tome/data/al_info.raw", O_WRONLY|O_CREAT|O_EXCL, 0644) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
write(7, "\2\3\5\0\350\3\10\0\30\0\0\0@\37\0\0\307\16\0\0\300\35\0\0", 24) = 24
write(7, "\7\0\0\0P\0\1\0\1\0\0\0P\0\10\0\7\0\0\0P\1\1\0\16\0\0\0P\1\6\0"..., 8000) = 8000
write(7, "\0Add to Strength\0Ring of Strengt"..., 3783) = 3783
write(7, "\1\0\0\0\0\0\0\0(\0\0\0\1\0\0\0\210\23\0\0\1\0\0\0\21\0\0\0\"\0\0\0"..., 7616) = 7616
close(7) = 0
brk(0x96cf000) = 0x96cf000
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/al_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
read(7, "\2\3\5\0\350\3\10\0\30\0\0\0@\37\0\0\307\16\0\0\300\35\0\0", 24) = 24
read(7, "\7\0\0\0P\0\1\0\1\0\0\0P\0\10\0\7\0\0\0P\1\1\0\16\0\0\0P\1\6\0"..., 8000) = 8000
read(7, "\0Add to Strength\0Ring of Strengt"..., 3783) = 3783
read(7, "\1\0\0\0\0\0\0\0(\0\0\0\1\0\0\0\210\23\0\0\1\0\0\0\21\0\0\0\"\0\0\0"..., 7616) = 7616
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\1\5\0\24\0\340\3\3\0\340\3\227\1g\1pcheL\2\5\0\24\0\340\3\3\0\340\3"..., 60}, {NULL, 0}, {"", 0}], 3) = 60
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/p_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/p_info.txt", {st_mode=S_IFREG|0666, st_size=51327, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=1827741, ...}) = 0
read(7, "\2\3\5\0\26\0$\f\30\0\0\0\30\v\1\0\252\0\0\0\312\37\0\0", 24) = 24
read(7, "\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 68376) = 68376
read(7, "\0Human\0Half-Elf\0Elf\0Hobbit\0Gnome"..., 170) = 170
read(7, "\0Humans are the second born, the"..., 8138) = 8138
read(7, "\2\3\5\0\n\0008\f\30\0\0\0000z\0\0\217\0\0\0\363\2\0\0", 24) = 24
read(7, "\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0d\0\0\0\0\0\0\0"..., 31280) = 31280
read(7, "\0 \0Vampire\0Spectre\0Skeleton\0Zomb"..., 143) = 143
read(7, "\0A normal member of the race.\0Va"..., 755) = 755
read(7, "\2\3\5\0 \0\260\320\30\0\0\0\0\26\32\0r\1\0\0U\17\0\0", 24) = 24
mmap2(NULL, 1712128, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb75cc000
read(7, "\1\0\0\0\1\0\0\0;\0\0\0B\0\0\0J\0\0\0T\0\0\0\\\0\0\0f\0\0\0"..., 1709568) = 1709568
read(7, "\0Warrior\0Warrior\0Swordmaster\0Axe"..., 370) = 370
brk(0x96f0000) = 0x96f0000
read(7, "\0Simple fighters, they hack away"..., 3925) = 3925
read(7, "6\10\0\0\n\0\1\0\2\0\31\0i\10\0\0\24\0\1\0\2\0#\0\232\10\0\0_\0\1\0"..., 3192) = 3192
read(7, "Classes -- The Classes of "..., 88) = 88
read(7, "\0\0\2\0\3\0\1\0\5\0\4\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 64) = 64
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 800) = 800
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 400) = 400
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 200) = 200
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 200) = 200
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\2\5\0\24\0\340\3\3\0\340\3\227\1g\1feheL\2\5\0\24\0\340\3\3\0\340\3"..., 60}, {NULL, 0}, {"", 0}], 3) = 60
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/f_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/f_info.txt", {st_mode=S_IFREG|0666, st_size=18893, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=31629, ...}) = 0
read(7, "\2\3\5\0\0\1h\0\30\0\0\0\0h\0\0{\7\0\0\372\v\0\0", 24) = 24
read(7, "\1\0\0\0\1\0\0\0\32\0\0\0:\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\1 \0\0"..., 26624) = 26624
read(7, "\0nothing\0open floor\0fountain\0gly"..., 1915) = 1915
read(7, "\0a wall blocking your way\0You ca"..., 3066) = 3066
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\n\7\0\24\0\340\3\3\0\340\3\227\1g\1objects)] \340\3", 28}, {NULL, 0}, {"", 0}], 3) = 28
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/k_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/k_info.txt", {st_mode=S_IFREG|0666, st_size=128863, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=164088, ...}) = 0
read(7, "\2\3\5\0003\3t\0\30\0\0\0\34s\1\0m&\0\0W\347\0\0", 24) = 24
read(7, "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 95004) = 95004
brk(0x9712000) = 0x9712000
read(7, "\0something\0Blindness\0Paranoia\0Co"..., 9837) = 9837
read(7, "\0'E'ating this mushrooms will bl"..., 59223) = 59223
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\v\7\0\24\0\340\3\3\0\340\3\227\1g\1artifacts)]\3", 28}, {NULL, 0}, {"", 0}], 3) = 28
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/a_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/a_info.txt", {st_mode=S_IFREG|0666, st_size=79914, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=51455, ...}) = 0
read(7, "\2\3\5\0\333\0X\0\30\0\0\0HK\0\0*\t\0\0ut\0\0", 24) = 24
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 19272) = 19272
read(7, "\0of Galadriel\0of Elendil\0of Thra"..., 2346) = 2346
read(7, "\0A small crystal phial, with the"..., 29813) = 29813
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\5\6\0\24\0\340\3\3\0\340\0034\1g\1item actL\20\10\0\24\0\340\3"..., 56}, {NULL, 0}, {"", 0}], 3) = 56
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/set_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/set_info.txt", {st_mode=S_IFREG|0666, st_size=1475, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=10055, ...}) = 0
read(7, "\2\3\5\0\n\0\314\3\30\0\0\0\370%\0\0009\0\0\0\376\0\0\0", 24) = 24
read(7, "\1\0\0\0\1\0\0\0\2\0\0\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 9720) = 9720
read(7, "\0Elven Gifts\0Dragon Slayer\0The T"..., 57) = 57
read(7, "\0It is from a group of Elven ite"..., 254) = 254
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\5\6\0\24\0\340\3\3\0\340\0034\1g\1arrayactL\n\7\0\24\0\340\3"..., 76}, {NULL, 0}, {"", 0}], 3) = 76
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/e_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/e_info.txt", {st_mode=S_IFREG|0666, st_size=30705, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=78381, ...}) = 0
read(7, "\2\3\5\0\310\0|\1\30\0\0\0\340(\1\0004\t\0\0\1\0\0\0", 24) = 24
brk(0x9742000) = 0x9742000
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 76000) = 76000
read(7, "\0of Mana\0of Power\0of Wizardry\0of"..., 2356) = 2356
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\v\7\0\24\0\340\3\3\0\340\3\227\1g\1randarts)] \0", 28}, {NULL, 0}, {"", 0}], 3) = 28
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/ra_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/ra_info.txt", {st_mode=S_IFREG|0666, st_size=17699, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=72744, ...}) = 0
read(7, "\2\3\5\0\4\2\214\0\30\0\0\0000\32\1\0\0\0\0\0\0\0\0\0", 24) = 24
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 72240) = 72240
read(7, "d\0\0\0\1\0\0\0\5\0\0\0\1\0\0\0\16\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0"..., 480) = 480
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\2\5\0\24\0\340\3\3\0\340\3\227\1g\1mondL\4\5\0\24\0\340\3\3\0\340\3"..., 40}, {NULL, 0}, {"", 0}], 3) = 40
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/r_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/r_info.txt", {st_mode=S_IFREG|0666, st_size=508505, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=307370, ...}) = 0
read(7, "\2\3\5\0006\4\244\0\30\0\0\0\230\262\2\0\264@\0\0F\275\1\0", 24) = 24
mmap2(NULL, 180224, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb75a0000
read(7, "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 176792) = 176792
read(7, "\0Player\0Filthy street urchin\0Scr"..., 16564) = 16564
brk(0x9774000) = 0x9774000
read(7, "\0He looks squalid and thoroughly"..., 113990) = 113990
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\7\6\0\24\0\340\3\3\0\340\3\227\1g\1ego mon\0L\6\6\0\24\0\340\3"..., 48}, {NULL, 0}, {"", 0}], 3) = 48
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/re_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/re_info.txt", {st_mode=S_IFREG|0666, st_size=5136, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=2863, ...}) = 0
read(7, "\2\3\5\0\16\0\304\0\30\0\0\0\270\n\0\0_\0\0\0\0\0\0\0", 24) = 24
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2744) = 2744
read(7, "\0Skeleton\0Zombie\0Lich\0Spectral\0C"..., 95) = 95
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\5\6\0\24\0\340\3\3\0\340\3\227\1g\1dungeon\0L\1\5\0\24\0\340\3"..., 68}, {NULL, 0}, {"", 0}], 3) = 68
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/d_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/d_info.txt", {st_mode=S_IFREG|0666, st_size=11008, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=18745, ...}) = 0
read(7, "\2\3\5\0\37\0000\2\30\0\0\0\320C\0\0j\1\0\0\347\3\0\0", 24) = 24
read(7, "\1\0\0\0\1\0\0\0Wildungeon\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 17360) = 17360
read(7, "\0Wilderness\0Mirkwood\0Mordor\0Angb"..., 362) = 362
read(7, "\0a way to the Wilderness\0a way t"..., 999) = 999
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\17\10\0\24\0\340\3\3\0\340\3\227\1g\1action types)] \3", 32}, {NULL, 0}, {"", 0}], 3) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/ba_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/ba_info.txt", {st_mode=S_IFREG|0666, st_size=3388, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=1955, ...}) = 0
read(7, "\2\3\5\0>\0\20\0\30\0\0\0\340\3\0\0\253\3\0\0\1\0\0\0", 24) = 24
read(7, "\1\0\0\0\0\0\0\0\0\0.\0\0\0\0\0\t\0\0\0\0\0\0\0\0\0sd+\0\0\0"..., 992) = 992
read(7, "\0Nothing\0Sell an item\0Purchase a"..., 939) = 939
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\6\6\0\24\0\340\3\3\0\340\3\227\1g\1owners t", 24}, {NULL, 0}, {"", 0}], 3) = 24
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/ow_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/ow_info.txt", {st_mode=S_IFREG|0666, st_size=9943, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=5209, ...}) = 0
read(7, "\2\3\5\0F\0004\0\30\0\0\0008\16\0\0\t\6\0\0\1\0\0\0", 24) = 24
read(7, "\1\0\0\0 N\252l\5\17\0\0\300\34\4\0\0\0\0\0.\3\1\0\0\0\0\0\0\0\0\0"..., 3640) = 3640
read(7, "\0Bilbo the Friendly(Hobbit)\0Uldr"..., 1545) = 1545
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\5\6\0\24\0\340\3\3\0\340\3\227\1g\1stores t", 24}, {NULL, 0}, {"", 0}], 3) = 24
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/st_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/st_info.txt", {st_mode=S_IFREG|0666, st_size=11112, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=16692, ...}) = 0
read(7, "\2\3\5\0=\0\4\1\30\0\0\0\364=\0\0(\3\0\0\1\0\0\0", 24) = 24
read(7, "\1\0\0\0Z\1d\0[\1_\0\\\1_\0\25\0d\0\26\0d\0\27\0Z\0\33\0F\0"..., 15860) = 15860
read(7, "\0General Store\0Armoury\0Weaponsmi"..., 808) = 808
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\4\5\0\24\0\340\3\3\0\340\3\227\1g\1wildL\20\10\0\24\0\340\3\3\0\340\3"..., 52}, {NULL, 0}, {"", 0}], 3) = 52
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/wf_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/wf_info.txt", {st_mode=S_IFREG|0666, st_size=3776, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=3345, ...}) = 0
read(7, "\2\3\5\0\36\0004\0\30\0\0\0\30\6\0\0\350\0\0\0\371\1\0\0", 24) = 24
read(7, "\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 1560) = 1560
read(7, "\0Ekkaia\0Bree \0Gondolin \0Minas An"..., 232) = 232
read(7, "\0the Encircling Sea\0a small vill"..., 505) = 505
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\n\7\0\24\0\340\3\3\0\340\3\372\1g\1map)] \340\3", 28}, {NULL, 0}, {"", 0}], 3) = 28
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\n\7\0\24\0\340\3\3\0\340\3\227\1g\1towns)] \340\3L\5\6\0"..., 52}, {NULL, 0}, {"", 0}], 3) = 52
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
brk(0x9795000) = 0x9795000
brk(0x97b6000) = 0x97b6000
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\3\5\0\24\0\340\3\3\0\340\3\240\1g\1rapn", 20}, {NULL, 0}, {"", 0}], 3) = 20
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/data/tr_info.raw", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
stat64("/var/games/tome/edit/tr_info.txt", {st_mode=S_IFREG|0666, st_size=18605, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=14012, ...}) = 0
read(7, "\2\3\5\0\260\0 \0\30\0\0\0\0\26\0\0,\n\0\0x\26\0\0", 24) = 24
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 5632) = 5632
read(7, "\0Weakness Trap\0Weakness Trap\0Wea"..., 2604) = 2604
read(7, "\0A poisoned needle weakens you!\0"..., 5752) = 5752
close(7) = 0
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\5\6\0\24\0\340\3\3\0\340\3\227\1g\1other)] ", 24}, {NULL, 0}, {"", 0}], 3) = 24
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
mmap2(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb757f000
brk(0x97e1000) = 0x97e1000
brk(0x9802000) = 0x9802000
brk(0x9823000) = 0x9823000
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\5\6\0\24\0\340\3\3\0\340\3\227\1g\1alloc)] ", 24}, {NULL, 0}, {"", 0}], 3) = 24
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\t\7\0\24\0\340\3\3\0\340\0034\1g\1user pref \340\3L\2\5\0"..., 72}, {NULL, 0}, {"", 0}], 3) = 72
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
open("/home/naughty/.tome/2.3/pref.prf", O_RDONLY) = -1 ENOENT (No such file or directory)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/pref/pref.prf", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=3354, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb757e000
read(7, "# File: pref.prf\n\n#\n# This file "..., 4096) = 3354
open("/home/naughty/.tome/2.3/pref-x11.prf", O_RDONLY) = -1 ENOENT (No such file or directory)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/pref/pref-x11.prf", O_RDONLY) = 8
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(8, {st_mode=S_IFREG|0666, st_size=5248, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb757d000
read(8, "# File: pref-x11.prf\n\n#\n# This f"..., 4096) = 4096
read(8, "S_FF56\\r\nP:^_S_FFE0\\r\nP:^_S_FF9B"..., 4096) = 1152
read(8, "", 4096) = 0
read(8, "", 4096) = 0
close(8) = 0
munmap(0xb757d000, 4096) = 0
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb757e000, 4096) = 0
open("/home/naughty/.tome/2.3/pref-xaw.prf", O_RDONLY) = -1 ENOENT (No such file or directory)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/pref/pref-xaw.prf", O_RDONLY) = -1 ENOENT (No such file or directory)
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
open("/home/naughty/.tome/2.3/user.prf", O_RDONLY) = -1 ENOENT (No such file or directory)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/pref/user.prf", O_RDONLY) = 7
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
fstat64(7, {st_mode=S_IFREG|0666, st_size=719, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb757e000
read(7, "# File: user.prf\n\n#\n# This file "..., 4096) = 719
open("/home/naughty/.tome/2.3/user-x11.prf", O_RDONLY) = -1 ENOENT (No such file or directory)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/pref/user-x11.prf", O_RDONLY) = -1 ENOENT (No such file or directory)
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb757e000, 4096) = 0
open("/home/naughty/.tome/2.3/user-xaw.prf", O_RDONLY) = -1 ENOENT (No such file or directory)
setuid32(1000) = 0
setgid32(1000) = 0
open("/var/games/tome/pref/user-xaw.prf", O_RDONLY) = -1 ENOENT (No such file or directory)
getuid32() = 1000
setuid32(1000) = 0
getgid32() = 1000
setgid32(1000) = 0
open("/var/games/tome/core/auto.lua", O_RDONLY) = 7
close(7) = 0
open("/var/games/tome/core/auto.lua", O_RDONLY) = 7
fstat64(7, {st_mode=S_IFREG|0666, st_size=20727, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb757e000
read(7, "-- This file is the core of the "..., 4096) = 4096
read(7, "ct)\n\t\t\t\tlocal fcts = %fct_tbl\n\t\t"..., 4096) = 4096
read(7, " game_module)) then\n\t\treturn fun"..., 4096) = 4096
read(7, "\t__rules[sel].table.args.name = "..., 4096) = 4096
read(7, "..\"</tval>\")\n\t \tend,\n\t},\n\t"..., 4096) = 4096
read(7, "\"' type='\"..typ..\"'>\"..detect_ru"..., 4096) = 247
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb757e000, 4096) = 0
open("/home/naughty/.tome/2.3/automat.atm", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/naughty/.tome/2.3/automat.atm", O_RDONLY) = -1 ENOENT (No such file or directory)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\t\7\0\24\0\340\3\3\0\340\3\20\1g\1ation com \340\3L\1\5\0"..., 76}, {NULL, 0}, {"", 0}], 3) = 76
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"L\n\7\0\24\0\340\3\3\0\340\3\266\0g\1 [Press \340\3L\23\t\0"..., 84}, {NULL, 0}, {"", 0}], 3) = 84
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402159118, 517295}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\4\255\n\32\337\330\3\253\0\0\0\205\0\340\3\206\0\340\3\256\1\337\0\255\1\315\0\0\0\0\2", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402159118, 654491}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\7\4\255\n\"\337\330\3\253\0\0\0\23\0\340\3\24\0\340\3\273\1\362\0\220\0\7\0\0\0\0\3", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402159118, 662462}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\2A\255\n\27\343\330\3\253\0\0\0\24\0\340\3\0\0\0\0;\2b\1\20\1w\0\0\0\1\0", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\220\10\7\0\0\1\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\3", 28}, {NULL, 0}, {"", 0}], 3) = 28
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\1\3\256\n\246\5\0\0\0\0\10\377\7\0\0\31\31\10\201\2\370\0\0\0\0\0\0\0\0\0\0\10"..., 4096, 0) = 4096
recv(4, "\n\377\0\0\0\0\0\0\1\1\1\0P\377\0\0\0\0\0\0\1\1\1\0R\377\0\0\0\0\0\0"..., 1720, 0) = 1720
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"\220\1\5\0\3\0\1\0\0\0\0\0\0\0\0\0\5\0\5\0\220\1\4\0\3\0\2\0\0\0\0\0"..., 36}, {NULL, 0}, {"", 0}], 3) = 36
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
open("/home/naughty/.tome/2.3/save/user.1000.svg", O_RDONLY) = -1 ENOENT (No such file or directory)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"=\0\4\0\24\0\340\3\0\0\0\0\0\0\0\0L4\21\0\24\0\340\3\r\0\340\3\\\0\35\0"..., 608}, {NULL, 0}, {"", 0}], 3) = 608
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402159119, 685228}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
recv(4, "\10\4\310\nB\347\330\3\253\0\0\0\23\0\340\3\24\0\340\3\300\3\352\0\225\2\377\377\0\0\0\3", 4096, 0) = 32
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
recv(4, 0x951b648, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1402159120, 742468}, NULL) = 0
poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN|POLLHUP}])
recv(4, "", 4096, 0) = 0
exit_group(1) = ?

Can you help with this problem?

Provide an answer of your own, or ask Jason Steele for more information if necessary.

To post a message you must log in.