Hi John and Donna,
thank you for your suggestions! I will no try to dowload the debug release and follow your instructions. In the meantime, I ran Caret with the 'strace' linux diagnostic command, hoping it may help you to trace the problem. I have attached the file with the whole text output. I am a quite naive linux user, so I do not know how to read the output of the trace command, but as some point toward the end of the file I have found:

open("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D.hdr", O_RDONLY|O_LARGEFILE) = 12

and at the end of the text output:

write(7, "\221\5\4\0\17\0\300\3\16\0\300\3\1\0\0\0", 16) = 16
read(7, 0xbfffcbbc, 32) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=7, events=POLLIN, revents=POLLIN|POLLERR|POLLHUP}], 1, -1) = 1
read(7, 0xbfffcbbc, 32) = -1 ECONNRESET (Connection reset by peer)
write(2, "caret5: Fatal IO error: client k"..., 38) = 38
munmap(0xb7723000, 163840)              = 0
write(6, "@", 1)                        = 1
close(6)                                = 0
close(5)                                = 0
close(3)                                = 0
close(4)                                = 0
munmap(0xb7955000, 4096)                = 0
exit_group(1)                           = ?


I will let you know about using debug_caret!

Best,
Marco

John Harwell wrote:
Hi Marco,

We had a problem similar to this that had to do with the "freetype" library that is used to render the stereotaxic coordinates on the volume display window. I have built a new version of Caret5 for linux that has an option, "-notext", that will prevent Caret5 from trying to draw any text characters.

* Go to "http://brainmap.wustl.edu/pub/john/marco/";. Use the username "pub" and the password "download" to access the website.

* Download the file caret5_exe_linux_debug.zip. This is a big file since it contains debugging information. If it takes too long to download, download caret5_exe_linux.zip instead.

* Unzip this file which will produce the "caret5" executable. In the directory where you place the caret5 executable, start it with the command "./caret5 -notext". Load a volume into Caret and see if Caret crashes. If Caret does not crash after loading a volume, it probably means there is a problem with the freetype library on your computer (perhaps google freetype server crash.

* If Caret still crashes with the "-notext" option and you downloaded the "debug" zip file do the following: Run the command "gdb ./caret5". After about 15-30 seconds there will be a gdb prompt and enter the command "run". Load a volume into Caret. When Caret crashes enter the command "where" at the gdb and send me the output. If your X session crashes, log back in, and, in the same directory, see if there is a file named "core". If there is a file named core, enter the command "gdb ./caret5 core". At the gdb prompt, enter the command "where" and send me the output.

Good Luck.

----------------------------------------------------------
John Harwell
[EMAIL PROTECTED]
314-362-3467

Department of Anatomy and Neurobiology
Washington University School of Medicine
660 S. Euclid Ave.    Box 8108
St. Louis, MO 63110   USA

On Dec 1, 2006, at 8:42 AM, marco tettamanti wrote:

Hi Donna,
I have tried to use File: Open Volume Anatomy and Open Volume Functional on:
image.hdr
image.HEAD
image.nii

as you suggested, but unfortunately they all cause the X session to crash.

Thank you for you help!
Best,
Marco

Donna Dierker wrote:
Marco,
Does the problem occur when you use File: Open Volume Anatomy (or functional) File to open the same file? If so, does it occur if you convert the file to NIfTI and/or AFNI? I'm guessing it will (e.g., suggesting a display issue, rather than a file I/O issue), but it helps to be sure. If you have trouble converting to another file format, then upload the file here, and I'll provide you the converted version:
http://pulvinar.wustl.edu/cgi-bin/upload.cgi
On 11/30/2006 04:08 AM, marco tettamanti wrote:
Hi John and Donna,
I tried both of your methods, but unfortunately none solved my problem... I have tried to rename the file .fonts.conf, alone and, following the thread between Roland and you, together with .fonts.cache-1 and .fontconfig/
I also tried running Donna's script sh ./caret_prefs_stripper.sh.
Helas, my entire X session always crashes when I import an Analyze image file. My problem seem to be different form Roland's and Veronica's ones, in that the problem is not "limited" to Caret, but it affects the entire X environment.

Best,
Marco

John Harwell wrote:
Marco,

Another user had a problem similar to this. I believe it has to do with the FreeType library which gets used to create text characters that are drawn on the volume slices to show the voxel and its stereotaxic coordinate.

See if there is a file in your home directory named ".fonts.conf" (note that the file begins with a period so use the command "ls -a" to see the file). If ".fonts.conf" exists, rename it, start Caret, and see if you can import a volume.

For more info: http://www.mail-archive.com/caret-users@brainvis.wustl.edu/msg00892.html

----------------------------------------------------------
John Harwell
[EMAIL PROTECTED]
314-362-3467

Department of Anatomy and Neurobiology
Washington University School of Medicine
660 S. Euclid Ave.    Box 8108
St. Louis, MO 63110   USA

On Nov 29, 2006, at 10:42 AM, marco tettamanti wrote:

Hi Donna and Hohn,
I am experiencing a severe problem with my caret installation in linux: whenever I try to import an Analyze Volume file, my entire X session immediately crashes, including all applications and I have to login in KDE from scratch. I couldn't tell whether the problem is limited to the Import function only, because the system crashes so badly that I thought it would be better to obtain some feedback from you before doing some debugging. But all the other display functions of caret that I have tried out (rendering surfaces, overlaying metric maps and so on) seem to work fine.

I first encountered the problem a few days ago. I completely ignore what could be the origin of the problem. I had used the same installation without any problems before, including the Import function. I have also tried to do a fresh install, of both versions 5.4 and 5.5, but the problem persists.

I did some updates of KDE and xorg recently, though, and I suspect that the problem may have arosen since then. All other applications run fine, though.

Also, I have installed the same .zip caret tar ball on another machine and there it runs fine...

This is the kernel of my machine:

Linux bll4 2.6.11-kanotix-11 #1 Sun May 29 22:32:10 CEST 2005 i686 GNU/Linux


Any help would be greatly appreciated!


Best,
Marco

--Marco Tettamanti, Ph.D.
San Raffaele Scientific Institute
Facoltà di Psicologia
Via Olgettina 58
I-20132 Milano, Italy
Tel. ++39-02-26434888
Fax ++39-02-26434892
Email: [EMAIL PROTECTED]
_______________________________________________
caret-users mailing list
caret-users@brainvis.wustl.edu
http://pulvinar.wustl.edu/mailman/listinfo/caret-users


_______________________________________________
caret-users mailing list
caret-users@brainvis.wustl.edu
http://pulvinar.wustl.edu/mailman/listinfo/caret-users



--Marco Tettamanti, Ph.D.
San Raffaele Scientific Institute
Facoltà di Psicologia
Via Olgettina 58
I-20132 Milano, Italy
Tel. ++39-02-26434888
Fax ++39-02-26434892
Email: [EMAIL PROTECTED]
_______________________________________________
caret-users mailing list
caret-users@brainvis.wustl.edu
http://pulvinar.wustl.edu/mailman/listinfo/caret-users


_______________________________________________
caret-users mailing list
caret-users@brainvis.wustl.edu
http://pulvinar.wustl.edu/mailman/listinfo/caret-users


--
Marco Tettamanti, Ph.D.
San Raffaele Scientific Institute
Facoltà di Psicologia
Via Olgettina 58
I-20132 Milano, Italy
Tel. ++39-02-26434888
Fax ++39-02-26434892
Email: [EMAIL PROTECTED]
execve("/usr/local/caret/bin/caret5", ["/usr/local/caret/bin/caret5"], [/* 46 
vars */]) = 0
uname({sys="Linux", node="bll4", ...})  = 0
brk(0)                                  = 0x998b000
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) = 
0xb7fe9000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/usr/local/qt-software/qt-4.1.4/lib/tls/i686/sse2/cmov/libpng12.so.0", 
O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/local/qt-software/qt-4.1.4/lib/tls/i686/sse2/cmov", 0xbfffeff4) = 
-1 ENOENT (No such file or directory)
open("/usr/local/qt-software/qt-4.1.4/lib/tls/i686/sse2/libpng12.so.0", 
O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/local/qt-software/qt-4.1.4/lib/tls/i686/sse2", 0xbfffeff4) = -1 
ENOENT (No such file or directory)
open("/usr/local/qt-software/qt-4.1.4/lib/tls/i686/cmov/libpng12.so.0", 
O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/local/qt-software/qt-4.1.4/lib/tls/i686/cmov", 0xbfffeff4) = -1 
ENOENT (No such file or directory)
open("/usr/local/qt-software/qt-4.1.4/lib/tls/i686/libpng12.so.0", O_RDONLY) = 
-1 ENOENT (No such file or directory)
stat64("/usr/local/qt-software/qt-4.1.4/lib/tls/i686", 0xbfffeff4) = -1 ENOENT 
(No such file or directory)
open("/usr/local/qt-software/qt-4.1.4/lib/tls/sse2/cmov/libpng12.so.0", 
O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/local/qt-software/qt-4.1.4/lib/tls/sse2/cmov", 0xbfffeff4) = -1 
ENOENT (No such file or directory)
open("/usr/local/qt-software/qt-4.1.4/lib/tls/sse2/libpng12.so.0", O_RDONLY) = 
-1 ENOENT (No such file or directory)
stat64("/usr/local/qt-software/qt-4.1.4/lib/tls/sse2", 0xbfffeff4) = -1 ENOENT 
(No such file or directory)
open("/usr/local/qt-software/qt-4.1.4/lib/tls/cmov/libpng12.so.0", O_RDONLY) = 
-1 ENOENT (No such file or directory)
stat64("/usr/local/qt-software/qt-4.1.4/lib/tls/cmov", 0xbfffeff4) = -1 ENOENT 
(No such file or directory)
open("/usr/local/qt-software/qt-4.1.4/lib/tls/libpng12.so.0", O_RDONLY) = -1 
ENOENT (No such file or directory)
stat64("/usr/local/qt-software/qt-4.1.4/lib/tls", 0xbfffeff4) = -1 ENOENT (No 
such file or directory)
open("/usr/local/qt-software/qt-4.1.4/lib/i686/sse2/cmov/libpng12.so.0", 
O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/local/qt-software/qt-4.1.4/lib/i686/sse2/cmov", 0xbfffeff4) = -1 
ENOENT (No such file or directory)
open("/usr/local/qt-software/qt-4.1.4/lib/i686/sse2/libpng12.so.0", O_RDONLY) = 
-1 ENOENT (No such file or directory)
stat64("/usr/local/qt-software/qt-4.1.4/lib/i686/sse2", 0xbfffeff4) = -1 ENOENT 
(No such file or directory)
open("/usr/local/qt-software/qt-4.1.4/lib/i686/cmov/libpng12.so.0", O_RDONLY) = 
-1 ENOENT (No such file or directory)
stat64("/usr/local/qt-software/qt-4.1.4/lib/i686/cmov", 0xbfffeff4) = -1 ENOENT 
(No such file or directory)
open("/usr/local/qt-software/qt-4.1.4/lib/i686/libpng12.so.0", O_RDONLY) = -1 
ENOENT (No such file or directory)
stat64("/usr/local/qt-software/qt-4.1.4/lib/i686", 0xbfffeff4) = -1 ENOENT (No 
such file or directory)
open("/usr/local/qt-software/qt-4.1.4/lib/sse2/cmov/libpng12.so.0", O_RDONLY) = 
-1 ENOENT (No such file or directory)
stat64("/usr/local/qt-software/qt-4.1.4/lib/sse2/cmov", 0xbfffeff4) = -1 ENOENT 
(No such file or directory)
open("/usr/local/qt-software/qt-4.1.4/lib/sse2/libpng12.so.0", O_RDONLY) = -1 
ENOENT (No such file or directory)
stat64("/usr/local/qt-software/qt-4.1.4/lib/sse2", 0xbfffeff4) = -1 ENOENT (No 
such file or directory)
open("/usr/local/qt-software/qt-4.1.4/lib/cmov/libpng12.so.0", O_RDONLY) = -1 
ENOENT (No such file or directory)
stat64("/usr/local/qt-software/qt-4.1.4/lib/cmov", 0xbfffeff4) = -1 ENOENT (No 
such file or directory)
open("/usr/local/qt-software/qt-4.1.4/lib/libpng12.so.0", O_RDONLY) = -1 ENOENT 
(No such file or directory)
stat64("/usr/local/qt-software/qt-4.1.4/lib", 0xbfffeff4) = -1 ENOENT (No such 
file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=75741, ...}) = 0
mmap2(NULL, 75741, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fd6000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libpng12.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3209\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=148320, ...}) = 0
mmap2(NULL, 151316, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7fb1000
mmap2(0xb7fd5000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23) = 0xb7fd5000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libSM.so.6", O_RDONLY)   = 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 \0\000"..., 512) = 
512
fstat64(3, {st_mode=S_IFREG|0644, st_size=32144, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7fb0000
mmap2(NULL, 35048, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7fa7000
mmap2(0xb7faf000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0xb7faf000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libICE.so.6", O_RDONLY)  = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3406\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=85060, ...}) = 0
mmap2(NULL, 95312, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7f8f000
mmap2(0xb7fa4000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14) = 0xb7fa4000
mmap2(0xb7fa5000, 5200, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7fa5000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libXi.so.6", O_RDONLY)   = 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\22\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=27052, ...}) = 0
mmap2(NULL, 30112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7f87000
mmap2(0xb7f8e000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0xb7f8e000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libXrender.so.1", O_RDONLY) = 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\23"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=31620, ...}) = 0
mmap2(NULL, 34568, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7f7e000
mmap2(0xb7f86000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0xb7f86000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libXrandr.so.2", O_RDONLY) = 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\v\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=10028, ...}) = 0
mmap2(NULL, 13020, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7f7a000
mmap2(0xb7f7d000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2) = 0xb7f7d000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libXcursor.so.1", O_RDONLY) = 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\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=33128, ...}) = 0
mmap2(NULL, 36204, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7f71000
mmap2(0xb7f79000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0xb7f79000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libfreetype.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0Pl\0\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=443032, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7f70000
mmap2(NULL, 441892, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7f04000
mmap2(0xb7f6d000, 12288, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x69) = 0xb7f6d000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libfontconfig.so.1", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300R\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=171940, ...}) = 0
mmap2(NULL, 171364, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7eda000
mmap2(0xb7efc000, 32768, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22) = 0xb7efc000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libXext.so.6", O_RDONLY) = 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\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=52848, ...}) = 0
mmap2(NULL, 56060, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7ecc000
mmap2(0xb7ed9000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc) = 0xb7ed9000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libX11.so.6", O_RDONLY)  = 3
read(3, "[EMAIL PROTECTED]"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=965952, ...}) = 0
mmap2(NULL, 966364, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7de0000
mmap2(0xb7ec8000, 16384, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe8) = 0xb7ec8000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libz.so.1", O_RDONLY)    = 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\27"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=67468, ...}) = 0
mmap2(NULL, 70528, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7dce000
mmap2(0xb7ddf000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10) = 0xb7ddf000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libpthread.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340G\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=85770, ...}) = 0
mmap2(NULL, 70104, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7dbc000
mmap2(0xb7dca000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd) = 0xb7dca000
mmap2(0xb7dcc000, 4568, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7dcc000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libdl.so.2", O_RDONLY)   = 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\f\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7dbb000
mmap2(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7db7000
mmap2(0xb7db9000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7db9000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libGLU.so.1", O_RDONLY)  = 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\'\1"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=503452, ...}) = 0
mmap2(NULL, 502200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7d3c000
mmap2(0xb7db6000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7a) = 0xb7db6000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libGL.so.1", O_RDONLY)   = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\17\1\000"..., 512) = 
512
fstat64(3, {st_mode=S_IFREG|0644, st_size=425320, ...}) = 0
mmap2(NULL, 433608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7cd2000
mmap2(0xb7d35000, 24576, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x62) = 0xb7d35000
mmap2(0xb7d3b000, 3528, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7d3b000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libm.so.6", O_RDONLY)    = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`3\0\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=149264, ...}) = 0
mmap2(NULL, 151712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7cac000
mmap2(0xb7cd0000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23) = 0xb7cd0000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libc.so.6", O_RDONLY)    = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260O\1"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1270928, ...}) = 0
mmap2(NULL, 1276892, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7b74000
mmap2(0xb7ca2000, 32768, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12e) = 0xb7ca2000
mmap2(0xb7caa000, 7132, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7caa000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libexpat.so.1", O_RDONLY) = 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"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=129972, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7b73000
mmap2(NULL, 128880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7b53000
mmap2(0xb7b70000, 12288, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d) = 0xb7b70000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libXau.so.6", O_RDONLY)  = 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\n\0\000"..., 512) = 
512
fstat64(3, {st_mode=S_IFREG|0644, st_size=7220, ...}) = 0
mmap2(NULL, 10164, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7b50000
mmap2(0xb7b52000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7b52000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libXdmcp.so.6", O_RDONLY) = 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\17\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=16672, ...}) = 0
mmap2(NULL, 19604, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7b4b000
mmap2(0xb7b4f000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb7b4f000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libstdc++.so.6", O_RDONLY) = 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\310\3"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=884436, ...}) = 0
mmap2(NULL, 910980, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7a6c000
mmap2(0xb7b40000, 20480, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd3) = 0xb7b40000
mmap2(0xb7b45000, 22148, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7b45000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/libgcc_s.so.1", O_RDONLY)    = 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\30"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=40520, ...}) = 0
mmap2(NULL, 43716, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7a61000
mmap2(0xb7a6b000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9) = 0xb7a6b000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/libXxf86vm.so.1", O_RDONLY) = 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\v\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=17104, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7a60000
mmap2(NULL, 20128, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7a5b000
mmap2(0xb7a5f000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb7a5f000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libdrm.so.2", O_RDONLY)  = 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\33"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=24096, ...}) = 0
mmap2(NULL, 28168, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7a54000
mmap2(0xb7a5a000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5) = 0xb7a5a000
close(3)                                = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7a53000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7a52000
mprotect(0xb7b40000, 12288, PROT_READ)  = 0
mprotect(0xb7ca2000, 20480, PROT_READ)  = 0
set_thread_area({entry_number:-1 -> 6, base_addr:0xb7a526c0, limit:1048575, 
seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, 
useable:1}) = 0
munmap(0xb7fd6000, 75741)               = 0
set_tid_address(0xb7a52708)             = 12049
rt_sigaction(SIGRTMIN, {0xb7dc0360, [], SA_SIGINFO}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0xb7dc03e0, [], 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
_sysctl({{CTL_KERN, KERN_VERSION}, 2, 0xbffff570, 32, (nil), 0}) = 0
futex(0x9985c64, FUTEX_WAKE, 2147483647) = 0
brk(0)                                  = 0x998b000
brk(0x99ac000)                          = 0x99ac000
futex(0x98745e4, FUTEX_WAKE, 2147483647) = 0
stat64("/proc/12049/exe", {st_mode=S_IFREG|0755, st_size=25425208, ...}) = 0
lstat64("/proc/12049/exe", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0
getcwd("/mnt/hda5/work/negazione/neg_01b/anat3D", 4096) = 40
lstat64("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
lstat64("/proc/12049", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
lstat64("/proc/12049/exe", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0
readlink("/proc/12049/exe", "/usr/local/caret/bin/caret5", 4096) = 27
lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=336, ...}) = 0
lstat64("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=376, ...}) = 0
lstat64("/usr/local/caret", {st_mode=S_IFDIR|0775, st_size=360, ...}) = 0
lstat64("/usr/local/caret/bin", {st_mode=S_IFDIR|0775, st_size=400, ...}) = 0
lstat64("/usr/local/caret/bin/caret5", {st_mode=S_IFREG|0755, st_size=25425208, 
...}) = 0
chdir("/mnt/hda5/work/negazione/neg_01b/anat3D") = 0
stat64("/usr/local/caret/bin/caret5", {st_mode=S_IFREG|0755, st_size=25425208, 
...}) = 0
stat64("/usr/local/caret/bin/qt.conf", 0x999e074) = -1 ENOENT (No such file or 
directory)
lstat64("/usr/local/caret/bin/qt.conf", 0xbfffcdb0) = -1 ENOENT (No such file 
or directory)
stat64("/home/marco/.config/Trolltech.conf", {st_mode=S_IFREG|0644, 
st_size=427, ...}) = 0
open("/home/marco/.config/Trolltech.conf", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=427, ...}) = 0
close(3)                                = 0
stat64("/home/marco/.config/Trolltech.conf", {st_mode=S_IFREG|0644, 
st_size=427, ...}) = 0
stat64("/home/marco/.config/Trolltech.conf", {st_mode=S_IFREG|0644, 
st_size=427, ...}) = 0
open("/home/marco/.config/Trolltech.conf", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=427, ...}) = 0
fcntl64(3, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
stat64("/home/marco/.config/Trolltech.conf", {st_mode=S_IFREG|0644, 
st_size=427, ...}) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=427, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7a32000
read(3, "[Qt]\ncustomColors\\0=4294967295\nc"..., 131072) = 427
read(3, "", 131072)                     = 0
stat64("/home/marco/.config/Trolltech.conf", {st_mode=S_IFREG|0644, 
st_size=427, ...}) = 0
open("/etc/localtime", O_RDONLY)        = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7a12000
read(4, "TZif\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0\6\0"..., 131072) = 
951
close(4)                                = 0
munmap(0xb7a12000, 131072)              = 0
close(3)                                = 0
munmap(0xb7a32000, 131072)              = 0
stat64("/etc/xdg/Trolltech.conf", 0xbfffd140) = -1 ENOENT (No such file or 
directory)
stat64("/etc/xdg/Trolltech.conf", 0x999e49c) = -1 ENOENT (No such file or 
directory)
stat64("/proc/12049/exe", {st_mode=S_IFREG|0755, st_size=25425208, ...}) = 0
lstat64("/proc/12049/exe", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0
getcwd("/mnt/hda5/work/negazione/neg_01b/anat3D", 4096) = 40
lstat64("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
lstat64("/proc/12049", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
lstat64("/proc/12049/exe", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0
readlink("/proc/12049/exe", "/usr/local/caret/bin/caret5", 4096) = 27
lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=336, ...}) = 0
lstat64("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=376, ...}) = 0
lstat64("/usr/local/caret", {st_mode=S_IFDIR|0775, st_size=360, ...}) = 0
lstat64("/usr/local/caret/bin", {st_mode=S_IFDIR|0775, st_size=400, ...}) = 0
lstat64("/usr/local/caret/bin/caret5", {st_mode=S_IFREG|0755, st_size=25425208, 
...}) = 0
chdir("/mnt/hda5/work/negazione/neg_01b/anat3D") = 0
stat64("/usr/local/caret/bin/caret5", {st_mode=S_IFREG|0755, st_size=25425208, 
...}) = 0
stat64("/usr/local/caret/bin/qt.conf", 0x999e31c) = -1 ENOENT (No such file or 
directory)
lstat64("/usr/local/caret/bin/qt.conf", 0xbfffdbf0) = -1 ENOENT (No such file 
or directory)
stat64("/usr/local/qt-software/qt-4.1.4/plugins", 0x999e8ac) = -1 ENOENT (No 
such file or directory)
lstat64("/usr/local/qt-software/qt-4.1.4/plugins", 0xbfffde80) = -1 ENOENT (No 
such file or directory)
stat64("/proc/12049/exe", {st_mode=S_IFREG|0755, st_size=25425208, ...}) = 0
lstat64("/proc/12049/exe", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0
getcwd("/mnt/hda5/work/negazione/neg_01b/anat3D", 4096) = 40
lstat64("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
lstat64("/proc/12049", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
lstat64("/proc/12049/exe", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0
readlink("/proc/12049/exe", "/usr/local/caret/bin/caret5", 4096) = 27
lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=336, ...}) = 0
lstat64("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=376, ...}) = 0
lstat64("/usr/local/caret", {st_mode=S_IFDIR|0775, st_size=360, ...}) = 0
lstat64("/usr/local/caret/bin", {st_mode=S_IFDIR|0775, st_size=400, ...}) = 0
lstat64("/usr/local/caret/bin/caret5", {st_mode=S_IFREG|0755, st_size=25425208, 
...}) = 0
chdir("/mnt/hda5/work/negazione/neg_01b/anat3D") = 0
stat64("/usr/local/caret/bin/caret5", {st_mode=S_IFREG|0755, st_size=25425208, 
...}) = 0
getcwd("/mnt/hda5/work/negazione/neg_01b/anat3D", 4096) = 40
lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=336, ...}) = 0
lstat64("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=376, ...}) = 0
lstat64("/usr/local/caret", {st_mode=S_IFDIR|0775, st_size=360, ...}) = 0
lstat64("/usr/local/caret/bin", {st_mode=S_IFDIR|0775, st_size=400, ...}) = 0
chdir("/mnt/hda5/work/negazione/neg_01b/anat3D") = 0
stat64("/usr/local/caret/bin", {st_mode=S_IFDIR|0775, st_size=400, ...}) = 0
stat64("/usr/local/caret/bin", {st_mode=S_IFDIR|0775, st_size=400, ...}) = 0
pipe([3, 4])                            = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
fcntl64(3, F_GETFL)                     = 0 (flags O_RDONLY)
fcntl64(3, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
fcntl64(4, F_GETFL)                     = 0x1 (flags O_WRONLY)
fcntl64(4, F_SETFL, O_WRONLY|O_NONBLOCK) = 0
gettimeofday({1165229329, 810311}, NULL) = 0
pipe([5, 6])                            = 0
fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
fcntl64(6, F_SETFD, FD_CLOEXEC)         = 0
fcntl64(5, F_GETFL)                     = 0 (flags O_RDONLY)
fcntl64(5, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
fcntl64(6, F_GETFL)                     = 0x1 (flags O_WRONLY)
fcntl64(6, F_SETFL, O_WRONLY|O_NONBLOCK) = 0
rt_sigaction(SIGCHLD, {0x9294d30, [], SA_NOCLDSTOP}, {SIG_DFL}, 8) = 0
getppid()                               = 12048
open("/proc/12048/cmdline", O_RDONLY|O_LARGEFILE) = 7
fstat64(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7a51000
read(7, "strace\0-o\0caret.strace\0/usr/loca"..., 1024) = 51
close(7)                                = 0
munmap(0xb7a51000, 4096)                = 0
uname({sys="Linux", node="bll4", ...})  = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 7
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
connect(7, {sa_family=AF_FILE, path="/tmp/.X11-unix/X0"}, 19) = 0
uname({sys="Linux", node="bll4", ...})  = 0
fcntl64(7, F_SETFD, FD_CLOEXEC)         = 0
access("/home/marco/.Xauthority", R_OK) = 0
open("/home/marco/.Xauthority", O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0600, st_size=196, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7a32000
read(8, "\0\0\0\4\254\25\4\327\0\0010\0\22MIT-MAGIC-COOKIE-1\0"..., 131072) = 
196
read(8, "", 131072)                     = 0
close(8)                                = 0
munmap(0xb7a32000, 131072)              = 0
writev(7, [{"l\0\v\0\0\0\22\0\20\0\0\0", 12}, {"MIT-MAGIC-COOKIE-1", 18}, 
{"\0\0", 2}, {"s\1\247A\363f\215\263X\361\233K&6\212v", 16}], 4) = 48
fcntl64(7, F_GETFL)                     = 0x2 (flags O_RDWR)
fcntl64(7, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
read(7, "\1\0\v\0\0\0c\0", 8)           = 8
read(7, "\10\250-\4\0\0\300\3\377\377\37\0\0\1\0\0\24\0\377\377"..., 396) = 396
write(7, "7\0\5\0\0\0\300\3D\0\0\0\10\0\0\0\377\377\377\0b\0\5\0"..., 64) = 64
read(7, "\1\0\2\0\0\0\0\0\1\203\0\0\0\0\0\0\24\0\0\0\0\0\0\0\24"..., 32) = 32
read(7, "\1\10\3\0f\16\0\0\37\0\0\0\0\0\0\0\2279\0\0\30\0\0\0\0"..., 32) = 32
readv(7, [{"*Box.background:\t#eae9e8\n*Box.fo"..., 14743}, {"\0", 1}], 2) = 
14744
write(7, "\203\0\1\0", 4)               = 4
read(7, "\1\0\4\0\0\0\0\0\377\377?\0\0\0\0\0\4\0\0\0\220\1\0\0\4"..., 32) = 32
writev(7, [{"b\0\5\0\t\0\300\3", 8}, {"XKEYBOARD", 9}, {"\0\0\0", 3}], 3) = 20
read(7, "\1\0\5\0\0\0\0\0\1\226o\271\0\0\0\0\24\0\0\0\220\1\0\0"..., 32) = 32
write(7, "\226\0\2\0\1\0\0\0", 8)       = 8
read(7, "\1\1\6\0\0\0\0\0\1\0\0\0\0\0\0\0\310\246\234\10\6\0\0\0"..., 32) = 32
write(7, "[EMAIL PROTECTED]", 24) = 24
read(7, "\1\0\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0\220\1"..., 32) = 32
write(7, "\20\0\5\0\f\0\0\0WM_PROTOCOLS\20\0\6\0\20\0\0\0WM_D"..., 2172) = 2172
read(7, "\1\246\10\0\0\0\0\0\'\1\0\0\1\0\0\0\0\0\0\0\24\0\0\0\220"..., 32) = 32
read(7, "\1\246\t\0\0\0\0\0&\1\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0\0"..., 32) = 32
read(7, "\1\246\n\0\0\0\0\0\33\1\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0"..., 32) = 32
read(7, "\1\246\v\0\0\0\0\0\24\1\0\0\0\0\0\0\0\0\0\0\24\0\0\0\0"..., 32) = 32
read(7, "\1\246\f\0\0\0\0\0\17\1\0\0\0\0\0\0\0\0\0\0\34\0\0\0\0"..., 32) = 32
read(7, "\1\246\r\0\0\0\0\0n\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0"..., 32) = 32
read(7, "\1\246\16\0\0\0\0\0.\1\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0\0"..., 32) = 32
read(7, "\1\246\17\0\0\0\0\0\375\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0"..., 32) = 32
read(7, "\1\246\20\0\0\0\0\0\27\1\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0"..., 32) = 32
read(7, "\1\246\21\0\0\0\0\0,\1\0\0\0\0\0\0\0\0\0\0\24\0\0\0\0\0"..., 32) = 32
read(7, "\1\246\22\0\0\0\0\0\n\1\0\0\0\0\0\0\0\0\0\0\24\0\0\0\0"..., 32) = 32
read(7, "\1\246\23\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0\0"..., 32) = 32
read(7, "\1\246\24\0\0\0\0\0y\1\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0"..., 32) = 32
read(7, "\1\246\25\0\0\0\0\0x\1\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0"..., 32) = 32
read(7, "\1\246\26\0\0\0\0\0z\1\0\0\0\0\0\0\0\0\0\0\24\0\0\0\0\0"..., 32) = 32
read(7, "\1\246\27\0\0\0\0\0\275\1\0\0\0\0\0\0\0\0\0\0\30\0\0\0"..., 32) = 32
read(7, "\1\246\30\0\0\0\0\0$\1\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0\0"..., 32) = 32
read(7, "\1\246\31\0\0\0\0\0\25\1\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0"..., 32) = 32
read(7, "\1\246\32\0\0\0\0\0001\1\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0"..., 32) = 32
read(7, "\1\246\33\0\0\0\0\0\27\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0"..., 32) = 32
read(7, "\1\246\34\0\0\0\0\0%\1\0\0\0\0\0\0\0\0\0\0\24\0\0\0\0\0"..., 32) = 32
read(7, "\1\246\35\0\0\0\0\0\7\1\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0"..., 32) = 32
read(7, "\1\246\36\0\0\0\0\0+\1\0\0\0\0\0\0\0\0\0\0\34\0\0\0\0\0"..., 32) = 32
read(7, "\1\246\37\0\0\0\0\0\361\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0"..., 32) = 32
read(7, "\1\246 \0\0\0\0\0#\1\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0\0\0"..., 32) = 32
read(7, "\1\246!\0\0\0\0\0\374\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0"..., 32) = 32
read(7, "\1\246\"\0\0\0\0\0\367\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0\0"..., 32) = 32
read(7, "\1\246#\0\0\0\0\0000\1\0\0\0\0\0\0\0\0\0\0\24\0\0\0\0\0"..., 32) = 32
read(7, "\1\246$\0\0\0\0\0\t\1\0\0\0\0\0\0\0\0\0\0$\0\0\0\0\0\0"..., 32) = 32
read(7, "\1\246%\0\0\0\0\0\31\1\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0"..., 32) = 32
read(7, "\1\246&\0\0\0\0\0\1\1\0\0\0\0\0\0\0\0\0\0\34\0\0\0\0\0"..., 32) = 32
read(7, "\1\246\'\0\0\0\0\0\16\1\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0"..., 32) = 32
read(7, "\1\246(\0\0\0\0\0\373\0\0\0\0\0\0\0\0\0\0\0\34\0\0\0\0"..., 32) = 32
read(7, "\1\246)\0\0\0\0\0\372\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0"..., 32) = 32
read(7, "\1\246*\0\0\0\0\0\355\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0\0"..., 32) = 32
read(7, "\1\246+\0\0\0\0\0\f\1\0\0\0\0\0\0\0\0\0\0\34\0\0\0\0\0"..., 32) = 32
read(7, "\1\246,\0\0\0\0\0S\1\0\0\0\0\0\0\0\0\0\0\24\0\0\0\0\0\0"..., 32) = 32
read(7, "\1\246-\0\0\0\0\0\370\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0\0"..., 32) = 32
read(7, "\1\246.\0\0\0\0\0\276\1\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0"..., 32) = 32
read(7, "\1\246/\0\0\0\0\0\371\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0"..., 32) = 32
read(7, "\1\2460\0\0\0\0\0\32\1\0\0\0\0\0\0\0\0\0\0\34\0\0\0\0\0"..., 32) = 32
read(7, "\1\2461\0\0\0\0\0\10\1\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0"..., 32) = 32
read(7, "\1\2462\0\0\0\0\0\35\1\0\0\0\0\0\0\0\0\0\0$\0\0\0\0\0\0"..., 32) = 32
read(7, "\1\2463\0\0\0\0\0\6\1\0\0\0\0\0\0\0\0\0\0$\0\0\0\0\0\0"..., 32) = 32
read(7, "\1\2464\0\0\0\0\0\"\1\0\0\0\0\0\0\0\0\0\0\34\0\0\0\0\0"..., 32) = 32
read(7, "\1\2465\0\0\0\0\0\357\0\0\0\0\0\0\0\0\0\0\0$\0\0\0\0\0"..., 32) = 32
read(7, "\1\2466\0\0\0\0\0\356\0\0\0\0\0\0\0\0\0\0\0\34\0\0\0\0"..., 32) = 32
read(7, "\1\2467\0\0\0\0\0\r\1\0\0\0\0\0\0\0\0\0\0\34\0\0\0\0\0"..., 32) = 32
read(7, "\1\2468\0\0\0\0\0\36\1\0\0\0\0\0\0\0\0\0\0$\0\0\0\0\0\0"..., 32) = 32
read(7, "\1\2469\0\0\0\0\0\365\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0"..., 32) = 32
read(7, "\1\246:\0\0\0\0\0\21\1\0\0\0\0\0\0\0\0\0\0$\0\0\0\0\0\0"..., 32) = 32
read(7, "\1\246;\0\0\0\0\0\26\1\0\0\0\0\0\0\0\0\0\0(\0\0\0\0\0\0"..., 32) = 32
read(7, "\1\246<\0\0\0\0\0\360\0\0\0\0\0\0\0\0\0\0\0$\0\0\0\0\0"..., 32) = 32
read(7, "\1\246=\0\0\0\0\0\23\1\0\0\0\0\0\0\0\0\0\0$\0\0\0\0\0\0"..., 32) = 32
read(7, "\1\246>\0\0\0\0\0/\1\0\0\0\0\0\0\0\0\0\0$\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\1\246?\0\0\0\0\0\2\1\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0"..., 32) = 32
read(7, "[EMAIL PROTECTED]"..., 32) = 32
read(7, "\1\246A\0\0\0\0\0q\1\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0"..., 32) = 32
read(7, "\1\246B\0\0\0\0\0\277\1\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0"..., 32) = 32
read(7, "\1\246C\0\0\0\0\0\300\1\0\0\0\0\0\0\0\0\0\0\f\0\0\0\0\0"..., 32) = 32
read(7, "\1\246D\0\0\0\0\0*\1\0\0\0\0\0\0\0\0\0\0\24\0\0\0\0\0\0"..., 32) = 32
read(7, "\1\246E\0\0\0\0\0\20\1\0\0\0\0\0\0\0\0\0\0\24\0\0\0\0\0"..., 32) = 32
read(7, "\1\246F\0\0\0\0\0\34\1\0\0\0\0\0\0\0\0\0\0\24\0\0\0\0\0"..., 32) = 32
read(7, "\1\246G\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\24\0\0\0\0\0"..., 32) = 32
read(7, "\1\246H\0\0\0\0\0\5\1\0\0\0\0\0\0\0\0\0\0\24\0\0\0\0\0"..., 32) = 32
read(7, "\1\246I\0\0\0\0\0\30\1\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0"..., 32) = 32
read(7, "\1\246J\0\0\0\0\0\364\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0\0"..., 32) = 32
read(7, "\1\246K\0\0\0\0\0\354\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0\0"..., 32) = 32
read(7, "\1\246L\0\0\0\0\0\301\1\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0"..., 32) = 32
read(7, "\1\246M\0\0\0\0\0\353\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0"..., 32) = 32
read(7, "\1\246N\0\0\0\0\0\4\1\0\0\0\0\0\0\0\0\0\0\24\0\0\0\0\0"..., 32) = 32
read(7, "\1\246O\0\0\0\0\0\363\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0\0"..., 32) = 32
read(7, "\1\246P\0\0\0\0\0!\1\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0\0\0"..., 32) = 32
read(7, "\1\246Q\0\0\0\0\0\3\1\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0\0"..., 32) = 32
read(7, "\1\246R\0\0\0\0\0-\1\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0\0\0"..., 32) = 32
read(7, "\1\246S\0\0\0\0\0\362\0\0\0\0\0\0\0\0\0\0\0\34\0\0\0\0"..., 32) = 32
read(7, "\1\246T\0\0\0\0\0\v\1\0\0\0\0\0\0\0\0\0\0$\0\0\0\0\0\0"..., 32) = 32
read(7, "\1\246U\0\0\0\0\0)\1\0\0\0\0\0\0\0\0\0\0$\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\1\246V\0\0\0\0\0\376\0\0\0\0\0\0\0\0\0\0\0$\0\0\0\0\0"..., 32) = 32
read(7, "\1\246W\0\0\0\0\0g\0\0\0\0\0\0\0\0\0\0\0\34\0\0\0\0\0\0"..., 32) = 32
read(7, "\1\246X\0\0\0\0\0h\0\0\0\0\0\0\0\0\0\0\0\34\0\0\0\0\0\0"..., 32) = 32
read(7, "\1\246Y\0\0\0\0\0\22\1\0\0\0\0\0\0\0\0\0\0\34\0\0\0\0\0"..., 32) = 32
read(7, "\1\246Z\0\0\0\0\0\37\1\0\0\0\0\0\0\0\0\0\0\34\0\0\0\0\0"..., 32) = 32
read(7, "\1\246[\0\0\0\0\0\366\0\0\0\0\0\0\0\0\0\0\0$\0\0\0\0\0"..., 32) = 32
write(7, "\24\0\6\0D\0\0\0\1\1\0\0!\0\0\0\0\0\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\0\0\0\0\30\0\0\0\220\1"..., 32) = 32
write(7, "\24\0\6\0D\0\0\0\16\1\0\0\4\0\0\0\0\0\0\0\0\0\0\0", 24) = 24
read(7, "\1 ]\0\0\0\0\0\4\0\0\0\4\1\0\0\0\0\0\0\30\0\0\0\220\1\0"..., 32) = 32
write(7, "\24\0\6\0D\0\0\0\16\1\0\0\4\0\0\0\0\0\0\0\0\4\0\0", 24) = 24
read(7, "\1 ^\0A\0\0\0\4\0\0\0\0\0\0\0A\0\0\0\30\0\0\0\220\1\0\0"..., 32) = 32
read(7, "[EMAIL PROTECTED]"..., 260) = 260
write(4, "\0", 1)                       = 1
writev(7, [{"b\0\4\0\5\0\0\0", 8}, {"RANDR", 5}, {"\0\0\0", 3}], 3) = 16
read(7, "\1\0_\0\0\0\0\0\1\234s\0\0\0\0\0\20\0\0\0\220\1\0\0\20"..., 32) = 32
writev(7, [{"b\0\4\0\5\0\0\0", 8}, {"RANDR", 5}, {"\0\0\0", 3}], 3) = 16
read(7, "\1\0`\0\0\0\0\0\1\234s\0\0\0\0\0\20\0\0\0\220\1\0\0\20"..., 32) = 32
writev(7, [{"b\0\4\0\6\0\0\0", 8}, {"RENDER", 6}, {"\0\0", 2}], 3) = 16
read(7, "\1\0a\0\0\0\0\0\1\233\0\276\0\0\0\0\20\0\0\0\220\1\0\0"..., 32) = 32
writev(7, [{"b\0\4\0\6\0\0\0", 8}, {"RENDER", 6}, {"\0\0", 2}], 3) = 16
read(7, "\1\0b\0\0\0\0\0\1\233\0\276\0\0\0\0\20\0\0\0\220\1\0\0"..., 32) = 32
write(7, "\233\0\3\0\0\0\0\0\n\0\0\0\233\1\1\0", 16) = 16
read(7, "\1\0c\0\0\0\0\0\0\0\0\0\n\0\0\0\6\0\0\0\20\0\0\0\1\0\0"..., 32) = 32
read(7, "\1jd\0\273\0\0\0\26\0\0\0\1\0\0\0\7\0\0\0\10\0\0\0\1\0"..., 32) = 32
read(7, "+\0\0\0\1\1\227\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0"..., 748) = 748
write(7, "\226\25\7\0\0\1\0\0\2\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 28) = 28
read(7, "\1\24e\0\0\0\0\0\37\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\6\0\0"..., 32) = 32
time(NULL)                              = 1165229329
access("/etc/fonts/fonts.conf", R_OK)   = 0
stat64("/etc/fonts/fonts.conf", {st_mode=S_IFREG|0644, st_size=5235, ...}) = 0
open("/etc/fonts/fonts.conf", O_RDONLY) = 8
brk(0x99cd000)                          = 0x99cd000
read(8, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 5235
access("/etc/fonts/conf.d", R_OK)       = 0
stat64("/etc/fonts/conf.d", {st_mode=S_IFDIR|0755, st_size=688, ...}) = 0
open("/etc/fonts/conf.d", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
fstat64(9, {st_mode=S_IFDIR|0755, st_size=688, ...}) = 0
fcntl64(9, F_SETFD, FD_CLOEXEC)         = 0
mmap2(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7a31000
getdents64(9, /* 19 entries */, 131072) = 760
getdents64(9, /* 0 entries */, 131072)  = 0
access("/etc/fonts/conf.d/20-fix-globaladvance.conf", R_OK) = 0
stat64("/etc/fonts/conf.d/20-fix-globaladvance.conf", {st_mode=S_IFREG|0644, 
st_size=943, ...}) = 0
open("/etc/fonts/conf.d/20-fix-globaladvance.conf", O_RDONLY) = 10
read(10, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 943
read(10, "", 8192)                      = 0
close(10)                               = 0
access("/etc/fonts/conf.d/20-lohit-gujarati.conf", R_OK) = 0
stat64("/etc/fonts/conf.d/20-lohit-gujarati.conf", {st_mode=S_IFREG|0644, 
st_size=301, ...}) = 0
open("/etc/fonts/conf.d/20-lohit-gujarati.conf", O_RDONLY) = 10
read(10, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 301
read(10, "", 8192)                      = 0
close(10)                               = 0
access("/etc/fonts/conf.d/20-unhint-small-vera.conf", R_OK) = 0
stat64("/etc/fonts/conf.d/20-unhint-small-vera.conf", {st_mode=S_IFREG|0644, 
st_size=1188, ...}) = 0
open("/etc/fonts/conf.d/20-unhint-small-vera.conf", O_RDONLY) = 10
read(10, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 1188
read(10, "", 8192)                      = 0
close(10)                               = 0
access("/etc/fonts/conf.d/30-amt-aliases.conf", R_OK) = 0
stat64("/etc/fonts/conf.d/30-amt-aliases.conf", {st_mode=S_IFREG|0644, 
st_size=514, ...}) = 0
open("/etc/fonts/conf.d/30-amt-aliases.conf", O_RDONLY) = 10
read(10, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 514
read(10, "", 8192)                      = 0
close(10)                               = 0
access("/etc/fonts/conf.d/30-defoma.conf", R_OK) = 0
stat64("/etc/fonts/conf.d/30-defoma.conf", {st_mode=S_IFREG|0644, st_size=5339, 
...}) = 0
open("/etc/fonts/conf.d/30-defoma.conf", O_RDONLY) = 10
read(10, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 5339
read(10, "", 8192)                      = 0
close(10)                               = 0
access("/etc/fonts/conf.d/30-urw-aliases.conf", R_OK) = 0
stat64("/etc/fonts/conf.d/30-urw-aliases.conf", {st_mode=S_IFREG|0644, 
st_size=1484, ...}) = 0
open("/etc/fonts/conf.d/30-urw-aliases.conf", O_RDONLY) = 10
read(10, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 1484
read(10, "", 8192)                      = 0
close(10)                               = 0
access("/etc/fonts/conf.d/40-generic.conf", R_OK) = 0
stat64("/etc/fonts/conf.d/40-generic.conf", {st_mode=S_IFREG|0644, 
st_size=1723, ...}) = 0
open("/etc/fonts/conf.d/40-generic.conf", O_RDONLY) = 10
read(10, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 1723
read(10, "", 8192)                      = 0
close(10)                               = 0
access("/etc/fonts/conf.d/49-sansserif.conf", R_OK) = 0
stat64("/etc/fonts/conf.d/49-sansserif.conf", {st_mode=S_IFREG|0644, 
st_size=545, ...}) = 0
open("/etc/fonts/conf.d/49-sansserif.conf", O_RDONLY) = 10
read(10, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 545
read(10, "", 8192)                      = 0
close(10)                               = 0
access("/etc/fonts/conf.d/50-enable-terminus.conf", R_OK) = 0
stat64("/etc/fonts/conf.d/50-enable-terminus.conf", {st_mode=S_IFREG|0644, 
st_size=254, ...}) = 0
open("/etc/fonts/conf.d/50-enable-terminus.conf", O_RDONLY) = 10
read(10, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 254
read(10, "", 8192)                      = 0
close(10)                               = 0
access("/etc/fonts/conf.d/50-user.conf", R_OK) = 0
stat64("/etc/fonts/conf.d/50-user.conf", {st_mode=S_IFREG|0644, st_size=269, 
...}) = 0
open("/etc/fonts/conf.d/50-user.conf", O_RDONLY) = 10
read(10, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 269
access("/home/marco/.fonts.conf", R_OK) = 0
stat64("/home/marco/.fonts.conf", {st_mode=S_IFREG|0644, st_size=516, ...}) = 0
open("/home/marco/.fonts.conf", O_RDONLY) = 12
read(12, "<?xml version=\"1.0\"?><!DOCTYPE f"..., 8192) = 516
read(12, "", 8192)                      = 0
close(12)                               = 0
read(10, "", 8192)                      = 0
close(10)                               = 0
access("/etc/fonts/conf.d/51-local.conf", R_OK) = 0
stat64("/etc/fonts/conf.d/51-local.conf", {st_mode=S_IFREG|0644, st_size=271, 
...}) = 0
open("/etc/fonts/conf.d/51-local.conf", O_RDONLY) = 10
read(10, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 271
access("/etc/fonts/local.conf", R_OK)   = -1 ENOENT (No such file or directory)
read(10, "", 8192)                      = 0
close(10)                               = 0
access("/etc/fonts/conf.d/60-latin.conf", R_OK) = 0
stat64("/etc/fonts/conf.d/60-latin.conf", {st_mode=S_IFREG|0644, st_size=1064, 
...}) = 0
open("/etc/fonts/conf.d/60-latin.conf", O_RDONLY) = 10
read(10, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 1064
read(10, "", 8192)                      = 0
close(10)                               = 0
access("/etc/fonts/conf.d/65-fonts-persian.conf", R_OK) = 0
stat64("/etc/fonts/conf.d/65-fonts-persian.conf", {st_mode=S_IFREG|0644, 
st_size=12559, ...}) = 0
open("/etc/fonts/conf.d/65-fonts-persian.conf", O_RDONLY) = 10
read(10, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 8192
read(10, "ually do have -->\n\n\t<match targe"..., 8192) = 4367
read(10, "", 8192)                      = 0
close(10)                               = 0
access("/etc/fonts/conf.d/65-nonlatin.conf", R_OK) = 0
stat64("/etc/fonts/conf.d/65-nonlatin.conf", {st_mode=S_IFREG|0644, 
st_size=954, ...}) = 0
open("/etc/fonts/conf.d/65-nonlatin.conf", O_RDONLY) = 10
read(10, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 954
read(10, "", 8192)                      = 0
close(10)                               = 0
access("/etc/fonts/conf.d/69-unifont.conf", R_OK) = 0
stat64("/etc/fonts/conf.d/69-unifont.conf", {st_mode=S_IFREG|0644, st_size=454, 
...}) = 0
open("/etc/fonts/conf.d/69-unifont.conf", O_RDONLY) = 10
read(10, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 454
read(10, "", 8192)                      = 0
close(10)                               = 0
access("/etc/fonts/conf.d/80-delicious.conf", R_OK) = 0
stat64("/etc/fonts/conf.d/80-delicious.conf", {st_mode=S_IFREG|0644, 
st_size=433, ...}) = 0
open("/etc/fonts/conf.d/80-delicious.conf", O_RDONLY) = 10
read(10, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 433
read(10, "", 8192)                      = 0
close(10)                               = 0
access("/etc/fonts/conf.d/90-synthetic.conf", R_OK) = 0
stat64("/etc/fonts/conf.d/90-synthetic.conf", {st_mode=S_IFREG|0644, 
st_size=1754, ...}) = 0
open("/etc/fonts/conf.d/90-synthetic.conf", O_RDONLY) = 10
read(10, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 1754
read(10, "", 8192)                      = 0
close(10)                               = 0
munmap(0xb7a31000, 135168)              = 0
close(9)                                = 0
read(8, "", 8192)                       = 0
close(8)                                = 0
stat64("/usr/share/fonts", {st_mode=S_IFDIR|0755, st_size=144, ...}) = 0
open("/var/cache/fontconfig/3830d5c3ddfd5cd38a049b759396e72e-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=192, ...}) = 0
read(8, "\4\374\2\374\1\0\0\0\300\0\0\0 \0\0\0008\0\0\0\4\0\0\0"..., 192) = 192
close(8)                                = 0
stat64("/usr/X11R6/lib/X11/fonts", {st_mode=S_IFDIR|0755, st_size=200, ...}) = 0
open("/var/cache/fontconfig/c5f5d66d15c24edc3e863c27139db87e-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=304, ...}) = 0
read(8, "\4\374\2\374\1\0\0\0000\1\0\0 [EMAIL PROTECTED] \1"..., 304) = 304
close(8)                                = 0
stat64("/usr/local/share/fonts", {st_mode=S_IFDIR|S_ISGID|0775, st_size=48, 
...}) = 0
open("/var/cache/fontconfig/4c599c202bc5c08e2d34565a40eac3b2-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=72, ...}) = 0
read(8, "\4\374\2\374\1\0\0\0H\0\0\0 \0\0\0008\0\0\0\0\0\0\0008"..., 72) = 72
close(8)                                = 0
stat64("/home/marco/.fonts", 0xbfffdc5c) = -1 ENOENT (No such file or directory)
open("/home/marco/.fonts", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 
ENOENT (No such file or directory)
stat64("/var/lib/defoma/fontconfig.d", {st_mode=S_IFDIR|0755, st_size=512, 
...}) = 0
open("/var/cache/fontconfig/f71c1c7b3f795e5e20ad4a8800a9d397-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=696, ...}) = 0
read(8, "\4\374\2\374\1\0\0\0\270\2\0\0 [EMAIL PROTECTED]"..., 696) = 696
close(8)                                = 0
stat64("/usr/share/fonts/X11", {st_mode=S_IFDIR|0755, st_size=200, ...}) = 0
open("/var/cache/fontconfig/c855463f699352c367813e37f3f70ea7-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=288, ...}) = 0
read(8, "\4\374\2\374\1\0\0\0 \1\0\0 \0\0\0008\0\0\0\6\0\0\0\20"..., 288) = 288
close(8)                                = 0
stat64("/usr/share/fonts/truetype", {st_mode=S_IFDIR|0755, st_size=232, ...}) = 0
open("/var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=360, ...}) = 0
read(8, "\4\374\2\374\1\0\0\0h\1\0\0 [EMAIL PROTECTED]"..., 360) = 360
close(8)                                = 0
stat64("/usr/share/fonts/ttf", {st_mode=S_IFDIR|0755, st_size=104, ...}) = 0
open("/var/cache/fontconfig/94322f4d3cdf1bd54794b691285ca062-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=152, ...}) = 0
read(8, "\4\374\2\374\1\0\0\0\230\0\0\0 \0\0\0008\0\0\0\2\0\0\0"..., 152) = 152
close(8)                                = 0
stat64("/usr/share/fonts/type1", {st_mode=S_IFDIR|0755, st_size=72, ...}) = 0
open("/var/cache/fontconfig/d82eb4fd963d448e2fcb7d7b793b5df3-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=112, ...}) = 0
read(8, "\4\374\2\374\1\0\0\0p\0\0\0 \0\0\0008\0\0\0\1\0\0\0`\0"..., 112) = 112
close(8)                                = 0
stat64("/usr/X11R6/lib/X11/fonts/100dpi", {st_mode=S_IFDIR|0755, st_size=80, 
...}) = 0
open("/var/cache/fontconfig/0f0db7876307790c19e1f91eb9095080-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=80, ...}) = 0
read(8, "\4\374\2\374\1\0\0\0P\0\0\0 [EMAIL PROTECTED]@\0\0"..., 80) = 80
close(8)                                = 0
stat64("/usr/X11R6/lib/X11/fonts/75dpi", {st_mode=S_IFDIR|0755, st_size=4392, 
...}) = 0
open("/var/cache/fontconfig/1487dd4aecf3164c4a11193169052443-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=80, ...}) = 0
read(8, "\4\374\2\374\1\0\0\0P\0\0\0 [EMAIL PROTECTED]@\0\0"..., 80) = 80
close(8)                                = 0
stat64("/usr/X11R6/lib/X11/fonts/Speedo", {st_mode=S_IFDIR|0755, st_size=144, 
...}) = 0
open("/var/cache/fontconfig/f0f76015ef54ea3f0895465d59f141ef-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=80, ...}) = 0
read(8, "\4\374\2\374\1\0\0\0P\0\0\0 [EMAIL PROTECTED]@\0\0"..., 80) = 80
close(8)                                = 0
stat64("/usr/X11R6/lib/X11/fonts/Type1", {st_mode=S_IFDIR|0755, st_size=1296, 
...}) = 0
open("/var/cache/fontconfig/ba022efc551c75e21c690774bbcf5304-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=22808, ...}) = 0
mmap2(NULL, 22808, PROT_READ, MAP_SHARED, 8, 0) = 0xb7a4c000
close(8)                                = 0
stat64("/usr/X11R6/lib/X11/fonts/encodings", {st_mode=S_IFDIR|0755, 
st_size=104, ...}) = 0
open("/var/cache/fontconfig/558352270fb122ca08359d23b5a778d4-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=144, ...}) = 0
read(8, "\4\374\2\374\1\0\0\0\220\0\0\0 \0\0\0H\0\0\0\1\0\0\0\200"..., 144) = 
144
close(8)                                = 0
stat64("/usr/X11R6/lib/X11/fonts/misc", {st_mode=S_IFDIR|0755, st_size=11696, 
...}) = 0
open("/var/cache/fontconfig/79652363633577d7d713baab7f54ad8c-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=44512, ...}) = 0
mmap2(NULL, 44512, PROT_READ, MAP_SHARED, 8, 0) = 0xb7a41000
close(8)                                = 0
stat64("/var/lib/defoma/fontconfig.d/A", {st_mode=S_IFDIR|0755, st_size=264, 
...}) = 0
open("/var/cache/fontconfig/6330322105e0c4105d7c7a6ea2974107-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=11488, ...}) = 0
mmap2(NULL, 11488, PROT_READ, MAP_SHARED, 8, 0) = 0xb7a3e000
close(8)                                = 0
stat64("/var/lib/defoma/fontconfig.d/B", {st_mode=S_IFDIR|0755, st_size=592, 
...}) = 0
open("/var/cache/fontconfig/b3fedf7c409f006ca1a6fceffceb77cf-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=12280, ...}) = 0
mmap2(NULL, 12280, PROT_READ, MAP_SHARED, 8, 0) = 0xb7a3b000
close(8)                                = 0
stat64("/var/lib/defoma/fontconfig.d/C", {st_mode=S_IFDIR|0755, st_size=456, 
...}) = 0
open("/var/cache/fontconfig/9404ff413c67fc2a1526fd14eb4163a8-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=14760, ...}) = 0
mmap2(NULL, 14760, PROT_READ, MAP_SHARED, 8, 0) = 0xb7a37000
close(8)                                = 0
stat64("/var/lib/defoma/fontconfig.d/D", {st_mode=S_IFDIR|0755, st_size=120, 
...}) = 0
open("/var/cache/fontconfig/a960c40fc9306f090224a04585f8a963-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=7256, ...}) = 0
mmap2(NULL, 7256, PROT_READ, MAP_SHARED, 8, 0) = 0xb7a35000
close(8)                                = 0
stat64("/var/lib/defoma/fontconfig.d/F", {st_mode=S_IFDIR|0755, st_size=528, 
...}) = 0
open("/var/cache/fontconfig/102e5142c2e9e50c5e8ece26694a2dad-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=19856, ...}) = 0
mmap2(NULL, 19856, PROT_READ, MAP_SHARED, 8, 0) = 0xb7a30000
close(8)                                = 0
stat64("/var/lib/defoma/fontconfig.d/G", {st_mode=S_IFDIR|0755, st_size=240, 
...}) = 0
open("/var/cache/fontconfig/142ecfc435bad6f1fbc2648c1119d5eb-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=12504, ...}) = 0
mmap2(NULL, 12504, PROT_READ, MAP_SHARED, 8, 0) = 0xb7a2c000
close(8)                                = 0
stat64("/var/lib/defoma/fontconfig.d/H", {st_mode=S_IFDIR|0755, st_size=88, 
...}) = 0
open("/var/cache/fontconfig/4123634e9c08547d899d0aaff05ebe69-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=3256, ...}) = 0
mmap2(NULL, 3256, PROT_READ, MAP_SHARED, 8, 0) = 0xb7a2b000
close(8)                                = 0
stat64("/var/lib/defoma/fontconfig.d/I", {st_mode=S_IFDIR|0755, st_size=80, 
...}) = 0
open("/var/cache/fontconfig/892f88ea27b235637f494d515247eddd-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=2240, ...}) = 0
mmap2(NULL, 2240, PROT_READ, MAP_SHARED, 8, 0) = 0xb7a2a000
close(8)                                = 0
stat64("/var/lib/defoma/fontconfig.d/N", {st_mode=S_IFDIR|0755, st_size=720, 
...}) = 0
open("/var/cache/fontconfig/8ab5f685cd6d8ba67c37c908faf08172-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=10808, ...}) = 0
mmap2(NULL, 10808, PROT_READ, MAP_SHARED, 8, 0) = 0xb7a27000
close(8)                                = 0
stat64("/var/lib/defoma/fontconfig.d/S", {st_mode=S_IFDIR|0755, st_size=80, 
...}) = 0
open("/var/cache/fontconfig/059138ec877db160474b4d5de1248d14-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=1152, ...}) = 0
mmap2(NULL, 1152, PROT_READ, MAP_SHARED, 8, 0) = 0xb7a26000
close(8)                                = 0
stat64("/var/lib/defoma/fontconfig.d/T", {st_mode=S_IFDIR|0755, st_size=392, 
...}) = 0
open("/var/cache/fontconfig/fd9416c4b92f07c6f59a3a8cf496e9dc-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=14728, ...}) = 0
mmap2(NULL, 14728, PROT_READ, MAP_SHARED, 8, 0) = 0xb7a22000
close(8)                                = 0
stat64("/var/lib/defoma/fontconfig.d/U", {st_mode=S_IFDIR|0755, st_size=592, 
...}) = 0
open("/var/cache/fontconfig/b21a91cee725896328b8cee8091cf747-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=8720, ...}) = 0
mmap2(NULL, 8720, PROT_READ, MAP_SHARED, 8, 0) = 0xb7a1f000
close(8)                                = 0
stat64("/var/lib/defoma/fontconfig.d/V", {st_mode=S_IFDIR|0755, st_size=200, 
...}) = 0
open("/var/cache/fontconfig/b8613a33de00eecd32d5a94c3c617829-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=7712, ...}) = 0
mmap2(NULL, 7712, PROT_READ, MAP_SHARED, 8, 0) = 0xb7a1d000
close(8)                                = 0
stat64("/var/lib/defoma/fontconfig.d/W", {st_mode=S_IFDIR|0755, st_size=80, 
...}) = 0
open("/var/cache/fontconfig/bf1f9632594a1fa28e2cf4d7888deffe-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=1192, ...}) = 0
mmap2(NULL, 1192, PROT_READ, MAP_SHARED, 8, 0) = 0xb7a1c000
close(8)                                = 0
stat64("/var/lib/defoma/fontconfig.d/c", {st_mode=S_IFDIR|0755, st_size=176, 
...}) = 0
open("/var/cache/fontconfig/e22b663d51a3e226824aa2afd6c591f7-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=2832, ...}) = 0
mmap2(NULL, 2832, PROT_READ, MAP_SHARED, 8, 0) = 0xb7a1b000
close(8)                                = 0
stat64("/var/lib/defoma/fontconfig.d/m", {st_mode=S_IFDIR|0755, st_size=112, 
...}) = 0
open("/var/cache/fontconfig/e9e44584608a73233979f764b5f9dd81-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=1528, ...}) = 0
mmap2(NULL, 1528, PROT_READ, MAP_SHARED, 8, 0) = 0xb7a1a000
close(8)                                = 0
stat64("/var/lib/defoma/fontconfig.d/w", {st_mode=S_IFDIR|0755, st_size=80, 
...}) = 0
open("/var/cache/fontconfig/9917a2ee24921a872d6c627e44750849-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=768, ...}) = 0
read(8, "\4\374\2\374\1\0\0\0\0\3\0\0 [EMAIL PROTECTED]@\0\0"..., 768) = 768
close(8)                                = 0
stat64("/usr/share/fonts/X11/100dpi", {st_mode=S_IFDIR|0755, st_size=70416, 
...}) = 0
open("/var/cache/fontconfig/21a99156bb11811cef641abeda519a45-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=258920, ...}) = 0
mmap2(NULL, 258920, PROT_READ, MAP_SHARED, 8, 0) = 0xb79da000
close(8)                                = 0
stat64("/usr/share/fonts/X11/75dpi", {st_mode=S_IFDIR|0755, st_size=70416, 
...}) = 0
open("/var/cache/fontconfig/eeebfc908bd29a90773fd860017aada4-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=258928, ...}) = 0
mmap2(NULL, 258928, PROT_READ, MAP_SHARED, 8, 0) = 0xb799a000
close(8)                                = 0
stat64("/usr/share/fonts/X11/Type1", {st_mode=S_IFDIR|0755, st_size=624, ...}) 
= 0
open("/var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=5184, ...}) = 0
mmap2(NULL, 5184, PROT_READ, MAP_SHARED, 8, 0) = 0xb7998000
close(8)                                = 0
stat64("/usr/share/fonts/X11/encodings", {st_mode=S_IFDIR|0755, st_size=1384, 
...}) = 0
open("/var/cache/fontconfig/707971e003b4ae6c8121c3a920e507f5-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=128, ...}) = 0
read(8, "\4\374\2\374\1\0\0\0\200\0\0\0 [EMAIL PROTECTED]"..., 128) = 128
close(8)                                = 0
stat64("/usr/share/fonts/X11/misc", {st_mode=S_IFDIR|0755, st_size=15880, ...}) 
= 0
open("/var/cache/fontconfig/cabbd14511b9e8a55e92af97fb3a0461-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=64328, ...}) = 0
mmap2(NULL, 64328, PROT_READ, MAP_SHARED, 8, 0) = 0xb7988000
close(8)                                = 0
stat64("/usr/share/fonts/X11/util", {st_mode=S_IFDIR|0755, st_size=600, ...}) = 0
open("/var/cache/fontconfig/fe547fea3a41b43a38975d292a2b19c7-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=80, ...}) = 0
read(8, "\4\374\2\374\1\0\0\0P\0\0\0 [EMAIL PROTECTED]@\0\0"..., 80) = 80
close(8)                                = 0
stat64("/usr/share/fonts/truetype/baekmuk", {st_mode=S_IFDIR|0755, st_size=176, 
...}) = 0
open("/var/cache/fontconfig/6386b86020ecc1ef9690bb720a13964f-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=9936, ...}) = 0
mmap2(NULL, 9936, PROT_READ, MAP_SHARED, 8, 0) = 0xb7985000
close(8)                                = 0
stat64("/usr/share/fonts/truetype/freefont", {st_mode=S_IFDIR|0755, 
st_size=520, ...}) = 0
open("/var/cache/fontconfig/d52a8644073d54c13679302ca1180695-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=19872, ...}) = 0
mmap2(NULL, 19872, PROT_READ, MAP_SHARED, 8, 0) = 0xb7980000
close(8)                                = 0
stat64("/usr/share/fonts/truetype/latex-xft-fonts", {st_mode=S_IFDIR|0755, 
st_size=304, ...}) = 0
open("/var/cache/fontconfig/2c5ba8142dffc8bf0377700342b8ca1a-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=4872, ...}) = 0
mmap2(NULL, 4872, PROT_READ, MAP_SHARED, 8, 0) = 0xb797e000
close(8)                                = 0
stat64("/usr/share/fonts/truetype/msttcorefonts", {st_mode=S_IFDIR|0755, 
st_size=2128, ...}) = 0
open("/var/cache/fontconfig/365b55f210c0a22e9a19e35191240f32-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=91136, ...}) = 0
mmap2(NULL, 91136, PROT_READ, MAP_SHARED, 8, 0) = 0xb7967000
close(8)                                = 0
stat64("/usr/share/fonts/truetype/openoffice", {st_mode=S_IFDIR|0755, 
st_size=80, ...}) = 0
open("/var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=1552, ...}) = 0
mmap2(NULL, 1552, PROT_READ, MAP_SHARED, 8, 0) = 0xb7966000
close(8)                                = 0
stat64("/usr/share/fonts/truetype/ttf-bitstream-vera", {st_mode=S_IFDIR|0755, 
st_size=392, ...}) = 0
open("/var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=7312, ...}) = 0
mmap2(NULL, 7312, PROT_READ, MAP_SHARED, 8, 0) = 0xb7964000
close(8)                                = 0
stat64("/usr/share/fonts/ttf/decoratives", {st_mode=S_IFDIR|0755, st_size=1040, 
...}) = 0
open("/var/cache/fontconfig/d4b6e1db2c46a3b281c413657cd2bc49-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=21608, ...}) = 0
mmap2(NULL, 21608, PROT_READ, MAP_SHARED, 8, 0) = 0xb795e000
close(8)                                = 0
stat64("/usr/share/fonts/ttf/western", {st_mode=S_IFDIR|0755, st_size=360, 
...}) = 0
open("/var/cache/fontconfig/e6845615947634e89d319e77806483ba-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=7272, ...}) = 0
mmap2(NULL, 7272, PROT_READ, MAP_SHARED, 8, 0) = 0xb795c000
close(8)                                = 0
stat64("/usr/share/fonts/type1/gsfonts", {st_mode=S_IFDIR|0755, st_size=2864, 
...}) = 0
open("/var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=22808, ...}) = 0
mmap2(NULL, 22808, PROT_READ, MAP_SHARED, 8, 0) = 0xb7956000
close(8)                                = 0
stat64("/usr/X11R6/lib/X11/fonts/encodings/large", {st_mode=S_IFDIR|0755, 
st_size=80, ...}) = 0
open("/var/cache/fontconfig/5dc9fcf026e07a49c5f91c19054b9930-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=96, ...}) = 0
read(8, "\4\374\2\374\1\0\0\0`\0\0\0 \0\0\0P\0\0\0\0\0\0\0P\0\0"..., 96) = 96
close(8)                                = 0
stat64("/usr/share/fonts/X11/encodings/large", {st_mode=S_IFDIR|0755, 
st_size=712, ...}) = 0
open("/var/cache/fontconfig/6333f38776742d18e214673cd2c24e34-x86.cache-2", 
O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=88, ...}) = 0
read(8, "\4\374\2\374\1\0\0\0X\0\0\0 \0\0\0H\0\0\0\0\0\0\0H\0\0"..., 88) = 88
close(8)                                = 0
open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=77424, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7936000
read(8, "#\t$XdotOrg: lib/X11/nls/locale.a"..., 131072) = 77424
read(8, "", 131072)                     = 0
close(8)                                = 0
munmap(0xb7936000, 131072)              = 0
open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=38270, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7936000
read(8, "#\t$XdotOrg: lib/X11/nls/locale.d"..., 131072) = 38270
close(8)                                = 0
munmap(0xb7936000, 131072)              = 0
access("/usr/share/X11/locale/C/XLC_LOCALE", R_OK) = 0
open("/usr/share/X11/locale/C/XLC_LOCALE", O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=772, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7936000
read(8, "#  $Xorg: C,v 1.3 2000/08/17 19:"..., 131072) = 772
read(8, "", 131072)                     = 0
close(8)                                = 0
munmap(0xb7936000, 131072)              = 0
open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=77424, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7936000
read(8, "#\t$XdotOrg: lib/X11/nls/locale.a"..., 131072) = 77424
read(8, "", 131072)                     = 0
close(8)                                = 0
munmap(0xb7936000, 131072)              = 0
open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=38270, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7936000
read(8, "#\t$XdotOrg: lib/X11/nls/locale.d"..., 131072) = 38270
close(8)                                = 0
munmap(0xb7936000, 131072)              = 0
access("/usr/share/X11/locale/C/XLC_LOCALE", R_OK) = 0
open("/usr/share/X11/locale/C/XLC_LOCALE", O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=772, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7936000
read(8, "#  $Xorg: C,v 1.3 2000/08/17 19:"..., 131072) = 772
read(8, "", 131072)                     = 0
close(8)                                = 0
munmap(0xb7936000, 131072)              = 0
uname({sys="Linux", node="bll4", ...})  = 0
open("/home/marco/.Xdefaults-bll4", O_RDONLY) = -1 ENOENT (No such file or 
directory)
write(7, "w\25\1\0", 4)                 = 4
read(7, "\1\4f\0\10\0\0\0\4\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\220\1"..., 32) = 32
readv(7, [{"2>[EMAIL PROTECTED]"..., 32}, {"", 0}], 2) = 32
write(7, "e\25\2\0\10\367\0\0", 8)      = 8
read(7, "\1\6g\0\312\5\0\0\10\0\0\0\1\0\0\0\0\0\0\0\10\0\0\0\220"..., 32) = 32
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\33\377"..., 5928) = 
5928
write(7, "\226\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"..., 28) = 28
read(7, "\1\1h\0\n\4\0\0\0\0\10\377\7\0\0\24\24\10$\1\370\0\0\0"..., 32) = 32
read(7, "\370\20\0\0\0\0\0\0", 8)       = 8
read(7, "\0\0\0\0\1\0\0\377\1\1\0\0\2\1\0\377\1\1\1\1\0\0\0\377"..., 4128) = 
4128
write(7, "\226\1\5\0\1\0\1\0\0\0\0\0\0\0\0\0\5\0\5\0\226\1\4\0\1"..., 88) = 88
read(7, "\1\0m\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0\0\0"..., 32) = 32
stat64("/home/marco/.config/Trolltech.conf", {st_mode=S_IFREG|0644, 
st_size=427, ...}) = 0
open("/home/marco/.config/Trolltech.conf", O_RDONLY|O_LARGEFILE) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=427, ...}) = 0
close(8)                                = 0
stat64("/home/marco/.config/Trolltech.conf", {st_mode=S_IFREG|0644, 
st_size=427, ...}) = 0
stat64("/home/marco/.config/Trolltech.conf", {st_mode=S_IFREG|0644, 
st_size=427, ...}) = 0
stat64("/etc/xdg/Trolltech.conf", 0xbfffd500) = -1 ENOENT (No such file or 
directory)
stat64("/etc/xdg/Trolltech.conf", 0x99b95ac) = -1 ENOENT (No such file or 
directory)
stat64("/home/marco/.config/Trolltech.conf", {st_mode=S_IFREG|0644, 
st_size=427, ...}) = 0
open("/home/marco/.config/Trolltech.conf", O_RDONLY|O_LARGEFILE) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=427, ...}) = 0
close(8)                                = 0
stat64("/home/marco/.config/Trolltech.conf", {st_mode=S_IFREG|0644, 
st_size=427, ...}) = 0
stat64("/home/marco/.config/Trolltech.conf", {st_mode=S_IFREG|0644, 
st_size=427, ...}) = 0
stat64("/etc/xdg/Trolltech.conf", 0xbfffd2c0) = -1 ENOENT (No such file or 
directory)
stat64("/etc/xdg/Trolltech.conf", 0x99bb6f4) = -1 ENOENT (No such file or 
directory)
stat64("/usr/local/caret/bin/inputmethods/.", 0x99bb99c) = -1 ENOENT (No such 
file or directory)
lstat64("/usr/local/caret/bin/inputmethods/.", 0xbfffd390) = -1 ENOENT (No such 
file or directory)
write(7, "\24\0\6\0D\0\0\0\367\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0", 24) = 24
read(7, "\1 n\0\1\0\0\0\367\0\0\0\0\0\0\0\1\0\0\0\30\0\0\0\220\1"..., 32) = 32
read(7, "\1\0\0\0", 4)                  = 4
writev(7, [{"b\0\6\0\17\0\0\0", 8}, {"XInputExtension", 15}, {"\0", 1}], 3) = 24
read(7, "\1\0o\0\0\0\0\0\1\224`\264\0\0\0\0\30\0\0\0\220\1\0\0\30"..., 32) = 32
writev(7, [{"b\0\6\0\17\0\0\0", 8}, {"XInputExtension", 15}, {"\0", 1}], 3) = 24
read(7, "\1\0p\0\0\0\0\0\1\224`\264\0\0\0\0\30\0\0\0\220\1\0\0\30"..., 32) = 32
writev(7, [{"\224\1\6\0\17\0\0\0", 8}, {"XInputExtension", 15}, {"\0", 1}], 3) 
= 24
read(7, "\1\1q\0\0\0\0\0\1\0\3\0\1\24\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
writev(7, [{"\224\1\6\0\17\0\0\0", 8}, {"XInputExtension", 15}, {"\0", 1}], 3) 
= 24
read(7, "\1\1r\0\0\0\0\0\1\0\3\0\1\24\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(7, "\224\2\1\0", 4)               = 4
read(7, "\1\2s\0\25\0\0\0\2\0\0\0\0\0\0\0x\370\377\277{\245\31\10"..., 32) = 32
read(7, "W\0\0\0\0\2\0\10V\0\0\0\1\1\1\0\1\4\t\0\2 \2\0\0\1\0\0"..., 84) = 84
socket(PF_FILE, SOCK_STREAM, 0)         = 8
uname({sys="Linux", node="bll4", ...})  = 0
connect(8, {sa_family=AF_FILE, path="/tmp/.ICE-unix/10422"}, 22) = 0
fcntl64(8, F_SETFD, FD_CLOEXEC)         = 0
write(8, "\0\1\0\0\0\0\0\0", 8)         = 8
read(8, "\0\1\0\267\0\0\0\0", 8)        = 8
access("/home/marco/.ICEauthority", R_OK) = 0
open("/home/marco/.ICEauthority", O_RDONLY) = 9
fstat64(9, {st_mode=S_IFREG|0600, st_size=376, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7936000
read(9, "\0\3ICE\0\0\0/local/neuro7:/tmp/.ICE-"..., 131072) = 376
read(9, "", 131072)                     = 0
close(9)                                = 0
munmap(0xb7936000, 131072)              = 0
write(8, "\0\2\1\0\4\0\0\0\0\0\0\0\0\0\0\0\3\0MIT\0\0\0\3\0001.0"..., 40) = 40
read(8, "\0\6\0\267\2\0\0\0", 8)        = 8
read(8, "\3\0MIT062\3\0001.0400", 16)   = 16
access("/home/marco/.ICEauthority", R_OK) = 0
open("/home/marco/.ICEauthority", O_RDONLY) = 9
fstat64(9, {st_mode=S_IFREG|0600, st_size=376, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7936000
read(9, "\0\3ICE\0\0\0/local/neuro7:/tmp/.ICE-"..., 131072) = 376
read(9, "", 131072)                     = 0
close(9)                                = 0
munmap(0xb7936000, 131072)              = 0
write(8, "\0\7\1\0\5\0\0\0\1\0\0\0\0\0\0\0\4\0XSMP\0\0\3\0MIT\0\0"..., 48) = 48
read(8, "\0\10\0\1\2\0\0\0", 8)         = 8
read(8, "\3\0KDE062\3\0001.0400", 16)   = 16
write(8, "\1\1\1\0\1\0\0\0\0\0\0\0\0\0\0\0", 16) = 16
read(8, "\1\2\0\1\6\0\0\0", 8)          = 8
read(8, "%\0\0\00010626c6c34000116522932900000"..., 48) = 48
writev(7, [{"\233\4\5\0\1\0\300\3D\0\0\0000\0\0\0\0\0\0\0\2\0\4\0D\0"..., 60}, 
{"XINERAMA", 8}], 2) = 68
read(7, "\1\0w\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\20\0\0"..., 32) = 32
fstat64(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 23), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7955000
write(1, "Set the environment variable CAR"..., 68) = 68
writev(7, [{"b\4\3\0\3\0\300\3", 8}, {"GLX", 3}, {"\0", 1}], 3) = 12
read(7, "\1\0x\0\0\0\0\0\1\221N\245\0\0\0\0\f\0\0\0\220\1\0\0\f"..., 32) = 32
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\1\0\n\0\2\0\300\3D\0\0\0\0\1\346\0\0\0023\1\0\0\0\0\0"..., 440) = 440
read(7, "\1\246\202\0\0\0\0\0004\1\0\0\0\0\0\0\0\0\0\0\30\0\0\0"..., 32) = 32
write(7, "\22\0\7\0\2\0\300\0034\1\0\0\37\0\0\0\10\0023\1\1\0\0\0"..., 100) = 
100
read(7, "\1\246\206\0\0\0\0\0\'\1\0\0\0\0\0\0\0\0\0\0\24\0\0\0\0"..., 32) = 32
open("/home/marco/.icons/redglass/cursors/left_ptr", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/redglass/cursors/left_ptr", O_RDONLY) = 9
fstat64(9, {st_mode=S_IFREG|0644, st_size=33280, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7935000
read(9, "Xcur\20\0\0\0\0\0\1\0\5\0\0\0\2\0\375\377\f\0\0\0L\0\0"..., 131072) = 
33280
_llseek(9, 0, [0], SEEK_SET)            = 0
read(9, "Xcur\20\0\0\0\0\0\1\0\5\0\0\0\2\0\375\377\f\0\0\0L\0\0"..., 131072) = 
33280
close(9)                                = 0
munmap(0xb7935000, 131072)              = 0
time([1165229329])                      = 1165229329
gettimeofday({1165229329, 852922}, NULL) = 0
stat64("/proc/12049/exe", {st_mode=S_IFREG|0755, st_size=25425208, ...}) = 0
lstat64("/proc/12049/exe", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0
getcwd("/mnt/hda5/work/negazione/neg_01b/anat3D", 4096) = 40
lstat64("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
lstat64("/proc/12049", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
lstat64("/proc/12049/exe", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0
readlink("/proc/12049/exe", "/usr/local/caret/bin/caret5", 4096) = 27
lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=336, ...}) = 0
lstat64("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=376, ...}) = 0
lstat64("/usr/local/caret", {st_mode=S_IFDIR|0775, st_size=360, ...}) = 0
lstat64("/usr/local/caret/bin", {st_mode=S_IFDIR|0775, st_size=400, ...}) = 0
lstat64("/usr/local/caret/bin/caret5", {st_mode=S_IFREG|0755, st_size=25425208, 
...}) = 0
chdir("/mnt/hda5/work/negazione/neg_01b/anat3D") = 0
stat64("/usr/local/caret/bin/caret5", {st_mode=S_IFREG|0755, st_size=25425208, 
...}) = 0
stat64("/home/marco/.caret5_preferences", {st_mode=S_IFREG|0644, st_size=1611, 
...}) = 0
gettimeofday({1165229329, 853795}, NULL) = 0
open("/home/marco/.caret5_preferences", O_RDONLY|O_LARGEFILE) = 9
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7935000
_llseek(9, 0, [0], SEEK_CUR)            = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
read(9, "BeginHeader\ncaret-version 5.5\nda"..., 131072) = 1611
_llseek(9, 1611, [1611], SEEK_SET)      = 0
_llseek(9, 1611, [1611], SEEK_SET)      = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=1611, ...}) = 0
close(9)                                = 0
munmap(0xb7935000, 131072)              = 0
gettimeofday({1165229329, 857969}, NULL) = 0
time([1165229329])                      = 1165229329
gettimeofday({1165229329, 858057}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
brk(0x99ee000)                          = 0x99ee000
open("/usr/local/caret/images/caret5.jpg", O_RDONLY|O_LARGEFILE) = 9
fstat64(9, {st_mode=S_IFREG|0644, st_size=80775, ...}) = 0
stat64("/home/marco/.config/Trolltech.conf", {st_mode=S_IFREG|0644, 
st_size=427, ...}) = 0
open("/home/marco/.config/Trolltech.conf", O_RDONLY|O_LARGEFILE) = 10
fstat64(10, {st_mode=S_IFREG|0644, st_size=427, ...}) = 0
close(10)                               = 0
stat64("/home/marco/.config/Trolltech.conf", {st_mode=S_IFREG|0644, 
st_size=427, ...}) = 0
stat64("/home/marco/.config/Trolltech.conf", {st_mode=S_IFREG|0644, 
st_size=427, ...}) = 0
stat64("/etc/xdg/Trolltech.conf", 0xbfffd710) = -1 ENOENT (No such file or 
directory)
stat64("/etc/xdg/Trolltech.conf", 0x99cc564) = -1 ENOENT (No such file or 
directory)
stat64("/usr/local/caret/bin/imageformats/.", 0x99cc6a4) = -1 ENOENT (No such 
file or directory)
lstat64("/usr/local/caret/bin/imageformats/.", 0xbfffd7e0) = -1 ENOENT (No such 
file or directory)
fstat64(9, {st_mode=S_IFREG|0644, st_size=80775, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7935000
_llseek(9, 0, [0], SEEK_CUR)            = 0
read(9, "\377\330\377\340\0\20JFIF\0\1\2\1\0H\0H\0\0\377\341\33"..., 131072) = 
80775
_llseek(9, 80775, [80775], SEEK_SET)    = 0
mmap2(NULL, 1003520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7840000
read(9, "", 131072)                     = 0
close(9)                                = 0
munmap(0xb7935000, 131072)              = 0
mmap2(NULL, 1003520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb774b000
mmap2(NULL, 1003520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7656000
munmap(0xb774b000, 1003520)             = 0
mmap2(NULL, 1003520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb774b000
munmap(0xb7656000, 1003520)             = 0
munmap(0xb7840000, 1003520)             = 0
brk(0x9a12000)                          = 0x9a12000
writev(7, [{"\22\0\t\0\2\0\300\3\'\1\0\0\4\0\0\0 \0023\1\3\0\0\0&\1"..., 2804}, 
{"GLX", 3}, {"\0", 1}], 3) = 2808
read(7, "\1\0\237\0\0\0\0\0\1\221N\245\0\0\0\0\f\0\0\0\0\0\0\0\f"..., 32) = 32
write(7, "\221\7\3\0\1\0\0\0\4\0\0\0", 12) = 12
read(7, "\1\356\240\0\0\0\0\0\1\0\0\0\2\0\0\0pd\377\267H\370\377"..., 32) = 32
writev(7, [{"b\7\5\0\v\0\0\0", 8}, {"XFree86-DRI", 11}, {"\0", 1}], 3) = 20
read(7, "\1\0\241\0\0\0\0\0\1\200\0\200\0\0\0\0\24\0\0\0\220\1\0"..., 32) = 32
write(7, "\200\0\1\0", 4)               = 4
read(7, "\1\0\242\0\0\0\0\0\4\0\1\0\0\0\0\0\260\241\234\10\1\0\0"..., 32) = 32
write(7, "\200\1\2\0\0\0\0\0", 8)       = 8
read(7, "\1\0\243\0\0\0\0\0\0\0\0\0 \0\0\0\360$\34\10\260\241\234"..., 32) = 32
write(7, "\221\23\3\0\0\0\0\0\2\0\0\0", 12) = 12
read(7, "\1\0\244\0\1\0\0\0\0\0\0\0\4\0\0\0{\245\31\10\260\241\234"..., 32) = 32
read(7, "1.2\0", 4)                     = 4
write(7, "\221\23\3\0\0\0\0\0\3\0\0\0", 12) = 12
read(7, "\1\0\245\0C\0\0\0\0\0\0\0\t\1\0\0{\245\31\10\260\241\234"..., 32) = 32
read(7, "GLX_ARB_multisample GLX_EXT_visu"..., 265) = 265
read(7, "\1\0\0", 3)                    = 3
write(7, "\221\21\4\0\4\0\1\0\3\0\0\0\0\0\0\0", 16) = 16
read(7, "\1\360\246\0\300\1\0\0\10\0\0\0\34\0\0\0\0\0\0\0H\370\377"..., 32) = 32
read(7, "\v\200\0\0#\0\0\0\23\200\0\0#\0\0\0\22\200\0\0\1\0\0\0"..., 224) = 224
read(7, "\v\200\0\0$\0\0\0\23\200\0\0$\0\0\0\22\200\0\0\1\0\0\0"..., 224) = 224
read(7, "\v\200\0\0%\0\0\0\23\200\0\0%\0\0\0\22\200\0\0\1\0\0\0"..., 224) = 224
read(7, "\v\200\0\0&\0\0\0\23\200\0\0&\0\0\0\22\200\0\0\1\0\0\0"..., 224) = 224
read(7, "\v\200\0\0\'\0\0\0\23\200\0\0\'\0\0\0\22\200\0\0\1\0\0"..., 224) = 224
read(7, "\v\200\0\0(\0\0\0\23\200\0\0(\0\0\0\22\200\0\0\1\0\0\0"..., 224) = 224
read(7, "\v\200\0\0)\0\0\0\23\200\0\0)\0\0\0\22\200\0\0\1\0\0\0"..., 224) = 224
read(7, "\v\200\0\0*\0\0\0\23\200\0\0*\0\0\0\22\200\0\0\1\0\0\0"..., 224) = 224
futex(0xb7d3a944, FUTEX_WAKE, 2147483647) = 0
mmap2(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb78f4000
write(7, "\221\24\f\3\1\0\0\0\4\0\0\0\36\f\0\0GL_ARB_depth_tex"..., 3224) = 3224
read(7, "\1\0\253\0\0\0\0\0\1\0\0\0\35\0\0\0\24\310\306\267\200"..., 32) = 32
brk(0x9a33000)                          = 0x9a33000
futex(0xb7d3aad0, FUTEX_WAKE, 2147483647) = 0
write(7, "\221\201\3\0\1\0\0\0\3\37\0\0", 12) = 12
read(7, "\1\0\254\0o\1\0\0\0\0\0\0\272\5\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "GL_ARB_depth_texture GL_ARB_imag"..., 1466) = 1466
read(7, "\377\277", 2)                  = 2
write(7, "\221\201\3\0\1\0\0\0\2\37\0\0", 12) = 12
read(7, "\1\0\255\0\6\0\0\0\0\0\0\0\25\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "1.2 (1.5 Mesa 6.5.1)\0", 21)   = 21
read(7, "GL_", 3)                       = 3
write(7, "\221u\3\0\1\0\0\0\342\204\0\0", 12) = 12
read(7, "\1\0\256\0\0\0\0\0\0\0\0\0\1\0\0\0\10\0\0\0\304G\340\267"..., 32) = 32
mmap2(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb78b3000
write(7, "\221\4\2\0\r\0\300\3\4\204\2\0\f\0\300\3OL\2\0\v\0\300"..., 56) = 56
read(7, "\21\370\260\0\f\0\300\3\f\0\300\3\320\377\227\10\360$\34"..., 32) = 32
read(7, "\1\331\263\0\0\0\0\0\0\0\300\3\0\0\0\0\36\243\31\10\0\0"..., 32) = 32
write(7, "\1\30\v\0\17\0\300\3\2\0\300\3\0\0\0\0d\0\36\0\0\0\1\0"..., 72) = 72
read(7, "\1\246\265\0\0\0\0\0\302\1\0\0\0\0\0\0\0\0\0\0\34\0\0\0"..., 32) = 32
write(7, "[EMAIL PROTECTED]", 24) = 24
read(7, "\1\0\266\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0\220"..., 32) = 32
write(7, "\3\0\2\0\17\0\300\3\16\1\2\0\17\0\300\3", 16) = 16
read(7, "\1\0\267\0\3\0\0\0#\0\0\0\1\0\0\1\377\377\377\377\0\0\0"..., 32) = 32
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0", 12) = 12
read(7, "\1\30\270\0\0\0\0\0D\0\0\0\0\0\0\0d\0\36\0\0\0\0\0\0\0"..., 32) = 32
write(7, "\233\7\2\0\n\0\300\3\233\4\5\0\20\0\300\3\17\0\300\003"..., 96) = 96
brk(0x9a54000)                          = 0x9a54000
brk(0x9a75000)                          = 0x9a75000
open("/home/marco/.icons/redglass/cursors/size_all", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/redglass/cursors/size_all", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/pixmaps/redglass/cursors/size_all", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/pixmaps/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/X11R6/lib/X11/icons/redglass/cursors/size_all", O_RDONLY) = -1 
ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/default/cursors/size_all", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/default/cursors/size_all", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/icons/default/index.theme", O_RDONLY) = 9
fstat64(9, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7893000
read(9, "[Icon Theme]\nInherits=Industrial"..., 131072) = 33
close(9)                                = 0
munmap(0xb7893000, 131072)              = 0
open("/usr/share/pixmaps/default/cursors/size_all", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/X11R6/lib/X11/icons/default/cursors/size_all", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/home/marco/.icons/Industrial/cursors/size_all", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/home/marco/.icons/Industrial/index.theme", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/icons/Industrial/cursors/size_all", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/icons/Industrial/index.theme", O_RDONLY) = 9
fstat64(9, {st_mode=S_IFREG|0644, st_size=1217, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7893000
read(9, "[Icon Theme]\nName=Industrial\nNam"..., 131072) = 1217
close(9)                                = 0
munmap(0xb7893000, 131072)              = 0
open("/usr/share/pixmaps/Industrial/cursors/size_all", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/X11R6/lib/X11/icons/Industrial/cursors/size_all", O_RDONLY) = -1 
ENOENT (No such file or directory)
open("/home/marco/.icons/gnome/cursors/size_all", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/gnome/cursors/size_all", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("/usr/share/pixmaps/gnome/cursors/size_all", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/pixmaps/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/X11R6/lib/X11/icons/gnome/cursors/size_all", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/X11R6/lib/X11/icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No 
such file or directory)
futex(0xb7dba058, FUTEX_WAKE, 2147483647) = 0
open("/home/marco/.icons/redglass/cursors/fleur", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/redglass/cursors/fleur", O_RDONLY) = 9
fstat64(9, {st_mode=S_IFREG|0644, st_size=42052, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7893000
read(9, "Xcur\20\0\0\0\0\0\1\0\5\0\0\0\2\0\375\377\f\0\0\0L\0\0"..., 131072) = 
42052
_llseek(9, 0, [0], SEEK_SET)            = 0
read(9, "Xcur\20\0\0\0\0\0\1\0\5\0\0\0\2\0\375\377\f\0\0\0L\0\0"..., 131072) = 
42052
close(9)                                = 0
munmap(0xb7893000, 131072)              = 0
write(7, "\1\0\n\0\21\0\300\3D\0\0\0\0\1\346\0\0\0023\1\0\0\0\0\0"..., 10428) = 
10428
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
gettimeofday({1165229329, 954116}, NULL) = 0
brk(0x9a96000)                          = 0x9a96000
brk(0x9ab7000)                          = 0x9ab7000
brk(0x9ad8000)                          = 0x9ad8000
brk(0x9af9000)                          = 0x9af9000
brk(0x9b1a000)                          = 0x9b1a000
gettimeofday({1165229329, 998840}, NULL) = 0
mmap2(NULL, 155648, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb788d000
open("/etc/mtab", O_RDONLY)             = 9
fstat64(9, {st_mode=S_IFREG|0644, st_size=607, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb786d000
read(9, "/dev/hda6 / reiserfs rw 0 0\nproc"..., 131072) = 607
close(9)                                = 0
munmap(0xb786d000, 131072)              = 0
open("/proc/meminfo", O_RDONLY)         = 9
fstat64(9, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb788c000
read(9, "MemTotal:      1025772 kB\nMemFre"..., 1024) = 670
close(9)                                = 0
munmap(0xb788c000, 4096)                = 0
munmap(0xb788d000, 155648)              = 0
open("/var/lib/defoma/fontconfig.d/B/Bitstream-Vera-Sans.ttf", O_RDONLY) = 9
fcntl64(9, F_SETFD, FD_CLOEXEC)         = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=65932, ...}) = 0
mmap2(NULL, 65932, PROT_READ, MAP_PRIVATE, 9, 0) = 0xb78a2000
close(9)                                = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
open("/home/marco/.icons/redglass/cursors/ibeam", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/redglass/cursors/ibeam", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/pixmaps/redglass/cursors/ibeam", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/pixmaps/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/X11R6/lib/X11/icons/redglass/cursors/ibeam", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/X11R6/lib/X11/icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/default/cursors/ibeam", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/home/marco/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/default/cursors/ibeam", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/default/index.theme", O_RDONLY) = 9
fstat64(9, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7882000
read(9, "[Icon Theme]\nInherits=Industrial"..., 131072) = 33
close(9)                                = 0
munmap(0xb7882000, 131072)              = 0
open("/usr/share/pixmaps/default/cursors/ibeam", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/X11R6/lib/X11/icons/default/cursors/ibeam", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/home/marco/.icons/Industrial/cursors/ibeam", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/Industrial/index.theme", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/icons/Industrial/cursors/ibeam", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/icons/Industrial/index.theme", O_RDONLY) = 9
fstat64(9, {st_mode=S_IFREG|0644, st_size=1217, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7882000
read(9, "[Icon Theme]\nName=Industrial\nNam"..., 131072) = 1217
close(9)                                = 0
munmap(0xb7882000, 131072)              = 0
open("/usr/share/pixmaps/Industrial/cursors/ibeam", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/X11R6/lib/X11/icons/Industrial/cursors/ibeam", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/home/marco/.icons/gnome/cursors/ibeam", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/home/marco/.icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/gnome/cursors/ibeam", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("/usr/share/pixmaps/gnome/cursors/ibeam", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/pixmaps/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/X11R6/lib/X11/icons/gnome/cursors/ibeam", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/X11R6/lib/X11/icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/redglass/cursors/xterm", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/redglass/cursors/xterm", O_RDONLY) = 9
fstat64(9, {st_mode=S_IFREG|0644, st_size=33280, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7882000
read(9, "Xcur\20\0\0\0\0\0\1\0\5\0\0\0\2\0\375\377\f\0\0\0L\0\0"..., 131072) = 
33280
_llseek(9, 0, [0], SEEK_SET)            = 0
read(9, "Xcur\20\0\0\0\0\0\1\0\5\0\0\0\2\0\375\377\f\0\0\0L\0\0"..., 131072) = 
33280
close(9)                                = 0
munmap(0xb7882000, 131072)              = 0
write(7, "\2\0\4\0v\0\300\3\2\0\0\0\357\357\357\0\1\0\n\0}\0\300"..., 14332) = 
14332
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\2\0\4\0\241\0\300\3\2\0\0\0\377\377\377\0\22\0\n\0\237"..., 852) = 
852
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\2\0\4\0\251\0\300\3\2\0\0\0\377\377\377\0\22\0\n\0\247"..., 852) = 
852
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\2\0\4\0\255\0\300\3\2\0\0\0\377\377\377\0\22\0\n\0\253"..., 2592) = 
2592
write(7, "\22\0\n\0\204\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 
232
write(7, "\22\0\n\0\265\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 56) = 56
write(7, "\22\0\n\0\206\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 
232
write(7, "\22\0\n\0\265\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 56) = 56
write(7, "\22\0\n\0\210\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 
232
write(7, "\22\0\n\0\265\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 56) = 56
write(7, "\22\0\n\0\212\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 
232
write(7, "\22\0\n\0\265\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 56) = 56
write(7, "\22\0\n\0\214\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 
232
write(7, "\22\0\n\0\265\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 56) = 56
write(7, "\22\0\n\0\216\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 
232
write(7, "\22\0\n\0\265\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 56) = 56
write(7, "\22\0\n\0\220\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 
232
write(7, "\22\0\n\0\265\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 56) = 56
write(7, "\22\0\n\0\222\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 
232
write(7, "\22\0\n\0\265\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 56) = 56
write(7, "\22\0\n\0\224\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 
232
write(7, "\22\0\n\0\265\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 56) = 56
write(7, "\22\0\n\0\226\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 
232
write(7, "\22\0\n\0\265\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 56) = 56
write(7, "\22\0\n\0\230\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 
232
write(7, "\22\0\n\0\265\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 56) = 56
write(7, "\22\0\n\0\232\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 
232
write(7, "\22\0\n\0\265\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 56) = 56
write(7, "\22\0\n\0\235\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 
232
write(7, "\22\0\n\0\265\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 56) = 56
write(7, "\22\0\n\0\237\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 276) = 
276
write(7, "\22\0\n\0\265\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 84) = 84
write(7, "\22\0\n\0\247\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 276) = 
276
write(7, "[EMAIL PROTECTED]", 16) = 16
write(7, "\22\0\n\0\253\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 276) = 
276
write(7, "[EMAIL PROTECTED]", 16) = 16
write(7, "\22\0\n\0\257\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 
232
write(7, "[EMAIL PROTECTED]", 16) = 16
write(7, "\22\0\n\0\261\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 
232
write(7, "[EMAIL PROTECTED]", 16) = 16
write(7, "\22\0\n\0\263\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 
232
write(7, "[EMAIL PROTECTED]", 16) = 16
write(7, "\22\0\n\0\202\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 
232
write(7, "[EMAIL PROTECTED]", 16) = 16
write(7, "\22\0\n\0\265\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 1196) = 
1196
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
open("/home/marco/.icons/redglass/cursors/size_fdiag", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/home/marco/.icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/redglass/cursors/size_fdiag", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/pixmaps/redglass/cursors/size_fdiag", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/share/pixmaps/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/X11R6/lib/X11/icons/redglass/cursors/size_fdiag", O_RDONLY) = -1 
ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/default/cursors/size_fdiag", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/default/cursors/size_fdiag", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/icons/default/index.theme", O_RDONLY) = 9
fstat64(9, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7882000
read(9, "[Icon Theme]\nInherits=Industrial"..., 131072) = 33
close(9)                                = 0
munmap(0xb7882000, 131072)              = 0
open("/usr/share/pixmaps/default/cursors/size_fdiag", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/X11R6/lib/X11/icons/default/cursors/size_fdiag", O_RDONLY) = -1 
ENOENT (No such file or directory)
open("/home/marco/.icons/Industrial/cursors/size_fdiag", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/home/marco/.icons/Industrial/index.theme", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/icons/Industrial/cursors/size_fdiag", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/share/icons/Industrial/index.theme", O_RDONLY) = 9
fstat64(9, {st_mode=S_IFREG|0644, st_size=1217, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7882000
read(9, "[Icon Theme]\nName=Industrial\nNam"..., 131072) = 1217
close(9)                                = 0
munmap(0xb7882000, 131072)              = 0
open("/usr/share/pixmaps/Industrial/cursors/size_fdiag", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/X11R6/lib/X11/icons/Industrial/cursors/size_fdiag", O_RDONLY) = -1 
ENOENT (No such file or directory)
open("/home/marco/.icons/gnome/cursors/size_fdiag", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/gnome/cursors/size_fdiag", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("/usr/share/pixmaps/gnome/cursors/size_fdiag", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/pixmaps/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/X11R6/lib/X11/icons/gnome/cursors/size_fdiag", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/X11R6/lib/X11/icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/redglass/cursors/c7088f0f3e6c8088236ef8e1e3e70000", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/marco/.icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/redglass/cursors/c7088f0f3e6c8088236ef8e1e3e70000", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/pixmaps/redglass/cursors/c7088f0f3e6c8088236ef8e1e3e70000", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/X11R6/lib/X11/icons/redglass/cursors/c7088f0f3e6c8088236ef8e1e3e70000",
 O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/default/cursors/c7088f0f3e6c8088236ef8e1e3e70000", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/marco/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/default/cursors/c7088f0f3e6c8088236ef8e1e3e70000", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/index.theme", O_RDONLY) = 9
fstat64(9, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7882000
read(9, "[Icon Theme]\nInherits=Industrial"..., 131072) = 33
close(9)                                = 0
munmap(0xb7882000, 131072)              = 0
open("/usr/share/pixmaps/default/cursors/c7088f0f3e6c8088236ef8e1e3e70000", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/cursors/c7088f0f3e6c8088236ef8e1e3e70000",
 O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/marco/.icons/Industrial/cursors/c7088f0f3e6c8088236ef8e1e3e70000", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/marco/.icons/Industrial/index.theme", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/icons/Industrial/cursors/c7088f0f3e6c8088236ef8e1e3e70000", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/Industrial/index.theme", O_RDONLY) = 9
fstat64(9, {st_mode=S_IFREG|0644, st_size=1217, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7882000
read(9, "[Icon Theme]\nName=Industrial\nNam"..., 131072) = 1217
close(9)                                = 0
munmap(0xb7882000, 131072)              = 0
open("/usr/share/pixmaps/Industrial/cursors/c7088f0f3e6c8088236ef8e1e3e70000", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/Industrial/cursors/c7088f0f3e6c8088236ef8e1e3e70000",
 O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/marco/.icons/gnome/cursors/c7088f0f3e6c8088236ef8e1e3e70000", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/marco/.icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/gnome/cursors/c7088f0f3e6c8088236ef8e1e3e70000", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("/usr/share/pixmaps/gnome/cursors/c7088f0f3e6c8088236ef8e1e3e70000", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/X11R6/lib/X11/icons/gnome/cursors/c7088f0f3e6c8088236ef8e1e3e70000", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No 
such file or directory)
write(7, "\22\0\n\0\2\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 7600) = 
7600
write(7, "\22\0\7\0\2\0\300\3\361\0\0\0!\0\0\0 \0\n\0\1\0\0\0\361"..., 72) = 72
write(7, "\22\0\n\0\341\0\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 
232
write(7, "\f\0\7\0\370\0\300\3\17\0\0\0\3\0\0\0\3\0\0\0\6\0\0\0\31"..., 44) = 44
write(7, "\22\0\n\0\343\0\300\3\376\0\0\0\376\0\0\0\10\0\0\0\20\0"..., 232) = 
232
write(7, "\f\0\7\0\372\0\300\3\17\0\0\0\r\0\0\0\3\0\0\0\6\0\0\0\31"..., 44) = 44
write(7, "\22\0\n\0\345\0\300\3\376\0\0\0\376\0\0\0\10\0\0\0\20\0"..., 232) = 
232
write(7, "\f\0\7\0\374\0\300\3\17\0\0\0\27\0\0\0\3\0\0\0\6\0\0\0"..., 44) = 44
write(7, "\22\0\n\0\347\0\300\3\376\0\0\0\376\0\0\0\10\0\0\0\20\0"..., 232) = 
232
write(7, "\f\0\7\0\376\0\300\3\17\0\0\0!\0\0\0\3\0\0\0\6\0\0\0\31"..., 44) = 44
write(7, "\22\0\n\0\351\0\300\3\376\0\0\0\376\0\0\0\10\0\0\0\20\0"..., 232) = 
232
write(7, "\f\0\7\0\0\1\300\3\17\0\0\0+\0\0\0\3\0\0\0\6\0\0\0\31\0"..., 44) = 44
write(7, "\22\0\n\0\353\0\300\3\376\0\0\0\376\0\0\0\10\0\0\0\20\0"..., 232) = 
232
write(7, "\f\0\7\0\2\1\300\3\17\0\0\0005\0\0\0\3\0\0\0\6\0\0\0\31"..., 44) = 44
write(7, "\22\0\n\0\355\0\300\3\376\0\0\0\376\0\0\0\10\0\0\0\20\0"..., 232) = 
232
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\f\0\7\0\4\1\300\3\17\0\0\0?\0\0\0\3\0\0\0\6\0\0\0\31\0"..., 660) = 
660
write(7, "\22\0\n\0\6\1\300\3\376\0\0\0\376\0\0\0\10\0\0\0\20\0\0"..., 232) = 
232
open("/usr/local/caret/data_files/icons/message_box_icon.jpg", 
O_RDONLY|O_LARGEFILE) = 9
fstat64(9, {st_mode=S_IFREG|0644, st_size=753, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=753, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7882000
_llseek(9, 0, [0], SEEK_CUR)            = 0
read(9, "\377\330\377\340\0\20JFIF\0\1\1\1\0J\0J\0\0\377\333\0C"..., 131072) = 
753
_llseek(9, 753, [753], SEEK_SET)        = 0
_llseek(9, 753, [753], SEEK_SET)        = 0
read(9, "", 131072)                     = 0
brk(0x9b3e000)                          = 0x9b3e000
close(9)                                = 0
munmap(0xb7882000, 131072)              = 0
brk(0x9b38000)                          = 0x9b38000
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\f\0\7\0\10\1\300\3\17\0\0\0I\0\0\0\3\0\0\0\3\0\0\0\31"..., 4732) = 
4732
read(7, "\21\5\275\0\t\0\300\3\t\0\300\3(\370\377\277\5\371\6\10"..., 32) = 32
read(7, "[EMAIL PROTECTED]"..., 32) = 32
read(7, "\26\270\306\0\17\0\300\3\17\0\300\3\0\0\0\0\0\0\0\0\364"..., 32) = 32
read(7, "\34\270&\2\21\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2\23\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2\25\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2\36\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2 \0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2\"\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2$\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2&\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2(\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2*\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2,\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2.\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\0020\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\0022\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\0024\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\0026\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\0028\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2:\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2<\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2>\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&[EMAIL PROTECTED]"..., 32) = 32
read(7, "\34\270&\2B\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2D\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2F\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2H\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2J\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2L\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2N\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2P\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2R\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2T\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2V\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2X\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2Z\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2\\\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2^\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2`\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2b\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2d\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2f\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2h\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2j\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2l\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2n\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2p\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270&\2r\0\300\3}\1\0\0\35\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\2700\3\232\0\300\3(\0\0\0g\216\24M\0\216\24M\20\0\0"..., 32) = 32
read(7, "\34\2701\3\232\0\300\3(\0\0\0g\216\24M\0\216\24M\20\0\0"..., 32) = 32
read(7, "\34\2703\3\232\0\300\3(\0\0\0g\216\24M\0\216\24M\20\0\0"..., 32) = 32
read(7, "\34\2704\3\232\0\300\3(\0\0\0g\216\24M\0\216\24M\20\0\0"..., 32) = 32
read(7, "\34\270V\3\235\0\300\3(\0\0\0g\216\24M\0\216\24M\260\241"..., 32) = 32
read(7, "\34\270W\3\235\0\300\3(\0\0\0g\216\24M\0\216\24M\260\241"..., 32) = 32
read(7, "\34\270Y\3\235\0\300\3(\0\0\0g\216\24M\0\216\24M\260\241"..., 32) = 32
read(7, "\34\270Z\3\235\0\300\3(\0\0\0g\216\24M\0\216\24M\260\241"..., 32) = 32
read(7, "\34\270{\3\202\0\300\3}\1\0\0h\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270{\3\204\0\300\3}\1\0\0h\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270{\3\206\0\300\3}\1\0\0h\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270{\3\210\0\300\3}\1\0\0h\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270{\3\212\0\300\3}\1\0\0h\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270{\3\214\0\300\3}\1\0\0h\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270{\3\216\0\300\3}\1\0\0h\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270{\3\220\0\300\3}\1\0\0h\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270{\3\222\0\300\3}\1\0\0h\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270{\3\224\0\300\3}\1\0\0h\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270{\3\226\0\300\3}\1\0\0h\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270{\3\230\0\300\3}\1\0\0h\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270{\3\232\0\300\3}\1\0\0h\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\26\0{\3\232\0\300\3\232\0\300\3\230\0\300\3\0\1\346\000"..., 32) = 32
read(7, "\34\270{\3\235\0\300\3}\1\0\0h\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\26\0{\3\235\0\300\3\235\0\300\3\232\0\300\3\0\1\346\0"..., 32) = 32
read(7, "\34\270{\3\237\0\300\3}\1\0\0h\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270}\3\237\0\300\3\376\0\0\0i\216\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270~\3\237\0\300\3\4\1\0\0i\216\24M\0\216\24M\260\241"..., 32) = 32
read(7, "\26\270\177\3\241\0\300\3\241\0\300\3\0\0\0\0\2\0\2\0\354"..., 32) = 32
read(7, "\34\270\230\3\247\0\300\3}\1\0\0i\216\24M\0\0\0\0x\244"..., 32) = 32
read(7, "\34\270\232\3\247\0\300\3\376\0\0\0j\216\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\233\3\247\0\300\3\4\1\0\0j\216\24M\0\216\24M\260"..., 32) = 32
read(7, "\26\270\234\3\251\0\300\3\251\0\300\3\0\0\0\0\2\0\2\0\354"..., 32) = 32
read(7, "\34\270\265\3\253\0\300\3}\1\0\0k\216\24M\0\0\0\0x\244"..., 32) = 32
read(7, "\34\270\267\3\253\0\300\3\376\0\0\0l\216\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\270\3\253\0\300\3\4\1\0\0l\216\24M\0\216\24M\260"..., 32) = 32
read(7, "\26\270\271\3\255\0\300\3\255\0\300\3\0\0\0\0\2\0\2\0\354"..., 32) = 32
read(7, "\34\270\6\4\257\0\300\3}\1\0\0m\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270\6\4\261\0\300\3}\1\0\0m\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270\6\4\263\0\300\3}\1\0\0m\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270\6\4\265\0\300\3}\1\0\0m\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270\7\4\204\0\300\3\376\0\0\0m\216\24M\0\216\24M\260"..., 32) = 32
read(7, "\25\270\t\4\204\0\300\3\204\0\300\3D\0\0\0\0\0\0\0\0\4"..., 32) = 32
read(7, "\26\270\20\4\267\0\300\3\267\0\300\3\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\21\371\21\4\204\0\300\3\204\0\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\21\4\204\0\300\3\376\0\0\0m\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\21\4\204\0\300\3}\1\0\0m\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\21\4\204\0\300\3\375\0\0\0m\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\21\4\204\0\300\3\27\1\0\0m\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\21\4\204\0\300\3\370\0\0\0m\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\21\4\204\0\300\3\r\1\0\0m\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\21\4\204\0\300\3#\1\0\0m\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\21\4\204\0\300\3\'\1\0\0m\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\21\4\204\0\300\3\'\0\0\0m\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\21\4\204\0\300\0034\1\0\0m\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\21\4\204\0\300\3C\0\0\0m\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\21\4\204\0\300\3#\0\0\0m\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\21\4\204\0\300\3(\0\0\0m\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\21\4\204\0\300\3$\0\0\0m\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\23\4\265\0\300\3\376\0\0\0n\216\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\25\4\206\0\300\3\376\0\0\0n\216\24M\0\216\24M\260"..., 32) = 32
read(7, "\25\270\27\4\206\0\300\3\206\0\300\3D\0\0\0\0\0\0\0\0\10"..., 32) = 32
read(7, "\26\270\36\4\271\0\300\3\271\0\300\3\267\0\300\3\0\0\0"..., 32) = 32
read(7, "\21\371\37\4\206\0\300\3\206\0\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\37\4\206\0\300\3\376\0\0\0n\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\37\4\206\0\300\3}\1\0\0n\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\37\4\206\0\300\3\375\0\0\0n\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\37\4\206\0\300\3\27\1\0\0n\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\37\4\206\0\300\3\370\0\0\0n\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\37\4\206\0\300\3\r\1\0\0n\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\37\4\206\0\300\3#\1\0\0n\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\37\4\206\0\300\3\'\1\0\0n\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\37\4\206\0\300\3\'\0\0\0n\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\37\4\206\0\300\0034\1\0\0n\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\37\4\206\0\300\3C\0\0\0n\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\37\4\206\0\300\3#\0\0\0n\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\37\4\206\0\300\3(\0\0\0n\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\37\4\206\0\300\3$\0\0\0n\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270!\4\265\0\300\3\376\0\0\0n\216\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270#\4\210\0\300\3\376\0\0\0n\216\24M\0\216\24M\260"..., 32) = 32
read(7, "\25\270%\4\210\0\300\3\210\0\300\3D\0\0\0\0\0\0\0\0\263"..., 32) = 32
read(7, "\26\270,\4\273\0\300\3\273\0\300\3\271\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\21\371-\4\210\0\300\3\210\0\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266-\4\210\0\300\3\376\0\0\0n\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266-\4\210\0\300\3}\1\0\0n\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266-\4\210\0\300\3\375\0\0\0n\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266-\4\210\0\300\3\27\1\0\0n\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266-\4\210\0\300\3\370\0\0\0n\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266-\4\210\0\300\3\r\1\0\0n\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266-\4\210\0\300\3#\1\0\0n\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266-\4\210\0\300\3\'\1\0\0n\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266-\4\210\0\300\3\'\0\0\0n\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266-\4\210\0\300\0034\1\0\0n\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266-\4\210\0\300\3C\0\0\0n\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266-\4\210\0\300\3#\0\0\0n\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266-\4\210\0\300\3(\0\0\0n\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266-\4\210\0\300\3$\0\0\0n\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\270/\4\265\0\300\3\376\0\0\0o\216\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\2701\4\212\0\300\3\376\0\0\0o\216\24M\0\216\24M\260"..., 32) = 32
read(7, "\25\2703\4\212\0\300\3\212\0\300\3D\0\0\0\0\0\0\0\0\266"..., 32) = 32
read(7, "\26\270:\4\275\0\300\3\275\0\300\3\273\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\21\371;\4\212\0\300\3\212\0\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266;\4\212\0\300\3\376\0\0\0o\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266;\4\212\0\300\3}\1\0\0o\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266;\4\212\0\300\3\375\0\0\0o\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266;\4\212\0\300\3\27\1\0\0o\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266;\4\212\0\300\3\370\0\0\0o\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266;\4\212\0\300\3\r\1\0\0o\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266;\4\212\0\300\3#\1\0\0o\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266;\4\212\0\300\3\'\1\0\0o\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266;\4\212\0\300\3\'\0\0\0o\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266;\4\212\0\300\0034\1\0\0o\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266;\4\212\0\300\3C\0\0\0o\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266;\4\212\0\300\3#\0\0\0o\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266;\4\212\0\300\3(\0\0\0o\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266;\4\212\0\300\3$\0\0\0o\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\270=\4\265\0\300\3\376\0\0\0p\216\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270?\4\214\0\300\3\376\0\0\0p\216\24M\0\216\24M\260"..., 32) = 32
read(7, "\25\270A\4\214\0\300\3\214\0\300\3D\0\0\0\0\0\0\0\0\222"..., 32) = 32
read(7, "\26\270H\4\277\0\300\3\277\0\300\3\275\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\21\371I\4\214\0\300\3\214\0\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266I\4\214\0\300\3\376\0\0\0p\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266I\4\214\0\300\3}\1\0\0p\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266I\4\214\0\300\3\375\0\0\0p\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266I\4\214\0\300\3\27\1\0\0p\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266I\4\214\0\300\3\370\0\0\0p\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266I\4\214\0\300\3\r\1\0\0p\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266I\4\214\0\300\3#\1\0\0p\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266I\4\214\0\300\3\'\1\0\0p\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266I\4\214\0\300\3\'\0\0\0p\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266I\4\214\0\300\0034\1\0\0p\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266I\4\214\0\300\3C\0\0\0p\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266I\4\214\0\300\3#\0\0\0p\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266I\4\214\0\300\3(\0\0\0p\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266I\4\214\0\300\3$\0\0\0p\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\270K\4\265\0\300\3\376\0\0\0p\216\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270M\4\216\0\300\3\376\0\0\0p\216\24M\0\216\24M\260"..., 32) = 32
read(7, "\25\270O\4\216\0\300\3\216\0\300\3D\0\0\0\0\0\0\0\0\226"..., 32) = 32
read(7, "\26\270V\4\301\0\300\3\301\0\300\3\277\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\21\371W\4\216\0\300\3\216\0\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266W\4\216\0\300\3\376\0\0\0p\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266W\4\216\0\300\3}\1\0\0p\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266W\4\216\0\300\3\375\0\0\0p\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266W\4\216\0\300\3\27\1\0\0p\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266W\4\216\0\300\3\370\0\0\0p\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266W\4\216\0\300\3\r\1\0\0p\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266W\4\216\0\300\3#\1\0\0p\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266W\4\216\0\300\3\'\1\0\0p\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266W\4\216\0\300\3\'\0\0\0p\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266W\4\216\0\300\0034\1\0\0p\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266W\4\216\0\300\3C\0\0\0p\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266W\4\216\0\300\3#\0\0\0p\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266W\4\216\0\300\3(\0\0\0p\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266W\4\216\0\300\3$\0\0\0p\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\270Y\4\265\0\300\3\376\0\0\0q\216\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270[\4\220\0\300\3\376\0\0\0q\216\24M\0\216\24M\260"..., 32) = 32
read(7, "\25\270]\4\220\0\300\3\220\0\300\3D\0\0\0\0\0\0\0\0\ro"..., 32) = 32
read(7, "\26\270d\4\303\0\300\3\303\0\300\3\301\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\21\371e\4\220\0\300\3\220\0\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266e\4\220\0\300\3\376\0\0\0q\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266e\4\220\0\300\3}\1\0\0q\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266e\4\220\0\300\3\375\0\0\0q\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266e\4\220\0\300\3\27\1\0\0q\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266e\4\220\0\300\3\370\0\0\0q\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266e\4\220\0\300\3\r\1\0\0q\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266e\4\220\0\300\3#\1\0\0q\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266e\4\220\0\300\3\'\1\0\0q\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266e\4\220\0\300\3\'\0\0\0q\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266e\4\220\0\300\0034\1\0\0q\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266e\4\220\0\300\3C\0\0\0q\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266e\4\220\0\300\3#\0\0\0q\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266e\4\220\0\300\3(\0\0\0q\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266e\4\220\0\300\3$\0\0\0q\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\270g\4\265\0\300\3\376\0\0\0q\216\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270i\4\222\0\300\3\376\0\0\0r\216\24M\0\216\24M\260"..., 32) = 32
read(7, "\25\270k\4\222\0\300\3\222\0\300\3D\0\0\0\0\0\0\0\0\21"..., 32) = 32
read(7, "\26\270r\4\305\0\300\3\305\0\300\3\303\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\21\371s\4\222\0\300\3\222\0\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266s\4\222\0\300\3\376\0\0\0r\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266s\4\222\0\300\3}\1\0\0r\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266s\4\222\0\300\3\375\0\0\0r\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266s\4\222\0\300\3\27\1\0\0r\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266s\4\222\0\300\3\370\0\0\0r\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266s\4\222\0\300\3\r\1\0\0r\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266s\4\222\0\300\3#\1\0\0r\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266s\4\222\0\300\3\'\1\0\0r\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266s\4\222\0\300\3\'\0\0\0r\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266s\4\222\0\300\0034\1\0\0r\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266s\4\222\0\300\3C\0\0\0r\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266s\4\222\0\300\3#\0\0\0r\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266s\4\222\0\300\3(\0\0\0r\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266s\4\222\0\300\3$\0\0\0r\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\270u\4\265\0\300\3\376\0\0\0r\216\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270w\4\224\0\300\3\376\0\0\0r\216\24M\0\216\24M\260"..., 32) = 32
read(7, "\25\270y\4\224\0\300\3\224\0\300\3D\0\0\0\0\0\0\0\0(J\10"..., 32) = 32
read(7, "\26\270\200\4\307\0\300\3\307\0\300\3\305\0\300\3\0\0\0"..., 32) = 32
read(7, "\21\371\201\4\224\0\300\3\224\0\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\201\4\224\0\300\3\376\0\0\0r\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\201\4\224\0\300\3}\1\0\0r\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\201\4\224\0\300\3\375\0\0\0r\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\201\4\224\0\300\3\27\1\0\0r\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\201\4\224\0\300\3\370\0\0\0r\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\201\4\224\0\300\3\r\1\0\0r\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\201\4\224\0\300\3#\1\0\0r\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\201\4\224\0\300\3\'\1\0\0r\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\201\4\224\0\300\3\'\0\0\0r\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\201\4\224\0\300\0034\1\0\0r\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\201\4\224\0\300\3C\0\0\0r\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\201\4\224\0\300\3#\0\0\0r\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\201\4\224\0\300\3(\0\0\0r\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\201\4\224\0\300\3$\0\0\0r\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\203\4\265\0\300\3\376\0\0\0s\216\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\205\4\226\0\300\3\376\0\0\0s\216\24M\0\216\24M"..., 32) = 32
read(7, "\25\270\207\4\226\0\300\3\226\0\300\3D\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\26\270\216\4\311\0\300\3\311\0\300\3\307\0\300\3\0\0\0"..., 32) = 32
read(7, "\21\371\217\4\226\0\300\3\226\0\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\217\4\226\0\300\3\376\0\0\0s\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\217\4\226\0\300\3}\1\0\0s\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\217\4\226\0\300\3\375\0\0\0s\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\217\4\226\0\300\3\27\1\0\0s\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\217\4\226\0\300\3\370\0\0\0s\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\217\4\226\0\300\3\r\1\0\0s\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\217\4\226\0\300\3#\1\0\0s\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\217\4\226\0\300\3\'\1\0\0s\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\217\4\226\0\300\3\'\0\0\0s\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\217\4\226\0\300\0034\1\0\0s\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\217\4\226\0\300\3C\0\0\0s\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\217\4\226\0\300\3#\0\0\0s\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\217\4\226\0\300\3(\0\0\0s\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\217\4\226\0\300\3$\0\0\0s\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\221\4\265\0\300\3\376\0\0\0s\216\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\223\4\230\0\300\3\376\0\0\0t\216\24M\0\216\24M"..., 32) = 32
read(7, "\25\270\225\4\230\0\300\3\230\0\300\3D\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\26\270\234\4\313\0\300\3\313\0\300\3\311\0\300\3\0\0\0"..., 32) = 32
read(7, "\21\371\235\4\230\0\300\3\230\0\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\235\4\230\0\300\3\376\0\0\0t\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\235\4\230\0\300\3}\1\0\0t\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\235\4\230\0\300\3\375\0\0\0t\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\235\4\230\0\300\3\27\1\0\0t\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\235\4\230\0\300\3\370\0\0\0t\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\235\4\230\0\300\3\r\1\0\0t\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\235\4\230\0\300\3#\1\0\0t\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\235\4\230\0\300\3\'\1\0\0t\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\235\4\230\0\300\3\'\0\0\0t\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\235\4\230\0\300\0034\1\0\0t\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\235\4\230\0\300\3C\0\0\0t\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\235\4\230\0\300\3#\0\0\0t\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\235\4\230\0\300\3(\0\0\0t\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\235\4\230\0\300\3$\0\0\0t\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\237\4\265\0\300\3\376\0\0\0t\216\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\241\4\232\0\300\3\376\0\0\0t\216\24M\0\216\24M"..., 32) = 32
read(7, "\25\270\243\4\232\0\300\3\232\0\300\3D\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\26\270\252\4\315\0\300\3\315\0\300\3\313\0\300\3\0\0\0"..., 32) = 32
read(7, "\21\371\253\4\232\0\300\3\232\0\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\253\4\232\0\300\3\376\0\0\0t\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\253\4\232\0\300\3}\1\0\0t\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\253\4\232\0\300\3\375\0\0\0t\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\253\4\232\0\300\3\27\1\0\0t\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\253\4\232\0\300\3\370\0\0\0t\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\253\4\232\0\300\3\r\1\0\0t\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\253\4\232\0\300\3#\1\0\0t\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\253\4\232\0\300\3\'\1\0\0t\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\253\4\232\0\300\3\'\0\0\0t\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\253\4\232\0\300\0034\1\0\0t\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\253\4\232\0\300\3C\0\0\0t\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\253\4\232\0\300\3#\0\0\0t\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\253\4\232\0\300\3(\0\0\0t\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\253\4\232\0\300\3$\0\0\0t\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\255\4\265\0\300\3\376\0\0\0u\216\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\257\4\235\0\300\3\376\0\0\0u\216\24M\0\216\24M"..., 32) = 32
read(7, "\25\270\261\4\235\0\300\3\235\0\300\3D\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\26\270\270\4\317\0\300\3\317\0\300\3\315\0\300\3\0\0\0"..., 32) = 32
read(7, "\21\371\271\4\235\0\300\3\235\0\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\271\4\235\0\300\3\376\0\0\0u\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\271\4\235\0\300\3}\1\0\0u\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\271\4\235\0\300\3\375\0\0\0u\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\271\4\235\0\300\3\27\1\0\0u\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\271\4\235\0\300\3\370\0\0\0u\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\271\4\235\0\300\3\r\1\0\0u\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\271\4\235\0\300\3#\1\0\0u\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\271\4\235\0\300\3\'\1\0\0u\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\271\4\235\0\300\3\'\0\0\0u\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\271\4\235\0\300\0034\1\0\0u\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\271\4\235\0\300\3C\0\0\0u\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\271\4\235\0\300\3#\0\0\0u\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\271\4\235\0\300\3(\0\0\0u\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\271\4\235\0\300\3$\0\0\0u\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\273\4\265\0\300\3\376\0\0\0u\216\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\275\4\237\0\300\3\376\0\0\0v\216\24M\0\216\24M"..., 32) = 32
read(7, "\25\270\277\4\237\0\300\3\237\0\300\3D\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\25\270\305\4\241\0\300\3\241\0\300\3\321\0\300\3\2\0\2"..., 32) = 32
read(7, "\26\270\310\4\321\0\300\3\321\0\300\3\317\0\300\3\0\0\0"..., 32) = 32
read(7, "\21\371\311\4\237\0\300\3\237\0\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\311\4\237\0\300\3\4\1\0\0v\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\311\4\237\0\300\3\376\0\0\0v\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\311\4\237\0\300\3}\1\0\0v\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\311\4\237\0\300\3\375\0\0\0v\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\311\4\237\0\300\3\27\1\0\0v\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\311\4\237\0\300\3\370\0\0\0v\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\311\4\237\0\300\3\r\1\0\0v\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\311\4\237\0\300\3#\1\0\0v\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\311\4\237\0\300\3\'\1\0\0v\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\311\4\237\0\300\3\'\0\0\0v\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\311\4\237\0\300\0034\1\0\0v\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\311\4\237\0\300\3C\0\0\0v\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\311\4\237\0\300\3#\0\0\0v\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\311\4\237\0\300\3(\0\0\0v\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\311\4\237\0\300\3$\0\0\0v\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\313\4\265\0\300\3\376\0\0\0v\216\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\314\4\265\0\300\3\4\1\0\0v\216\24M\0\216\24M\260"..., 32) = 32
read(7, "\34\270\316\4\247\0\300\3\376\0\0\0v\216\24M\0\216\24M"..., 32) = 32
read(7, "\25\270\320\4\247\0\300\3\247\0\300\3D\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\25\270\326\4\251\0\300\3\251\0\300\3\323\0\300\3\2\0\2"..., 32) = 32
read(7, "\26\270\331\4\323\0\300\3\323\0\300\3\321\0\300\3\0\0\0"..., 32) = 32
read(7, "\21\371\332\4\247\0\300\3\247\0\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\332\4\247\0\300\3\4\1\0\0v\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\332\4\247\0\300\3\376\0\0\0v\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\332\4\247\0\300\3}\1\0\0v\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\332\4\247\0\300\3\375\0\0\0v\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\332\4\247\0\300\3\27\1\0\0v\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\332\4\247\0\300\3\370\0\0\0v\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\332\4\247\0\300\3\r\1\0\0v\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\332\4\247\0\300\3#\1\0\0v\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\332\4\247\0\300\3\'\1\0\0v\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\332\4\247\0\300\3\'\0\0\0v\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\332\4\247\0\300\0034\1\0\0v\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\332\4\247\0\300\3C\0\0\0v\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\332\4\247\0\300\3#\0\0\0v\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\332\4\247\0\300\3(\0\0\0v\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\332\4\247\0\300\3$\0\0\0v\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\335\4\253\0\300\3\376\0\0\0w\216\24M\0\216\24M"..., 32) = 32
read(7, "\25\270\337\4\253\0\300\3\253\0\300\3D\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\25\270\345\4\255\0\300\3\255\0\300\3\325\0\300\3\2\0\2"..., 32) = 32
read(7, "\26\270\350\4\325\0\300\3\325\0\300\3\323\0\300\3\0\0\0"..., 32) = 32
read(7, "\21\371\351\4\253\0\300\3\253\0\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\351\4\253\0\300\3\4\1\0\0w\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\351\4\253\0\300\3\376\0\0\0w\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\351\4\253\0\300\3}\1\0\0w\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\351\4\253\0\300\3\375\0\0\0w\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\351\4\253\0\300\3\27\1\0\0w\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\351\4\253\0\300\3\370\0\0\0w\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\351\4\253\0\300\3\r\1\0\0w\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\351\4\253\0\300\3#\1\0\0w\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\351\4\253\0\300\3\'\1\0\0w\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\351\4\253\0\300\3\'\0\0\0w\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\351\4\253\0\300\0034\1\0\0w\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\351\4\253\0\300\3C\0\0\0w\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\351\4\253\0\300\3#\0\0\0w\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\351\4\253\0\300\3(\0\0\0w\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\351\4\253\0\300\3$\0\0\0w\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\354\4\257\0\300\3\376\0\0\0x\216\24M\0\216\24M"..., 32) = 32
read(7, "\25\270\356\4\257\0\300\3\257\0\300\3D\0\0\0\0\0\0\0\000"..., 32) = 32
read(7, "\26\270\365\4\327\0\300\3\327\0\300\3\325\0\300\3\0\0\0"..., 32) = 32
read(7, "\21\371\366\4\257\0\300\3\257\0\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\366\4\257\0\300\3\376\0\0\0x\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\366\4\257\0\300\3}\1\0\0x\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\366\4\257\0\300\3\375\0\0\0x\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\366\4\257\0\300\3\27\1\0\0x\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\366\4\257\0\300\3\370\0\0\0x\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\366\4\257\0\300\3\r\1\0\0x\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\366\4\257\0\300\3#\1\0\0x\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\366\4\257\0\300\3\'\1\0\0x\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\366\4\257\0\300\3\'\0\0\0x\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\366\4\257\0\300\0034\1\0\0x\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\366\4\257\0\300\3C\0\0\0x\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\366\4\257\0\300\3#\0\0\0x\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\366\4\257\0\300\3(\0\0\0x\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\366\4\257\0\300\3$\0\0\0x\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\371\4\261\0\300\3\376\0\0\0x\216\24M\0\216\24M"..., 32) = 32
read(7, "\25\270\373\4\261\0\300\3\261\0\300\3D\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\26\270\2\5\331\0\300\3\331\0\300\3\327\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\21\371\3\5\261\0\300\3\261\0\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\3\5\261\0\300\3\376\0\0\0x\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\3\5\261\0\300\3}\1\0\0x\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\3\5\261\0\300\3\375\0\0\0x\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\3\5\261\0\300\3\27\1\0\0x\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\3\5\261\0\300\3\370\0\0\0x\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\3\5\261\0\300\3\r\1\0\0x\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\3\5\261\0\300\3#\1\0\0x\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\3\5\261\0\300\3\'\1\0\0x\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\3\5\261\0\300\3\'\0\0\0x\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\3\5\261\0\300\0034\1\0\0x\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\3\5\261\0\300\3C\0\0\0x\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\3\5\261\0\300\3#\0\0\0x\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\3\5\261\0\300\3(\0\0\0x\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\3\5\261\0\300\3$\0\0\0x\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\270\6\5\263\0\300\3\376\0\0\0y\216\24M\0\216\24M\260"..., 32) = 32
read(7, "\25\270\10\5\263\0\300\3\263\0\300\3D\0\0\0\0\0\0\0\0\23"..., 32) = 32
read(7, "\26\270\17\5\333\0\300\3\333\0\300\3\331\0\300\3\0\0\0"..., 32) = 32
read(7, "\21\371\20\5\263\0\300\3\263\0\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\20\5\263\0\300\3\376\0\0\0y\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\20\5\263\0\300\3}\1\0\0y\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\20\5\263\0\300\3\375\0\0\0y\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\20\5\263\0\300\3\27\1\0\0y\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\20\5\263\0\300\3\370\0\0\0y\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\20\5\263\0\300\3\r\1\0\0y\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\20\5\263\0\300\3#\1\0\0y\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\20\5\263\0\300\3\'\1\0\0y\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\20\5\263\0\300\3\'\0\0\0y\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\20\5\263\0\300\0034\1\0\0y\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\20\5\263\0\300\3C\0\0\0y\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\20\5\263\0\300\3#\0\0\0y\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\20\5\263\0\300\3(\0\0\0y\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\20\5\263\0\300\3$\0\0\0y\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\23\5\202\0\300\3\376\0\0\0z\216\24M\0\216\24M\260"..., 32) = 32
read(7, "\25\270\25\5\202\0\300\3\202\0\300\3D\0\0\0\0\0\0\0\0\260"..., 32) = 32
read(7, "\26\270\34\5\335\0\300\3\335\0\300\3\333\0\300\3\0\0\0"..., 32) = 32
read(7, "\21\371\35\5\202\0\300\3\202\0\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\35\5\202\0\300\3\376\0\0\0z\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\35\5\202\0\300\3}\1\0\0z\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\35\5\202\0\300\3\375\0\0\0z\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\35\5\202\0\300\3\27\1\0\0z\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\35\5\202\0\300\3\370\0\0\0z\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\35\5\202\0\300\3\r\1\0\0z\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\35\5\202\0\300\3#\1\0\0z\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\35\5\202\0\300\3\'\1\0\0z\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\35\5\202\0\300\3\'\0\0\0z\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\35\5\202\0\300\0034\1\0\0z\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\35\5\202\0\300\3C\0\0\0z\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\35\5\202\0\300\3#\0\0\0z\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\35\5\202\0\300\3(\0\0\0z\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\35\5\202\0\300\3$\0\0\0z\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270 \5\265\0\300\3\376\0\0\0z\216\24M\0\216\24M\260"..., 32) = 32
read(7, "\25\270\"\5\265\0\300\3\265\0\300\3D\0\0\0\0\0\0\0\0\26"..., 32) = 32
read(7, "\25\270(\5\267\0\300\3\267\0\300\3\337\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\25\270)\5\271\0\300\3\271\0\300\3\337\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\25\270*\5\273\0\300\3\273\0\300\3\337\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\25\270+\5\275\0\300\3\275\0\300\3\337\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\25\270,\5\277\0\300\3\277\0\300\3\337\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\25\270-\5\301\0\300\3\301\0\300\3\337\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\25\270.\5\303\0\300\3\303\0\300\3\337\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\25\270/\5\305\0\300\3\305\0\300\3\337\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\25\2700\5\307\0\300\3\307\0\300\3\337\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\25\2701\5\311\0\300\3\311\0\300\3\337\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\25\2702\5\313\0\300\3\313\0\300\3\337\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\25\2703\5\315\0\300\3\315\0\300\3\337\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\25\2704\5\317\0\300\3\317\0\300\3\337\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\25\2705\5\321\0\300\3\321\0\300\3\337\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\25\2706\5\323\0\300\3\323\0\300\3\337\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\25\2707\5\325\0\300\3\325\0\300\3\337\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\25\2708\5\327\0\300\3\327\0\300\3\337\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\25\2709\5\331\0\300\3\331\0\300\3\337\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\25\270:\5\333\0\300\3\333\0\300\3\337\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\25\270;\5\335\0\300\3\335\0\300\3\337\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\26\270T\5\337\0\300\3\337\0\300\3}\0\300\3\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\371U\5\265\0\300\3\265\0\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266U\5\265\0\300\3\4\1\0\0z\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266U\5\265\0\300\3\376\0\0\0z\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266U\5\265\0\300\3}\1\0\0z\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266U\5\265\0\300\3\375\0\0\0z\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266U\5\265\0\300\3\27\1\0\0z\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266U\5\265\0\300\3\370\0\0\0z\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266U\5\265\0\300\3\r\1\0\0z\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266U\5\265\0\300\3#\1\0\0z\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266U\5\265\0\300\3\'\1\0\0z\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266U\5\265\0\300\3\'\0\0\0z\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266U\5\265\0\300\0034\1\0\0z\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266U\5\265\0\300\3C\0\0\0z\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266U\5\265\0\300\3#\0\0\0z\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266U\5\265\0\300\3(\0\0\0z\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266U\5\265\0\300\3$\0\0\0z\216\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\270W\5\2\0\300\3\376\0\0\0\204\216\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270X\5\2\0\300\3\4\1\0\0\204\216\24M\0\216\24M\260"..., 32) = 32
read(7, "\26\270j\5\335\0\300\3\335\0\300\3\333\0\300\3,\0\304\0"..., 32) = 32
read(7, "\26\270k\5\333\0\300\3\333\0\300\3\331\0\300\3\t\0\304"..., 32) = 32
read(7, "\26\270l\5\331\0\300\3\331\0\300\3\327\0\300\3\337\1X\0"..., 32) = 32
read(7, "\26\270m\5\327\0\300\3\327\0\300\3\325\0\300\3\301\1X\0"..., 32) = 32
read(7, "\26\270o\5\325\0\300\3\325\0\300\3\323\0\300\3\243\1Z\0"..., 32) = 32
read(7, "\26\270q\5\323\0\300\3\323\0\300\3\321\0\300\3\205\1Z\0"..., 32) = 32
read(7, "\26\270s\5\321\0\300\3\321\0\300\3\317\0\300\3g\1Z\0\32"..., 32) = 32
read(7, "\26\270t\5\317\0\300\3\317\0\300\3\315\0\300\3I\1Y\0F\0"..., 32) = 32
read(7, "\26\270u\5\315\0\300\3\315\0\300\3\313\0\300\3+\1Y\000"..., 32) = 32
read(7, "\26\270v\5\313\0\300\3\313\0\300\3\311\0\300\3\21\1X\0"..., 32) = 32
read(7, "\26\270w\5\311\0\300\3\311\0\300\3\307\0\300\3\370\0X\0"..., 32) = 32
read(7, "\26\270x\5\307\0\300\3\307\0\300\3\305\0\300\3\336\0X\0"..., 32) = 32
read(7, "\26\270y\5\305\0\300\3\305\0\300\3\303\0\300\3\304\0X\0"..., 32) = 32
read(7, "\26\270z\5\303\0\300\3\303\0\300\3\301\0\300\3\252\0X\0"..., 32) = 32
read(7, "\26\270{\5\301\0\300\3\301\0\300\3\277\0\300\3\217\0X\0"..., 32) = 32
read(7, "\26\270|\5\277\0\300\3\277\0\300\3\275\0\300\3v\0X\0\25"..., 32) = 32
read(7, "\26\270}\5\275\0\300\3\275\0\300\3\273\0\300\3\\\0X\0\26"..., 32) = 32
read(7, "\26\270~\5\273\0\300\3\273\0\300\3\271\0\300\3C\0X\0\25"..., 32) = 32
read(7, "\26\270\177\5\271\0\300\3\271\0\300\3\267\0\300\3\'\0X"..., 32) = 32
read(7, "\26\270\200\5\267\0\300\3\267\0\300\3\0\0\0\0\t\0X\0\32"..., 32) = 32
read(7, "\26\270\235\5t\0\300\3t\0\300\3\27\0\300\3\0\0\0\0\313"..., 32) = 32
read(7, "\34\2706\6\341\0\300\3}\1\0\0\205\216\24M\0\0\0\0x\244"..., 32) = 32
read(7, "\34\2706\6\343\0\300\3}\1\0\0\205\216\24M\0\0\0\0x\244"..., 32) = 32
read(7, "\34\2706\6\345\0\300\3}\1\0\0\205\216\24M\0\0\0\0x\244"..., 32) = 32
read(7, "\34\2706\6\347\0\300\3}\1\0\0\205\216\24M\0\0\0\0x\244"..., 32) = 32
read(7, "\34\2706\6\351\0\300\3}\1\0\0\205\216\24M\0\0\0\0x\244"..., 32) = 32
read(7, "\34\2706\6\353\0\300\3}\1\0\0\205\216\24M\0\0\0\0x\244"..., 32) = 32
read(7, "\34\2706\6\355\0\300\3}\1\0\0\205\216\24M\0\0\0\0x\244"..., 32) = 32
read(7, "\34\2707\6\2\0\300\3\361\0\0\0\206\216\24M\0\0\0\0\260"..., 32) = 32
read(7, "\26\2708\6\361\0\300\3\361\0\300\3\0\0\0\0W\0\21\0\r\0"..., 32) = 32
read(7, "\34\270:\6\341\0\300\3\376\0\0\0\206\216\24M\0\216\24M"..., 32) = 32
read(7, "\25\270<\6\341\0\300\3\341\0\300\3D\0\0\0\0\0\0\0\0\16"..., 32) = 32
read(7, "\26\270C\6\370\0\300\3\370\0\300\3\361\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\21\371D\6\341\0\300\3\341\0\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266D\6\341\0\300\3\376\0\0\0\206\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266D\6\341\0\300\3}\1\0\0\206\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266D\6\341\0\300\3\375\0\0\0\206\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266D\6\341\0\300\3\27\1\0\0\206\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266D\6\341\0\300\3\370\0\0\0\206\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266D\6\341\0\300\3\r\1\0\0\206\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266D\6\341\0\300\3#\1\0\0\206\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266D\6\341\0\300\3\'\1\0\0\206\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266D\6\341\0\300\3\'\0\0\0\206\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266D\6\341\0\300\0034\1\0\0\206\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266D\6\341\0\300\3C\0\0\0\206\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266D\6\341\0\300\3#\0\0\0\206\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266D\6\341\0\300\3(\0\0\0\206\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266D\6\341\0\300\3$\0\0\0\206\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\26\270F\6\370\0\300\3\370\0\300\3\361\0\300\3\3\0\3\0"..., 32) = 32
read(7, "\34\270H\6\343\0\300\3\376\0\0\0\210\216\24M\0\216\24M"..., 32) = 32
read(7, "\25\270J\6\343\0\300\3\343\0\300\3D\0\0\0\0\0\0\0\0\30"..., 32) = 32
read(7, "\26\270Q\6\372\0\300\3\372\0\300\3\370\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\21\371R\6\343\0\300\3\343\0\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266R\6\343\0\300\3\376\0\0\0\210\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266R\6\343\0\300\3}\1\0\0\210\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266R\6\343\0\300\3\375\0\0\0\210\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266R\6\343\0\300\3\27\1\0\0\210\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266R\6\343\0\300\3\370\0\0\0\210\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266R\6\343\0\300\3\r\1\0\0\210\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266R\6\343\0\300\3#\1\0\0\210\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266R\6\343\0\300\3\'\1\0\0\210\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266R\6\343\0\300\3\'\0\0\0\210\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266R\6\343\0\300\0034\1\0\0\210\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266R\6\343\0\300\3C\0\0\0\210\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266R\6\343\0\300\3#\0\0\0\210\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266R\6\343\0\300\3(\0\0\0\210\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266R\6\343\0\300\3$\0\0\0\210\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\26\270T\6\372\0\300\3\372\0\300\3\370\0\300\3\r\0\3\0"..., 32) = 32
read(7, "\34\270V\6\345\0\300\3\376\0\0\0\211\216\24M\0\216\24M"..., 32) = 32
read(7, "\25\270X\6\345\0\300\3\345\0\300\3D\0\0\0\0\0\0\0\0\to"..., 32) = 32
read(7, "\26\270_\6\374\0\300\3\374\0\300\3\372\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\21\371`\6\345\0\300\3\345\0\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266`\6\345\0\300\3\376\0\0\0\211\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266`\6\345\0\300\3}\1\0\0\211\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266`\6\345\0\300\3\375\0\0\0\211\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266`\6\345\0\300\3\27\1\0\0\211\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266`\6\345\0\300\3\370\0\0\0\211\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266`\6\345\0\300\3\r\1\0\0\211\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266`\6\345\0\300\3#\1\0\0\211\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266`\6\345\0\300\3\'\1\0\0\211\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266`\6\345\0\300\3\'\0\0\0\211\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266`\6\345\0\300\0034\1\0\0\211\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266`\6\345\0\300\3C\0\0\0\211\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266`\6\345\0\300\3#\0\0\0\211\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266`\6\345\0\300\3(\0\0\0\211\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266`\6\345\0\300\3$\0\0\0\211\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\26\270b\6\374\0\300\3\374\0\300\3\372\0\300\3\27\0\3\0"..., 32) = 32
read(7, "\34\270d\6\347\0\300\3\376\0\0\0\213\216\24M\0\216\24M"..., 32) = 32
read(7, "\25\270f\6\347\0\300\3\347\0\300\3D\0\0\0\0\0\0\0\0\267"..., 32) = 32
read(7, "\26\270m\6\376\0\300\3\376\0\300\3\374\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\21\371n\6\347\0\300\3\347\0\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266n\6\347\0\300\3\376\0\0\0\213\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266n\6\347\0\300\3}\1\0\0\213\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266n\6\347\0\300\3\375\0\0\0\213\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266n\6\347\0\300\3\27\1\0\0\213\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266n\6\347\0\300\3\370\0\0\0\213\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266n\6\347\0\300\3\r\1\0\0\213\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266n\6\347\0\300\3#\1\0\0\213\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266n\6\347\0\300\3\'\1\0\0\213\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266n\6\347\0\300\3\'\0\0\0\213\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266n\6\347\0\300\0034\1\0\0\213\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266n\6\347\0\300\3C\0\0\0\213\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266n\6\347\0\300\3#\0\0\0\213\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266n\6\347\0\300\3(\0\0\0\213\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266n\6\347\0\300\3$\0\0\0\213\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\26\270p\6\376\0\300\3\376\0\300\3\374\0\300\3!\0\3\0\6"..., 32) = 32
read(7, "\34\270r\6\351\0\300\3\376\0\0\0\214\216\24M\0\216\24M"..., 32) = 32
read(7, "\25\270t\6\351\0\300\3\351\0\300\3D\0\0\0\0\0\0\0\0\227"..., 32) = 32
read(7, "\26\270{\6\0\1\300\3\0\1\300\3\376\0\300\3\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\371|\6\351\0\300\3\351\0\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266|\6\351\0\300\3\376\0\0\0\214\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266|\6\351\0\300\3}\1\0\0\214\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266|\6\351\0\300\3\375\0\0\0\214\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266|\6\351\0\300\3\27\1\0\0\214\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266|\6\351\0\300\3\370\0\0\0\214\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266|\6\351\0\300\3\r\1\0\0\214\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266|\6\351\0\300\3#\1\0\0\214\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266|\6\351\0\300\3\'\1\0\0\214\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266|\6\351\0\300\3\'\0\0\0\214\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266|\6\351\0\300\0034\1\0\0\214\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266|\6\351\0\300\3C\0\0\0\214\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266|\6\351\0\300\3#\0\0\0\214\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266|\6\351\0\300\3(\0\0\0\214\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266|\6\351\0\300\3$\0\0\0\214\216\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\26\270~\6\0\1\300\3\0\1\300\3\376\0\300\3+\0\3\0\6\0\31"..., 32) = 32
read(7, "\34\270\200\6\353\0\300\3\376\0\0\0\215\216\24M\0\216\24"..., 32) = 32
read(7, "\25\270\202\6\353\0\300\3\353\0\300\3D\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\26\270\211\6\2\1\300\3\2\1\300\3\0\1\300\3\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\371\212\6\353\0\300\3\353\0\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\212\6\353\0\300\3\376\0\0\0\215\216\24M\1\0\0\0"..., 32) = 32
read(7, "\34\266\212\6\353\0\300\3}\1\0\0\215\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\212\6\353\0\300\3\375\0\0\0\215\216\24M\1\0\0\0"..., 32) = 32
read(7, "\34\266\212\6\353\0\300\3\27\1\0\0\215\216\24M\1\0\0\0"..., 32) = 32
read(7, "\34\266\212\6\353\0\300\3\370\0\0\0\215\216\24M\1\0\0\0"..., 32) = 32
read(7, "\34\266\212\6\353\0\300\3\r\1\0\0\215\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\212\6\353\0\300\3#\1\0\0\215\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\212\6\353\0\300\3\'\1\0\0\215\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\212\6\353\0\300\3\'\0\0\0\215\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\212\6\353\0\300\0034\1\0\0\215\216\24M\1\0\0\0"..., 32) = 32
read(7, "\34\266\212\6\353\0\300\3C\0\0\0\215\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\212\6\353\0\300\3#\0\0\0\215\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\212\6\353\0\300\3(\0\0\0\215\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\212\6\353\0\300\3$\0\0\0\215\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\26\270\214\6\2\1\300\3\2\1\300\3\0\1\300\0035\0\3\0\6"..., 32) = 32
read(7, "\34\270\216\6\355\0\300\3\376\0\0\0\217\216\24M\0\216\24"..., 32) = 32
read(7, "\25\270\220\6\355\0\300\3\355\0\300\3D\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\26\270\227\6\4\1\300\3\4\1\300\3\2\1\300\3\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\371\230\6\355\0\300\3\355\0\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\230\6\355\0\300\3\376\0\0\0\217\216\24M\1\0\0\0"..., 32) = 32
read(7, "\34\266\230\6\355\0\300\3}\1\0\0\217\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\230\6\355\0\300\3\375\0\0\0\217\216\24M\1\0\0\0"..., 32) = 32
read(7, "\34\266\230\6\355\0\300\3\27\1\0\0\217\216\24M\1\0\0\0"..., 32) = 32
read(7, "\34\266\230\6\355\0\300\3\370\0\0\0\217\216\24M\1\0\0\0"..., 32) = 32
read(7, "\34\266\230\6\355\0\300\3\r\1\0\0\217\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\230\6\355\0\300\3#\1\0\0\217\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\230\6\355\0\300\3\'\1\0\0\217\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\230\6\355\0\300\3\'\0\0\0\217\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\230\6\355\0\300\0034\1\0\0\217\216\24M\1\0\0\0"..., 32) = 32
read(7, "\34\266\230\6\355\0\300\3C\0\0\0\217\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\230\6\355\0\300\3#\0\0\0\217\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\230\6\355\0\300\3(\0\0\0\217\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\230\6\355\0\300\3$\0\0\0\217\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\26\270\232\6\4\1\300\3\4\1\300\3\2\1\300\3?\0\3\0\6\0"..., 32) = 32
read(7, "\34\270\256\6\6\1\300\3}\1\0\0\221\216\24M\0\0\0\0x\244"..., 32) = 32
read(7, "\34\270\257\6\6\1\300\3\376\0\0\0\221\216\24M\0\216\24"..., 32) = 32
read(7, "\25\270\261\6\6\1\300\3\6\1\300\3D\0\0\0\0\0\0\0\0\22o"..., 32) = 32
read(7, "\26\270\270\6\10\1\300\3\10\1\300\3\4\1\300\3\0\0\0\0\0"..., 32) = 32
read(7, "\21\371\271\6\6\1\300\3\6\1\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266\271\6\6\1\300\3\376\0\0\0\221\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\271\6\6\1\300\3}\1\0\0\221\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\271\6\6\1\300\3\375\0\0\0\221\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\271\6\6\1\300\3\27\1\0\0\221\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\271\6\6\1\300\3\370\0\0\0\221\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\271\6\6\1\300\3\r\1\0\0\221\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\271\6\6\1\300\3#\1\0\0\221\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\271\6\6\1\300\3\'\1\0\0\221\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\271\6\6\1\300\3\'\0\0\0\221\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\271\6\6\1\300\0034\1\0\0\221\216\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\271\6\6\1\300\3C\0\0\0\221\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\271\6\6\1\300\3#\0\0\0\221\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\271\6\6\1\300\3(\0\0\0\221\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\271\6\6\1\300\3$\0\0\0\221\216\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\26\270\273\6\10\1\300\3\10\1\300\3\4\1\300\3I\0\3\0\3"..., 32) = 32
read(7, "\26\270\307\6\357\0\300\3\357\0\300\3t\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\34\270\310\6\2\0\300\3\'\0\0\0\223\216\24M\0\0\0\0\370"..., 32) = 32
read(7, "\34\270\311\6\2\0\300\3\355\0\0\0\223\216\24M\0\216\24"..., 32) = 32
read(7, "\34\270\317\6\2\0\300\3\"\0\0\0\223\216\24M\0\0\0\0,\5"..., 32) = 32
read(7, "\34\270\320\6\2\0\300\3$\0\0\0\223\216\24M\0\216\24M,\5"..., 32) = 32
read(7, "\34\270\321\6\2\0\300\0034\1\0\0\223\216\24M\0\216\24M"..., 32) = 32
read(7, "\1 \322\6\t\0\0\0#\0\0\0\0\0\0\0\t\0\0\0\30\0\0\0\0\0\0"..., 32) = 32
read(7, "C\0\0\0\1\0\0\0\1\0\0\0t\341\343\10\1\0\0\0\17\0\0\0\30"..., 36) = 36
write(7, "\22\0\17\0\2\0\300\3#\0\0\0#\0\0\0 \0\0\0\t\0\0\0C\0\0"..., 2660) = 
2660
read(7, "\34\270\323\6\2\0\300\3#\0\0\0\255\216\24M\0\216\24M\260"..., 32) = 32
read(7, "\34\270\325\6\2\0\300\3(\0\0\0\255\216\24M\0\0\0\0\370"..., 32) = 32
read(7, "\34\270\327\6\2\0\300\3(\0\0\0\255\216\24M\0\216\24M\370"..., 32) = 32
read(7, "\26\270\341\6\357\0\300\3\357\0\300\3t\0\300\3\0\0D\2\0"..., 32) = 32
read(7, "\26\270\374\6t\0\300\3t\0\300\3\27\0\300\3\0\0\6\0\0\2"..., 32) = 32
read(7, "\26\270\375\6\17\0\300\3\17\0\300\3\0\0\0\0\0\0P\0\0\2"..., 32) = 32
read(7, "\26\270\377\6\27\0\300\3\27\0\300\3\17\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\34\270\0\7\2\0\300\3(\0\0\0\256\216\24M\0\0\0\0\370o\177"..., 32) = 32
read(7, "\26\270\v\7\357\0\300\3\357\0\300\3t\0\300\3\0\0D\2\364"..., 32) = 32
read(7, "\26\270&\7t\0\300\3t\0\300\3\27\0\300\3\0\0\6\0\364\1J"..., 32) = 32
read(7, "\26\270\'\7\17\0\300\3\17\0\300\3\0\0\0\0\0\0P\0\364\1"..., 32) = 32
read(7, "\26\270)\7\27\0\300\3\27\0\300\3\17\0\300\3\0\0\0\0\364"..., 32) = 32
read(7, "\1\0*\7\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\34\270\0\7\2\0"..., 32) = 32
munmap(0xb78f4000, 266240)              = 0
write(7, "\221\201\3\0\1\0\0\0\3\37\0\0", 12) = 12
read(7, "\26\0*\7\2\0\300\3\2\0\300\3\312\10\0\1\0\1\346\0\0\2Y"..., 32) = 32
read(7, "\26\0*\7\2\0\300\3\2\0\300\3\312\10\0\1\0\1\346\0\364\1"..., 32) = 32
read(7, "\1\0+\7o\1\0\0\0\0\0\0\272\5\0\0\10\0\0\0\304G\340\267"..., 32) = 32
read(7, "GL_ARB_depth_texture GL_ARB_imag"..., 1466) = 1466
read(7, "\353\0", 2)                    = 2
write(7, "\221\201\3\0\1\0\0\0\2\37\0\0", 12) = 12
read(7, "\1\0,\7\6\0\0\0\0\0\0\0\25\0\0\0\10\0\0\0\304G\340\267"..., 32) = 32
read(7, "1.2 (1.5 Mesa 6.5.1)\0", 21)   = 21
read(7, "GL_", 3)                       = 3
write(7, "\221u\3\0\1\0\0\0\342\204\0\0", 12) = 12
read(7, "\1\0-\7\0\0\0\0\0\0\0\0\1\0\0\0\10\0\0\0\304G\340\267\0"..., 32) = 32
write(7, "\221\5\4\0\17\0\300\3\16\0\300\3\1\0\0\0", 16) = 16
read(7, "\1$.\7\0\0\0\0\1\0\0\0H\363\232\10(\24\0\0\0\0\0\0\0\0"..., 32) = 32
write(7, "\221t\3\0\1\0\0\0\22\v\0\0", 12) = 12
read(7, "\1\0/\7\2\0\0\0\0\0\0\0\2\0\0\0\0\0\200?\0\0\240A\0\0\0"..., 32) = 32
read(7, "\0\0\200?\0\0\240A", 8)        = 8
write(7, "\221t\3\0\1\0\0\0\"\v\0\0", 12) = 12
read(7, "\1\0000\7\2\0\0\0\0\0\0\0\2\0\0\0\0\0\200?\0\0 A\0\0\0"..., 32) = 32
read(7, "\0\0\200?\0\0 A", 8)           = 8
writev(7, [{"\221\0017\0\1\0\0\0", 8}, 
{"\10\0\213\0q\v\0\0\10\0\244\0\3\2\0\0\f\0\204\0\0\0\0\0"..., 212}], 2) = 220
write(7, "\221h\3\0\1\0\0\0\1\0\0\0", 12) = 12
read(7, "\1\0002\7\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
writev(7, [{"\221e\4\0\1\0\0\0\1\0\0\0\0\23\0\0\221\1}\0\1\0\0\0", 24}, 
{"\10\0\4\0\7\0\0\0\20\0\36\0\0\0\0\0\0\0\0\0\0\0\200\277"..., 492}], 2) = 516
write(7, "\221f\2\0\1\0\0\0\221h\3\0\1\0\0\0\1\0\0\0", 20) = 20
read(7, "\1\0006\7\0\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
writev(7, [{"\221e\4\0\1\0\0\0\2\0\0\0\0\23\0\0\221\1H\5\1\0\0\0", 24}, 
{"\10\0\4\0\10\0\0\0\20\0\36\0\0\0\0\0.\371d?.\371\344>\20"..., 5400}], 2) = 
5424
write(7, "\221f\2\0\1\0\0\0\221h\3\0\1\0\0\0\1\0\0\0", 20) = 20
read(7, "\1\0:\7\0\0\0\0\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
writev(7, [{"\221e\4\0\1\0\0\0\3\0\0\0\0\23\0\0\221\1H\5\1\0\0\0", 24}, 
{"\10\0\4\0\10\0\0\0\20\0\36\0\0\0\0\0\0\0\200?\0\0\0\0\20"..., 5400}], 2) = 
5424
write(7, "\221f\2\0\1\0\0\0\221h\3\0\1\0\0\0\1\0\0\0", 20) = 20
read(7, "\1\0>\7\0\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
writev(7, [{"\221e\4\0\1\0\0\0\4\0\0\0\0\23\0\0\221\1\\\0\1\0\0\0", 24}, 
{"\10\0\4\0\6\0\0\0\20\0F\0\0\0\0\0\0\0\0\0\0\0\0?\20\0F"..., 360}], 2) = 384
write(7, "\221f\2\0\1\0\0\0\221h\3\0\1\0\0\0\1\0\0\0", 20) = 20
read(7, "\1\0B\7\0\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
writev(7, [{"\221e\4\0\1\0\0\0\5\0\0\0\0\23\0\0\221\0019\0\1\0\0\0", 24}, 
{"\20\0\36\0\0\0\0\0\0\0\0\0\0\0\200?\10\0\4\0\6\0\0\0\20"..., 220}], 2) = 244
write(7, "\221f\2\0\1\0\0\0\221h\3\0\1\0\0\0\1\0\0\0", 20) = 20
read(7, "\1\0F\7\0\0\0\0\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
writev(7, [{"\221e\4\0\1\0\0\0\6\0\0\0\0\23\0\0\221\1\347\0\1\0\0\0"..., 24}, 
{"\20\0\36\0\0\0\0\0\0\0\0\0\0\0\200?\10\0\4\0\10\0\0\0\20"..., 916}], 2) = 940
write(7, "\221f\2\0\1\0\0\0\221h\3\0\1\0\0\0\1\0\0\0", 20) = 20
read(7, "\1\0J\7\0\0\0\0\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
writev(7, [{"\221e\4\0\1\0\0\0\7\0\0\0\0\23\0\0\221\1`\6\1\0\0\0", 24}, 
{"\20\0\36\0\0\0\0\0\0\0\0\0\0\0\200?\10\0\4\0\6\0\0\0\20"..., 6520}], 2) = 6544
write(7, "\221f\2\0\1\0\0\0\221\t\2\0\1\0\0\0\2\1\4\0\17\0\300\3"..., 1672) = 
1672
read(7, "\23\0P\7\17\0\300\3\17\0\300\3\0\363\232\10\0\0\0\0\360"..., 32) = 32
read(7, "\26\270c\7\31\0\300\3\31\0\300\3\0\0\0\0\347\1\2\0\f\0"..., 32) = 32
read(7, "\23\0e\7\31\0\300\3\31\0\300\3\0\0\0\10\0\0\0\0\360$\34"..., 32) = 32
read(7, "\23\370g\7\27\0\300\3\27\0\300\3\0\0\300\3\1\0\0\300\1"..., 32) = 32
read(7, "\26\270\177\7\337\0\300\3\337\0\300\3}\0\300\3\3\0\3\0"..., 32) = 32
read(7, "\1\246\200\7\4\0\0\0D\0\0\0D\0\0\0\4\0\0\0\10\0\0\0\0\0"..., 32) = 32
read(7, "\17\0\300\3\27\0\300\3t\0\300\3\357\0\300\3", 16) = 16
write(7, "(f\4\0\2\0\300\3\2\0\300\3\0\0\0\0", 16) = 16
read(7, "\34\270\200\7\r\1\300\3}\1\0\0\270\216\24M\0\0\0\0x\244"..., 32) = 32
read(7, "\1\1\201\7\0\0\0\0\27\0\300\3\0\0\0\0\20\0\0\0\1\0\0\0"..., 32) = 32
write(7, "\3f\2\0\2\0\300\3\16\0\2\0\2\0\300\3", 16) = 16
read(7, "\1\0\202\7\3\0\0\0#\0\0\0\1\0\1\1\377\377\377\377\0\0\0"..., 32) = 32
read(7, "\177\340b\0\177\340b\0\0\0\0\0", 12) = 12
read(7, "\1\30\203\7\0\0\0\0D\0\0\0\0\1\346\0\364\1Y\2\0\0\0\0\0"..., 32) = 32
write(7, "\22\0\30\0\2\0\300\3(\0\0\0)\0\0\0 \1\4\0\22\0\0\0\32\2"..., 2724) = 
2724
read(7, "\34\270\204\7\2\0\300\3(\0\0\0\275\216\24M\0\216\24M\260"..., 32) = 32
read(7, "\26\270\217\7\357\0\300\3\357\0\300\3t\0\300\3\0\0X\2\364"..., 32) = 32
read(7, "\26\270\252\7t\0\300\3t\0\300\3\27\0\300\3\0\0\32\0\364"..., 32) = 32
read(7, "\26\270\253\7\17\0\300\3\17\0\300\3\0\0\0\0\0\0d\0\364"..., 32) = 32
read(7, "\26\270\255\7\27\0\300\3\27\0\300\3\17\0\300\3\0\0\0\0"..., 32) = 32
read(7, "\22\370\256\7\31\0\300\3\31\0\300\3\0\0\300\3\1\0\0\300"..., 32) = 32
read(7, "\34\270\257\7\2\0\300\3(\0\0\0\275\216\24M\0\0\0\0\370"..., 32) = 32
read(7, "\26\270\260\7\335\0\300\3\335\0\300\3\333\0\300\3,\0&\0"..., 32) = 32
read(7, "\26\270\261\7\333\0\300\3\333\0\300\3\331\0\300\3\t\0&"..., 32) = 32
read(7, "\26\270\262\7\331\0\300\3\331\0\300\3\327\0\300\3u\0\t"..., 32) = 32
read(7, "\26\270\263\7\327\0\300\3\327\0\300\3\325\0\300\3O\0\t"..., 32) = 32
read(7, "\26\270\264\7\305\0\300\3\305\0\300\3\303\0\300\0033\0"..., 32) = 32
read(7, "\26\270\265\7\267\0\300\3\267\0\300\3\0\0\0\0\t\0\t\0$"..., 32) = 32
read(7, "\23\0\267\7\267\0\300\3\267\0\300\3\0\0\0\0\0\0\0\0\360"..., 32) = 32
read(7, "\23\0\272\7\305\0\300\3\305\0\300\3\0\0\0\0\0\0\0\0\360"..., 32) = 32
read(7, "\23\0\275\7\327\0\300\3\327\0\300\3\0\0\0\0\0\0\0\0\360"..., 32) = 32
read(7, "\23\0\300\7\331\0\300\3\331\0\300\3\0\0\0\0\0\0\0\0\360"..., 32) = 32
read(7, "\23\0\303\7\333\0\300\3\333\0\300\3\0\0\0\0\0\0\0\0\360"..., 32) = 32
read(7, "\23\0\306\7\335\0\300\3\335\0\300\3\0\0\0\0\0\0\0\0\360"..., 32) = 32
read(7, "\23\0\311\7\337\0\300\3\337\0\300\3\0\0\0\0\0\0\0\0\360"..., 32) = 32
read(7, "\23\0\314\7t\0\300\3t\0\300\3\0\0\0\0\0\0\0\0\360$\34\10"..., 32) = 32
read(7, "\26\270\323\7\361\0\300\3\361\0\300\3\0\0\0\0\347\1\10"..., 32) = 32
read(7, "\26\270\324\7\10\1\300\3\10\1\300\3\4\1\300\3\'\1\3\0\265"..., 32) = 32
read(7, "\26\270\325\7\4\1\300\3\4\1\300\3\2\1\300\3\351\0\3\0:"..., 32) = 32
read(7, "\26\270\326\7\2\1\300\3\2\1\300\3\0\1\300\3\241\0\3\0D"..., 32) = 32
read(7, "[EMAIL PROTECTED]"..., 32) = 32
read(7, "\26\270\330\7\376\0\300\3\376\0\300\3\374\0\300\3%\0\3"..., 32) = 32
read(7, "\26\270\331\7\370\0\300\3\370\0\300\3\361\0\300\3\3\0\3"..., 32) = 32
read(7, "\23\0\333\7\361\0\300\3\361\0\300\3\0\0\0\0\0\0\0\0\360"..., 32) = 32
read(7, "\23\0\336\7\370\0\300\3\370\0\300\3\0\0\0\0\0\0\0\0\360"..., 32) = 32
read(7, "\23\0\341\7\376\0\300\3\376\0\300\3\0\0\0\0\0\0\0\0\360"..., 32) = 32
read(7, "\23\0\344\7\0\1\300\3\0\1\300\3\0\0\0\0\0\0\0\0\360$\34"..., 32) = 32
read(7, "\23\0\347\7\2\1\300\3\2\1\300\3\0\0\0\0\0\0\0\0\360$\34"..., 32) = 32
read(7, "\23\0\352\7\4\1\300\3\4\1\300\3\0\0\0\0\0\0\0\0\360$\34"..., 32) = 32
read(7, "\23\0\355\7\10\1\300\3\10\1\300\3\0\0\0\0\0\0\0\0\360$"..., 32) = 32
read(7, "\23\0\360\7\357\0\300\3\357\0\300\3\0\0\0\0\0\0\0\0\360"..., 32) = 32
read(7, "\1 \362\7\t\0\0\0#\0\0\0\0\0\0\0\t\0\0\0\30\0\0\0\0\0\0"..., 32) = 32
read(7, "C\0\0\0\1\0\0\0\1\0\0\0t\341\343\10\1\0\0\0\17\0\0\0\30"..., 36) = 36
write(7, "\22\0\17\0\2\0\300\3#\0\0\0#\0\0\0 \1\4\0\t\0\0\0C\0\0"..., 84) = 84
read(7, "\26\0\362\7\2\0\300\3\2\0\300\3\312\10\0\1\0\1\346\0\364"..., 32) = 32
read(7, "\34\270\363\7\2\0\300\3#\0\0\0\277\216\24M\0\216\24M\260"..., 32) = 32
read(7, "\1 \364\7\5\0\0\0#\1\0\0\0\0\0\0\5\0\0\0\30\0\0\0\0\0\0"..., 32) = 32
read(7, "\2\0\0\0\1\0\0\0~\0\0\0\0\0\0\0\0\0\0\0", 20) = 20
stat64(".", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
getcwd("/mnt/hda5/work/negazione/neg_01b/anat3D", 4096) = 40
open("/mnt/hda5/work/negazione/neg_01b/anat3D", 
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
fstat64(9, {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
fcntl64(9, F_SETFD, FD_CLOEXEC)         = 0
getdents64(9, /* 16 entries */, 32768)  = 600
getdents64(9, /* 0 entries */, 32768)   = 0
close(9)                                = 0
write(7, "\22\0\v\0\2\0\300\3#\1\0\0#\1\0\0 \1\4\0\5\0\0\0\2\0\0"..., 80) = 80
read(7, "\34\270\365\7\2\0\300\3#\1\0\0\300\216\24M\0\216\24M\260"..., 32) = 32
read(7, "\1\370\370\7\0\0\0\0\1\0\0\0(\370\377\277\1\0\0\0\0\0\20"..., 32) = 32
writev(7, [{"\221\1B\0\1\0\0\0", 8}, 
{"\24\0\277\0\0\0\0\0\0\0\0\0\364\1\0\0\364\1\0\0\10\0\263"..., 256}], 2) = 264
mmap2(NULL, 1003520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7656000
writev(7, [{"\221\2\17\0\1\0\0\0\1\0\5\0,\0\0\0lB\17\0\255\0\0\0\0\0"..., 76}, 
{"\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 262124}], 2) = 
262200
writev(7, [{"\221\2\377\377\1\0\0\0\3\0\5\0\354\377\3\0", 16}, 
{"\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 262124}], 2) = 
262140
writev(7, [{"\221\2\377\377\1\0\0\0\4\0\5\0\354\377\3\0", 16}, 
{"\376\376\376\377\376\376\376\377\376\376\376\377\376\376"..., 262124}], 2) = 
262140
writev(7, [{"\221\2\243\320\1\0\0\0\5\0\5\0|B\3\0", 16}, 
{"\376\376\376\377\376\376\376\377\376\376\376\377\376\376"..., 213628}], 2) = 
213644
munmap(0xb7656000, 1003520)             = 0
writev(7, [{"\221\1\10\0\1\0\0\0", 8}, 
{"\4\0\267\0\10\0\263\0\1\27\0\0\4\0\267\0\10\0\263\0\0\27"..., 24}], 2) = 32
write(7, "\221s\2\0\1\0\0\0", 8)        = 8
read(7, "\25\270\370\7\2\0\300\3\2\0\300\3a\16\0\1\0\0\0\0\0 \0"..., 32) = 32
read(7, "\34\270\370\7\2\0\300\3O\1\0\0\321\216\24M\0\216\24Mx\244"..., 32) = 32
read(7, "\34\270\370\7\2\0\300\3W\1\0\0\324\216\24M\0\0\0\0x^S\10"..., 32) = 32
read(7, "\34\270\370\7\2\0\300\3\2\1\0\0\324\216\24M\0\216\24Mx"..., 32) = 32
read(7, "\34\270\370\7\2\0\300\3U\1\0\0\324\216\24M\0\0\0\0X\361"..., 32) = 32
read(7, "\34\270\370\7\2\0\300\3\371\0\0\0\324\216\24M\0\216\24"..., 32) = 32
read(7, "\34\270\370\7\2\0\300\3n\0\0\0\324\216\24M\0\216\24Mx\244"..., 32) = 32
read(7, "\226\0\370\7\2\0\300\3\2\0\300\3\0\0\0\0\4\0\27\0\364\1"..., 32) = 32
read(7, "\23\370\370\7\2\0\300\3\2\0\300\3\0\0\300\3\1\0\0\300\1"..., 32) = 32
read(7, "\t\3\370\7\2\0\300\3\0\365%\10\270\367\377\277)\10\t\10"..., 32) = 32
read(7, "\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\241 \370\7\2\0\300\3\'\1\0\0\33\1\0\0\301\216\24M\0\0"..., 32) = 32
read(7, "\f\200\370\7\357\0\300\3\0\0\0\0\364\1\3\0\17\0\0\0\220"..., 32) = 32
read(7, "\f\205\370\7\357\0\300\3\0\0\3\0\3\0\5\0\16\0\343\2670"..., 32) = 32
read(7, "\f\366\370\7\357\0\300\3!\0\3\0\4\0\5\0\r\0[\t\0\0\0\0"..., 32) = 32
read(7, "\f\257\370\7\357\0\300\3Y\0\3\0\4\0\5\0\f\0\360\267\350"..., 32) = 32
read(7, "\fh\370\7\357\0\300\3\235\0\3\0\4\0\5\0\v\0\377\277<\0"..., 32) = 32
read(7, "\fO\370\7\357\0\300\3\345\0\3\0\4\0\5\0\n\0\343\267\200"..., 32) = 32
read(7, "\f\0\370\7\357\0\300\3#\1\3\0\4\0\5\0\t\0L\10\360$\34\10"..., 32) = 32
read(7, "\f\205\370\7\357\0\300\3\334\1\3\0\30\0\5\0\10\0S\10\325"..., 32) = 32
read(7, "\fQ\370\7\357\0\300\3\0\0\10\0\3\0\v\0\7\0S\10`Q \10\10"..., 32) = 32
read(7, "\f\v\370\7\357\0\300\3!\0\10\0\4\0\v\0\6\0L\10\220\366"..., 32) = 32
read(7, "\f\314\370\7\357\0\300\3Y\0\10\0\4\0\v\0\5\0\234\10<0S"..., 32) = 32
read(7, "\f\0\370\7\357\0\300\3\235\0\10\0\4\0\v\0\4\0\205\10\20"..., 32) = 32
read(7, "\f\5\370\7\357\0\300\3\345\0\10\0\4\0\v\0\3\0\2\0\220\366"..., 32) = 32
read(7, "\f\362\370\7\357\0\300\3#\1\10\0\4\0\v\0\2\0 \10\357\357"..., 32) = 32
read(7, "\f\0\370\7\357\0\300\3\334\1\10\0\v\0\v\0\1\0S\10\0\0\0"..., 32) = 32
read(7, "\f\0\370\7\357\0\300\3\0\0\23\0\347\1\2\0\0\0\"\10\20\0"..., 32) = 32
read(7, "\f\0\370\7\10\1\300\3\0\0\0\0\265\0\20\0\0\0\"\10\1\0\0"..., 32) = 32
read(7, "\f\0\370\7\4\1\300\3\0\0\0\0:\0\20\0\0\0\"\10\1\0\0\0\330"..., 32) = 32
read(7, "\f\0\370\7\2\1\300\3\0\0\0\0D\0\20\0\0\0\"\10\1\0\0\0\200"..., 32) = 32
read(7, "[EMAIL PROTECTED]"\10\1\0\0\0`"..., 32) = 32
read(7, "\f\0\370\7\376\0\300\3\0\0\0\0004\0\20\0\0\0\"\10\1\0\0"..., 32) = 32
read(7, "\f\0\370\7\370\0\300\3\0\0\0\0\36\0\20\0\0\0\"\10\1\0\0"..., 32) = 32
read(7, "\f\0\370\7\361\0\300\3\0\0\0\0\r\0\r\0\0\0\"\10\1\0\0\0"..., 32) = 32
read(7, "\f\5\370\7t\0\300\3\0\0\0\0\364\1\3\0\3\0\3\0 \366\377"..., 32) = 32
read(7, "\f\362\370\7t\0\300\3\0\0\3\0\3\0D\0\2\0 \10\357\357\357"..., 32) = 32
read(7, "\f\0\370\7t\0\300\3\361\1\3\0\3\0D\0\1\0\202\10 \366\377"..., 32) = 32
read(7, "\f\0\370\7t\0\300\3\0\0G\0\364\1\3\0\0\0\"\10\4\0\0\0h"..., 32) = 32
read(7, "\f\200\370\7\337\0\300\3\0\0\0\0\356\1\t\0\n\0\177\10\300"..., 32) = 32
read(7, "\f\200\370\7\337\0\300\3\0\0\t\0\t\0\27\0\t\0\0\0\370o"..., 32) = 32
read(7, "\f\0\370\7\337\0\300\3-\0\t\0\6\0\27\0\10\0\177\10 \0\0"..., 32) = 32
read(7, "\f\200\370\7\337\0\300\3I\0\t\0\6\0\27\0\7\0\177\10 \366"..., 32) = 32
read(7, "\f\0\370\7\337\0\300\3o\0\t\0\6\0\27\0\6\0\234\10\300\365"..., 32) = 32
read(7, "\f\0\370\7\337\0\300\3\233\0\t\0S\1\27\0\5\0\234\10<0S"..., 32) = 32
read(7, "\f\0\370\7\337\0\300\3\0\0 \0\356\1\6\0\4\0c\10\v\0\0\0"..., 32) = 32
read(7, "\f\5\370\7\337\0\300\3\0\0&\0\t\0\25\0\3\0\t\0 \366\377"..., 32) = 32
read(7, "\f\362\370\7\337\0\300\3&\0&\0\6\0\25\0\2\0 \10\357\357"..., 32) = 32
read(7, "\f\0\370\7\337\0\300\3\345\1&\0\t\0\25\0\1\0\202\10 \366"..., 32) = 32
read(7, "\f\0\370\7\337\0\300\3\0\0;\0\356\1\t\0\0\0\"\10\v\0\0"..., 32) = 32
read(7, "\f\0\370\7\335\0\300\3\0\0\0\0\271\1\25\0\0\0\"\10\1\0"..., 32) = 32
read(7, "\f\0\370\7\333\0\300\3\0\0\0\0\35\0\25\0\0\0\"\10\1\0\0"..., 32) = 32
read(7, "\f\0\370\7\331\0\300\3\0\0\0\0&\0\27\0\0\0\"\10\1\0\0\0"..., 32) = 32
read(7, "\f\0\370\7\327\0\300\3\0\0\0\0 \0\27\0\0\0\"\10\1\0\0\0"..., 32) = 32
read(7, "\f\0\370\7\305\0\300\3\0\0\0\0\26\0\27\0\0\0\"\10\1\0\0"..., 32) = 32
read(7, "\f\0\370\7\267\0\300\3\0\0\0\0$\0\27\0\0\0\"\10\1\0\0\0"..., 32) = 32
read(7, "\f\0\370\7\27\0\300\3\0\0\0\0\364\1\32\0\0\0\"\10\1\0\0"..., 32) = 32
read(7, "\f\0\370\7\17\0\300\3\0\0\0\0\364\1\364\1\0\0\"\10\1\0"..., 32) = 32
read(7, "\7\4\370\7\326\216\24MD\0\0\0\2\0\300\3\17\0\300\3\354"..., 32) = 32
read(7, "\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\7\3\370\7\326\216\24MD\0\0\0\17\0\300\3\0\0\0\0\354\0"..., 32) = 32
read(7, "\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "[EMAIL PROTECTED]"..., 32) = 32
read(7, "\34\270\370\7D\0\0\0A\1\0\0\326\216\24M\0\216\24Mx^S\10"..., 32) = 32
read(7, "\34\270\370\7D\0\0\0G\1\0\0\331\216\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270\370\7D\0\0\0G\1\0\0\331\216\24M\0\0\0\0\4\0\0\0"..., 32) = 32
read(7, "\241 \370\7\2\0\300\3\'\1\0\0\33\1\0\0\326\216\24M\0\0"..., 32) = 32
read(7, "\1\0\0\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(7, "\221\216\2\0\1\0\0\0", 8)     = 8
write(7, "\221\v\3\0\1\0\0\0\17\0\300\3", 12) = 12
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\1\0\n\0\17\1\300\3D\0\0\0\0\1\346\0\0\0023\1\0\0\0\0\0"..., 3900) = 
3900
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\2\0\4\0\33\1\300\3\2\0\0\0\377\377\377\0\22\0\n\0\31\1"..., 1360) = 
1360
write(7, "\22\0\n\0\21\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 232
write(7, "\22\0\n\0\37\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 56) = 56
write(7, "\22\0\n\0\23\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 232
write(7, "\22\0\n\0\37\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 56) = 56
write(7, "\22\0\n\0\25\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 232
write(7, "\22\0\n\0\37\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 56) = 56
write(7, "\22\0\n\0\27\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 232
write(7, "\22\0\n\0\37\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 56) = 56
write(7, "\22\0\n\0\31\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 276) = 276
write(7, "\22\0\n\0\37\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 84) = 84
write(7, "\22\0\n\0\35\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 232
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\1\0\n\0-\1\300\3D\0\0\0\0\1\346\0\0\0023\1\0\0\0\0\0\0"..., 2588) = 
2588
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\2\0\4\0005\1\300\3\2\0\0\0\377\377\377\0\22\0\n\0003\1"..., 1160) = 
1160
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\2\0\4\0009\1\300\3\2\0\0\0\377\377\377\0\22\0\n\0007\1"..., 1052) = 
1052
write(7, "\22\0\n\0-\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 232) = 232
write(7, "\22\0\n\0;\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 56) = 56
write(7, "\22\0\n\0/\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 232) = 232
write(7, "\22\0\n\0;\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 56) = 56
write(7, "\22\0\n\0001\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 232
write(7, "\22\0\n\0;\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 56) = 56
write(7, "\22\0\n\0003\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 276) = 276
write(7, "\22\0\n\0;\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 84) = 84
write(7, "\22\0\n\0007\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 276) = 276
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\2\0\4\0C\1\300\3\2\0\0\0\357\357\357\0\2\0\4\0005\1\300"..., 2024) = 
2024
write(7, "\22\0\n\0G\1\300\3\376\0\0\0\376\0\0\0\10\0\4\0\20\0\0"..., 232) = 232
write(7, "\22\0\n\0K\1\300\3\376\0\0\0\376\0\0\0\10\0\4\0\20\0\0"..., 56) = 56
write(7, "\22\0\n\0I\1\300\3\376\0\0\0\376\0\0\0\10\0\4\0\20\0\0"..., 232) = 232
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\22\0\n\0K\1\300\3\376\0\0\0\376\0\0\0\10\0\4\0\20\0\0"..., 1796) = 
1796
open("/usr/share/X11/locale/compose.dir", O_RDONLY) = 9
fstat64(9, {st_mode=S_IFREG|0644, st_size=35442, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb772b000
read(9, "# $Xorg: compose.dir,v 1.3 2000/"..., 131072) = 35442
close(9)                                = 0
munmap(0xb772b000, 131072)              = 0
access("/usr/share/X11/locale/iso8859-1/Compose", R_OK) = 0
open("/usr/share/X11/locale/iso8859-1/Compose", O_RDONLY) = 9
close(9)                                = 0
geteuid32()                             = 1000
getegid32()                             = 500
open("/home/marco/.XCompose", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/X11/locale/compose.dir", O_RDONLY) = 9
fstat64(9, {st_mode=S_IFREG|0644, st_size=35442, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb772b000
read(9, "# $Xorg: compose.dir,v 1.3 2000/"..., 131072) = 35442
close(9)                                = 0
munmap(0xb772b000, 131072)              = 0
access("/usr/share/X11/locale/iso8859-1/Compose", R_OK) = 0
getuid32()                              = 1000
getgid32()                              = 500
stat64("/usr/share/X11/locale/iso8859-1/Compose", {st_mode=S_IFREG|0644, 
st_size=20411, ...}) = 0
stat64("/var/cache/libx11/compose/", 0xbfffda7c) = -1 ENOENT (No such file or 
directory)
getuid32()                              = 1000
getgid32()                              = 500
stat64("/usr/share/X11/locale/iso8859-1/Compose", {st_mode=S_IFREG|0644, 
st_size=20411, ...}) = 0
stat64("/home/marco/.compose-cache/", 0xbfffda7c) = -1 ENOENT (No such file or 
directory)
open("/usr/share/X11/locale/iso8859-1/Compose", O_RDONLY) = 9
open("/usr/share/X11/locale/iso8859-1/Compose", O_RDONLY) = 10
fstat64(10, {st_mode=S_IFREG|0644, st_size=20411, ...}) = 0
fstat64(10, {st_mode=S_IFREG|0644, st_size=20411, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb772b000
read(10, "# $Xorg: iso8859-1,v 1.3 2000/08"..., 131072) = 20411
read(10, "", 131072)                    = 0
close(10)                               = 0
munmap(0xb772b000, 131072)              = 0
write(7, "\2\0\4\0S\1\300\3\2\0\0\0\377\377\377\0\22\0\n\0S\1\300"..., 184) = 
184
read(7, "\34\270\26\10\17\1\300\3\'\0\0\0\6\217\24M\0\217\24M\0"..., 32) = 32
read(7, "\34\270\27\10\17\1\300\3\355\0\0\0\6\217\24M\0\217\24M"..., 32) = 32
read(7, "\34\270|\10\17\1\300\3}\1\0\0\7\217\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270|\10\21\1\300\3}\1\0\0\7\217\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270|\10\23\1\300\3}\1\0\0\7\217\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270|\10\25\1\300\3}\1\0\0\7\217\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270|\10\27\1\300\3}\1\0\0\7\217\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270|\10\31\1\300\3}\1\0\0\7\217\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270~\10\31\1\300\3\376\0\0\0\10\217\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\177\10\31\1\300\3\4\1\0\0\10\217\24M\0\217\24M"..., 32) = 32
read(7, "\26\270\200\10\33\1\300\3\33\1\300\3\0\0\0\0\2\0\2\0\354"..., 32) = 32
read(7, "\34\270\247\10\35\1\300\3}\1\0\0\t\217\24M\0\0\0\0x\244"..., 32) = 32
read(7, "\34\270\247\10\37\1\300\3}\1\0\0\t\217\24M\0\0\0\0x\244"..., 32) = 32
read(7, "\34\270\250\10\21\1\300\3\376\0\0\0\t\217\24M\0\217\24"..., 32) = 32
read(7, "\25\270\252\10\21\1\300\3\21\1\300\3D\0\0\0\0\0\0\0\0\6"..., 32) = 32
read(7, "\26\270\261\10!\1\300\3!\1\300\3\0\0\0\0\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\371\262\10\21\1\300\3\21\1\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\262\10\21\1\300\3\376\0\0\0\t\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\262\10\21\1\300\3}\1\0\0\t\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\262\10\21\1\300\3\375\0\0\0\t\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\262\10\21\1\300\3\27\1\0\0\t\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\262\10\21\1\300\3\370\0\0\0\t\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\262\10\21\1\300\3\r\1\0\0\t\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\262\10\21\1\300\3#\1\0\0\t\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\262\10\21\1\300\3\'\1\0\0\t\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\262\10\21\1\300\3\'\0\0\0\t\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\262\10\21\1\300\0034\1\0\0\t\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\262\10\21\1\300\3C\0\0\0\t\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\262\10\21\1\300\3#\0\0\0\t\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\262\10\21\1\300\3(\0\0\0\t\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\262\10\21\1\300\3$\0\0\0\t\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\270\264\10\37\1\300\3\376\0\0\0\n\217\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\266\10\23\1\300\3\376\0\0\0\n\217\24M\0\217\24"..., 32) = 32
read(7, "\25\270\270\10\23\1\300\3\23\1\300\3D\0\0\0\0\0\0\0\0\366"..., 32) = 32
read(7, "\26\270\277\10#\1\300\3#\1\300\3!\1\300\3\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\371\300\10\23\1\300\3\23\1\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\300\10\23\1\300\3\376\0\0\0\n\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\300\10\23\1\300\3}\1\0\0\n\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\300\10\23\1\300\3\375\0\0\0\n\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\300\10\23\1\300\3\27\1\0\0\n\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\300\10\23\1\300\3\370\0\0\0\n\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\300\10\23\1\300\3\r\1\0\0\n\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\300\10\23\1\300\3#\1\0\0\n\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\300\10\23\1\300\3\'\1\0\0\n\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\300\10\23\1\300\3\'\0\0\0\n\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\300\10\23\1\300\0034\1\0\0\n\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\300\10\23\1\300\3C\0\0\0\n\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\300\10\23\1\300\3#\0\0\0\n\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\300\10\23\1\300\3(\0\0\0\n\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\300\10\23\1\300\3$\0\0\0\n\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\270\302\10\37\1\300\3\376\0\0\0\n\217\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\304\10\25\1\300\3\376\0\0\0\v\217\24M\0\217\24"..., 32) = 32
read(7, "\25\270\306\10\25\1\300\3\25\1\300\3D\0\0\0\0\0\0\0\0Q"..., 32) = 32
read(7, "\26\270\315\10%\1\300\3%\1\300\3#\1\300\3\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\371\316\10\25\1\300\3\25\1\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\316\10\25\1\300\3\376\0\0\0\v\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\316\10\25\1\300\3}\1\0\0\v\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\316\10\25\1\300\3\375\0\0\0\v\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\316\10\25\1\300\3\27\1\0\0\v\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\316\10\25\1\300\3\370\0\0\0\v\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\316\10\25\1\300\3\r\1\0\0\v\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\316\10\25\1\300\3#\1\0\0\v\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\316\10\25\1\300\3\'\1\0\0\v\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\316\10\25\1\300\3\'\0\0\0\v\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\316\10\25\1\300\0034\1\0\0\v\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\316\10\25\1\300\3C\0\0\0\v\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\316\10\25\1\300\3#\0\0\0\v\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\316\10\25\1\300\3(\0\0\0\v\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\316\10\25\1\300\3$\0\0\0\v\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\270\320\10\37\1\300\3\376\0\0\0\v\217\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\322\10\27\1\300\3\376\0\0\0\v\217\24M\0\217\24"..., 32) = 32
read(7, "\25\270\324\10\27\1\300\3\27\1\300\3D\0\0\0\0\0\0\0\0%"..., 32) = 32
read(7, "\26\270\333\10\'\1\300\3\'\1\300\3%\1\300\3\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\371\334\10\27\1\300\3\27\1\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\334\10\27\1\300\3\376\0\0\0\v\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\334\10\27\1\300\3}\1\0\0\v\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\334\10\27\1\300\3\375\0\0\0\v\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\334\10\27\1\300\3\27\1\0\0\v\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\334\10\27\1\300\3\370\0\0\0\v\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\334\10\27\1\300\3\r\1\0\0\v\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\334\10\27\1\300\3#\1\0\0\v\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\334\10\27\1\300\3\'\1\0\0\v\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\334\10\27\1\300\3\'\0\0\0\v\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\334\10\27\1\300\0034\1\0\0\v\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\334\10\27\1\300\3C\0\0\0\v\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\334\10\27\1\300\3#\0\0\0\v\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\334\10\27\1\300\3(\0\0\0\v\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\334\10\27\1\300\3$\0\0\0\v\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\270\336\10\37\1\300\3\376\0\0\0\r\217\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\340\10\31\1\300\3\376\0\0\0\r\217\24M\0\217\24"..., 32) = 32
read(7, "\25\270\342\10\31\1\300\3\31\1\300\3D\0\0\0\0\0\0\0\0\331"..., 32) = 32
read(7, "\25\270\350\10\33\1\300\3\33\1\300\3)\1\300\3\2\0\2\0\0"..., 32) = 32
read(7, "\26\270\353\10)\1\300\3)\1\300\3\'\1\300\3\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\371\354\10\31\1\300\3\31\1\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\354\10\31\1\300\3\4\1\0\0\r\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\354\10\31\1\300\3\376\0\0\0\r\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\354\10\31\1\300\3}\1\0\0\r\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\354\10\31\1\300\3\375\0\0\0\r\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\354\10\31\1\300\3\27\1\0\0\r\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\354\10\31\1\300\3\370\0\0\0\r\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\354\10\31\1\300\3\r\1\0\0\r\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\354\10\31\1\300\3#\1\0\0\r\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\354\10\31\1\300\3\'\1\0\0\r\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\354\10\31\1\300\3\'\0\0\0\r\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\354\10\31\1\300\0034\1\0\0\r\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\354\10\31\1\300\3C\0\0\0\r\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\354\10\31\1\300\3#\0\0\0\r\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\354\10\31\1\300\3(\0\0\0\r\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\354\10\31\1\300\3$\0\0\0\r\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\270\356\10\37\1\300\3\376\0\0\0\16\217\24M\0\0\0\0"..., 32) = 32
read(7, "\34\270\357\10\37\1\300\3\4\1\0\0\16\217\24M\0\217\24M"..., 32) = 32
read(7, "\34\270\361\10\35\1\300\3\376\0\0\0\16\217\24M\0\217\24"..., 32) = 32
read(7, "\25\270\363\10\35\1\300\3\35\1\300\3D\0\0\0\0\0\0\0\0S"..., 32) = 32
read(7, "\26\270\372\10+\1\300\3+\1\300\3)\1\300\3\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\371\373\10\35\1\300\3\35\1\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\373\10\35\1\300\3\376\0\0\0\16\217\24M\1\0\0\0"..., 32) = 32
read(7, "\34\266\373\10\35\1\300\3}\1\0\0\16\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\373\10\35\1\300\3\375\0\0\0\16\217\24M\1\0\0\0"..., 32) = 32
read(7, "\34\266\373\10\35\1\300\3\27\1\0\0\16\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\373\10\35\1\300\3\370\0\0\0\16\217\24M\1\0\0\0"..., 32) = 32
read(7, "\34\266\373\10\35\1\300\3\r\1\0\0\16\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\373\10\35\1\300\3#\1\0\0\16\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\373\10\35\1\300\3\'\1\0\0\16\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\373\10\35\1\300\3\'\0\0\0\16\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\373\10\35\1\300\0034\1\0\0\16\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\373\10\35\1\300\3C\0\0\0\16\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\373\10\35\1\300\3#\0\0\0\16\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\373\10\35\1\300\3(\0\0\0\16\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\373\10\35\1\300\3$\0\0\0\16\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\270N\t-\1\300\3}\1\0\0\21\217\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270N\t/\1\300\3}\1\0\0\21\217\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270N\t1\1\300\3}\1\0\0\21\217\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270N\t3\1\300\3}\1\0\0\21\217\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270P\t3\1\300\3\376\0\0\0\22\217\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270Q\t3\1\300\3\4\1\0\0\22\217\24M\0\217\24M\260\241"..., 32) = 32
read(7, "\26\270R\t5\1\300\0035\1\300\3\0\0\0\0\2\0\2\0\354\1/\1"..., 32) = 32
read(7, "\34\270S\t3\1\300\3(\0\0\0\22\217\24M\0\0\0\0\370o\177"..., 32) = 32
read(7, "\34\270T\t3\1\300\3(\0\0\0\22\217\24M\0\217\24M\370o\177"..., 32) = 32
read(7, "\34\270V\t3\1\300\3(\0\0\0\22\217\24M\0\217\24M\370o\177"..., 32) = 32
read(7, "\26\0o\t3\1\300\0033\1\300\0031\1\300\3\0\1\346\0\202\000"..., 32) = 32
read(7, "\34\270o\t7\1\300\3}\1\0\0\22\217\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270q\t7\1\300\3\376\0\0\0\23\217\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270r\t7\1\300\3\4\1\0\0\23\217\24M\0\217\24M\260\241"..., 32) = 32
read(7, "\26\270s\t9\1\300\0039\1\300\3\0\0\0\0\2\0\2\0\354\1/\1"..., 32) = 32
read(7, "\34\270t\t7\1\300\3(\0\0\0\23\217\24M\0\0\0\0\370o\177"..., 32) = 32
read(7, "\34\270u\t7\1\300\3(\0\0\0\23\217\24M\0\217\24M\370o\177"..., 32) = 32
read(7, "\34\270w\t7\1\300\3(\0\0\0\23\217\24M\0\217\24M\370o\177"..., 32) = 32
read(7, "\26\0\213\t7\1\300\0037\1\300\0033\1\300\3\0\1\346\0\202"..., 32) = 32
read(7, "\34\270\213\t;\1\300\3}\1\0\0\24\217\24M\0\0\0\0x\244I"..., 32) = 32
read(7, "\34\270\214\t-\1\300\3\376\0\0\0\24\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\270\216\t-\1\300\3-\1\300\3D\0\0\0\0\0\0\0\0St\10\376"..., 32) = 32
read(7, "\26\270\225\t=\1\300\3=\1\300\3\0\0\0\0\0\0\0\0\0\0023"..., 32) = 32
read(7, "\21\371\226\t-\1\300\3-\1\300\3(\370\377\277\5\371\6\10"..., 32) = 32
read(7, "\34\266\226\t-\1\300\3\376\0\0\0\24\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\226\t-\1\300\3}\1\0\0\24\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\226\t-\1\300\3\375\0\0\0\24\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\226\t-\1\300\3\27\1\0\0\24\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\226\t-\1\300\3\370\0\0\0\24\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\226\t-\1\300\3\r\1\0\0\24\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\226\t-\1\300\3#\1\0\0\24\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\226\t-\1\300\3\'\1\0\0\24\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\226\t-\1\300\3\'\0\0\0\24\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\226\t-\1\300\0034\1\0\0\24\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\226\t-\1\300\3C\0\0\0\24\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\226\t-\1\300\3#\0\0\0\24\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\226\t-\1\300\3(\0\0\0\24\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\226\t-\1\300\3$\0\0\0\24\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\230\t;\1\300\3\376\0\0\0\25\217\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\232\t/\1\300\3\376\0\0\0\25\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\270\234\t/\1\300\3/\1\300\3D\0\0\0\0\0\0\0\0\320V\10"..., 32) = 32
read(7, "\26\270\243\t?\1\300\3?\1\300\3=\1\300\3\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\371\244\t/\1\300\3/\1\300\3(\370\377\277\5\371\6\10"..., 32) = 32
read(7, "\34\266\244\t/\1\300\3\376\0\0\0\25\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\244\t/\1\300\3}\1\0\0\25\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\244\t/\1\300\3\375\0\0\0\25\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\244\t/\1\300\3\27\1\0\0\25\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\244\t/\1\300\3\370\0\0\0\25\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\244\t/\1\300\3\r\1\0\0\25\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\244\t/\1\300\3#\1\0\0\25\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\244\t/\1\300\3\'\1\0\0\25\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\244\t/\1\300\3\'\0\0\0\25\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\244\t/\1\300\0034\1\0\0\25\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\244\t/\1\300\3C\0\0\0\25\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\244\t/\1\300\3#\0\0\0\25\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\244\t/\1\300\3(\0\0\0\25\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\244\t/\1\300\3$\0\0\0\25\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\246\t;\1\300\3\376\0\0\0\25\217\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\250\t1\1\300\3\376\0\0\0\25\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\270\252\t1\1\300\0031\1\300\3D\0\0\0\0\0\0\0\0\317"..., 32) = 32
read(7, "\26\270\261\tA\1\300\3A\1\300\3?\1\300\3\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\371\262\t1\1\300\0031\1\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266\262\t1\1\300\3\376\0\0\0\25\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\262\t1\1\300\3}\1\0\0\25\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\262\t1\1\300\3\375\0\0\0\25\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\262\t1\1\300\3\27\1\0\0\25\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\262\t1\1\300\3\370\0\0\0\25\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\262\t1\1\300\3\r\1\0\0\25\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\262\t1\1\300\3#\1\0\0\25\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\262\t1\1\300\3\'\1\0\0\25\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\262\t1\1\300\3\'\0\0\0\25\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\262\t1\1\300\0034\1\0\0\25\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\262\t1\1\300\3C\0\0\0\25\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\262\t1\1\300\3#\0\0\0\25\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\262\t1\1\300\3(\0\0\0\25\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\262\t1\1\300\3$\0\0\0\25\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\264\t;\1\300\3\376\0\0\0\26\217\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\266\t3\1\300\3\376\0\0\0\26\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\270\270\t3\1\300\0033\1\300\3D\0\0\0\0\0\0\0\0\33\201"..., 32) = 32
read(7, "\25\270\276\t5\1\300\0035\1\300\3C\1\300\3\2\0\2\0\0\263"..., 32) = 32
read(7, "\26\270\301\tC\1\300\3C\1\300\3A\1\300\3\0\0\0\0\202\000"..., 32) = 32
read(7, "\21\371\302\t3\1\300\0033\1\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266\302\t3\1\300\3\4\1\0\0\26\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\302\t3\1\300\3\376\0\0\0\26\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\302\t3\1\300\3}\1\0\0\26\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\302\t3\1\300\3\375\0\0\0\26\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\302\t3\1\300\3\27\1\0\0\26\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\302\t3\1\300\3\370\0\0\0\26\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\302\t3\1\300\3\r\1\0\0\26\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\302\t3\1\300\3#\1\0\0\26\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\302\t3\1\300\3\'\1\0\0\26\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\302\t3\1\300\3\'\0\0\0\26\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\302\t3\1\300\0034\1\0\0\26\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\302\t3\1\300\3C\0\0\0\26\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\302\t3\1\300\3#\0\0\0\26\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\302\t3\1\300\3(\0\0\0\26\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\302\t3\1\300\3$\0\0\0\26\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\304\t;\1\300\3\376\0\0\0\27\217\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\305\t;\1\300\3\4\1\0\0\27\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\34\270\307\t7\1\300\3\376\0\0\0\27\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\270\311\t7\1\300\0037\1\300\3D\0\0\0\0\0\0\0\0\314"..., 32) = 32
read(7, "\25\270\317\t9\1\300\0039\1\300\3E\1\300\3\2\0\2\0\0\263"..., 32) = 32
read(7, "\26\270\322\tE\1\300\3E\1\300\3C\1\300\3\0\0\0\0\202\000"..., 32) = 32
read(7, "\21\371\323\t7\1\300\0037\1\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266\323\t7\1\300\3\4\1\0\0\27\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\323\t7\1\300\3\376\0\0\0\27\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\323\t7\1\300\3}\1\0\0\27\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\323\t7\1\300\3\375\0\0\0\27\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\323\t7\1\300\3\27\1\0\0\27\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\323\t7\1\300\3\370\0\0\0\27\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\323\t7\1\300\3\r\1\0\0\27\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\323\t7\1\300\3#\1\0\0\27\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\323\t7\1\300\3\'\1\0\0\27\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\323\t7\1\300\3\'\0\0\0\27\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\323\t7\1\300\0034\1\0\0\27\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\323\t7\1\300\3C\0\0\0\27\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\323\t7\1\300\3#\0\0\0\27\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\323\t7\1\300\3(\0\0\0\27\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\323\t7\1\300\3$\0\0\0\27\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\30\nG\1\300\3}\1\0\0\31\217\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270\30\nI\1\300\3}\1\0\0\31\217\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270\30\nK\1\300\3}\1\0\0\31\217\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270\31\nG\1\300\3\376\0\0\0\31\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\270\33\nG\1\300\3G\1\300\3D\0\0\0\0\0\0\0\0\314\235"..., 32) = 32
read(7, "\26\270\"\nM\1\300\3M\1\300\3\0\0\0\0\0\0\0\0\0\0023\1"..., 32) = 32
read(7, "\21\371#\nG\1\300\3G\1\300\3(\370\377\277\5\371\6\10\230"..., 32) = 32
read(7, "\34\266#\nG\1\300\3\376\0\0\0\31\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266#\nG\1\300\3}\1\0\0\31\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266#\nG\1\300\3\375\0\0\0\31\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266#\nG\1\300\3\27\1\0\0\31\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266#\nG\1\300\3\370\0\0\0\31\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266#\nG\1\300\3\r\1\0\0\31\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266#\nG\1\300\3#\1\0\0\31\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266#\nG\1\300\3\'\1\0\0\31\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266#\nG\1\300\3\'\0\0\0\31\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266#\nG\1\300\0034\1\0\0\31\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266#\nG\1\300\3C\0\0\0\31\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266#\nG\1\300\3#\0\0\0\31\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266#\nG\1\300\3(\0\0\0\31\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266#\nG\1\300\3$\0\0\0\31\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\270%\nK\1\300\3\376\0\0\0\32\217\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270\'\nI\1\300\3\376\0\0\0\32\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\270)\nI\1\300\3I\1\300\3D\0\0\0\0\0\0\0\0\336|\10\376"..., 32) = 32
read(7, "\26\2700\nO\1\300\3O\1\300\3M\1\300\3\0\0\0\0\0\0023\1"..., 32) = 32
read(7, "\21\3711\nI\1\300\3I\1\300\3(\370\377\277\5\371\6\10\230"..., 32) = 32
read(7, "\34\2661\nI\1\300\3\376\0\0\0\32\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\2661\nI\1\300\3}\1\0\0\32\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2661\nI\1\300\3\375\0\0\0\32\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\2661\nI\1\300\3\27\1\0\0\32\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\2661\nI\1\300\3\370\0\0\0\32\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\2661\nI\1\300\3\r\1\0\0\32\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\2661\nI\1\300\3#\1\0\0\32\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2661\nI\1\300\3\'\1\0\0\32\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\2661\nI\1\300\3\'\0\0\0\32\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\2661\nI\1\300\0034\1\0\0\32\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\2661\nI\1\300\3C\0\0\0\32\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2661\nI\1\300\3#\0\0\0\32\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2661\nI\1\300\3(\0\0\0\32\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2661\nI\1\300\3$\0\0\0\32\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2703\nK\1\300\3\376\0\0\0\33\217\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270I\nQ\1\300\3(\0\0\0\34\217\24M\0\217\24M(\263\205"..., 32) = 32
read(7, "\34\270J\nQ\1\300\3(\0\0\0\34\217\24M\0\217\24M(\263\205"..., 32) = 32
read(7, "\34\270L\nQ\1\300\3(\0\0\0\34\217\24M\0\217\24M(\263\205"..., 32) = 32
read(7, "\34\270M\nQ\1\300\3(\0\0\0\34\217\24M\0\217\24M(\263\205"..., 32) = 32
read(7, "\34\270a\nQ\1\300\3}\1\0\0\34\217\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\26\0a\nQ\1\300\3Q\1\300\3K\1\300\3\0\1\346\0W\0\32\0\0"..., 32) = 32
read(7, "\34\270a\nS\1\300\3}\1\0\0\34\217\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270c\nS\1\300\3\376\0\0\0!\217\24M\0\217\24M\260\241"..., 32) = 32
read(7, "\34\270d\nS\1\300\3\4\1\0\0!\217\24M\0\217\24M\260\241"..., 32) = 32
read(7, "\1\0f\n\3\0\0\0#\0\0\0\1\0\1\1\377\377\377\377\0\0\0\0"..., 32) = 32
read(7, "[EMAIL PROTECTED]@@\0\0\0\0\0", 12)  = 12
read(7, "\1\30g\n\0\0\0\0D\0\0\0\0\0\0\0\0\4\0\3\0\0\0\0\0\0\0\0"..., 32) = 32
open("/usr/share/X11/locale/compose.dir", O_RDONLY) = 10
fstat64(10, {st_mode=S_IFREG|0644, st_size=35442, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb772b000
read(10, "# $Xorg: compose.dir,v 1.3 2000/"..., 131072) = 35442
close(10)                               = 0
munmap(0xb772b000, 131072)              = 0
access("/usr/share/X11/locale/iso8859-1/Compose", R_OK) = 0
open("/usr/share/X11/locale/iso8859-1/Compose", O_RDONLY) = 10
close(10)                               = 0
geteuid32()                             = 1000
getegid32()                             = 500
open("/home/marco/.XCompose", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/X11/locale/compose.dir", O_RDONLY) = 10
fstat64(10, {st_mode=S_IFREG|0644, st_size=35442, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb772b000
read(10, "# $Xorg: compose.dir,v 1.3 2000/"..., 131072) = 35442
close(10)                               = 0
munmap(0xb772b000, 131072)              = 0
access("/usr/share/X11/locale/iso8859-1/Compose", R_OK) = 0
getuid32()                              = 1000
getgid32()                              = 500
stat64("/usr/share/X11/locale/iso8859-1/Compose", {st_mode=S_IFREG|0644, 
st_size=20411, ...}) = 0
stat64("/var/cache/libx11/compose/", 0xbfffda0c) = -1 ENOENT (No such file or 
directory)
getuid32()                              = 1000
getgid32()                              = 500
stat64("/usr/share/X11/locale/iso8859-1/Compose", {st_mode=S_IFREG|0644, 
st_size=20411, ...}) = 0
stat64("/home/marco/.compose-cache/", 0xbfffda0c) = -1 ENOENT (No such file or 
directory)
open("/usr/share/X11/locale/iso8859-1/Compose", O_RDONLY) = 10
open("/usr/share/X11/locale/iso8859-1/Compose", O_RDONLY) = 12
fstat64(12, {st_mode=S_IFREG|0644, st_size=20411, ...}) = 0
fstat64(12, {st_mode=S_IFREG|0644, st_size=20411, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb772b000
read(12, "# $Xorg: iso8859-1,v 1.3 2000/08"..., 131072) = 20411
read(12, "", 131072)                    = 0
close(12)                               = 0
munmap(0xb772b000, 131072)              = 0
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\2\0\4\0D\0\0\0\0\10\0\0000@@\0\1\0\n\0U\1\300\3D\0\0\0"..., 648) = 
648
write(7, "\22\0\n\0Q\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 232) = 232
write(7, "\22\0\n\0U\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 56) = 56
write(7, "\22\0\n\0S\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 232) = 232
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\22\0\n\0U\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 3356) = 
3356
write(7, "\22\0\n\0K\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 320) = 320
write(7, "\22\0\n\0a\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 56) = 56
write(7, "\22\0\n\0U\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 320) = 320
write(7, "\22\0\n\0a\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 84) = 84
write(7, "\22\0\n\0[\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 232) = 232
write(7, "[EMAIL PROTECTED]", 16) = 16
write(7, "\22\0\n\0]\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 232) = 232
write(7, "[EMAIL PROTECTED]", 16) = 16
write(7, "\22\0\n\0_\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 232) = 232
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\1\0\n\0m\1\300\3D\0\0\0\0\1\346\0\0\0023\1\0\0\0\0\0\0"..., 1972) = 
1972
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\2\0\4\0s\1\300\3\2\0\0\0\377\377\377\0\22\0\n\0q\1\300"..., 828) = 
828
write(7, "\22\0\n\0m\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 232) = 232
write(7, "\22\0\n\0u\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 56) = 56
write(7, "\22\0\n\0o\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 232) = 232
write(7, "\22\0\n\0u\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 56) = 56
write(7, "\22\0\n\0q\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 276) = 276
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\22\0\n\0u\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 700) = 700
write(7, "\22\0\n\0\37\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 524) = 524
write(7, "\22\0\n\0}\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 84) = 84
write(7, "\22\0\n\0a\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 564) = 564
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\1\0\n\0\203\1\300\3D\0\0\0\0\1\346\0\0\0023\1\0\0\0\0"..., 632) = 632
write(7, "\22\0\n\0;\1\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 508) = 
508
write(7, "\22\0\n\0\203\1\300\3\376\0\0\0\376\0\0\0\10\0023\1\20"..., 84) = 84
write(7, "\22\0\n\0u\1\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 392) = 
392
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\1\0\n\0\211\1\300\3D\0\0\0\0\1\346\0\0\0023\1\0\0\0\0"..., 1064) = 
1064
write(7, "\22\0\n\0}\1\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 768) = 
768
write(7, "\22\0\n\0\211\1\300\3\376\0\0\0\376\0\0\0\10\0023\1\20"..., 1616) = 
1616
write(7, "\22\0\n\0\203\1\300\3\376\0\0\0\376\0\0\0\10\0023\1\20"..., 628) = 628
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "[EMAIL PROTECTED]"..., 2072) = 2072
write(7, "\22\0\n\0\211\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 1300) = 
1300
write(7, "\22\0\n\0\17\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 84) = 84
write(7, "\22\0\n\0\227\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 
232
write(7, "[EMAIL PROTECTED]", 16) = 16
write(7, "\22\0\n\0\231\1\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 
232
gettimeofday({1165229330, 252354}, NULL) = 0
stat64("/usr/local/caret", {st_mode=S_IFDIR|0775, st_size=360, ...}) = 0
mmap2(NULL, 163840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7723000
write(7, "\2\0\4\0i\1\300\3\2\0\0\0\357\357\357\0\2\0\4\0i\1\300"..., 48) = 48
read(7, "\34\270|\nU\1\300\3}\1\0\0001\217\24M\0\0\0\0x\244I\010"..., 32) = 32
read(7, "\34\270}\nQ\1\300\3\376\0\0\0001\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\270\177\nQ\1\300\3Q\1\300\3D\0\0\0\0\0\0\0\0\336|\10"..., 32) = 32
read(7, "\26\270\206\nW\1\300\3W\1\300\3\0\0\0\0\0\0\0\0W\0\32\0"..., 32) = 32
read(7, "\21\371\207\nQ\1\300\3Q\1\300\3(\370\377\277\5\371\6\10"..., 32) = 32
read(7, "\34\266\207\nQ\1\300\3\376\0\0\0001\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\207\nQ\1\300\3}\1\0\0001\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\207\nQ\1\300\3\375\0\0\0001\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\207\nQ\1\300\3\27\1\0\0001\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\207\nQ\1\300\3\370\0\0\0001\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\207\nQ\1\300\3\r\1\0\0001\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\207\nQ\1\300\3#\1\0\0001\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\207\nQ\1\300\3\'\1\0\0001\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\207\nQ\1\300\3\'\0\0\0001\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\207\nQ\1\300\0034\1\0\0001\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\207\nQ\1\300\3C\0\0\0001\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\207\nQ\1\300\3#\0\0\0001\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\207\nQ\1\300\3(\0\0\0001\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\207\nQ\1\300\3$\0\0\0001\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\211\nU\1\300\3\376\0\0\0002\217\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\213\nS\1\300\3\376\0\0\0002\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\270\215\nS\1\300\3S\1\300\3D\0\0\0\0\0\0\0\0\227\202"..., 32) = 32
read(7, "\26\270\224\nY\1\300\3Y\1\300\3W\1\300\3\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\371\225\nS\1\300\3S\1\300\3(\370\377\277\5\371\6\10"..., 32) = 32
read(7, "\34\266\225\nS\1\300\3\4\1\0\0002\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\225\nS\1\300\3\376\0\0\0002\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\225\nS\1\300\3}\1\0\0002\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\225\nS\1\300\3\375\0\0\0002\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\225\nS\1\300\3\27\1\0\0002\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\225\nS\1\300\3\370\0\0\0002\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\225\nS\1\300\3\r\1\0\0002\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\225\nS\1\300\3#\1\0\0002\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\225\nS\1\300\3\'\1\0\0002\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\225\nS\1\300\3\'\0\0\0002\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\225\nS\1\300\0034\1\0\0002\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\225\nS\1\300\3C\0\0\0002\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\225\nS\1\300\3#\0\0\0002\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\225\nS\1\300\3(\0\0\0002\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\225\nS\1\300\3$\0\0\0002\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\227\nU\1\300\3\376\0\0\0004\217\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\230\nU\1\300\3\4\1\0\0004\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\34\270\277\n]\1\300\3(\0\0\0004\217\24M\0\217\24M\254"..., 32) = 32
read(7, "\34\270\300\n]\1\300\3(\0\0\0004\217\24M\0\217\24M\254"..., 32) = 32
read(7, "\34\270\302\n]\1\300\3(\0\0\0004\217\24M\0\217\24M\254"..., 32) = 32
read(7, "\34\270\303\n]\1\300\3(\0\0\0004\217\24M\0\217\24M\254"..., 32) = 32
read(7, "\34\270\327\n_\1\300\3(\0\0\0004\217\24M\0\217\24M\250"..., 32) = 32
read(7, "\34\270\330\n_\1\300\3(\0\0\0004\217\24M\0\217\24M\250"..., 32) = 32
read(7, "\34\270\332\n_\1\300\3(\0\0\0004\217\24M\0\217\24M\250"..., 32) = 32
read(7, "\34\270\333\n_\1\300\3(\0\0\0004\217\24M\0\217\24M\250"..., 32) = 32
read(7, "\34\270\357\n[\1\300\3}\1\0\0004\217\24M\0\0\0\0x\244I"..., 32) = 32
read(7, "\34\270\357\n]\1\300\3}\1\0\0004\217\24M\0\0\0\0x\244I"..., 32) = 32
read(7, "\26\0\357\n]\1\300\3]\1\300\3[\1\300\3\0\1\346\0W\0\32"..., 32) = 32
read(7, "\34\270\357\n_\1\300\3}\1\0\0004\217\24M\0\0\0\0x\244I"..., 32) = 32
read(7, "\26\0\357\n_\1\300\3_\1\300\3]\1\300\3\0\1\346\0W\0\32"..., 32) = 32
read(7, "\34\270\357\na\1\300\3}\1\0\0004\217\24M\0\0\0\0x\244I"..., 32) = 32
read(7, "\34\270\360\nK\1\300\3\376\0\0\0005\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\270\362\nK\1\300\3K\1\300\3D\0\0\0\0\0\0\0\0\214~\10"..., 32) = 32
read(7, "\25\270\370\nM\1\300\3M\1\300\3c\1\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\25\270\371\nO\1\300\3O\1\300\3c\1\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\26\270\375\nc\1\300\3c\1\300\3\0\0\0\0\0\0\0\0\0\0023"..., 32) = 32
read(7, "\21\371\376\nK\1\300\3K\1\300\3(\370\377\277\5\371\6\10"..., 32) = 32
read(7, "\34\266\376\nK\1\300\3\376\0\0\0005\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\376\nK\1\300\3}\1\0\0005\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\376\nK\1\300\3\375\0\0\0005\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\376\nK\1\300\3\27\1\0\0005\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\376\nK\1\300\3\370\0\0\0005\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\376\nK\1\300\3\r\1\0\0005\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\376\nK\1\300\3#\1\0\0005\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\376\nK\1\300\3\'\1\0\0005\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\376\nK\1\300\3\'\0\0\0005\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\376\nK\1\300\0034\1\0\0005\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\376\nK\1\300\3C\0\0\0005\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\376\nK\1\300\3#\0\0\0005\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\376\nK\1\300\3(\0\0\0005\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\376\nK\1\300\3$\0\0\0005\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\0\va\1\300\3\376\0\0\0005\217\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270\2\vU\1\300\3\376\0\0\0006\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\270\4\vU\1\300\3U\1\300\3D\0\0\0\0\0\0\0\0\v\235\10"..., 32) = 32
read(7, "\25\270\n\vW\1\300\3W\1\300\3e\1\300\3\0\0\0\0\0\263\205"..., 32) = 32
read(7, "\25\270\v\vY\1\300\3Y\1\300\3e\1\300\3\0\0\0\0\0\263\205"..., 32) = 32
read(7, "\26\270\17\ve\1\300\3e\1\300\3c\1\300\3\0\0\0\0\0\0023"..., 32) = 32
read(7, "\21\371\20\vU\1\300\3U\1\300\3(\370\377\277\5\371\6\10"..., 32) = 32
read(7, "\34\266\20\vU\1\300\3\4\1\0\0006\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\20\vU\1\300\3\376\0\0\0006\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\20\vU\1\300\3}\1\0\0006\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\20\vU\1\300\3\375\0\0\0006\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\20\vU\1\300\3\27\1\0\0006\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\20\vU\1\300\3\370\0\0\0006\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\20\vU\1\300\3\r\1\0\0006\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\20\vU\1\300\3#\1\0\0006\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\20\vU\1\300\3\'\1\0\0006\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\20\vU\1\300\3\'\0\0\0006\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\20\vU\1\300\0034\1\0\0006\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\20\vU\1\300\3C\0\0\0006\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\20\vU\1\300\3#\0\0\0006\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\20\vU\1\300\3(\0\0\0006\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\20\vU\1\300\3$\0\0\0006\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\270\22\va\1\300\3\376\0\0\0006\217\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\23\va\1\300\3\4\1\0\0006\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\34\270\25\v[\1\300\3\376\0\0\0006\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\270\27\v[\1\300\3[\1\300\3D\0\0\0\0\0\0\0\0\227\202"..., 32) = 32
read(7, "\26\270\36\vg\1\300\3g\1\300\3e\1\300\3\0\0\0\0\0\0023"..., 32) = 32
read(7, "\21\371\37\v[\1\300\3[\1\300\3(\370\377\277\5\371\6\10"..., 32) = 32
read(7, "\34\266\37\v[\1\300\3\376\0\0\0006\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\37\v[\1\300\3}\1\0\0006\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\37\v[\1\300\3\375\0\0\0006\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\37\v[\1\300\3\27\1\0\0006\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\37\v[\1\300\3\370\0\0\0006\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\37\v[\1\300\3\r\1\0\0006\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\37\v[\1\300\3#\1\0\0006\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\37\v[\1\300\3\'\1\0\0006\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\37\v[\1\300\3\'\0\0\0006\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\37\v[\1\300\0034\1\0\0006\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\37\v[\1\300\3C\0\0\0006\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\37\v[\1\300\3#\0\0\0006\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\37\v[\1\300\3(\0\0\0006\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\37\v[\1\300\3$\0\0\0006\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\270\"\v]\1\300\3\376\0\0\0007\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\270$\v]\1\300\3]\1\300\3D\0\0\0\0\0\0\0\0Z\234\10\376"..., 32) = 32
read(7, "\26\270+\vi\1\300\3i\1\300\3g\1\300\3\0\0\0\0W\0\32\0\0"..., 32) = 32
read(7, "\21\371,\v]\1\300\3]\1\300\3(\370\377\277\5\371\6\10\230"..., 32) = 32
read(7, "\34\266,\v]\1\300\3\376\0\0\0007\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266,\v]\1\300\3}\1\0\0007\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266,\v]\1\300\3\375\0\0\0007\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266,\v]\1\300\3\27\1\0\0007\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266,\v]\1\300\3\370\0\0\0007\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266,\v]\1\300\3\r\1\0\0007\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266,\v]\1\300\3#\1\0\0007\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266,\v]\1\300\3\'\1\0\0007\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266,\v]\1\300\3\'\0\0\0007\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266,\v]\1\300\0034\1\0\0007\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266,\v]\1\300\3C\0\0\0007\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266,\v]\1\300\3#\0\0\0007\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266,\v]\1\300\3(\0\0\0007\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266,\v]\1\300\3$\0\0\0007\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\270/\v_\1\300\3\376\0\0\0008\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\2701\v_\1\300\3_\1\300\3D\0\0\0\0\0\0\0\0\332\235\10"..., 32) = 32
read(7, "\26\2708\vk\1\300\3k\1\300\3i\1\300\3\0\0\0\0W\0\32\0\0"..., 32) = 32
read(7, "\21\3719\v_\1\300\3_\1\300\3(\370\377\277\5\371\6\10\230"..., 32) = 32
read(7, "\34\2669\v_\1\300\3\376\0\0\0008\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\2669\v_\1\300\3}\1\0\0008\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2669\v_\1\300\3\375\0\0\0008\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\2669\v_\1\300\3\27\1\0\0008\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\2669\v_\1\300\3\370\0\0\0008\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\2669\v_\1\300\3\r\1\0\0008\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\2669\v_\1\300\3#\1\0\0008\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2669\v_\1\300\3\'\1\0\0008\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\2669\v_\1\300\3\'\0\0\0008\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\2669\v_\1\300\0034\1\0\0008\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\2669\v_\1\300\3C\0\0\0008\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2669\v_\1\300\3#\0\0\0008\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2669\v_\1\300\3(\0\0\0008\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2669\v_\1\300\3$\0\0\0008\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\270y\vm\1\300\3}\1\0\0:\217\24M\0\0\0\0x\244I\10:\217"..., 32) = 32
read(7, "\34\270y\vo\1\300\3}\1\0\0:\217\24M\0\0\0\0x\244I\10:\217"..., 32) = 32
read(7, "\34\270y\vq\1\300\3}\1\0\0:\217\24M\0\0\0\0x\244I\10:\217"..., 32) = 32
read(7, "\34\270{\vq\1\300\3\376\0\0\0;\217\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270|\vq\1\300\3\4\1\0\0;\217\24M\0\217\24M\260\241"..., 32) = 32
read(7, "\26\270}\vs\1\300\3s\1\300\3\0\0\0\0\2\0\2\0\354\1/\1\0"..., 32) = 32
read(7, "\34\270\222\vu\1\300\3}\1\0\0;\217\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270\223\vm\1\300\3\376\0\0\0<\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\270\225\vm\1\300\3m\1\300\3D\0\0\0\0\0\0\0\0\332\235"..., 32) = 32
read(7, "\26\270\234\vw\1\300\3w\1\300\3\0\0\0\0\0\0\0\0\0\0023"..., 32) = 32
read(7, "\21\371\235\vm\1\300\3m\1\300\3(\370\377\277\5\371\6\10"..., 32) = 32
read(7, "\34\266\235\vm\1\300\3\376\0\0\0<\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\235\vm\1\300\3}\1\0\0<\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\235\vm\1\300\3\375\0\0\0<\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\235\vm\1\300\3\27\1\0\0<\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\235\vm\1\300\3\370\0\0\0<\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\235\vm\1\300\3\r\1\0\0<\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\235\vm\1\300\3#\1\0\0<\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\235\vm\1\300\3\'\1\0\0<\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\235\vm\1\300\3\'\0\0\0<\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\235\vm\1\300\0034\1\0\0<\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\235\vm\1\300\3C\0\0\0<\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\235\vm\1\300\3#\0\0\0<\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\235\vm\1\300\3(\0\0\0<\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\235\vm\1\300\3$\0\0\0<\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\270\237\vu\1\300\3\376\0\0\0<\217\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270\241\vo\1\300\3\376\0\0\0<\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\270\243\vo\1\300\3o\1\300\3D\0\0\0\0\0\0\0\0\214~\10"..., 32) = 32
read(7, "\26\270\252\vy\1\300\3y\1\300\3w\1\300\3\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\371\253\vo\1\300\3o\1\300\3(\370\377\277\5\371\6\10"..., 32) = 32
read(7, "\34\266\253\vo\1\300\3\376\0\0\0<\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\253\vo\1\300\3}\1\0\0<\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\253\vo\1\300\3\375\0\0\0<\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\253\vo\1\300\3\27\1\0\0<\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\253\vo\1\300\3\370\0\0\0<\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\253\vo\1\300\3\r\1\0\0<\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\253\vo\1\300\3#\1\0\0<\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\253\vo\1\300\3\'\1\0\0<\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\253\vo\1\300\3\'\0\0\0<\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\253\vo\1\300\0034\1\0\0<\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\253\vo\1\300\3C\0\0\0<\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\253\vo\1\300\3#\0\0\0<\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\253\vo\1\300\3(\0\0\0<\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\253\vo\1\300\3$\0\0\0<\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\270\255\vu\1\300\3\376\0\0\0=\217\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270\257\vq\1\300\3\376\0\0\0=\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\270\261\vq\1\300\3q\1\300\3D\0\0\0\0\0\0\0\0\271z\10"..., 32) = 32
read(7, "\25\270\267\vs\1\300\3s\1\300\3{\1\300\3\2\0\2\0\0\263"..., 32) = 32
read(7, "\26\270\272\v{\1\300\3{\1\300\3y\1\300\3\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\371\273\vq\1\300\3q\1\300\3(\370\377\277\5\371\6\10"..., 32) = 32
read(7, "\34\266\273\vq\1\300\3\4\1\0\0=\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\273\vq\1\300\3\376\0\0\0=\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\273\vq\1\300\3}\1\0\0=\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\273\vq\1\300\3\375\0\0\0=\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\273\vq\1\300\3\27\1\0\0=\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\273\vq\1\300\3\370\0\0\0=\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\273\vq\1\300\3\r\1\0\0=\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\273\vq\1\300\3#\1\0\0=\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\273\vq\1\300\3\'\1\0\0=\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\273\vq\1\300\3\'\0\0\0=\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\273\vq\1\300\0034\1\0\0=\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\273\vq\1\300\3C\0\0\0=\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\273\vq\1\300\3#\0\0\0=\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\273\vq\1\300\3(\0\0\0=\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\273\vq\1\300\3$\0\0\0=\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\270\275\vu\1\300\3\376\0\0\0>\217\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270\276\vu\1\300\3\4\1\0\0>\217\24M\0\217\24M\260\241"..., 32) = 32
read(7, "\34\270\322\v}\1\300\3}\1\0\0>\217\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270\323\v\37\1\300\3\376\0\0\0?\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\270\325\v\37\1\300\3\37\1\300\3D\0\0\0\0\0\0\0\0aw"..., 32) = 32
read(7, "\25\270\333\v!\1\300\3!\1\300\3\177\1\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\25\270\334\v#\1\300\3#\1\300\3\177\1\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\25\270\335\v%\1\300\3%\1\300\3\177\1\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\25\270\336\v\'\1\300\3\'\1\300\3\177\1\300\3\0\0\0\0\0"..., 32) = 32
read(7, "\25\270\337\v)\1\300\3)\1\300\3\177\1\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\25\270\340\v+\1\300\3+\1\300\3\177\1\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\26\270\351\v\177\1\300\3\177\1\300\3\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\21\371\352\v\37\1\300\3\37\1\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\352\v\37\1\300\3\4\1\0\0?\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\352\v\37\1\300\3\376\0\0\0?\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\352\v\37\1\300\3}\1\0\0?\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\352\v\37\1\300\3\375\0\0\0?\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\352\v\37\1\300\3\27\1\0\0?\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\352\v\37\1\300\3\370\0\0\0?\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\352\v\37\1\300\3\r\1\0\0?\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\352\v\37\1\300\3#\1\0\0?\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\352\v\37\1\300\3\'\1\0\0?\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\352\v\37\1\300\3\'\0\0\0?\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\352\v\37\1\300\0034\1\0\0?\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\352\v\37\1\300\3C\0\0\0?\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\352\v\37\1\300\3#\0\0\0?\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\352\v\37\1\300\3(\0\0\0?\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\352\v\37\1\300\3$\0\0\0?\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\354\v}\1\300\3\376\0\0\0?\217\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270\355\v}\1\300\3\4\1\0\0?\217\24M\0\217\24M\260\241"..., 32) = 32
read(7, "\34\270\357\va\1\300\3\376\0\0\0?\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\270\361\va\1\300\3a\1\300\3D\0\0\0\0\0\0\0\0\215r\10"..., 32) = 32
read(7, "\25\270\367\vc\1\300\3c\1\300\3\201\1\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\25\270\370\ve\1\300\3e\1\300\3\201\1\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\25\270\371\vg\1\300\3g\1\300\3\201\1\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\25\270\372\vi\1\300\3i\1\300\3\201\1\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\25\270\373\vk\1\300\3k\1\300\3\201\1\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\26\270\6\f\201\1\300\3\201\1\300\3\177\1\300\3\0\0\0\0"..., 32) = 32
read(7, "\21\371\7\fa\1\300\3a\1\300\3(\370\377\277\5\371\6\10\230"..., 32) = 32
read(7, "\34\266\7\fa\1\300\3\4\1\0\0?\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266\7\fa\1\300\3\376\0\0\0?\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\7\fa\1\300\3}\1\0\0?\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266\7\fa\1\300\3\375\0\0\0?\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\7\fa\1\300\3\27\1\0\0?\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\7\fa\1\300\3\370\0\0\0?\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\7\fa\1\300\3\r\1\0\0?\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266\7\fa\1\300\3#\1\0\0?\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266\7\fa\1\300\3\'\1\0\0?\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266\7\fa\1\300\3\'\0\0\0?\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266\7\fa\1\300\0034\1\0\0?\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\7\fa\1\300\3C\0\0\0?\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266\7\fa\1\300\3#\0\0\0?\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266\7\fa\1\300\3(\0\0\0?\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266\7\fa\1\300\3$\0\0\0?\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\270\34\f\203\1\300\3}\1\0\0A\217\24M\0\0\0\0x\244I"..., 32) = 32
read(7, "\34\270\35\f;\1\300\3\376\0\0\0A\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\270\37\f;\1\300\3;\1\300\3D\0\0\0\0\0\0\0\0\203d\10"..., 32) = 32
read(7, "\25\270%\f=\1\300\3=\1\300\3\205\1\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\25\270&\f?\1\300\3?\1\300\3\205\1\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\25\270\'\fA\1\300\3A\1\300\3\205\1\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\25\270(\fC\1\300\3C\1\300\3\205\1\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\25\270)\fE\1\300\3E\1\300\3\205\1\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\26\2702\f\205\1\300\3\205\1\300\3\0\0\0\0\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\3713\f;\1\300\3;\1\300\3(\370\377\277\5\371\6\10\230"..., 32) = 32
read(7, "\34\2663\f;\1\300\3\4\1\0\0A\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2663\f;\1\300\3\376\0\0\0A\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\2663\f;\1\300\3}\1\0\0A\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2663\f;\1\300\3\375\0\0\0A\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\2663\f;\1\300\3\27\1\0\0A\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2663\f;\1\300\3\370\0\0\0A\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\2663\f;\1\300\3\r\1\0\0A\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2663\f;\1\300\3#\1\0\0A\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2663\f;\1\300\3\'\1\0\0A\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2663\f;\1\300\3\'\0\0\0A\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2663\f;\1\300\0034\1\0\0A\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2663\f;\1\300\3C\0\0\0A\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2663\f;\1\300\3#\0\0\0A\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2663\f;\1\300\3(\0\0\0A\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2663\f;\1\300\3$\0\0\0A\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2705\f\203\1\300\3\376\0\0\0A\217\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\2706\f\203\1\300\3\4\1\0\0B\217\24M\0\217\24M\260\241"..., 32) = 32
read(7, "\34\2708\fu\1\300\3\376\0\0\0B\217\24M\0\217\24M\260\241"..., 32) = 32
read(7, "\25\270:\fu\1\300\3u\1\300\3D\0\0\0\0\0\0\0\0N]\10\376"..., 32) = 32
read(7, "[EMAIL PROTECTED]"..., 32) = 32
read(7, "\25\270A\fy\1\300\3y\1\300\3\207\1\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\25\270B\f{\1\300\3{\1\300\3\207\1\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\26\270H\f\207\1\300\3\207\1\300\3\205\1\300\3\0\0\0\0"..., 32) = 32
read(7, "\21\371I\fu\1\300\3u\1\300\3(\370\377\277\5\371\6\10\230"..., 32) = 32
read(7, "\34\266I\fu\1\300\3\4\1\0\0B\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266I\fu\1\300\3\376\0\0\0B\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266I\fu\1\300\3}\1\0\0B\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266I\fu\1\300\3\375\0\0\0B\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266I\fu\1\300\3\27\1\0\0B\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266I\fu\1\300\3\370\0\0\0B\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266I\fu\1\300\3\r\1\0\0B\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266I\fu\1\300\3#\1\0\0B\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266I\fu\1\300\3\'\1\0\0B\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266I\fu\1\300\3\'\0\0\0B\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266I\fu\1\300\0034\1\0\0B\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266I\fu\1\300\3C\0\0\0B\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266I\fu\1\300\3#\0\0\0B\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266I\fu\1\300\3(\0\0\0B\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266I\fu\1\300\3$\0\0\0B\217\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\270r\f\211\1\300\3}\1\0\0C\217\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270s\f}\1\300\3\376\0\0\0D\217\24M\0\217\24M\260\241"..., 32) = 32
read(7, "\25\270u\f}\1\300\3}\1\300\3D\0\0\0\0\0\0\0\0\271z\10\376"..., 32) = 32
read(7, "\25\270{\f\177\1\300\3\177\1\300\3\223\1\300\3\0\0\0\0"..., 32) = 32
read(7, "\25\270|\f\201\1\300\3\201\1\300\3\223\1\300\3\0\0\0\0"..., 32) = 32
read(7, "\26\270\220\f\223\1\300\3\223\1\300\3\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\21\371\221\f}\1\300\3}\1\300\3(\370\377\277\5\371\6\10"..., 32) = 32
read(7, "\34\266\221\f}\1\300\3\4\1\0\0D\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\221\f}\1\300\3\376\0\0\0D\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\221\f}\1\300\3}\1\0\0D\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\221\f}\1\300\3\375\0\0\0D\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\221\f}\1\300\3\27\1\0\0D\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\221\f}\1\300\3\370\0\0\0D\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\221\f}\1\300\3\r\1\0\0D\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\221\f}\1\300\3#\1\0\0D\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\221\f}\1\300\3\'\1\0\0D\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\221\f}\1\300\3\'\0\0\0D\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\221\f}\1\300\0034\1\0\0D\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\221\f}\1\300\3C\0\0\0D\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\221\f}\1\300\3#\0\0\0D\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\221\f}\1\300\3(\0\0\0D\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\221\f}\1\300\3$\0\0\0D\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\270\223\f\211\1\300\3\376\0\0\0G\217\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\224\f\211\1\300\3\4\1\0\0G\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\26\270\270\f\201\1\300\3\201\1\300\3\177\1\300\3\t\0\201"..., 32) = 32
read(7, "\26\270\300\f\177\1\300\3\177\1\300\3\0\0\0\0\t\0\t\0\356"..., 32) = 32
read(7, "\34\270\326\f\203\1\300\3\376\0\0\0G\217\24M\0\217\24M"..., 32) = 32
read(7, "\25\270\330\f\203\1\300\3\203\1\300\3D\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\25\270\336\f\205\1\300\3\205\1\300\3\225\1\300\3\0\0\0"..., 32) = 32
read(7, "\25\270\337\f\207\1\300\3\207\1\300\3\225\1\300\3\0\0\0"..., 32) = 32
read(7, "\26\270\356\f\225\1\300\3\225\1\300\3\223\1\300\3\0\0\0"..., 32) = 32
read(7, "\21\371\357\f\203\1\300\3\203\1\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\357\f\203\1\300\3\4\1\0\0G\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\357\f\203\1\300\3\376\0\0\0G\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\357\f\203\1\300\3}\1\0\0G\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\357\f\203\1\300\3\375\0\0\0G\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\357\f\203\1\300\3\27\1\0\0G\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\357\f\203\1\300\3\370\0\0\0G\217\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\357\f\203\1\300\3\r\1\0\0G\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\357\f\203\1\300\3#\1\0\0G\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\357\f\203\1\300\3\'\1\0\0G\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\357\f\203\1\300\3\'\0\0\0G\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\357\f\203\1\300\0034\1\0\0G\217\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\357\f\203\1\300\3C\0\0\0G\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\357\f\203\1\300\3#\0\0\0G\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\357\f\203\1\300\3(\0\0\0G\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\357\f\203\1\300\3$\0\0\0G\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\26\270\361\f\225\1\300\3\225\1\300\3\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\34\270\30\r\227\1\300\3(\0\0\0I\217\24M\0\0\0\0x\265\205"..., 32) = 32
read(7, "\34\270\31\r\227\1\300\3(\0\0\0I\217\24M\0\217\24Mx\265"..., 32) = 32
read(7, "\34\270\33\r\227\1\300\3(\0\0\0I\217\24M\0\217\24Mx\265"..., 32) = 32
read(7, "\34\270\34\r\227\1\300\3(\0\0\0I\217\24M\0\217\24Mx\265"..., 32) = 32
read(7, "\34\270\35\r\231\1\300\3(\0\0\0I\217\24M\0\0\0\0x\265\205"..., 32) = 32
read(7, "\34\270\36\r\231\1\300\3(\0\0\0I\217\24M\0\217\24Mx\265"..., 32) = 32
read(7, "\34\270 \r\231\1\300\3(\0\0\0I\217\24M\0\217\24Mx\265\205"..., 32) = 32
read(7, "\34\270!\r\231\1\300\3(\0\0\0I\217\24M\0\217\24Mx\265\205"..., 32) = 32
read(7, "\34\270\"\r\227\1\300\3}\1\0\0I\217\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270\"\r\231\1\300\3}\1\0\0I\217\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\26\0\"\r\227\1\300\3\227\1\300\3\211\1\300\3\0\1\346\0"..., 32) = 32
read(7, "\26\0\"\r\231\1\300\3\231\1\300\3\227\1\300\3\0\1\346\0"..., 32) = 32
read(7, "\34\270#\r\211\1\300\3\376\0\0\0I\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\270%\r\211\1\300\3\211\1\300\3D\0\0\0\0\0\0\0\0N]\10"..., 32) = 32
read(7, "\25\270+\r\213\1\300\3\213\1\300\3\233\1\300\3\0\0\0\0"..., 32) = 32
read(7, "\25\270,\r\215\1\300\3\215\1\300\3\233\1\300\3\0\0\0\0"..., 32) = 32
read(7, "\26\270S\r\233\1\300\3\233\1\300\3\0\0\0\0\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\371T\r\211\1\300\3\211\1\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266T\r\211\1\300\3\4\1\0\0I\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266T\r\211\1\300\3\376\0\0\0I\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266T\r\211\1\300\3}\1\0\0I\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266T\r\211\1\300\3\375\0\0\0I\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266T\r\211\1\300\3\27\1\0\0I\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266T\r\211\1\300\3\370\0\0\0I\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266T\r\211\1\300\3\r\1\0\0I\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266T\r\211\1\300\3#\1\0\0I\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266T\r\211\1\300\3\'\1\0\0I\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266T\r\211\1\300\3\'\0\0\0I\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266T\r\211\1\300\0034\1\0\0I\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266T\r\211\1\300\3C\0\0\0I\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266T\r\211\1\300\3#\0\0\0I\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266T\r\211\1\300\3(\0\0\0I\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266T\r\211\1\300\3$\0\0\0I\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\270V\r\17\1\300\3\376\0\0\0J\217\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270W\r\17\1\300\3\4\1\0\0J\217\24M\0\217\24M\260\241"..., 32) = 32
read(7, "\34\270Y\r\227\1\300\3\376\0\0\0J\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\270[\r\227\1\300\3\227\1\300\3D\0\0\0\0\0\0\0\0\215"..., 32) = 32
read(7, "\26\270b\r\235\1\300\3\235\1\300\3\233\1\300\3\0\0\0\0"..., 32) = 32
read(7, "\21\371c\r\227\1\300\3\227\1\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266c\r\227\1\300\3\376\0\0\0J\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266c\r\227\1\300\3}\1\0\0J\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266c\r\227\1\300\3\375\0\0\0J\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266c\r\227\1\300\3\27\1\0\0J\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266c\r\227\1\300\3\370\0\0\0J\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266c\r\227\1\300\3\r\1\0\0J\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266c\r\227\1\300\3#\1\0\0J\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266c\r\227\1\300\3\'\1\0\0J\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266c\r\227\1\300\3\'\0\0\0J\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266c\r\227\1\300\0034\1\0\0J\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266c\r\227\1\300\3C\0\0\0J\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266c\r\227\1\300\3#\0\0\0J\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266c\r\227\1\300\3(\0\0\0J\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266c\r\227\1\300\3$\0\0\0J\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\270f\r\231\1\300\3\376\0\0\0K\217\24M\0\217\24M\260"..., 32) = 32
read(7, "\25\270h\r\231\1\300\3\231\1\300\3D\0\0\0\0\0\0\0\0vx\10"..., 32) = 32
read(7, "\26\270o\r\237\1\300\3\237\1\300\3\235\1\300\3\0\0\0\0"..., 32) = 32
read(7, "\21\371p\r\231\1\300\3\231\1\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266p\r\231\1\300\3\376\0\0\0K\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266p\r\231\1\300\3}\1\0\0K\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266p\r\231\1\300\3\375\0\0\0K\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266p\r\231\1\300\3\27\1\0\0K\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266p\r\231\1\300\3\370\0\0\0K\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266p\r\231\1\300\3\r\1\0\0K\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266p\r\231\1\300\3#\1\0\0K\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266p\r\231\1\300\3\'\1\0\0K\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266p\r\231\1\300\3\'\0\0\0K\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266p\r\231\1\300\0034\1\0\0K\217\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266p\r\231\1\300\3C\0\0\0K\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266p\r\231\1\300\3#\0\0\0K\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266p\r\231\1\300\3(\0\0\0K\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266p\r\231\1\300\3$\0\0\0K\217\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\1\262t\r\0\0\0\0\1\0\0\0\330\262\205\10`Q [EMAIL PROTECTED]"..., 32) 
= 32
writev(7, [{"\221\1B\0\1\0\0\0", 8}, 
{"\24\0\277\0\0\0\0\0\0\0\0\0\364\1\0\0\364\1\0\0\10\0\263"..., 256}], 2) = 264
mmap2(NULL, 1003520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb762e000
writev(7, [{"\221\2\17\0\1\0\0\0\1\0\5\0,\0\0\0lB\17\0\255\0\0\0\0\0"..., 76}, 
{"\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 262124}], 2) = 
262200
writev(7, [{"\221\2\377\377\1\0\0\0\3\0\5\0\354\377\3\0", 16}, 
{"\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 262124}], 2) = 
262140
writev(7, [{"\221\2\377\377\1\0\0\0\4\0\5\0\354\377\3\0", 16}, 
{"\376\376\376\377\376\376\376\377\376\376\376\377\376\376"..., 262124}], 2) = 
262140
writev(7, [{"\221\2\243\320\1\0\0\0\5\0\5\0|B\3\0", 16}, 
{"\376\376\376\377\376\376\376\377\376\376\376\377\376\376"..., 213628}], 2) = 
213644
munmap(0xb762e000, 1003520)             = 0
writev(7, [{"\221\1\10\0\1\0\0\0", 8}, 
{"\4\0\267\0\10\0\263\0\1\27\0\0\4\0\267\0\10\0\263\0\0\27"..., 24}], 2) = 32
write(7, "\221s\2\0\1\0\0\0", 8)        = 8
read(7, "\1\0|\r\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(7, "\221\216\2\0\1\0\0\0", 8)     = 8
write(7, "\221\v\3\0\1\0\0\0\17\0\300\3", 12) = 12
gettimeofday({1165229330, 293086}, NULL) = 0
writev(7, [{"5\30\4\0\241\1\300\3D\0\0\0\364\1m\2\233\4\5\0\242\1\300"..., 
13900}, {"\373\373\373\377\373\373\373\377\373\373\373\377\373\373"..., 2520}], 
2) = 16420
brk(0x9b59000)                          = 0x9b59000
writev(7, [{"<\30\2\0\312\1\300\3\233\10\t\0\3\1m\2\311\1\300\3\0\0"..., 7312}, 
{"\356\350\346\377\356\350\346\377\356\350\346\377\356\350"..., 33364}], 2) = 
40676
brk(0x9b57000)                          = 0x9b57000
brk(0x9b56000)                          = 0x9b56000
brk(0x9b54000)                          = 0x9b54000
brk(0x9b4c000)                          = 0x9b4c000
ioctl(7, FIONREAD, [0])                 = 0
write(7, "<\30\2\0\352\1\300\3\233\10\t\0\3\1m\2\351\1\300\3\0\0"..., 11548) = 
11548
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
write(7, "+\30\1\0", 4)                 = 4
read(7, "\1\1\366\21\0\0\0\0\2\0\300\3\4\0\0\0\220\1\0\0\4\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\30\4\0\25\2\300\3\241\1\300\3\0\0\0\0;\3\5\0\25\2\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "\24\0\6\0\2\0\300\3\2\1\0\0\6\0\0\0\0\0\0\0\4\0\0\0", 24) = 24
read(7, "\1 \374\21\4\0\0\0\6\0\0\0\0\0\0\0\4\0\0\0\30\0\0\0\220"..., 32) = 32
read(7, "\4\0\0\0\4\0\0\0\27\0\0\0\4\0\0\0", 16) = 16
write(7, "\24\0\6\0\2\0\300\3\371\0\0\0\4\0\0\0\0\0\0\0\0\4\0\0", 24) = 24
read(7, "\1 \375\21\0\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0\220"..., 32) = 32
write(7, "\24\0\6\0\2\0\300\3n\0\0\0n\0\0\0\0\0\0\0\2\0\0\0", 24) = 24
read(7, "\1 \376\21\2\0\0\0n\0\0\0\0\0\0\0\2\0\0\0\30\0\0\0\220"..., 32) = 32
read(7, "\1\0\0\0\0\0\0\0", 8)          = 8
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\26\2\300\3\241\1\300\3\0\0\0\0;\3#\0\26\2\300\3"..., 208) = 
208
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\27\2\300\3\241\1\300\3\0\0\0\0;\3\5\0\27\2\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\30\2\300\3\241\1\300\3\0\0\0\0;\3\5\0\30\2\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\31\2\300\3\241\1\300\3\0\0\0\0;\3\5\0\31\2\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\32\2\300\3\241\1\300\3\0\0\0\0;\3\5\0\32\2\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\33\2\300\3\241\1\300\3\0\0\0\0;\3\5\0\33\2\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\34\2\300\3\241\1\300\3\0\0\0\0;\3\5\0\34\2\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\35\2\300\3\241\1\300\3\0\0\0\0;\3\5\0\35\2\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\36\2\300\3\241\1\300\3\0\0\0\0;\3\v\0\36\2\300"..., 112) = 112
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\37\2\300\3\241\1\300\3\0\0\0\0;\3\31\0\37\2\300"..., 168) = 
168
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0 \2\300\3\241\1\300\3\0\0\0\0;\3\5\0 \2\300\3\0"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0!\2\300\3\241\1\300\3\0\0\0\0;\3\5\0!\2\300\3\0"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\"\2\300\3\241\1\300\3\0\0\0\0;\3\5\0\"\2\300\3"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0#\2\300\3\241\1\300\3\0\0\0\0;\3\5\0#\2\300\3\0"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0$\2\300\3\241\1\300\3\0\0\0\0;\3\5\0$\2\300\3\0"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0%\2\300\3\241\1\300\3\0\0\0\0;\3\5\0%\2\300\3\0"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0&\2\300\3\241\1\300\3\0\0\0\0;\3\5\0&\2\300\3\0"..., 88) = 88
write(7, "\221\5\4\0\17\0\300\3\16\0\300\3\1\0\0\0", 16) = 16
read(7, "\1$T\22\0\0\0\0\1\0\0\0\330\262\205\10\0\20\0\0\0\0\0\0"..., 32) = 32
writev(7, [{"\221\1B\0\1\0\0\0", 8}, 
{"\24\0\277\0\0\0\0\0\0\0\0\0\364\1\0\0\364\1\0\0\10\0\263"..., 256}], 2) = 264
mmap2(NULL, 1003520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb762e000
writev(7, [{"\221\2\17\0\1\0\0\0\1\0\5\0,\0\0\0lB\17\0\255\0\0\0\0\0"..., 76}, 
{"\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 262124}], 2) = 
262200
writev(7, [{"\221\2\377\377\1\0\0\0\3\0\5\0\354\377\3\0", 16}, 
{"\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 262124}], 2) = 
262140
writev(7, [{"\221\2\377\377\1\0\0\0\4\0\5\0\354\377\3\0", 16}, 
{"\376\376\376\377\376\376\376\377\376\376\376\377\376\376"..., 262124}], 2) = 
262140
writev(7, [{"\221\2\243\320\1\0\0\0\5\0\5\0|B\3\0", 16}, 
{"\376\376\376\377\376\376\376\377\376\376\376\377\376\376"..., 213628}], 2) = 
213644
munmap(0xb762e000, 1003520)             = 0
writev(7, [{"\221\1\10\0\1\0\0\0", 8}, 
{"\4\0\267\0\10\0\263\0\1\27\0\0\4\0\267\0\10\0\263\0\0\27"..., 24}], 2) = 32
write(7, "\221s\2\0\1\0\0\0", 8)        = 8
read(7, "\1\0\\\22\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(7, "\221\216\2\0\1\0\0\0", 8)     = 8
write(7, "\221\v\3\0\1\0\0\0\17\0\300\3", 12) = 12
write(7, "&\v\2\0D\0\0\0", 8)           = 8
read(7, "\1\1_\22\0\0\0\0D\0\0\0`\16\0\1\354\0N\2\354\0N\2\0\0\0"..., 32) = 32
gettimeofday({1165229330, 334696}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\0\0\0\0", 16) = 16
read(7, "\1\1`\22\0\0\0\0\0\0\0\0\374\377\205\377\20\0\0\0\1\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 337579}, NULL) = 0
select(9, [3 7 8], [], [], {0, 0})      = 2 (in [3 8], left {0, 0})
gettimeofday({1165229330, 337690}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
read(8, "\1\3\0\1\1\0\0\0", 8)          = 8
read(8, "\1\0\0\0001062", 8)            = 8
gettimeofday({1165229330, 337940}, NULL) = 0
write(8, "\1\f\1\0\n\0\0\0\1\0\0\0\250\'\256\t\7\0\0\0Program\t\0"..., 88) = 88
geteuid32()                             = 1000
socket(PF_FILE, SOCK_STREAM, 0)         = 12
fcntl64(12, F_GETFL)                    = 0x2 (flags O_RDWR)
fcntl64(12, F_SETFL, O_RDWR|O_NONBLOCK) = 0
connect(12, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT 
(No such file or directory)
close(12)                               = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 12
fcntl64(12, F_GETFL)                    = 0x2 (flags O_RDWR)
fcntl64(12, F_SETFL, O_RDWR|O_NONBLOCK) = 0
connect(12, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT 
(No such file or directory)
close(12)                               = 0
open("/etc/nsswitch.conf", O_RDONLY)    = 12
fstat64(12, {st_mode=S_IFREG|0644, st_size=465, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7703000
read(12, "# /etc/nsswitch.conf\n#\n# Example"..., 131072) = 465
read(12, "", 131072)                    = 0
close(12)                               = 0
munmap(0xb7703000, 131072)              = 0
open("/etc/ld.so.cache", O_RDONLY)      = 12
fstat64(12, {st_mode=S_IFREG|0644, st_size=75741, ...}) = 0
mmap2(NULL, 75741, PROT_READ, MAP_PRIVATE, 12, 0) = 0xb7710000
close(12)                               = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libnss_compat.so.2", O_RDONLY) = 12
read(12, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\20"..., 512) = 512
fstat64(12, {st_mode=S_IFREG|0644, st_size=30428, ...}) = 0
mmap2(NULL, 33392, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 12, 0) = 
0xb7707000
mmap2(0xb770e000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 12, 0x6) = 0xb770e000
close(12)                               = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libnsl.so.1", O_RDONLY)  = 12
read(12, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3405\0"..., 512) = 512
fstat64(12, {st_mode=S_IFREG|0644, st_size=80888, ...}) = 0
mmap2(NULL, 88096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 12, 0) = 
0xb76f1000
mmap2(0xb7703000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 12, 0x12) = 0xb7703000
mmap2(0xb7705000, 6176, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7705000
close(12)                               = 0
munmap(0xb7710000, 75741)               = 0
open("/etc/ld.so.cache", O_RDONLY)      = 12
fstat64(12, {st_mode=S_IFREG|0644, st_size=75741, ...}) = 0
mmap2(NULL, 75741, PROT_READ, MAP_PRIVATE, 12, 0) = 0xb7710000
close(12)                               = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libnss_nis.so.2", O_RDONLY) = 12
read(12, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\34"..., 512) = 512
fstat64(12, {st_mode=S_IFREG|0644, st_size=38420, ...}) = 0
mmap2(NULL, 37424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 12, 0) = 
0xb76e7000
mmap2(0xb76ef000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 12, 0x8) = 0xb76ef000
close(12)                               = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libnss_files.so.2", O_RDONLY) = 12
read(12, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512
fstat64(12, {st_mode=S_IFREG|0644, st_size=42472, ...}) = 0
mmap2(NULL, 45720, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 12, 0) = 
0xb76db000
mmap2(0xb76e5000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 12, 0x9) = 0xb76e5000
close(12)                               = 0
munmap(0xb7710000, 75741)               = 0
open("/etc/passwd", O_RDONLY)           = 12
fcntl64(12, F_GETFD)                    = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
_llseek(12, 0, [0], SEEK_CUR)           = 0
fstat64(12, {st_mode=S_IFREG|0644, st_size=1689, ...}) = 0
mmap2(NULL, 1689, PROT_READ, MAP_SHARED, 12, 0) = 0xb7722000
_llseek(12, 1689, [1689], SEEK_SET)     = 0
munmap(0xb7722000, 1689)                = 0
close(12)                               = 0
write(8, "\1\f\1\0\10\0\0\0\1\0\0\0\250\'\256\t\6\0\0\0UserIDm\t"..., 72) = 72
write(8, "\1\f\1\0\25\0\0\0\1\0\0\0x\231\312\267\16\0\0\0Restart"..., 176) = 176
write(8, "\1\r\1\0\4\0\0\0\1\0\0\0x\231\312\267\16\0\0\0DiscardC"..., 40) = 40
write(8, "\1\f\1\0\10\0\0\0\1\0\0\0x\231\312\267\20\0\0\0Restart"..., 72) = 72
write(8, "\1\10\1\0\0\0\0\0", 8)        = 8
gettimeofday({1165229330, 341851}, NULL) = 0
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 342094}, NULL) = 0
select(9, [3 7 8], [], [], {0, 692602}) = 1 (in [8], left {0, 693000})
gettimeofday({1165229330, 342164}, NULL) = 0
read(8, "\1\22\0\1\0\0\0\0", 8)         = 8
gettimeofday({1165229330, 342260}, NULL) = 0
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 342318}, NULL) = 0
select(9, [3 7 8], [], [], {0, 692378}) = 1 (in [7], left {0, 674000})
gettimeofday({1165229330, 361163}, NULL) = 0
gettimeofday({1165229330, 361207}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\34\270`\22\2\0\300\3R\1\0\0\266\217\24M\0\0\0\0\210;J"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 361398}, NULL) = 0
select(9, [3 7 8], [], [], {0, 673298}) = 1 (in [7], left {0, 563000})
gettimeofday({1165229330, 472574}, NULL) = 0
gettimeofday({1165229330, 472616}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0`\22(\220\24MD\0\0\0\17\0\300\3\0\0\0\0\353\0M\2\347"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 472819}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\354\0N\2", 16) = 16
read(7, "\1\1a\22\0\0\0\0\0\0\0\0\350\0\323\1\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 473037}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699782}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229330, 483965}, NULL) = 0
gettimeofday({1165229330, 483996}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0a\0223\220\24MD\0\0\0\17\0\300\3\0\0\0\0\353\0L\2\347"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 484148}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\353\0M\2", 16) = 16
read(7, "\1\1b\22\0\0\0\0\0\0\0\0\347\0\322\1\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 484331}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699817}) = 1 (in [7], left {0, 632000})
gettimeofday({1165229330, 552939}, NULL) = 0
gettimeofday({1165229330, 552975}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0b\22x\220\24MD\0\0\0\17\0\300\3\0\0\0\0\353\0J\2\347"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 553138}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\353\0L\2", 16) = 16
read(7, "\1\1c\22\0\0\0\0\0\0\0\0\347\0\321\1\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 553339}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699799}) = 1 (in [7], left {0, 686000})
gettimeofday({1165229330, 567050}, NULL) = 0
gettimeofday({1165229330, 567082}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0c\22\206\220\24MD\0\0\0\17\0\300\3\0\0\0\0\353\0H\2"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 567236}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\353\0J\2", 16) = 16
read(7, "\1\1d\22\0\0\0\0\0\0\0\0\347\0\317\1\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 567415}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699821}) = 1 (in [7], left {0, 688000})
gettimeofday({1165229330, 579804}, NULL) = 0
gettimeofday({1165229330, 579836}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0d\22\223\220\24MD\0\0\0\17\0\300\3\0\0\0\0\353\0F\2"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 579998}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\353\0H\2", 16) = 16
read(7, "\1\1e\22\0\0\0\0\0\0\0\0\347\0\315\1\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 580172}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699826}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229330, 591338}, NULL) = 0
gettimeofday({1165229330, 591373}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0e\22\237\220\24MD\0\0\0\17\0\300\3\0\0\0\0\353\0<\2"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 591523}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\353\0F\2", 16) = 16
read(7, "\1\1f\22\0\0\0\0\0\0\0\0\347\0\313\1\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 591698}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699825}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229330, 602395}, NULL) = 0
gettimeofday({1165229330, 602431}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0f\22\252\220\24MD\0\0\0\17\0\300\3\0\0\0\0\353\000"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 602592}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\353\0<\2", 16) = 16
read(7, "\1\1g\22\0\0\0\0\0\0\0\0\347\0\301\1\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 602784}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699808}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229330, 613264}, NULL) = 0
gettimeofday({1165229330, 613295}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0g\22\265\220\24MD\0\0\0\17\0\300\3\0\0\0\0\353\0(\2"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 613447}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\353\0004\2", 16) = 16
read(7, "\1\1h\22\0\0\0\0\0\0\0\0\347\0\271\1\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 613633}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699814}) = 1 (in [7], left {0, 687000})
gettimeofday({1165229330, 626699}, NULL) = 0
gettimeofday({1165229330, 626730}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0h\22\302\220\24MD\0\0\0\17\0\300\3\0\0\0\0\353\0\32"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 626890}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\353\0(\2", 16) = 16
read(7, "\1\1i\22\0\0\0\0\0\0\0\0\347\0\255\1\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 627076}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699814}) = 1 (in [7], left {0, 690000})
gettimeofday({1165229330, 637629}, NULL) = 0
gettimeofday({1165229330, 637659}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0i\22\315\220\24MD\0\0\0\17\0\300\3\0\0\0\0\353\0\f"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 637823}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\353\0\32\2", 16) = 16
read(7, "\1\1j\22\0\0\0\0\0\0\0\0\347\0\237\1\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 638017}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699806}) = 1 (in [7], left {0, 690000})
gettimeofday({1165229330, 648626}, NULL) = 0
gettimeofday({1165229330, 648657}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0j\22\330\220\24MD\0\0\0\17\0\300\3\0\0\0\0\353\0\374"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 648807}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\353\0\f\2", 16) = 16
read(7, "\1\1k\22\0\0\0\0\0\0\0\0\347\0\221\1\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 649003}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699804}) = 1 (in [7], left {0, 687000})
gettimeofday({1165229330, 662371}, NULL) = 0
gettimeofday({1165229330, 662419}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0k\22\343\220\24MD\0\0\0\17\0\300\3\0\0\0\0\351\0\350"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 662603}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\353\0\374\1", 16) = 16
read(7, "\1\1l\22\0\0\0\0\0\0\0\0\347\0\201\1\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 662796}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699807}) = 1 (in [7], left {0, 692000})
gettimeofday({1165229330, 670640}, NULL) = 0
gettimeofday({1165229330, 670673}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0l\22\356\220\24MD\0\0\0\17\0\300\3\0\0\0\0\347\0\326"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 670828}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\351\0\350\1", 16) = 16
read(7, "\1\1m\22\0\0\0\0\0\0\0\0\345\0m\1\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 671044}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699784}) = 1 (in [7], left {0, 690000})
gettimeofday({1165229330, 681478}, NULL) = 0
gettimeofday({1165229330, 681508}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0m\22\371\220\24MD\0\0\0\17\0\300\3\0\0\0\0\345\0\300"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 681658}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\347\0\326\1", 16) = 16
read(7, "\1\1n\22\0\0\0\0\0\0\0\0\343\0[\1\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 681837}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699821}) = 1 (in [7], left {0, 690000})
gettimeofday({1165229330, 692453}, NULL) = 0
gettimeofday({1165229330, 692484}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0n\22\4\221\24MD\0\0\0\17\0\300\3\0\0\0\0\341\0\252"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 692630}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\345\0\300\1", 16) = 16
read(7, "\1\1o\22\0\0\0\0\0\0\0\0\341\0E\1\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 692813}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699817}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229330, 703454}, NULL) = 0
gettimeofday({1165229330, 703489}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0o\22\17\221\24MD\0\0\0\17\0\300\3\0\0\0\0\335\0\226"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 703656}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\341\0\252\1", 16) = 16
read(7, "\1\1p\22\0\0\0\0\0\0\0\0\335\0/\1\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 703839}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699817}) = 1 (in [7], left {0, 690000})
gettimeofday({1165229330, 714375}, NULL) = 0
gettimeofday({1165229330, 714407}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0p\22\32\221\24MD\0\0\0\17\0\300\3\0\0\0\0\331\0|\1"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 714573}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\335\0\226\1", 16) = 16
read(7, "\1\1q\22\0\0\0\0\0\0\0\0\331\0\33\1\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 714752}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699821}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229330, 725301}, NULL) = 0
gettimeofday({1165229330, 725337}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0q\22%\221\24MD\0\0\0\17\0\300\3\0\0\0\0\323\0f\1\317"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 725487}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\331\0|\1", 16) = 16
read(7, "\1\1r\22\0\0\0\0\0\0\0\0\325\0\1\1\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 725664}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699823}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229330, 736289}, NULL) = 0
gettimeofday({1165229330, 736320}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0r\0220\221\24MD\0\0\0\17\0\300\3\0\0\0\0\317\0L\1\313"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 736470}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\323\0f\1", 16) = 16
read(7, "\1\1s\22\0\0\0\0\0\0\0\0\317\0\353\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 736650}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699820}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229330, 747202}, NULL) = 0
gettimeofday({1165229330, 747232}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0s\22;\221\24MD\0\0\0\17\0\300\3\0\0\0\0\311\0004\1"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 747379}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\317\0L\1", 16) = 16
read(7, "\1\1t\22\0\0\0\0\0\0\0\0\313\0\321\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 747557}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699822}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229330, 758322}, NULL) = 0
gettimeofday({1165229330, 758362}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0t\22F\221\24MD\0\0\0\17\0\300\3\0\0\0\0\301\0\32\1"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 758539}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\311\0004\1", 16) = 16
read(7, "\1\1u\22\0\0\0\0\0\0\0\0\305\0\271\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 758734}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699805}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229330, 769126}, NULL) = 0
gettimeofday({1165229330, 769157}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0u\22P\221\24MD\0\0\0\17\0\300\3\0\0\0\0\271\0\0\1\265"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 769313}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\301\0\32\1", 16) = 16
read(7, "\1\1v\22\0\0\0\0\0\0\0\0\275\0\237\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 769491}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699822}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229330, 780101}, NULL) = 0
gettimeofday({1165229330, 780132}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0v\22[\221\24MD\0\0\0\17\0\300\3\0\0\0\0\261\0\350\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 780280}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\271\0\0\1", 16) = 16
read(7, "\1\1w\22\0\0\0\0\0\0\0\0\265\0\205\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 780457}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699823}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229330, 791034}, NULL) = 0
gettimeofday({1165229330, 791076}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0w\22f\221\24MD\0\0\0\17\0\300\3\0\0\0\0\253\0\330\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 791224}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\261\0\350\0", 16) = 16
read(7, "\1\1x\22\0\0\0\0\0\0\0\0\255\0m\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 791399}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699825}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229330, 802099}, NULL) = 0
gettimeofday({1165229330, 802134}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0x\22q\221\24MD\0\0\0\17\0\300\3\0\0\0\0\245\0\314\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 802299}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\253\0\330\0", 16) = 16
read(7, "\1\1y\22\0\0\0\0\0\0\0\0\247\0]\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 802489}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699810}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229330, 812983}, NULL) = 0
gettimeofday({1165229330, 813015}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0y\22|\221\24MD\0\0\0\17\0\300\3\0\0\0\0\235\0\272\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 813169}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\245\0\314\0", 16) = 16
read(7, "\1\1z\22\0\0\0\0\0\0\0\0\241\0Q\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 813350}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699819}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229330, 823948}, NULL) = 0
gettimeofday({1165229330, 823978}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0z\22\207\221\24MD\0\0\0\17\0\300\3\0\0\0\0\225\0\250"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 824129}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\235\0\272\0", 16) = 16
read(7, "\1\1{\22\0\0\0\0\0\0\0\0\231\0?\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 824306}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699823}) = 1 (in [7], left {0, 690000})
gettimeofday({1165229330, 834847}, NULL) = 0
gettimeofday({1165229330, 834878}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0{\22\222\221\24MD\0\0\0\17\0\300\3\0\0\0\0\215\0\230"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 835031}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\225\0\250\0", 16) = 16
read(7, "\1\1|\22\0\0\0\0\0\0\0\0\221\0-\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 835206}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699825}) = 1 (in [7], left {0, 690000})
gettimeofday({1165229330, 845822}, NULL) = 0
gettimeofday({1165229330, 845864}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0|\22\235\221\24MD\0\0\0\17\0\300\3\0\0\0\0\203\0\204"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 846013}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\215\0\230\0", 16) = 16
read(7, "\1\1}\22\0\0\0\0\0\0\0\0\211\0\35\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 846185}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699828}) = 1 (in [7], left {0, 690000})
gettimeofday({1165229330, 856825}, NULL) = 0
gettimeofday({1165229330, 856871}, NULL) = 0
ioctl(7, FIONREAD, [160])               = 0
read(7, "\10\3}\22\250\221\24MD\0\0\0\17\0\300\3\0\0\0\0{\0v\0w"..., 160) = 160
gettimeofday({1165229330, 857013}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3\203\0\204\0", 16) = 16
read(7, "\1\1~\22\0\0\0\0\0\0\0\0\177\0\t\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "&\v\2\0D\0\0\0", 8)           = 8
read(7, "\1\1\177\22\0\0\0\0D\0\0\0`\16\0\1{\0v\0{\0v\0\0\0\0\0"..., 32) = 32
gettimeofday({1165229330, 857336}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\337\0\300\3{\0v\0", 16) = 16
read(7, "\1\1\200\22\0\0\0\0\0\0\0\0t\0B\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 857509}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699827}) = 1 (in [7], left {0, 690000})
gettimeofday({1165229330, 867775}, NULL) = 0
gettimeofday({1165229330, 867806}, NULL) = 0
ioctl(7, FIONREAD, [96])                = 0
read(7, "\10\2\200\22\263\221\24MD\0\0\0\337\0\300\3\0\0\0\0q\0"..., 96) = 96
gettimeofday({1165229330, 867950}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\337\0\300\3{\0v\0", 16) = 16
read(7, "\1\1\201\22\0\0\0\0\0\0\0\0t\0B\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "&\v\2\0D\0\0\0", 8)           = 8
read(7, "\1\1\202\22\0\0\0\0D\0\0\0`\16\0\1q\0d\0q\0d\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\335\0\300\3q\0d\0", 16) = 16
read(7, "\1\1\203\22\0\0\0\0\0\0\0\0>\0\n\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(4, "\0", 1)                       = 1
gettimeofday({1165229330, 868500}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\335\0\300\3q\0d\0", 16) = 16
read(7, "\1\1\204\22\0\0\0\0\0\0\0\0>\0\n\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
writev(7, [{"7\v\4\0\'\2\300\3\241\1\300\3\0\0\0\0007B\4\0(\2\300\3"..., 1940}, 
{"\347\342\340\377\347\342\340\377\347\342\340\377\347\342"..., 33364}], 2) = 
35304
gettimeofday({1165229330, 873455}, NULL) = 0
select(9, [3 7 8], [], [], {0, 695045}) = 1 (in [3], left {0, 696000})
gettimeofday({1165229330, 873789}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229330, 873894}, NULL) = 0
write(7, "<\v\2\0>\2\300\3\233\10\t\0\3\0\0\0=\2\300\3\0\0\0\000"..., 3200) = 
3200
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 874744}, NULL) = 0
select(9, [3 7 8], [], [], {0, 693756}) = 1 (in [7], left {0, 690000})
gettimeofday({1165229330, 878801}, NULL) = 0
gettimeofday({1165229330, 878850}, NULL) = 0
ioctl(7, FIONREAD, [96])                = 0
read(7, "\10\3~\23\276\221\24MD\0\0\0\335\0\300\3\0\0\0\0i\0R\000"..., 96) = 96
gettimeofday({1165229330, 879005}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\335\0\300\3q\0d\0", 16) = 16
read(7, "\1\1\177\23\0\0\0\0\0\0\0\0>\0\n\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(4, "\0", 1)                       = 1
write(7, "(\v\4\0D\0\0\0\335\0\300\3i\0R\0", 16) = 16
read(7, "\1\1\200\23\0\0\0\0\0\0\0\0006\0\370\377\20\0\0\0\1\0\0"..., 32) = 32
write(7, "&\v\2\0D\0\0\0", 8)           = 8
read(7, "\1\1\201\23\0\0\0\0D\0\0\0`\16\0\1i\0R\0i\0R\0\0\0\0\0"..., 32) = 32
gettimeofday({1165229330, 879640}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\327\0\300\3i\0R\0", 16) = 16
read(7, "\1\1\202\23\0\0\0\0\0\0\0\0\23\0\25\0\20\0\0\0\1\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 881072}, NULL) = 0
select(9, [3 7 8], [], [], {0, 698568}) = 1 (in [3], left {0, 699000})
gettimeofday({1165229330, 881163}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229330, 881251}, NULL) = 0
write(7, "7\v\4\0L\2\300\3\241\1\300\3\0\0\0\0007\2\4\0M\2\300\3"..., 2988) = 
2988
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 881855}, NULL) = 0
select(9, [3 7 8], [], [], {0, 697785}) = 1 (in [7], left {0, 691000})
gettimeofday({1165229330, 889762}, NULL) = 0
gettimeofday({1165229330, 889795}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\21\24\311\221\24MD\0\0\0\327\0\300\3\0\0\0\0a\0D\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 889984}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\327\0\300\3i\0R\0", 16) = 16
read(7, "\1\1\22\24\0\0\0\0\0\0\0\0\23\0\25\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 890173}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699811}) = 1 (in [7], left {0, 690000})
gettimeofday({1165229330, 900589}, NULL) = 0
gettimeofday({1165229330, 900621}, NULL) = 0
ioctl(7, FIONREAD, [96])                = 0
read(7, "\10\0\22\24\324\221\24MD\0\0\0\327\0\300\3\0\0\0\0[\000"..., 96) = 96
gettimeofday({1165229330, 900757}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\327\0\300\3a\0D\0", 16) = 16
read(7, "\1\1\23\24\0\0\0\0\0\0\0\0\v\0\7\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "&\v\2\0D\0\0\0", 8)           = 8
read(7, "\1\1\24\24\0\0\0\0D\0\0\0`\16\0\1[\0006\0[\0006\0\0\0\0"..., 32) = 32
gettimeofday({1165229330, 901232}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\337\0\300\3[\0006\0", 16) = 16
read(7, "\1\1\25\24\0\0\0\0\0\0\0\0T\0\2\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 901407}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699825}) = 1 (in [7], left {0, 690000})
gettimeofday({1165229330, 911620}, NULL) = 0
gettimeofday({1165229330, 911653}, NULL) = 0
ioctl(7, FIONREAD, [128])               = 0
read(7, "\10\3\25\24\337\221\24MD\0\0\0\337\0\300\3\0\0\0\0S\0&"..., 128) = 128
gettimeofday({1165229330, 911795}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\337\0\300\3[\0006\0", 16) = 16
read(7, "\1\1\26\24\0\0\0\0\0\0\0\0T\0\2\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "&\v\2\0D\0\0\0", 8)           = 8
read(7, "\1\1\27\24\0\0\0\0D\0\0\0`\16\0\1S\0&\0S\0&\0\0\0\0\0\10"..., 32) = 32
gettimeofday({1165229330, 912108}, NULL) = 0
write(4, "\0", 1)                       = 1
write(7, "(\v\4\0D\0\0\0\27\0\300\3S\0&\0", 16) = 16
read(7, "\1\1\30\24\0\0\0\0\0\0\0\0O\0\17\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 914161}, NULL) = 0
select(9, [3 7 8], [], [], {0, 697947}) = 1 (in [3], left {0, 698000})
gettimeofday({1165229330, 914253}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229330, 914338}, NULL) = 0
write(7, "7\v\4\0^\2\300\3\241\1\300\3\0\0\0\0007\2\4\0_\2\300\3"..., 6556) = 
6556
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 914965}, NULL) = 0
select(9, [3 7 8], [], [], {0, 697143}) = 1 (in [7], left {0, 691000})
gettimeofday({1165229330, 922580}, NULL) = 0
gettimeofday({1165229330, 922611}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\251\24\352\221\24MD\0\0\0\27\0\300\3\0\0\0\0K\0\30"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 922781}, NULL) = 0
write(4, "\0", 1)                       = 1
write(7, "(\v\4\0D\0\0\0\27\0\300\3S\0&\0", 16) = 16
read(7, "\1\1\252\24\0\0\0\0\0\0\0\0O\0\17\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 924133}, NULL) = 0
select(9, [3 7 8], [], [], {0, 698648}) = 1 (in [3], left {0, 699000})
gettimeofday({1165229330, 924221}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229330, 924304}, NULL) = 0
write(7, "7\v\4\0q\2\300\3\241\1\300\3\0\0\0\0007\2\4\0r\2\300\3"..., 1568) = 
1568
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 924781}, NULL) = 0
select(9, [3 7 8], [], [], {0, 698000}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229330, 934039}, NULL) = 0
gettimeofday({1165229330, 934079}, NULL) = 0
ioctl(7, FIONREAD, [64])                = 0
read(7, "\10\3\367\24\365\221\24MD\0\0\0\27\0\300\3\0\0\0\0E\0\22"..., 64) = 64
gettimeofday({1165229330, 934231}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\27\0\300\3K\0\30\0", 16) = 16
read(7, "\1\1\370\24\0\0\0\0\0\0\0\0G\0\1\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
write(7, "&\v\2\0D\0\0\0", 8)           = 8
read(7, "\1\1\371\24\0\0\0\0D\0\0\0`\16\0\1E\0\22\0E\0\22\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229330, 934608}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699623}) = 1 (in [7], left {0, 510000})
gettimeofday({1165229331, 124657}, NULL) = 0
gettimeofday({1165229331, 124698}, NULL) = 0
ioctl(7, FIONREAD, [128])               = 0
read(7, "[EMAIL PROTECTED]"..., 128) = 128
write(7, "&\v\2\0D\0\0\0", 8)           = 8
read(7, "[EMAIL PROTECTED]@\0\32\0\0\0"..., 32) = 32
gettimeofday({1165229331, 125027}, NULL) = 0
write(4, "\0", 1)                       = 1
write(7, "(\v\4\0D\0\0\0\27\0\300\3E\0\22\0", 16) = 16
read(7, "\1\1\373\24\0\0\0\0\0\0\0\0A\0\373\377\20\0\0\0\1\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 126408}, NULL) = 0
select(9, [3 7 8], [], [], {0, 698619}) = 1 (in [3], left {0, 699000})
gettimeofday({1165229331, 126498}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229331, 126582}, NULL) = 0
write(7, "7\v\4\0w\2\300\3\241\1\300\3\0\0\0\0007\2\4\0x\2\300\3"..., 1564) = 
1564
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 127076}, NULL) = 0
select(9, [3 7 8], [], [], {0, 697951}) = 1 (in [7], left {0, 648000})
gettimeofday({1165229331, 176920}, NULL) = 0
gettimeofday({1165229331, 176956}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0H\25\350\222\24MD\0\0\0\27\0\300\3\0\0\0\0:\0\34\000"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 177132}, NULL) = 0
write(7, "([EMAIL PROTECTED]", 16) = 16
read(7, "\1\1I\25\0\0\0\0\0\0\0\0<\0\3\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 177351}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699781}) = 1 (in [7], left {0, 688000})
gettimeofday({1165229331, 189519}, NULL) = 0
gettimeofday({1165229331, 189549}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0I\25\365\222\24MD\0\0\0\27\0\300\3\0\0\0\0008\0\35"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 189703}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\27\0\300\3:\0\34\0", 16) = 16
read(7, "\1\1J\25\0\0\0\0\0\0\0\0006\0\5\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 189919}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699784}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229331, 201143}, NULL) = 0
gettimeofday({1165229331, 201178}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0J\25\0\223\24MD\0\0\0\27\0\300\3\0\0\0\0005\0\35\000"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 201348}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\27\0\300\0038\0\35\0", 16) = 16
read(7, "\1\1K\25\0\0\0\0\0\0\0\0004\0\6\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 201555}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699793}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229331, 212122}, NULL) = 0
gettimeofday({1165229331, 212153}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0K\25\v\223\24MD\0\0\0\27\0\300\3\0\0\0\0/\0\37\0+\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 212310}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\27\0\300\0035\0\35\0", 16) = 16
read(7, "\1\1L\25\0\0\0\0\0\0\0\0001\0\6\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 212504}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699806}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229331, 222974}, NULL) = 0
gettimeofday({1165229331, 223003}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0L\25\26\223\24MD\0\0\0\27\0\300\3\0\0\0\0-\0\37\0)"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 223158}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\27\0\300\3/\0\37\0", 16) = 16
read(7, "\1\1M\25\0\0\0\0\0\0\0\0+\0\10\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 223353}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699805}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229331, 234045}, NULL) = 0
gettimeofday({1165229331, 234078}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0M\25!\223\24MD\0\0\0\27\0\300\3\0\0\0\0,\0\37\0(\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 234234}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\27\0\300\3-\0\37\0", 16) = 16
read(7, "\1\1N\25\0\0\0\0\0\0\0\0)\0\10\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 234431}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699803}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229331, 244985}, NULL) = 0
gettimeofday({1165229331, 245021}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0N\25,\223\24MD\0\0\0\27\0\300\3\0\0\0\0*\0\37\0&\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 245187}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\27\0\300\3,\0\37\0", 16) = 16
read(7, "\1\1O\25\0\0\0\0\0\0\0\0(\0\10\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 245400}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699787}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229331, 255999}, NULL) = 0
gettimeofday({1165229331, 256033}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0O\0257\223\24MD\0\0\0\27\0\300\3\0\0\0\0(\0\37\0$\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 256196}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\27\0\300\3*\0\37\0", 16) = 16
read(7, "\1\1P\25\0\0\0\0\0\0\0\0&\0\10\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 256406}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699790}) = 1 (in [7], left {0, 680000})
gettimeofday({1165229331, 276614}, NULL) = 0
gettimeofday({1165229331, 276645}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0P\25L\223\24MD\0\0\0\27\0\300\3\0\0\0\0&\0\37\0\"\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 276840}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\27\0\300\3(\0\37\0", 16) = 16
read(7, "\1\1Q\25\0\0\0\0\0\0\0\0$\0\10\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 277030}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699810}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229331, 288148}, NULL) = 0
gettimeofday({1165229331, 288179}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0Q\25X\223\24MD\0\0\0\27\0\300\3\0\0\0\0%\0\37\0!\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 288333}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\27\0\300\3&\0\37\0", 16) = 16
read(7, "\1\1R\25\0\0\0\0\0\0\0\0\"\0\10\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 288523}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699810}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229331, 299127}, NULL) = 0
gettimeofday({1165229331, 299156}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0R\25b\223\24MD\0\0\0\27\0\300\3\0\0\0\0#\0 \0\37\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 299309}, NULL) = 0
write(4, "\0", 1)                       = 1
write(7, "(\v\4\0D\0\0\0\27\0\300\3%\0\37\0", 16) = 16
read(7, "\1\1S\25\0\0\0\0\0\0\0\0!\0\10\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 300647}, NULL) = 0
select(9, [3 7 8], [], [], {0, 698662}) = 1 (in [3], left {0, 699000})
gettimeofday({1165229331, 300740}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229331, 300981}, NULL) = 0
write(7, "7\v\4\0}\2\300\3\241\1\300\3\0\0\0\0007\2\4\0~\2\300\3"..., 1568) = 
1568
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 301457}, NULL) = 0
select(9, [3 7 8], [], [], {0, 697852}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229331, 310155}, NULL) = 0
gettimeofday({1165229331, 310202}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\240\25m\223\24MD\0\0\0\27\0\300\3\0\0\0\0 \0 \0\34"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 310374}, NULL) = 0
write(4, "\0", 1)                       = 1
write(7, "(\v\4\0D\0\0\0\27\0\300\3#\0 \0", 16) = 16
read(7, "\1\1\241\25\0\0\0\0\0\0\0\0\37\0\t\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 312379}, NULL) = 0
select(9, [3 7 8], [], [], {0, 697995}) = 1 (in [3], left {0, 698000})
gettimeofday({1165229331, 312474}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229331, 312558}, NULL) = 0
write(7, "7\v\4\0\203\2\300\3\241\1\300\3\0\0\0\0007\2\4\0\204\2"..., 4228) = 
4228
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 313082}, NULL) = 0
select(9, [3 7 8], [], [], {0, 697292}) = 1 (in [7], left {0, 690000})
gettimeofday({1165229331, 321159}, NULL) = 0
gettimeofday({1165229331, 321192}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0,\26x\223\24MD\0\0\0\27\0\300\3\0\0\0\0\36\0 \0\32"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 321360}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\27\0\300\3 \0 \0", 16) = 16
read(7, "\1\1-\26\0\0\0\0\0\0\0\0\34\0\t\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 321572}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699788}) = 1 (in [7], left {0, 679000})
gettimeofday({1165229331, 342107}, NULL) = 0
gettimeofday({1165229331, 342138}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0-\26\215\223\24MD\0\0\0\27\0\300\3\0\0\0\0\34\0 \0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 342290}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\27\0\300\3\36\0 \0", 16) = 16
read(7, "\1\1.\26\0\0\0\0\0\0\0\0\32\0\t\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 342488}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699802}) = 1 (in [7], left {0, 670000})
gettimeofday({1165229331, 372641}, NULL) = 0
gettimeofday({1165229331, 372683}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0.\26\254\223\24MD\0\0\0\27\0\300\3\0\0\0\0\33\0!\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 372880}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\27\0\300\3\34\0 \0", 16) = 16
read(7, "\1\1/\26\0\0\0\0\0\0\0\0\30\0\t\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 373100}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699780}) = 1 (in [7], left {0, 642000})
gettimeofday({1165229331, 431315}, NULL) = 0
gettimeofday({1165229331, 431351}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0/\26\347\223\24MD\0\0\0\27\0\300\3\0\0\0\0\32\0!\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 431521}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\27\0\300\3\33\0!\0", 16) = 16
read(7, "\1\0010\26\0\0\0\0\0\0\0\0\27\0\n\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 431727}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699794}) = 1 (in [7], left {0, 663000})
gettimeofday({1165229331, 468897}, NULL) = 0
gettimeofday({1165229331, 468932}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0000\26\f\224\24MD\0\0\0\27\0\300\3\0\0\0\0\32\0\"\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 469100}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\27\0\300\3\32\0!\0", 16) = 16
read(7, "\1\0011\26\0\0\0\0\0\0\0\0\26\0\n\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 469303}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699797}) = 1 (in [7], left {0, 670000})
gettimeofday({1165229331, 498983}, NULL) = 0
gettimeofday({1165229331, 499024}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0001\26*\224\24MD\0\0\0\27\0\300\3\0\0\0\0\31\0\"\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 499178}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\27\0\300\3\32\0\"\0", 16) = 16
read(7, "\1\0012\26\0\0\0\0\0\0\0\0\26\0\v\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 499373}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699805}) = 1 (in [7], left {0, 666000})
gettimeofday({1165229331, 532856}, NULL) = 0
gettimeofday({1165229331, 532897}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0002\26L\224\24MD\0\0\0\27\0\300\3\0\0\0\0\32\0\"\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 533069}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\27\0\300\3\31\0\"\0", 16) = 16
read(7, "\1\0013\26\0\0\0\0\0\0\0\0\25\0\v\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 533286}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699783}) = 1 (in [7], left {0, 690000})
gettimeofday({1165229331, 543677}, NULL) = 0
gettimeofday({1165229331, 543707}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0003\26W\224\24MD\0\0\0\27\0\300\3\0\0\0\0\31\0\"\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 543872}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\27\0\300\3\32\0\"\0", 16) = 16
read(7, "\1\0014\26\0\0\0\0\0\0\0\0\26\0\v\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 544067}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699805}) = 1 (in [7], left {0, 690000})
gettimeofday({1165229331, 554702}, NULL) = 0
gettimeofday({1165229331, 554749}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0004\26b\224\24MD\0\0\0\27\0\300\3\0\0\0\0\32\0\"\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 554913}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\27\0\300\3\31\0\"\0", 16) = 16
read(7, "\1\0015\26\0\0\0\0\0\0\0\0\25\0\v\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 555120}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699793}) = 1 (in [7], left {0, 681000})
gettimeofday({1165229331, 574484}, NULL) = 0
gettimeofday({1165229331, 574514}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0005\26v\224\24MD\0\0\0\27\0\300\3\0\0\0\0\31\0\"\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 574667}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\27\0\300\3\32\0\"\0", 16) = 16
read(7, "\1\0016\26\0\0\0\0\0\0\0\0\26\0\v\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 574873}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699794}) = 1 (in [7], left {0, 586000})
gettimeofday({1165229331, 688879}, NULL) = 0
gettimeofday({1165229331, 688914}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\4\0016\26\350\224\24MD\0\0\0\27\0\300\3\0\0\0\0\31\0\""..., 32) = 32
write(4, "\0", 1)                       = 1
write(7, "\22\0\7\0\2\0\300\3\356\0\0\0\6\0\0\0 \2\4\0\1\0\0\0\350"..., 44) = 44
read(7, "\34\2707\26\2\0\300\3\356\0\0\0\351\224\24M\0\0\0\0\260"..., 32) = 32
read(7, "\1\0018\26\0\0\0\0`\16\0\1\10\0.\0\20\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(7, "\24\0\6\0D\0\0\0\372\0\0\0\6\0\0\0\0\0\0\0\4\0\0\0", 24) = 24
read(7, "\1 [EMAIL PROTECTED]"..., 32) = 32
read(7, "\0\0\0\0\0\0\0\0\0\4\0\0\341\2\0\0", 16) = 16
write(7, "\233\24\23\0\234\0\300\3\1\0\0\0\16\0\0\0\7\0\6\0\0\0\6"..., 260) = 
260
read(7, "\1\1=\26\0\0\0\0D\0\0\0`\16\0\1\31\0\"\0\31\0\"\0\0\1\0"..., 32) = 32
write(7, "\22\0\30\0\23\0\300\3(\0\0\0)\0\0\0 \0\6\0\22\0\0\0\17"..., 140) = 140
read(7, "\34\270>\26\23\0\300\3(\0\0\0\355\224\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\26\270?\26\23\0\300\3\23\0\300\3\21\0\300\3\10\0.\0\370"..., 32) = 32
read(7, "[EMAIL PROTECTED]"..., 32) = 32
write(7, "\24\0\6\0\23\0\300\3#\0\0\0#\0\0\0\0\0\0\0\t\0\0\0", 24) = 24
read(7, "\1\0A\26\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0\220\1"..., 32) = 32
write(7, "\22\0\17\0\23\0\300\3#\0\0\0#\0\0\0 \0\0\0\t\0\0\0\0\0"..., 100) = 100
read(7, "\34\270B\26\23\0\300\3#\0\0\0\356\224\24M\0\224\24M\260"..., 32) = 32
read(7, "\26\270C\26\23\0\300\3\23\0\300\3\17\1\300\3\10\0.\0\370"..., 32) = 32
read(7, "\1 D\26\t\0\0\0#\0\0\0\0\0\0\0\t\0\0\0\30\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\0\0\0\0\0\0\0\0H\326\377\277\0\0\0\0\0\0\0\0\25\0\0\0"..., 36) = 36
write(7, "\22\0\17\0\23\0\300\3#\0\0\0#\0\0\0 \0\0\0\t\0\0\0\2\0"..., 84) = 84
read(7, "\34\270E\26\23\0\300\3#\0\0\0\357\224\24M\0\224\24M\260"..., 32) = 32
read(7, "\1\0F\26\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0\0\0"..., 32) = 32
write(7, "\23\0\3\0\23\0\300\3#\1\0\0\23\0\3\0\23\0\300\3\371\0\0"..., 76) = 76
read(7, "\34\270I\26\23\0\300\3\356\0\0\0\357\224\24M\0\224\24M"..., 32) = 32
read(7, "\23\370J\26\23\0\300\3\23\0\300\3\1\0\0\0\6\0\0\0 \0\0"..., 32) = 32
read(7, "\f\0J\26\23\0\300\3\0\0\0\0\370\0\244\1\0\0\"\10\1\0\0"..., 32) = 32
read(7, "\n\5K\26\27\0\300\3\1\366\377\277\1\0\0\0\0\0\0\0\f\0J"..., 32) = 32
read(7, "\n\3K\26\2\0\300\3\1\341\200\10\30\367\377\277\323\276"..., 32) = 32
read(7, "\t\3K\26\23\0\300\3\1\365%\10\30\367\377\277)\10\t\10 "..., 32) = 32
read(7, "\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\1\0K\26\0\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0"..., 32) = 32
write(7, "\32\1\6\0\23\0\300\3| \1\1\0\0\0\0\0\0\0\0\350\224\24M"..., 24) = 24
read(7, "\10\3L\26\360\224\24MD\0\0\0\27\0\300\3\0\0\0\0\31\0\""..., 32) = 32
read(7, "\1\0L\26\0\0\0\0\6\0\0\0\30\0\0\0\1\0\0\0\0\0\0\0\30\0"..., 32) = 32
write(7, "7\1\4\0\226\2\300\3\241\1\300\3\0\0\0\0007\0\4\0\227\2"..., 16384) = 
16384
write(7, "\1\1\4\0J\0\337\0\'\0\0\0\233\31\n\0\3\0\4\0\252\1\300"..., 11796) = 
11796
read(7, "\1R\321\31\0\0\0\0\1\0\0\0\36\0\0\0\10\370\377\277\21\274"..., 32) = 32
writev(7, [{"\221\1B\0\1\0\0\0", 8}, 
{"\24\0\277\0\0\0\0\0\0\0\0\0\364\1\0\0\364\1\0\0\10\0\263"..., 256}], 2) = 264
mmap2(NULL, 1003520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb75e6000
writev(7, [{"\221\2\17\0\1\0\0\0\1\0\5\0,\0\0\0lB\17\0\255\0\0\0\0\0"..., 76}, 
{"\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 262124}], 2) = 
262200
writev(7, [{"\221\2\377\377\1\0\0\0\3\0\5\0\354\377\3\0", 16}, 
{"\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 262124}], 2) = 
262140
writev(7, [{"\221\2\377\377\1\0\0\0\4\0\5\0\354\377\3\0", 16}, 
{"\376\376\376\377\376\376\376\377\376\376\376\377\376\376"..., 262124}], 2) = 
262140
writev(7, [{"\221\2\243\320\1\0\0\0\5\0\5\0|B\3\0", 16}, 
{"\376\376\376\377\376\376\376\377\376\376\376\377\376\376"..., 213628}], 2) = 
213644
munmap(0xb75e6000, 1003520)             = 0
writev(7, [{"\221\1\10\0\1\0\0\0", 8}, 
{"\4\0\267\0\10\0\263\0\1\27\0\0\4\0\267\0\10\0\263\0\0\27"..., 24}], 2) = 32
write(7, "\221s\2\0\1\0\0\0", 8)        = 8
read(7, "\1\0\331\31\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(7, "\221\216\2\0\1\0\0\0", 8)     = 8
write(7, "\221\v\3\0\1\0\0\0\17\0\300\3", 12) = 12
gettimeofday({1165229331, 728413}, NULL) = 0
select(9, [3 7 8], [], [], {0, 0})      = 1 (in [3], left {0, 0})
gettimeofday({1165229331, 728493}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229331, 728577}, NULL) = 0
write(7, "+\v\1\0", 4)                  = 4
read(7, "\1\1\334\31\0\0\0\0\2\0\300\3\4\0\0\0\220\1\0\0\4\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\v\4\0\264\2\300\3\251\2\300\3\0\0\0\0;\3\5\0\264\2\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 729062}, NULL) = 0
select(9, [3 7 8], [], [], {28, 564024}) = 1 (in [7], left {28, 546000})
gettimeofday({1165229331, 748535}, NULL) = 0
gettimeofday({1165229331, 748564}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\5\1\341\31$\225\24MD\0\0\0\27\0\300\3\0\0\0\0\31\0\"\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3\31\0\"\0", 16) = 16
read(7, "\1\1\342\31\0\0\0\0\0\0\0\0\21\0\364\377\20\0\0\0\1\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3\31\0\"\0", 16) = 16
read(7, "\1\1\343\31\0\0\0\0\0\0\0\0\21\0\364\377\20\0\0\0\1\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\27\0\300\3\31\0\"\0", 16) = 16
read(7, "\1\1\344\31\0\0\0\0\0\0\0\0\25\0\v\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "&\v\2\0D\0\0\0", 8)           = 8
read(7, "\1\1\345\31\0\0\0\0D\0\0\0`\16\0\1\31\0\"\0\31\0\"\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229331, 749368}, NULL) = 0
select(9, [3 7 8], [], [], {28, 543718}) = 1 (in [7], left {27, 962000})
gettimeofday({1165229332, 331582}, NULL) = 0
gettimeofday({1165229332, 331636}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\345\31k\227\24MD\0\0\0\27\0\300\3\0\0\0\0\31\0#\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\31\0#\0", 16) = 16
read(7, "\1\1\346\31\0\0\0\0\0\0\0\0\21\0\365\377\20\0\0\0\1\0\0"..., 32) = 32
gettimeofday({1165229332, 331958}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\31\0#\0", 16) = 16
read(7, "\1\1\347\31\0\0\0\0\0\0\0\0\21\0\365\377\20\0\0\0\1\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\27\0\300\3\31\0#\0", 16) = 16
read(7, "\1\1\350\31\0\0\0\0\0\0\0\0\25\0\f\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "&\v\2\0D\0\0\0", 8)           = 8
read(7, "\1\1\351\31\0\0\0\0D\0\0\0`\16\0\1\31\0#\0\31\0#\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\27\0\300\3\31\0\"\0", 16) = 16
read(7, "\1\1\352\31\0\0\0\0\0\0\0\0\25\0\v\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3\31\0#\0", 16) = 16
read(7, "\1\1\353\31\0\0\0\0\0\0\0\0\21\0\365\377\20\0\0\0\1\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229332, 332555}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699403}) = 1 (in [7], left {0, 155000})
gettimeofday({1165229332, 877555}, NULL) = 0
gettimeofday({1165229332, 877602}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\353\31\215\231\24MD\0\0\0\27\0\300\3\0\0\0\0\32\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\32\0#\0", 16) = 16
read(7, "\1\1\354\31\0\0\0\0\0\0\0\0\22\0\365\377\20\0\0\0\1\0\0"..., 32) = 32
gettimeofday({1165229332, 877916}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\32\0#\0", 16) = 16
read(7, "\1\1\355\31\0\0\0\0\0\0\0\0\22\0\365\377\20\0\0\0\1\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\27\0\300\3\32\0#\0", 16) = 16
read(7, "\1\1\356\31\0\0\0\0\0\0\0\0\26\0\f\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "&\v\2\0D\0\0\0", 8)           = 8
read(7, "\1\1\357\31\0\0\0\0D\0\0\0`\16\0\1\32\0#\0\32\0#\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\27\0\300\3\31\0#\0", 16) = 16
read(7, "\1\1\360\31\0\0\0\0\0\0\0\0\25\0\f\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3\32\0#\0", 16) = 16
read(7, "\1\1\361\31\0\0\0\0\0\0\0\0\22\0\365\377\20\0\0\0\1\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229332, 878503}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699413}) = 1 (in [7], left {0, 641000})
gettimeofday({1165229332, 938259}, NULL) = 0
gettimeofday({1165229332, 938294}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\361\31\312\231\24MD\0\0\0\27\0\300\3\0\0\0\0\32\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\32\0$\0", 16) = 16
read(7, "\1\1\362\31\0\0\0\0\0\0\0\0\22\0\366\377\20\0\0\0\1\0\0"..., 32) = 32
gettimeofday({1165229332, 938602}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\32\0$\0", 16) = 16
read(7, "\1\1\363\31\0\0\0\0\0\0\0\0\22\0\366\377\20\0\0\0\1\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\27\0\300\3\32\0$\0", 16) = 16
read(7, "\1\1\364\31\0\0\0\0\0\0\0\0\26\0\r\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "&\v\2\0D\0\0\0", 8)           = 8
read(7, "\1\1\365\31\0\0\0\0D\0\0\0`\16\0\1\32\0$\0\32\0$\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\27\0\300\3\32\0#\0", 16) = 16
read(7, "\1\1\366\31\0\0\0\0\0\0\0\0\26\0\f\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3\32\0$\0", 16) = 16
read(7, "\1\1\367\31\0\0\0\0\0\0\0\0\22\0\366\377\20\0\0\0\1\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229332, 939185}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699417}) = 1 (in [7], left {0, 679000})
gettimeofday({1165229332, 960564}, NULL) = 0
gettimeofday({1165229332, 960599}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\367\31\340\231\24MD\0\0\0\27\0\300\3\0\0\0\0\32\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\32\0%\0", 16) = 16
read(7, "\1\1\370\31\0\0\0\0\0\0\0\0\22\0\367\377\20\0\0\0\1\0\0"..., 32) = 32
gettimeofday({1165229332, 960887}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\32\0%\0", 16) = 16
read(7, "\1\1\371\31\0\0\0\0\0\0\0\0\22\0\367\377\20\0\0\0\1\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\27\0\300\3\32\0%\0", 16) = 16
read(7, "\1\1\372\31\0\0\0\0\0\0\0\0\26\0\16\0\20\0\0\0\1\0\0\0"..., 32) = 32
write(7, "&\v\2\0D\0\0\0", 8)           = 8
read(7, "\1\1\373\31\0\0\0\0D\0\0\0`\16\0\1\32\0%\0\32\0%\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\27\0\300\3\32\0$\0", 16) = 16
read(7, "\1\1\374\31\0\0\0\0\0\0\0\0\26\0\r\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3\32\0%\0", 16) = 16
read(7, "\1\1\375\31\0\0\0\0\0\0\0\0\22\0\367\377\20\0\0\0\1\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229332, 961468}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699419}) = 1 (in [7], left {0, 686000})
gettimeofday({1165229332, 974659}, NULL) = 0
gettimeofday({1165229332, 974689}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\375\31\356\231\24MD\0\0\0\27\0\300\3\0\0\0\0\33\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\33\0&\0", 16) = 16
read(7, "\1\1\376\31\0\0\0\0\0\0\0\0\23\0\370\377\20\0\0\0\1\0\0"..., 32) = 32
gettimeofday({1165229332, 974960}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\33\0&\0", 16) = 16
read(7, "\1\1\377\31\0\0\0\0\0\0\0\0\23\0\370\377\20\0\0\0\1\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\27\0\300\3\33\0&\0", 16) = 16
read(7, "\1\1\0\32\0\0\0\0\0\0\0\0\27\0\17\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "&\v\2\0D\0\0\0", 8)           = 8
read(7, "\1\1\1\32\0\0\0\0D\0\0\0`\16\0\1\33\0&\0\33\0&\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\27\0\300\3\32\0%\0", 16) = 16
read(7, "\1\1\2\32\0\0\0\0\0\0\0\0\26\0\16\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3\33\0&\0", 16) = 16
read(7, "\1\1\3\32\0\0\0\0\0\0\0\0\23\0\370\377\20\0\0\0\1\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229332, 975559}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699401}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229332, 987405}, NULL) = 0
gettimeofday({1165229332, 987436}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\3\32\373\231\24MD\0\0\0\27\0\300\3\0\0\0\0\33\0\'"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\33\0\'\0", 16) = 16
read(7, "\1\1\4\32\0\0\0\0\0\0\0\0\23\0\371\377\20\0\0\0\1\0\0\0"..., 32) = 32
gettimeofday({1165229332, 987720}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\33\0\'\0", 16) = 16
read(7, "\1\1\5\32\0\0\0\0\0\0\0\0\23\0\371\377\20\0\0\0\1\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\27\0\300\3\33\0\'\0", 16) = 16
read(7, "\1\1\6\32\0\0\0\0\0\0\0\0\27\0\20\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "&\v\2\0D\0\0\0", 8)           = 8
read(7, "\1\1\7\32\0\0\0\0D\0\0\0`\16\0\1\33\0\'\0\33\0\'\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\27\0\300\3\33\0&\0", 16) = 16
read(7, "\1\1\10\32\0\0\0\0\0\0\0\0\27\0\17\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3\33\0\'\0", 16) = 16
read(7, "\1\1\t\32\0\0\0\0\0\0\0\0\23\0\371\377\20\0\0\0\1\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229332, 988291}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699429}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229332, 998965}, NULL) = 0
gettimeofday({1165229332, 998996}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\t\32\6\232\24MD\0\0\0\27\0\300\3\0\0\0\0\34\0)\0\30"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\34\0)\0", 16) = 16
read(7, "\1\1\n\32\0\0\0\0\0\0\0\0\24\0\373\377\20\0\0\0\1\0\0\0"..., 32) = 32
gettimeofday({1165229332, 999271}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\34\0)\0", 16) = 16
read(7, "\1\1\v\32\0\0\0\0\0\0\0\0\24\0\373\377\20\0\0\0\1\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\27\0\300\3\34\0)\0", 16) = 16
read(7, "\1\1\f\32\0\0\0\0\0\0\0\0\30\0\22\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "&\v\2\0D\0\0\0", 8)           = 8
read(7, "\1\1\r\32\0\0\0\0D\0\0\0`\16\0\1\34\0)\0\34\0)\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\27\0\300\3\33\0\'\0", 16) = 16
read(7, "\1\1\16\32\0\0\0\0\0\0\0\0\27\0\20\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3\34\0)\0", 16) = 16
read(7, "\1\1\17\32\0\0\0\0\0\0\0\0\24\0\373\377\20\0\0\0\1\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229332, 999866}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699405}) = 1 (in [7], left {0, 681000})
gettimeofday({1165229333, 18713}, NULL) = 0
gettimeofday({1165229333, 18751}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\17\32\32\232\24MD\0\0\0\27\0\300\3\0\0\0\0\35\0+\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\35\0+\0", 16) = 16
read(7, "\1\1\20\32\0\0\0\0\0\0\0\0\25\0\375\377\20\0\0\0\1\0\0"..., 32) = 32
gettimeofday({1165229333, 19059}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\35\0+\0", 16) = 16
read(7, "\1\1\21\32\0\0\0\0\0\0\0\0\25\0\375\377\20\0\0\0\1\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\27\0\300\3\35\0+\0", 16) = 16
read(7, "\1\1\22\32\0\0\0\0\0\0\0\0\31\0\24\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "&\v\2\0D\0\0\0", 8)           = 8
read(7, "\1\1\23\32\0\0\0\0D\0\0\0`\16\0\1\35\0+\0\35\0+\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\27\0\300\3\34\0)\0", 16) = 16
read(7, "\1\1\24\32\0\0\0\0\0\0\0\0\30\0\22\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3\35\0+\0", 16) = 16
read(7, "\1\1\25\32\0\0\0\0\0\0\0\0\25\0\375\377\20\0\0\0\1\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 19658}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699401}) = 1 (in [7], left {0, 657000})
gettimeofday({1165229333, 62715}, NULL) = 0
gettimeofday({1165229333, 62750}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\25\32F\232\24MD\0\0\0\27\0\300\3\0\0\0\0\36\0-\0\32"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\36\0-\0", 16) = 16
read(7, "\1\1\26\32\0\0\0\0\0\0\0\0\26\0\377\377\20\0\0\0\1\0\0"..., 32) = 32
gettimeofday({1165229333, 63042}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\36\0-\0", 16) = 16
read(7, "\1\1\27\32\0\0\0\0\0\0\0\0\26\0\377\377\20\0\0\0\1\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\27\0\300\3\36\0-\0", 16) = 16
read(7, "\1\1\30\32\0\0\0\0\0\0\0\0\32\0\26\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "&\v\2\0D\0\0\0", 8)           = 8
read(7, "\1\1\31\32\0\0\0\0D\0\0\0`\16\0\1\36\0-\0\36\0-\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\27\0\300\3\35\0+\0", 16) = 16
read(7, "\1\1\32\32\0\0\0\0\0\0\0\0\31\0\24\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3\36\0-\0", 16) = 16
read(7, "\1\1\33\32\0\0\0\0\0\0\0\0\26\0\377\377\20\0\0\0\1\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 63646}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699396}) = 1 (in [7], left {0, 690000})
gettimeofday({1165229333, 73625}, NULL) = 0
gettimeofday({1165229333, 73655}, NULL) = 0
ioctl(7, FIONREAD, [128])               = 0
read(7, "\10\3\33\32Q\232\24MD\0\0\0\27\0\300\3\0\0\0\0\36\0.\0"..., 128) = 128
write(7, "&\v\2\0D\0\0\0", 8)           = 8
read(7, "\1\1\34\32\0\0\0\0D\0\0\0\23\0\300\3\36\0.\0\36\0.\0\0"..., 32) = 32
gettimeofday({1165229333, 73958}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\36\0.\0", 16) = 16
read(7, "\1\1\35\32\0\0\0\0\0\0\0\0\26\0\0\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3\36\0-\0", 16) = 16
read(7, "\1\1\36\32\0\0\0\0\0\0\0\0\26\0\377\377\20\0\0\0\1\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 74231}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699727}) = 1 (in [7], left {0, 690000})
gettimeofday({1165229333, 84481}, NULL) = 0
gettimeofday({1165229333, 84519}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\36\32\\\232\24MD\0\0\0\23\0\300\3\0\0\0\0\36\0/\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 84656}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\36\0/\0", 16) = 16
read(7, "\1\1\37\32\0\0\0\0\0\0\0\0\26\0\1\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
gettimeofday({1165229333, 84882}, NULL) = 0
write(4, "\0", 1)                       = 1
write(7, "(\v\4\0D\0\0\0\23\0\300\3\36\0.\0", 16) = 16
read(7, "\1\1 \32\0\0\0\0\0\0\0\0\26\0\0\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
writev(7, [{"7\v\4\0\265\2\300\3\251\2\300\3\0\0\0\0007\3\4\0\266\2"..., 1048}, 
{"\273\224l\377\273\224l\377\273\224l\377\273\224l\377\273"..., 19760}], 2) = 
20808
gettimeofday({1165229333, 87661}, NULL) = 0
select(9, [3 7 8], [], [], {0, 253221}) = 1 (in [3], left {0, 254000})
gettimeofday({1165229333, 87759}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229333, 87842}, NULL) = 0
write(7, "<\v\2\0\300\2\300\3\233\10\t\0\3\0\0\0\277\2\300\3\0\0"..., 1216) = 
1216
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 88590}, NULL) = 0
select(9, [3 7 8], [], [], {0, 252292}) = 1 (in [7], left {0, 246000})
gettimeofday({1165229333, 95559}, NULL) = 0
gettimeofday({1165229333, 95590}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\217\32g\232\24MD\0\0\0\23\0\300\3\0\0\0\0\37\0000"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 95761}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\37\0000\0", 16) = 16
read(7, "\1\1\220\32\0\0\0\0\0\0\0\0\27\0\2\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3\36\0/\0", 16) = 16
read(7, "\1\1\221\32\0\0\0\0\0\0\0\0\26\0\1\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 96078}, NULL) = 0
select(9, [3 7 8], [], [], {0, 244804}) = 1 (in [7], left {0, 235000})
gettimeofday({1165229333, 106440}, NULL) = 0
gettimeofday({1165229333, 106471}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\221\32r\232\24MD\0\0\0\23\0\300\3\0\0\0\0\37\0002"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 106643}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\37\0002\0", 16) = 16
read(7, "\1\1\222\32\0\0\0\0\0\0\0\0\27\0\4\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3\37\0000\0", 16) = 16
read(7, "\1\1\223\32\0\0\0\0\0\0\0\0\27\0\2\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 106947}, NULL) = 0
select(9, [3 7 8], [], [], {0, 233935}) = 1 (in [7], left {0, 204000})
gettimeofday({1165229333, 136601}, NULL) = 0
gettimeofday({1165229333, 136629}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\223\32\220\232\24MD\0\0\0\23\0\300\3\0\0\0\0 \000"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 136776}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3 \0004\0", 16) = 16
read(7, "\1\1\224\32\0\0\0\0\0\0\0\0\30\0\6\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3\37\0002\0", 16) = 16
read(7, "\1\1\225\32\0\0\0\0\0\0\0\0\27\0\4\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 137064}, NULL) = 0
select(9, [3 7 8], [], [], {0, 203818}) = 1 (in [7], left {0, 192000})
gettimeofday({1165229333, 149235}, NULL) = 0
gettimeofday({1165229333, 149262}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\225\32\235\232\24MD\0\0\0\23\0\300\3\0\0\0\0 \000"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 149406}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3 \0005\0", 16) = 16
read(7, "\1\1\226\32\0\0\0\0\0\0\0\0\30\0\7\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3 \0004\0", 16) = 16
read(7, "\1\1\227\32\0\0\0\0\0\0\0\0\30\0\6\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 149705}, NULL) = 0
select(9, [3 7 8], [], [], {0, 191177}) = 1 (in [7], left {0, 181000})
gettimeofday({1165229333, 160989}, NULL) = 0
gettimeofday({1165229333, 161019}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\227\32\250\232\24MD\0\0\0\23\0\300\3\0\0\0\0\"\0;"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 161176}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\"\0;\0", 16) = 16
read(7, "\1\1\230\32\0\0\0\0\0\0\0\0\32\0\r\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3 \0005\0", 16) = 16
read(7, "\1\1\231\32\0\0\0\0\0\0\0\0\30\0\7\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 161472}, NULL) = 0
select(9, [3 7 8], [], [], {0, 179410}) = 1 (in [7], left {0, 170000})
gettimeofday({1165229333, 171880}, NULL) = 0
gettimeofday({1165229333, 171908}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\231\32\263\232\24MD\0\0\0\23\0\300\3\0\0\0\0\"\0<"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 172049}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\"\0<\0", 16) = 16
read(7, "\1\1\232\32\0\0\0\0\0\0\0\0\32\0\16\0\20\0\0\0\1\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3\"\0;\0", 16) = 16
read(7, "\1\1\233\32\0\0\0\0\0\0\0\0\32\0\r\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 172334}, NULL) = 0
select(9, [3 7 8], [], [], {0, 168548}) = 1 (in [7], left {0, 158000})
gettimeofday({1165229333, 182886}, NULL) = 0
gettimeofday({1165229333, 182914}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\233\32\276\232\24MD\0\0\0\23\0\300\3\0\0\0\0$\0B\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 183060}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3$\0B\0", 16) = 16
read(7, "\1\1\234\32\0\0\0\0\0\0\0\0\34\0\24\0\20\0\0\0\1\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3\"\0<\0", 16) = 16
read(7, "\1\1\235\32\0\0\0\0\0\0\0\0\32\0\16\0\20\0\0\0\1\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 183349}, NULL) = 0
select(9, [3 7 8], [], [], {0, 157533}) = 1 (in [7], left {0, 147000})
gettimeofday({1165229333, 193764}, NULL) = 0
gettimeofday({1165229333, 193790}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\235\32\311\232\24MD\0\0\0\23\0\300\3\0\0\0\0%\0D\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 193931}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3%\0D\0", 16) = 16
read(7, "\1\1\236\32\0\0\0\0\0\0\0\0\35\0\26\0\20\0\0\0\1\0\0\0"..., 32) = 32
write(4, "\0", 1)                       = 1
write(7, "(\v\4\0D\0\0\0\23\0\300\3$\0B\0", 16) = 16
read(7, "\1\1\237\32\0\0\0\0\0\0\0\0\34\0\24\0\20\0\0\0\1\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 195205}, NULL) = 0
select(9, [3 7 8], [], [], {0, 145677}) = 1 (in [3], left {0, 146000})
gettimeofday({1165229333, 195291}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229333, 195374}, NULL) = 0
write(7, "7\v\4\0\302\2\300\3\251\2\300\3\0\0\0\0007\2\4\0\303\2"..., 1696) = 
1696
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 195986}, NULL) = 0
select(9, [3 7 8], [], [], {0, 144896}) = 1 (in [7], left {0, 136000})
gettimeofday({1165229333, 204820}, NULL) = 0
gettimeofday({1165229333, 204852}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\354\32\324\232\24MD\0\0\0\23\0\300\3\0\0\0\0\'\0J"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 205026}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\'\0J\0", 16) = 16
read(7, "\1\1\355\32\0\0\0\0\0\0\0\0\37\0\34\0\20\0\0\0\1\0\0\0"..., 32) = 32
write(4, "\0", 1)                       = 1
gettimeofday({1165229333, 205357}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3%\0D\0", 16) = 16
read(7, "\1\1\356\32\0\0\0\0\0\0\0\0\35\0\26\0\20\0\0\0\1\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 206721}, NULL) = 0
select(9, [3 7 8], [], [], {0, 254636}) = 1 (in [3], left {0, 255000})
gettimeofday({1165229333, 206809}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229333, 206898}, NULL) = 0
write(7, "7\v\4\0\307\2\300\3\251\2\300\3\0\0\0\0007\2\4\0\310\2"..., 2368) = 
2368
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 207749}, NULL) = 0
select(9, [3 7 8], [], [], {0, 253608}) = 1 (in [7], left {0, 246000})
gettimeofday({1165229333, 215721}, NULL) = 0
gettimeofday({1165229333, 215749}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0S\33\337\232\24MD\0\0\0\23\0\300\3\0\0\0\0\'\0L\0\37"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 215928}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3\'\0L\0", 16) = 16
read(7, "\1\1T\33\0\0\0\0\0\0\0\0\37\0\36\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3\'\0J\0", 16) = 16
read(7, "\1\1U\33\0\0\0\0\0\0\0\0\37\0\34\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 216243}, NULL) = 0
select(9, [3 7 8], [], [], {0, 245114}) = 1 (in [7], left {0, 235000})
gettimeofday({1165229333, 226689}, NULL) = 0
gettimeofday({1165229333, 226716}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0U\33\352\232\24MD\0\0\0\23\0\300\3\0\0\0\0)\0R\0!\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 226858}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3)\0R\0", 16) = 16
read(7, "\1\1V\33\0\0\0\0\0\0\0\0!\0$\0\20\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3\'\0L\0", 16) = 16
read(7, "\1\1W\33\0\0\0\0\0\0\0\0\37\0\36\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 227147}, NULL) = 0
select(9, [3 7 8], [], [], {0, 234210}) = 1 (in [7], left {0, 224000})
gettimeofday({1165229333, 237597}, NULL) = 0
gettimeofday({1165229333, 237624}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0W\33\365\232\24MD\0\0\0\23\0\300\3\0\0\0\0+\0X\0#\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 237768}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3+\0X\0", 16) = 16
read(7, "\1\1X\33\0\0\0\0\0\0\0\0#\0*\0\20\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3)\0R\0", 16) = 16
read(7, "\1\1Y\33\0\0\0\0\0\0\0\0!\0$\0\20\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 238050}, NULL) = 0
select(9, [3 7 8], [], [], {0, 223307}) = 1 (in [7], left {0, 213000})
gettimeofday({1165229333, 248597}, NULL) = 0
gettimeofday({1165229333, 248623}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0Y\33\0\233\24MD\0\0\0\23\0\300\3\0\0\0\0,\0Z\0$\0,"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 248760}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3,\0Z\0", 16) = 16
read(7, "\1\1Z\33\0\0\0\0\0\0\0\0$\0,\0\20\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
write(4, "\0", 1)                       = 1
write(7, "(\v\4\0D\0\0\0\23\0\300\3+\0X\0", 16) = 16
read(7, "\1\1[\33\0\0\0\0\0\0\0\0#\0*\0\20\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 250141}, NULL) = 0
select(9, [3 7 8], [], [], {0, 211216}) = 1 (in [3], left {0, 212000})
gettimeofday({1165229333, 250228}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229333, 250310}, NULL) = 0
write(7, "7\v\4\0\314\2\300\3\251\2\300\3\0\0\0\0007\2\4\0\315\2"..., 2096) = 
2096
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 251023}, NULL) = 0
select(9, [3 7 8], [], [], {0, 210334}) = 1 (in [7], left {0, 202000})
gettimeofday({1165229333, 259600}, NULL) = 0
gettimeofday({1165229333, 259631}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\262\33\v\233\24MD\0\0\0\23\0\300\3\0\0\0\0,\0]\0$"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 259805}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3,\0]\0", 16) = 16
read(7, "\1\1\263\33\0\0\0\0\0\0\0\0$\0/\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(4, "\0", 1)                       = 1
gettimeofday({1165229333, 260136}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3,\0Z\0", 16) = 16
read(7, "\1\1\264\33\0\0\0\0\0\0\0\0$\0,\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 261519}, NULL) = 0
select(9, [3 7 8], [], [], {0, 254617}) = 1 (in [3], left {0, 255000})
gettimeofday({1165229333, 261614}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229333, 261694}, NULL) = 0
write(7, "7\v\4\0\321\2\300\3\251\2\300\3\0\0\0\0007\2\4\0\322\2"..., 2528) = 
2528
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 262493}, NULL) = 0
select(9, [3 7 8], [], [], {0, 253643}) = 1 (in [7], left {0, 246000})
gettimeofday({1165229333, 270583}, NULL) = 0
gettimeofday({1165229333, 270615}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\35\34\26\233\24MD\0\0\0\23\0\300\3\0\0\0\0.\0c\0&"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 270786}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3.\0c\0", 16) = 16
read(7, "\1\1\36\34\0\0\0\0\0\0\0\0&\0005\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3,\0]\0", 16) = 16
read(7, "\1\1\37\34\0\0\0\0\0\0\0\0$\0/\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 271106}, NULL) = 0
select(9, [3 7 8], [], [], {0, 245030}) = 1 (in [7], left {0, 236000})
gettimeofday({1165229333, 281454}, NULL) = 0
gettimeofday({1165229333, 281491}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\37\34!\233\24MD\0\0\0\23\0\300\3\0\0\0\0/\0e\0\'\000"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 281635}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3/\0e\0", 16) = 16
read(7, "\1\1 \34\0\0\0\0\0\0\0\0\'\0007\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3.\0c\0", 16) = 16
read(7, "\1\1!\34\0\0\0\0\0\0\0\0&\0005\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 281921}, NULL) = 0
select(9, [3 7 8], [], [], {0, 234215}) = 1 (in [7], left {0, 225000})
gettimeofday({1165229333, 292433}, NULL) = 0
gettimeofday({1165229333, 292459}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0!\34,\233\24MD\0\0\0\23\0\300\3\0\0\0\0/\0h\0\'\0:"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 292614}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3/\0h\0", 16) = 16
read(7, "\1\1\"\34\0\0\0\0\0\0\0\0\'\0:\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3/\0e\0", 16) = 16
read(7, "\1\1#\34\0\0\0\0\0\0\0\0\'\0007\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 292902}, NULL) = 0
select(9, [3 7 8], [], [], {0, 223234}) = 1 (in [7], left {0, 214000})
gettimeofday({1165229333, 303382}, NULL) = 0
gettimeofday({1165229333, 303414}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0#\0347\233\24MD\0\0\0\23\0\300\3\0\0\0\0000\0j\0(\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 303590}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\0030\0j\0", 16) = 16
read(7, "\1\1$\34\0\0\0\0\0\0\0\0(\0<\0\20\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3/\0h\0", 16) = 16
read(7, "\1\1%\34\0\0\0\0\0\0\0\0\'\0:\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 303899}, NULL) = 0
select(9, [3 7 8], [], [], {0, 212237}) = 1 (in [7], left {0, 203000})
gettimeofday({1165229333, 314314}, NULL) = 0
gettimeofday({1165229333, 314341}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0%\34B\233\24MD\0\0\0\23\0\300\3\0\0\0\0002\0p\0*\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 314500}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\0032\0p\0", 16) = 16
read(7, "\1\1&\34\0\0\0\0\0\0\0\0*\0B\0\20\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
write(4, "\0", 1)                       = 1
gettimeofday({1165229333, 314806}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\0030\0j\0", 16) = 16
read(7, "\1\1\'\34\0\0\0\0\0\0\0\0(\0<\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 316299}, NULL) = 0
select(9, [3 7 8], [], [], {0, 254507}) = 1 (in [3], left {0, 255000})
gettimeofday({1165229333, 316394}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229333, 316492}, NULL) = 0
write(7, "7\v\4\0\326\2\300\3\251\2\300\3\0\0\0\0007\2\4\0\327\2"..., 3168) = 
3168
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 317506}, NULL) = 0
select(9, [3 7 8], [], [], {0, 253300}) = 1 (in [7], left {0, 247000})
gettimeofday({1165229333, 325242}, NULL) = 0
gettimeofday({1165229333, 325270}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\237\34M\233\24MD\0\0\0\23\0\300\3\0\0\0\0002\0s\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 325442}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\0032\0s\0", 16) = 16
read(7, "\1\1\240\34\0\0\0\0\0\0\0\0*\0E\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\0032\0p\0", 16) = 16
read(7, "\1\1\241\34\0\0\0\0\0\0\0\0*\0B\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 325777}, NULL) = 0
select(9, [3 7 8], [], [], {0, 245029}) = 1 (in [7], left {0, 236000})
gettimeofday({1165229333, 336213}, NULL) = 0
gettimeofday({1165229333, 336240}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\241\34X\233\24MD\0\0\0\23\0\300\3\0\0\0\0003\0u\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 336385}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\0033\0u\0", 16) = 16
read(7, "\1\1\242\34\0\0\0\0\0\0\0\0+\0G\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\0032\0s\0", 16) = 16
read(7, "\1\1\243\34\0\0\0\0\0\0\0\0*\0E\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 336688}, NULL) = 0
select(9, [3 7 8], [], [], {0, 234118}) = 1 (in [7], left {0, 225000})
gettimeofday({1165229333, 347128}, NULL) = 0
gettimeofday({1165229333, 347157}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\243\34c\233\24MD\0\0\0\23\0\300\3\0\0\0\0003\0x\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 347296}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\0033\0x\0", 16) = 16
read(7, "\1\1\244\34\0\0\0\0\0\0\0\0+\0J\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\0033\0u\0", 16) = 16
read(7, "\1\1\245\34\0\0\0\0\0\0\0\0+\0G\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 347599}, NULL) = 0
select(9, [3 7 8], [], [], {0, 223207}) = 1 (in [7], left {0, 214000})
gettimeofday({1165229333, 358174}, NULL) = 0
gettimeofday({1165229333, 358205}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\245\34n\233\24MD\0\0\0\23\0\300\3\0\0\0\0004\0z\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 358360}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\0034\0z\0", 16) = 16
read(7, "\1\1\246\34\0\0\0\0\0\0\0\0,\0L\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\0033\0x\0", 16) = 16
read(7, "\1\1\247\34\0\0\0\0\0\0\0\0+\0J\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 358675}, NULL) = 0
select(9, [3 7 8], [], [], {0, 212131}) = 1 (in [7], left {0, 203000})
gettimeofday({1165229333, 369191}, NULL) = 0
gettimeofday({1165229333, 369236}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\247\34y\233\24MD\0\0\0\23\0\300\3\0\0\0\0004\0}\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 369433}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\0034\0}\0", 16) = 16
read(7, "\1\1\250\34\0\0\0\0\0\0\0\0,\0O\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\0034\0z\0", 16) = 16
read(7, "\1\1\251\34\0\0\0\0\0\0\0\0,\0L\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 369767}, NULL) = 0
select(9, [3 7 8], [], [], {0, 201039}) = 1 (in [7], left {0, 192000})
gettimeofday({1165229333, 380067}, NULL) = 0
gettimeofday({1165229333, 380094}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\251\34\203\233\24MD\0\0\0\23\0\300\3\0\0\0\0006\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 380239}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\0036\0\203\0", 16) = 16
read(7, "\1\1\252\34\0\0\0\0\0\0\0\0.\0U\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(4, "\0", 1)                       = 1
gettimeofday({1165229333, 380560}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\0034\0}\0", 16) = 16
read(7, "\1\1\253\34\0\0\0\0\0\0\0\0,\0O\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 382068}, NULL) = 0
select(9, [3 7 8], [], [], {0, 254492}) = 1 (in [3], left {0, 255000})
gettimeofday({1165229333, 382158}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229333, 382247}, NULL) = 0
write(7, "7\v\4\0\333\2\300\3\251\2\300\3\0\0\0\0007\2\4\0\334\2"..., 2968) = 
2968
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 383199}, NULL) = 0
select(9, [3 7 8], [], [], {0, 253361}) = 1 (in [7], left {0, 246000})
gettimeofday({1165229333, 391012}, NULL) = 0
gettimeofday({1165229333, 391040}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\36\35\216\233\24MD\0\0\0\23\0\300\3\0\0\0\0006\0\205"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 391214}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\0036\0\205\0", 16) = 16
read(7, "\1\1\37\35\0\0\0\0\0\0\0\0.\0W\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\0036\0\203\0", 16) = 16
read(7, "\1\1 \35\0\0\0\0\0\0\0\0.\0U\0\20\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 391538}, NULL) = 0
select(9, [3 7 8], [], [], {0, 245022}) = 1 (in [7], left {0, 236000})
gettimeofday({1165229333, 402002}, NULL) = 0
gettimeofday({1165229333, 402033}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0 \35\231\233\24MD\0\0\0\23\0\300\3\0\0\0\0008\0\213"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 402191}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\0038\0\213\0", 16) = 16
read(7, "\1\1!\35\0\0\0\0\0\0\0\0000\0]\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\0036\0\205\0", 16) = 16
read(7, "\1\1\"\35\0\0\0\0\0\0\0\0.\0W\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 402521}, NULL) = 0
select(9, [3 7 8], [], [], {0, 234039}) = 1 (in [7], left {0, 225000})
gettimeofday({1165229333, 412863}, NULL) = 0
gettimeofday({1165229333, 412891}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\"\35\244\233\24MD\0\0\0\23\0\300\3\0\0\0\0008\0\215"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 413039}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\0038\0\215\0", 16) = 16
read(7, "\1\1#\35\0\0\0\0\0\0\0\0000\0_\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\0038\0\213\0", 16) = 16
read(7, "\1\1$\35\0\0\0\0\0\0\0\0000\0]\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 413334}, NULL) = 0
select(9, [3 7 8], [], [], {0, 223226}) = 1 (in [7], left {0, 213000})
gettimeofday({1165229333, 423848}, NULL) = 0
gettimeofday({1165229333, 423875}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0$\35\257\233\24MD\0\0\0\23\0\300\3\0\0\0\0:\0\225\000"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 424013}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3:\0\225\0", 16) = 16
read(7, "\1\1%\35\0\0\0\0\0\0\0\0002\0g\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\0038\0\215\0", 16) = 16
read(7, "\1\1&\35\0\0\0\0\0\0\0\0000\0_\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 424297}, NULL) = 0
select(9, [3 7 8], [], [], {0, 212263}) = 1 (in [7], left {0, 202000})
gettimeofday({1165229333, 434749}, NULL) = 0
gettimeofday({1165229333, 434776}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0&\35\272\233\24MD\0\0\0\23\0\300\3\0\0\0\0;\0\227\000"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 434911}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3;\0\227\0", 16) = 16
read(7, "\1\1\'\35\0\0\0\0\0\0\0\0003\0i\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(4, "\0", 1)                       = 1
gettimeofday({1165229333, 435208}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3:\0\225\0", 16) = 16
read(7, "\1\1(\35\0\0\0\0\0\0\0\0002\0g\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 436742}, NULL) = 0
select(9, [3 7 8], [], [], {0, 254466}) = 1 (in [3], left {0, 255000})
gettimeofday({1165229333, 436838}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229333, 436921}, NULL) = 0
write(7, "7\v\4\0\340\2\300\3\251\2\300\3\0\0\0\0007\2\4\0\341\2"..., 3008) = 
3008
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 437862}, NULL) = 0
select(9, [3 7 8], [], [], {0, 253346}) = 1 (in [7], left {0, 246000})
gettimeofday({1165229333, 445789}, NULL) = 0
gettimeofday({1165229333, 445822}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\234\35\305\233\24MD\0\0\0\23\0\300\3\0\0\0\0;\0\232"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 445995}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3;\0\232\0", 16) = 16
read(7, "\1\1\235\35\0\0\0\0\0\0\0\0003\0l\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3;\0\227\0", 16) = 16
read(7, "\1\1\236\35\0\0\0\0\0\0\0\0003\0i\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 446314}, NULL) = 0
select(9, [3 7 8], [], [], {0, 244894}) = 1 (in [7], left {0, 234000})
gettimeofday({1165229333, 456704}, NULL) = 0
gettimeofday({1165229333, 456736}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\236\35\320\233\24MD\0\0\0\23\0\300\3\0\0\0\0;\0\233"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 456890}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3;\0\233\0", 16) = 16
read(7, "\1\1\237\35\0\0\0\0\0\0\0\0003\0m\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3;\0\232\0", 16) = 16
read(7, "\1\1\240\35\0\0\0\0\0\0\0\0003\0l\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 457213}, NULL) = 0
select(9, [3 7 8], [], [], {0, 233995}) = 1 (in [7], left {0, 215000})
gettimeofday({1165229333, 476222}, NULL) = 0
gettimeofday({1165229333, 476249}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\240\35\344\233\24MD\0\0\0\23\0\300\3\0\0\0\0<\0\235"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 476395}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3<\0\235\0", 16) = 16
read(7, "\1\1\241\35\0\0\0\0\0\0\0\0004\0o\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3;\0\233\0", 16) = 16
read(7, "\1\1\242\35\0\0\0\0\0\0\0\0003\0m\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 476701}, NULL) = 0
select(9, [3 7 8], [], [], {0, 214507}) = 1 (in [7], left {0, 203000})
gettimeofday({1165229333, 488883}, NULL) = 0
gettimeofday({1165229333, 488910}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\242\35\360\233\24MD\0\0\0\23\0\300\3\0\0\0\0<\0\240"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 489047}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3<\0\240\0", 16) = 16
read(7, "\1\1\243\35\0\0\0\0\0\0\0\0004\0r\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3<\0\235\0", 16) = 16
read(7, "\1\1\244\35\0\0\0\0\0\0\0\0004\0o\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 489336}, NULL) = 0
select(9, [3 7 8], [], [], {0, 201872}) = 1 (in [7], left {0, 191000})
gettimeofday({1165229333, 500419}, NULL) = 0
gettimeofday({1165229333, 500455}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\244\35\374\233\24MD\0\0\0\23\0\300\3\0\0\0\0<\0\242"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 500597}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3<\0\242\0", 16) = 16
read(7, "\1\1\245\35\0\0\0\0\0\0\0\0004\0t\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3<\0\240\0", 16) = 16
read(7, "\1\1\246\35\0\0\0\0\0\0\0\0004\0r\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 500878}, NULL) = 0
select(9, [3 7 8], [], [], {0, 190330}) = 1 (in [7], left {0, 172000})
gettimeofday({1165229333, 520097}, NULL) = 0
gettimeofday({1165229333, 520128}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\246\35\17\234\24MD\0\0\0\23\0\300\3\0\0\0\0=\0\244"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 520286}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3=\0\244\0", 16) = 16
read(7, "\1\1\247\35\0\0\0\0\0\0\0\0005\0v\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3<\0\242\0", 16) = 16
read(7, "\1\1\250\35\0\0\0\0\0\0\0\0004\0t\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 520608}, NULL) = 0
select(9, [3 7 8], [], [], {0, 170600}) = 1 (in [7], left {0, 159000})
gettimeofday({1165229333, 532725}, NULL) = 0
gettimeofday({1165229333, 532752}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\250\35\34\234\24MD\0\0\0\23\0\300\3\0\0\0\0=\0\246"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 532895}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3=\0\246\0", 16) = 16
read(7, "\1\1\251\35\0\0\0\0\0\0\0\0005\0x\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3=\0\244\0", 16) = 16
read(7, "\1\1\252\35\0\0\0\0\0\0\0\0005\0v\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 533183}, NULL) = 0
select(9, [3 7 8], [], [], {0, 158025}) = 1 (in [7], left {0, 139000})
gettimeofday({1165229333, 553217}, NULL) = 0
gettimeofday({1165229333, 553257}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\252\0351\234\24MD\0\0\0\23\0\300\3\0\0\0\0=\0\250"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 553413}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3=\0\250\0", 16) = 16
read(7, "\1\1\253\35\0\0\0\0\0\0\0\0005\0z\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3=\0\246\0", 16) = 16
read(7, "\1\1\254\35\0\0\0\0\0\0\0\0005\0x\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 553761}, NULL) = 0
select(9, [3 7 8], [], [], {0, 137447}) = 1 (in [7], left {0, 126000})
gettimeofday({1165229333, 565799}, NULL) = 0
gettimeofday({1165229333, 565826}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\254\35=\234\24MD\0\0\0\23\0\300\3\0\0\0\0=\0\252\000"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 565963}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3=\0\252\0", 16) = 16
read(7, "\1\1\255\35\0\0\0\0\0\0\0\0005\0|\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3=\0\250\0", 16) = 16
read(7, "\1\1\256\35\0\0\0\0\0\0\0\0005\0z\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 566252}, NULL) = 0
select(9, [3 7 8], [], [], {0, 124956}) = 1 (in [7], left {0, 105000})
gettimeofday({1165229333, 585880}, NULL) = 0
gettimeofday({1165229333, 585907}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\256\35Q\234\24MD\0\0\0\23\0\300\3\0\0\0\0=\0\253\000"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 586047}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3=\0\253\0", 16) = 16
read(7, "\1\1\257\35\0\0\0\0\0\0\0\0005\0}\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(4, "\0", 1)                       = 1
write(7, "(\v\4\0D\0\0\0\23\0\300\3=\0\252\0", 16) = 16
read(7, "\1\1\260\35\0\0\0\0\0\0\0\0005\0|\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 587509}, NULL) = 0
select(9, [3 7 8], [], [], {0, 103699}) = 1 (in [3], left {0, 104000})
gettimeofday({1165229333, 587597}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229333, 587680}, NULL) = 0
write(7, "7\v\4\0\345\2\300\3\251\2\300\3\0\0\0\0007\2\4\0\346\2"..., 1856) = 
1856
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 588287}, NULL) = 0
select(9, [3 7 8], [], [], {0, 102921}) = 1 (in [7], left {0, 76000})
gettimeofday({1165229333, 615058}, NULL) = 0
gettimeofday({1165229333, 615092}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\1\36n\234\24MD\0\0\0\23\0\300\3\0\0\0\0=\0\254\000"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 615274}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3=\0\254\0", 16) = 16
read(7, "\1\1\2\36\0\0\0\0\0\0\0\0005\0~\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3=\0\253\0", 16) = 16
read(7, "\1\1\3\36\0\0\0\0\0\0\0\0005\0}\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 615614}, NULL) = 0
select(9, [3 7 8], [], [], {0, 75594})  = 1 (in [7], left {0, 63000})
gettimeofday({1165229333, 629139}, NULL) = 0
gettimeofday({1165229333, 629165}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\3\36}\234\24MD\0\0\0\23\0\300\3\0\0\0\0>\0\254\000"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 629308}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3>\0\254\0", 16) = 16
read(7, "\1\1\4\36\0\0\0\0\0\0\0\0006\0~\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3=\0\254\0", 16) = 16
read(7, "\1\1\5\36\0\0\0\0\0\0\0\0005\0~\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 629610}, NULL) = 0
select(9, [3 7 8], [], [], {0, 61598})  = 1 (in [7], left {0, 21000})
gettimeofday({1165229333, 671244}, NULL) = 0
gettimeofday({1165229333, 671275}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\5\36\247\234\24MD\0\0\0\23\0\300\3\0\0\0\0>\0\255"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 671446}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3>\0\255\0", 16) = 16
read(7, "\1\1\6\36\0\0\0\0\0\0\0\0006\0\177\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(4, "\0", 1)                       = 1
gettimeofday({1165229333, 671764}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3>\0\254\0", 16) = 16
read(7, "\1\1\7\36\0\0\0\0\0\0\0\0006\0~\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 673181}, NULL) = 0
select(9, [3 7 8], [], [], {0, 254583}) = 1 (in [3], left {0, 255000})
gettimeofday({1165229333, 673268}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229333, 673355}, NULL) = 0
write(7, "7\v\4\0\352\2\300\3\251\2\300\3\0\0\0\0007\2\4\0\353\2"..., 2248) = 
2248
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 674049}, NULL) = 0
select(9, [3 7 8], [], [], {0, 253715}) = 1 (in [7], left {0, 223000})
gettimeofday({1165229333, 705040}, NULL) = 0
gettimeofday({1165229333, 705073}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0i\36\310\234\24MD\0\0\0\23\0\300\3\0\0\0\0>\0\257\000"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 705259}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3>\0\257\0", 16) = 16
read(7, "\1\1j\36\0\0\0\0\0\0\0\0006\0\201\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3>\0\255\0", 16) = 16
read(7, "\1\1k\36\0\0\0\0\0\0\0\0006\0\177\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 705593}, NULL) = 0
select(9, [3 7 8], [], [], {0, 222171}) = 1 (in [7], left {0, 183000})
gettimeofday({1165229333, 745552}, NULL) = 0
gettimeofday({1165229333, 745579}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0k\36\361\234\24MD\0\0\0\23\0\300\3\0\0\0\0>\0\260\000"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 745725}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3>\0\260\0", 16) = 16
read(7, "\1\1l\36\0\0\0\0\0\0\0\0006\0\202\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3>\0\257\0", 16) = 16
read(7, "\1\1m\36\0\0\0\0\0\0\0\0006\0\201\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 746023}, NULL) = 0
select(9, [3 7 8], [], [], {0, 181741}) = 1 (in [7], left {0, 128000})
gettimeofday({1165229333, 800023}, NULL) = 0
gettimeofday({1165229333, 800060}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0m\36\'\235\24MD\0\0\0\23\0\300\3\0\0\0\0>\0\261\000"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 800233}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3>\0\261\0", 16) = 16
read(7, "\1\1n\36\0\0\0\0\0\0\0\0006\0\203\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3>\0\260\0", 16) = 16
read(7, "\1\1o\36\0\0\0\0\0\0\0\0006\0\202\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 800569}, NULL) = 0
select(9, [3 7 8], [], [], {0, 127195}) = 1 (in [7], left {0, 69000})
gettimeofday({1165229333, 860072}, NULL) = 0
gettimeofday({1165229333, 860104}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0o\36c\235\24MD\0\0\0\23\0\300\3\0\0\0\0>\0\262\000"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 860271}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3>\0\262\0", 16) = 16
read(7, "\1\1p\36\0\0\0\0\0\0\0\0006\0\204\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3>\0\261\0", 16) = 16
read(7, "\1\1q\36\0\0\0\0\0\0\0\0006\0\203\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 860595}, NULL) = 0
select(9, [3 7 8], [], [], {0, 67169})  = 0 (Timeout)
gettimeofday({1165229333, 928417}, NULL) = 0
gettimeofday({1165229333, 928454}, NULL) = 0
gettimeofday({1165229333, 928506}, NULL) = 0
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 928570}, NULL) = 0
select(9, [3 7 8], [], [], {0, 631701}) = 1 (in [7], left {0, 580000})
gettimeofday({1165229333, 981375}, NULL) = 0
gettimeofday({1165229333, 981409}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0q\36\335\235\24MD\0\0\0\23\0\300\3\0\0\0\0>\0\263\000"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 981580}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3>\0\263\0", 16) = 16
read(7, "\1\1r\36\0\0\0\0\0\0\0\0006\0\205\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3>\0\262\0", 16) = 16
read(7, "\1\1s\36\0\0\0\0\0\0\0\0006\0\204\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229333, 981892}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699688}) = 1 (in [7], left {0, 674000})
gettimeofday({1165229334, 7884}, NULL)  = 0
gettimeofday({1165229334, 7916}, NULL)  = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0s\36\367\235\24MD\0\0\0\23\0\300\3\0\0\0\0?\0\263\000"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 8074}, NULL)  = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3?\0\263\0", 16) = 16
read(7, "\1\1t\36\0\0\0\0\0\0\0\0007\0\205\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3>\0\263\0", 16) = 16
read(7, "\1\1u\36\0\0\0\0\0\0\0\0006\0\205\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 8396}, NULL)  = 0
select(9, [3 7 8], [], [], {0, 699678}) = 1 (in [7], left {0, 640000})
gettimeofday({1165229334, 69233}, NULL) = 0
gettimeofday({1165229334, 69265}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0u\0365\236\24MD\0\0\0\23\0\300\3\0\0\0\0?\0\264\000"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 69443}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3?\0\264\0", 16) = 16
read(7, "\1\1v\36\0\0\0\0\0\0\0\0007\0\206\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3?\0\263\0", 16) = 16
read(7, "\1\1w\36\0\0\0\0\0\0\0\0007\0\205\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 69746}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699697}) = 1 (in [7], left {0, 688000})
gettimeofday({1165229334, 81870}, NULL) = 0
gettimeofday({1165229334, 81896}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "[EMAIL PROTECTED]"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 82037}, NULL) = 0
write(7, "([EMAIL PROTECTED]", 16) = 16
read(7, "\1\1x\36\0\0\0\0\0\0\0\0008\0\207\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3?\0\264\0", 16) = 16
read(7, "\1\1y\36\0\0\0\0\0\0\0\0007\0\206\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 82322}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699715}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229334, 93578}, NULL) = 0
gettimeofday({1165229334, 93605}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0y\36M\236\24MD\0\0\0\23\0\300\3\0\0\0\0B\0\273\0:\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 93744}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3B\0\273\0", 16) = 16
read(7, "\1\1z\36\0\0\0\0\0\0\0\0:\0\215\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "([EMAIL PROTECTED]", 16) = 16
read(7, "\1\1{\36\0\0\0\0\0\0\0\0008\0\207\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 94027}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699717}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229334, 104514}, NULL) = 0
gettimeofday({1165229334, 104555}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0{\36X\236\24MD\0\0\0\23\0\300\3\0\0\0\0D\0\301\0<\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 104710}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3D\0\301\0", 16) = 16
read(7, "\1\1|\36\0\0\0\0\0\0\0\0<\0\223\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(4, "\0", 1)                       = 1
write(7, "(\v\4\0D\0\0\0\23\0\300\3B\0\273\0", 16) = 16
read(7, "\1\1}\36\0\0\0\0\0\0\0\0:\0\215\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 106171}, NULL) = 0
select(9, [3 7 8], [], [], {0, 698539}) = 1 (in [3], left {0, 699000})
gettimeofday({1165229334, 106260}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229334, 106360}, NULL) = 0
write(7, "7\v\4\0\357\2\300\3\251\2\300\3\0\0\0\0007\2\4\0\360\2"..., 1976) = 
1976
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 107013}, NULL) = 0
select(9, [3 7 8], [], [], {0, 697697}) = 1 (in [7], left {0, 689000})
gettimeofday({1165229334, 115534}, NULL) = 0
gettimeofday({1165229334, 115562}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\321\36c\236\24MD\0\0\0\23\0\300\3\0\0\0\0F\0\311\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 115734}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3F\0\311\0", 16) = 16
read(7, "\1\1\322\36\0\0\0\0\0\0\0\0>\0\233\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(4, "\0", 1)                       = 1
gettimeofday({1165229334, 116064}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3D\0\301\0", 16) = 16
read(7, "\1\1\323\36\0\0\0\0\0\0\0\0<\0\223\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 117549}, NULL) = 0
select(9, [3 7 8], [], [], {0, 254515}) = 1 (in [3], left {0, 255000})
gettimeofday({1165229334, 117637}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229334, 117726}, NULL) = 0
write(7, "7\v\4\0\364\2\300\3\251\2\300\3\0\0\0\0007\2\4\0\365\2"..., 2328) = 
2328
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 118489}, NULL) = 0
select(9, [3 7 8], [], [], {0, 253575}) = 1 (in [7], left {0, 246000})
gettimeofday({1165229334, 126458}, NULL) = 0
gettimeofday({1165229334, 126487}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0007\37n\236\24MD\0\0\0\23\0\300\3\0\0\0\0F\0\323\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 126662}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3F\0\323\0", 16) = 16
read(7, "\1\0018\37\0\0\0\0\0\0\0\0>\0\245\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3F\0\311\0", 16) = 16
read(7, "\1\0019\37\0\0\0\0\0\0\0\0>\0\233\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 126982}, NULL) = 0
select(9, [3 7 8], [], [], {0, 245082}) = 1 (in [7], left {0, 235000})
gettimeofday({1165229334, 137409}, NULL) = 0
gettimeofday({1165229334, 137435}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0009\37y\236\24MD\0\0\0\23\0\300\3\0\0\0\0H\0\335\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 137579}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3H\0\335\0", 16) = 16
read(7, "\1\1:[EMAIL PROTECTED]"..., 32) = 32
write(4, "\0", 1)                       = 1
gettimeofday({1165229334, 137882}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3F\0\323\0", 16) = 16
read(7, "\1\1;\37\0\0\0\0\0\0\0\0>\0\245\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 139521}, NULL) = 0
select(9, [3 7 8], [], [], {0, 254361}) = 1 (in [3], left {0, 255000})
gettimeofday({1165229334, 139608}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229334, 139705}, NULL) = 0
write(7, "7\v\4\0\371\2\300\3\251\2\300\3\0\0\0\0007\2\4\0\372\2"..., 3196) = 
3196
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 140720}, NULL) = 0
select(9, [3 7 8], [], [], {0, 253162}) = 1 (in [7], left {0, 247000})
gettimeofday({1165229334, 148356}, NULL) = 0
gettimeofday({1165229334, 148384}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\265\37\204\236\24MD\0\0\0\23\0\300\3\0\0\0\0J\0\351"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 148558}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3J\0\351\0", 16) = 16
read(7, "\1\1\266\37\0\0\0\0\0\0\0\0B\0\273\0\20\0\0\0\1\0\0\0\0"..., 32) = 32
write(4, "\0", 1)                       = 1
gettimeofday({1165229334, 148882}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3H\0\335\0", 16) = 16
read(7, "[EMAIL PROTECTED]"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 150257}, NULL) = 0
select(9, [3 7 8], [], [], {0, 254625}) = 1 (in [3], left {0, 255000})
gettimeofday({1165229334, 150358}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229334, 150440}, NULL) = 0
write(7, "7\v\4\0\376\2\300\3\251\2\300\3\0\0\0\0007\2\4\0\377\2"..., 2112) = 
2112
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 151153}, NULL) = 0
select(9, [3 7 8], [], [], {0, 253729}) = 1 (in [7], left {0, 246000})
gettimeofday({1165229334, 159359}, NULL) = 0
gettimeofday({1165229334, 159391}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\22 \217\236\24MD\0\0\0\23\0\300\3\0\0\0\0L\0\361\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 159565}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3L\0\361\0", 16) = 16
read(7, "\1\1\23 \0\0\0\0\0\0\0\0D\0\303\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(4, "\0", 1)                       = 1
gettimeofday({1165229334, 159901}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3J\0\351\0", 16) = 16
read(7, "\1\1\24 \0\0\0\0\0\0\0\0B\0\273\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 161487}, NULL) = 0
select(9, [3 7 8], [], [], {0, 254414}) = 1 (in [3], left {0, 255000})
gettimeofday({1165229334, 161577}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229334, 161667}, NULL) = 0
write(7, "7\v\4\0\3\3\300\3\251\2\300\3\0\0\0\0007\2\4\0\4\3\300"..., 2860) = 
2860
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 162612}, NULL) = 0
select(9, [3 7 8], [], [], {0, 253289}) = 1 (in [7], left {0, 247000})
gettimeofday({1165229334, 170234}, NULL) = 0
gettimeofday({1165229334, 170262}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\205 \232\236\24MD\0\0\0\23\0\300\3\0\0\0\0L\0\371"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 170452}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3L\0\371\0", 16) = 16
read(7, "\1\1\206 \0\0\0\0\0\0\0\0D\0\313\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3L\0\361\0", 16) = 16
read(7, "\1\1\207 \0\0\0\0\0\0\0\0D\0\303\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 170772}, NULL) = 0
select(9, [3 7 8], [], [], {0, 245129}) = 1 (in [7], left {0, 236000})
gettimeofday({1165229334, 181169}, NULL) = 0
gettimeofday({1165229334, 181196}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\207 \245\236\24MD\0\0\0\23\0\300\3\0\0\0\0N\0\3\1"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 181350}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3N\0\3\1", 16) = 16
read(7, "\1\1\210 \0\0\0\0\0\0\0\0F\0\325\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(4, "\0", 1)                       = 1
gettimeofday({1165229334, 181675}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3L\0\371\0", 16) = 16
read(7, "\1\1\211 \0\0\0\0\0\0\0\0D\0\313\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 183379}, NULL) = 0
select(9, [3 7 8], [], [], {0, 254296}) = 1 (in [3], left {0, 255000})
gettimeofday({1165229334, 183467}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229334, 183554}, NULL) = 0
write(7, "7\v\4\0\10\3\300\3\251\2\300\3\0\0\0\0007\2\4\0\t\3\300"..., 3444) = 
3444
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 184552}, NULL) = 0
select(9, [3 7 8], [], [], {0, 253123}) = 1 (in [7], left {0, 247000})
gettimeofday({1165229334, 192120}, NULL) = 0
gettimeofday({1165229334, 192148}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\t!\260\236\24MD\0\0\0\23\0\300\3\0\0\0\0P\0\v\1H\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 192336}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3P\0\v\1", 16) = 16
read(7, "\1\1\n!\0\0\0\0\0\0\0\0H\0\335\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3N\0\3\1", 16) = 16
read(7, "\1\1\v!\0\0\0\0\0\0\0\0F\0\325\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 192660}, NULL) = 0
select(9, [3 7 8], [], [], {0, 245015}) = 1 (in [7], left {0, 236000})
gettimeofday({1165229334, 203100}, NULL) = 0
gettimeofday({1165229334, 203131}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\v!\273\236\24MD\0\0\0\23\0\300\3\0\0\0\0P\0\23\1H"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 203291}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3P\0\23\1", 16) = 16
read(7, "\1\1\f!\0\0\0\0\0\0\0\0H\0\345\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3P\0\v\1", 16) = 16
read(7, "\1\1\r!\0\0\0\0\0\0\0\0H\0\335\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 203612}, NULL) = 0
select(9, [3 7 8], [], [], {0, 234063}) = 1 (in [7], left {0, 193000})
gettimeofday({1165229334, 245633}, NULL) = 0
gettimeofday({1165229334, 245660}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\r!\345\236\24MD\0\0\0\23\0\300\3\0\0\0\0T\0\33\1L"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 245810}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3T\0\33\1", 16) = 16
read(7, "\1\1\16!\0\0\0\0\0\0\0\0L\0\355\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(4, "\0", 1)                       = 1
gettimeofday({1165229334, 246124}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3P\0\23\1", 16) = 16
read(7, "\1\1\17!\0\0\0\0\0\0\0\0H\0\345\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 247757}, NULL) = 0
select(9, [3 7 8], [], [], {0, 254367}) = 1 (in [3], left {0, 255000})
gettimeofday({1165229334, 247854}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229334, 247938}, NULL) = 0
write(7, "7\v\4\0\r\3\300\3\251\2\300\3\0\0\0\0007\2\4\0\16\3\300"..., 3408) = 
3408
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 249017}, NULL) = 0
select(9, [3 7 8], [], [], {0, 253107}) = 1 (in [7], left {0, 246000})
gettimeofday({1165229334, 256626}, NULL) = 0
gettimeofday({1165229334, 256657}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\215!\360\236\24MD\0\0\0\23\0\300\3\0\0\0\0T\0\34\1"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 256834}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3T\0\34\1", 16) = 16
read(7, "\1\1\216!\0\0\0\0\0\0\0\0L\0\356\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3T\0\33\1", 16) = 16
read(7, "\1\1\217!\0\0\0\0\0\0\0\0L\0\355\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 257173}, NULL) = 0
select(9, [3 7 8], [], [], {0, 244951}) = 1 (in [7], left {0, 184000})
gettimeofday({1165229334, 317398}, NULL) = 0
gettimeofday({1165229334, 317431}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\217!-\237\24MD\0\0\0\23\0\300\3\0\0\0\0T\0\33\1L\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 317596}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3T\0\33\1", 16) = 16
read(7, "\1\1\220!\0\0\0\0\0\0\0\0L\0\355\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3T\0\34\1", 16) = 16
read(7, "\1\1\221!\0\0\0\0\0\0\0\0L\0\356\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 317912}, NULL) = 0
select(9, [3 7 8], [], [], {0, 184212}) = 1 (in [7], left {0, 132000})
gettimeofday({1165229334, 371139}, NULL) = 0
gettimeofday({1165229334, 371187}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\221!b\237\24MD\0\0\0\23\0\300\3\0\0\0\0T\0\34\1L\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 371399}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3T\0\34\1", 16) = 16
read(7, "\1\1\222!\0\0\0\0\0\0\0\0L\0\356\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3T\0\33\1", 16) = 16
read(7, "\1\1\223!\0\0\0\0\0\0\0\0L\0\355\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 371730}, NULL) = 0
select(9, [3 7 8], [], [], {0, 130394}) = 0 (Timeout)
gettimeofday({1165229334, 502319}, NULL) = 0
gettimeofday({1165229334, 502349}, NULL) = 0
gettimeofday({1165229334, 502388}, NULL) = 0
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 502444}, NULL) = 0
select(9, [3 7 8], [], [], {0, 568955}) = 1 (in [7], left {0, 536000})
gettimeofday({1165229334, 535500}, NULL) = 0
gettimeofday({1165229334, 535532}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\223!\7\240\24MD\0\0\0\23\0\300\3\0\0\0\0U\0\34\1M"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 535687}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3U\0\34\1", 16) = 16
read(7, "\1\1\224!\0\0\0\0\0\0\0\0M\0\356\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3T\0\34\1", 16) = 16
read(7, "\1\1\225!\0\0\0\0\0\0\0\0L\0\356\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 536002}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699685}) = 1 (in [7], left {0, 592000})
gettimeofday({1165229334, 643649}, NULL) = 0
gettimeofday({1165229334, 643693}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\225!s\240\24MD\0\0\0\23\0\300\3\0\0\0\0U\0\35\1M\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 643883}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3U\0\35\1", 16) = 16
read(7, "\1\1\226!\0\0\0\0\0\0\0\0M\0\357\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3U\0\34\1", 16) = 16
read(7, "\1\1\227!\0\0\0\0\0\0\0\0M\0\356\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 644219}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699664}) = 1 (in [7], left {0, 554000})
gettimeofday({1165229334, 790623}, NULL) = 0
gettimeofday({1165229334, 790662}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\227!\6\241\24MD\0\0\0\23\0\300\3\0\0\0\0U\0\36\1M"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 790844}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3U\0\36\1", 16) = 16
read(7, "\1\1\230!\0\0\0\0\0\0\0\0M\0\360\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3U\0\35\1", 16) = 16
read(7, "\1\1\231!\0\0\0\0\0\0\0\0M\0\357\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 791170}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699674}) = 1 (in [7], left {0, 680000})
gettimeofday({1165229334, 811055}, NULL) = 0
gettimeofday({1165229334, 811090}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\231!\32\241\24MD\0\0\0\23\0\300\3\0\0\0\0V\0\37\1"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 811301}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3V\0\37\1", 16) = 16
read(7, "\1\1\232!\0\0\0\0\0\0\0\0N\0\361\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3U\0\36\1", 16) = 16
read(7, "\1\1\233!\0\0\0\0\0\0\0\0M\0\360\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 811620}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699681}) = 1 (in [7], left {0, 688000})
gettimeofday({1165229334, 823598}, NULL) = 0
gettimeofday({1165229334, 823624}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\233!\'\241\24MD\0\0\0\23\0\300\3\0\0\0\0V\0!\1N\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 823765}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3V\0!\1", 16) = 16
read(7, "\1\1\234!\0\0\0\0\0\0\0\0N\0\363\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3V\0\37\1", 16) = 16
read(7, "\1\1\235!\0\0\0\0\0\0\0\0N\0\361\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 824057}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699708}) = 1 (in [7], left {0, 688000})
gettimeofday({1165229334, 835337}, NULL) = 0
gettimeofday({1165229334, 835364}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\235!3\241\24MD\0\0\0\23\0\300\3\0\0\0\0W\0#\1O\0\365"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 835502}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3W\0#\1", 16) = 16
read(7, "\1\1\236!\0\0\0\0\0\0\0\0O\0\365\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3V\0!\1", 16) = 16
read(7, "\1\1\237!\0\0\0\0\0\0\0\0N\0\363\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 835795}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699707}) = 1 (in [7], left {0, 690000})
gettimeofday({1165229334, 846238}, NULL) = 0
gettimeofday({1165229334, 846264}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\237!>\241\24MD\0\0\0\23\0\300\3\0\0\0\0W\0&\1O\0\370"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 846399}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3W\0&\1", 16) = 16
read(7, "\1\1\240!\0\0\0\0\0\0\0\0O\0\370\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3W\0#\1", 16) = 16
read(7, "\1\1\241!\0\0\0\0\0\0\0\0O\0\365\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 846685}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699714}) = 1 (in [7], left {0, 690000})
gettimeofday({1165229334, 857257}, NULL) = 0
gettimeofday({1165229334, 857287}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\241!I\241\24MD\0\0\0\23\0\300\3\0\0\0\0Y\0.\1Q\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 857438}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3Y\0.\1", 16) = 16
read(7, "\1\1\242!\0\0\0\0\0\0\0\0Q\0\0\1\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
write(4, "\0", 1)                       = 1
gettimeofday({1165229334, 857749}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3W\0&\1", 16) = 16
read(7, "\1\1\243!\0\0\0\0\0\0\0\0O\0\370\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 859383}, NULL) = 0
select(9, [3 7 8], [], [], {0, 254366}) = 1 (in [3], left {0, 255000})
gettimeofday({1165229334, 859471}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229334, 859554}, NULL) = 0
write(7, "7\v\4\0\22\3\300\3\251\2\300\3\0\0\0\0007\2\4\0\23\3\300"..., 3208) = 
3208
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 860609}, NULL) = 0
select(9, [3 7 8], [], [], {0, 253140}) = 1 (in [7], left {0, 247000})
gettimeofday({1165229334, 868189}, NULL) = 0
gettimeofday({1165229334, 868217}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\34\"T\241\24MD\0\0\0\23\0\300\3\0\0\0\0[\0004\1S\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 868400}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3[\0004\1", 16) = 16
read(7, "\1\1\35\"\0\0\0\0\0\0\0\0S\0\6\1\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3Y\0.\1", 16) = 16
read(7, "\1\1\36\"\0\0\0\0\0\0\0\0Q\0\0\1\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 868724}, NULL) = 0
select(9, [3 7 8], [], [], {0, 245025}) = 1 (in [7], left {0, 236000})
gettimeofday({1165229334, 879136}, NULL) = 0
gettimeofday({1165229334, 879163}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\36\"_\241\24MD\0\0\0\23\0\300\3\0\0\0\0[\0007\1S\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 879321}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3[\0007\1", 16) = 16
read(7, "\1\1\37\"\0\0\0\0\0\0\0\0S\0\t\1\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3[\0004\1", 16) = 16
read(7, "\1\1 \"\0\0\0\0\0\0\0\0S\0\6\1\20\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 879619}, NULL) = 0
select(9, [3 7 8], [], [], {0, 234130}) = 1 (in [7], left {0, 225000})
gettimeofday({1165229334, 890021}, NULL) = 0
gettimeofday({1165229334, 890047}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0 \"i\241\24MD\0\0\0\23\0\300\3\0\0\0\0]\0=\1U\0\17"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 890187}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3]\0=\1", 16) = 16
read(7, "\1\1!\"\0\0\0\0\0\0\0\0U\0\17\1\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
write(4, "\0", 1)                       = 1
write(7, "(\v\4\0D\0\0\0\23\0\300\3[\0007\1", 16) = 16
read(7, "\1\1\"\"\0\0\0\0\0\0\0\0S\0\t\1\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 891677}, NULL) = 0
select(9, [3 7 8], [], [], {0, 222072}) = 1 (in [3], left {0, 223000})
gettimeofday({1165229334, 891766}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229334, 891854}, NULL) = 0
write(7, "7\v\4\0\27\3\300\3\251\2\300\3\0\0\0\0007\2\4\0\30\3\300"..., 2056) = 
2056
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 892535}, NULL) = 0
select(9, [3 7 8], [], [], {0, 221214}) = 1 (in [7], left {0, 211000})
gettimeofday({1165229334, 903575}, NULL) = 0
gettimeofday({1165229334, 903605}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0x\"w\241\24MD\0\0\0\23\0\300\3\0\0\0\0]\0E\1U\0\27"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 903783}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3]\0E\1", 16) = 16
read(7, "\1\1y\"\0\0\0\0\0\0\0\0U\0\27\1\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
write(4, "\0", 1)                       = 1
gettimeofday({1165229334, 904110}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3]\0=\1", 16) = 16
read(7, "\1\1z\"\0\0\0\0\0\0\0\0U\0\17\1\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 905487}, NULL) = 0
select(9, [3 7 8], [], [], {0, 254623}) = 1 (in [3], left {0, 255000})
gettimeofday({1165229334, 905576}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229334, 905659}, NULL) = 0
write(7, "7\v\4\0\34\3\300\3\251\2\300\3\0\0\0\0007\2\4\0\35\3\300"..., 1968) = 
1968
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 906303}, NULL) = 0
select(9, [3 7 8], [], [], {0, 253807}) = 1 (in [7], left {0, 246000})
gettimeofday({1165229334, 914498}, NULL) = 0
gettimeofday({1165229334, 914528}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\325\"\202\241\24MD\0\0\0\23\0\300\3\0\0\0\0_\0K\1"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 914704}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3_\0K\1", 16) = 16
read(7, "\1\1\326\"\0\0\0\0\0\0\0\0W\0\35\1\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3]\0E\1", 16) = 16
read(7, "\1\1\327\"\0\0\0\0\0\0\0\0U\0\27\1\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 915029}, NULL) = 0
select(9, [3 7 8], [], [], {0, 245081}) = 1 (in [7], left {0, 235000})
gettimeofday({1165229334, 925427}, NULL) = 0
gettimeofday({1165229334, 925454}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\327\"\215\241\24MD\0\0\0\23\0\300\3\0\0\0\0a\0S\1"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 925598}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3a\0S\1", 16) = 16
read(7, "\1\1\330\"\0\0\0\0\0\0\0\0Y\0%\1\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
write(4, "\0", 1)                       = 1
gettimeofday({1165229334, 925898}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3_\0K\1", 16) = 16
read(7, "\1\1\331\"\0\0\0\0\0\0\0\0W\0\35\1\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 927356}, NULL) = 0
select(9, [3 7 8], [], [], {0, 254542}) = 1 (in [3], left {0, 255000})
gettimeofday({1165229334, 927451}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229334, 927534}, NULL) = 0
write(7, "7\v\4\0!\3\300\3\251\2\300\3\0\0\0\0007\2\4\0\"\3\300\3"..., 2488) = 
2488
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 928351}, NULL) = 0
select(9, [3 7 8], [], [], {0, 253547}) = 1 (in [7], left {0, 246000})
gettimeofday({1165229334, 936373}, NULL) = 0
gettimeofday({1165229334, 936402}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "[EMAIL PROTECTED]'"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 936574}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3a\0U\1", 16) = 16
read(7, "\1\1A#\0\0\0\0\0\0\0\0Y\0\'\1\20\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3a\0S\1", 16) = 16
read(7, "\1\1B#\0\0\0\0\0\0\0\0Y\0%\1\20\0\0\0\1\0\0\0\0\0\0\0\20"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 936891}, NULL) = 0
select(9, [3 7 8], [], [], {0, 245007}) = 1 (in [7], left {0, 235000})
gettimeofday({1165229334, 947312}, NULL) = 0
gettimeofday({1165229334, 947339}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0B#\243\241\24MD\0\0\0\23\0\300\3\0\0\0\0a\0V\1Y\0("..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 947478}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3a\0V\1", 16) = 16
read(7, "\1\1C#\0\0\0\0\0\0\0\0Y\0(\1\20\0\0\0\1\0\0\0\0\0\0\0\20"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3a\0U\1", 16) = 16
read(7, "\1\1D#\0\0\0\0\0\0\0\0Y\0\'\1\20\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229334, 947775}, NULL) = 0
select(9, [3 7 8], [], [], {0, 234123}) = 1 (in [7], left {0, 168000})
gettimeofday({1165229335, 14398}, NULL) = 0
gettimeofday({1165229335, 14430}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0D#\346\241\24MD\0\0\0\23\0\300\3\0\0\0\0a\0U\1Y\0\'"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 14594}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3a\0U\1", 16) = 16
read(7, "\1\1E#\0\0\0\0\0\0\0\0Y\0\'\1\20\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3a\0V\1", 16) = 16
read(7, "\1\1F#\0\0\0\0\0\0\0\0Y\0(\1\20\0\0\0\1\0\0\0\0\0\0\0\20"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 14918}, NULL) = 0
select(9, [3 7 8], [], [], {0, 166980}) = 1 (in [7], left {0, 38000})
gettimeofday({1165229335, 143353}, NULL) = 0
gettimeofday({1165229335, 143388}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0F#g\242\24MD\0\0\0\23\0\300\3\0\0\0\0b\0U\1Z\0\'\1"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 143552}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3b\0U\1", 16) = 16
read(7, "\1\1G#\0\0\0\0\0\0\0\0Z\0\'\1\20\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3a\0U\1", 16) = 16
read(7, "\1\1H#\0\0\0\0\0\0\0\0Y\0\'\1\20\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 143868}, NULL) = 0
select(9, [3 7 8], [], [], {0, 38030})  = 1 (in [7], left {0, 27000})
gettimeofday({1165229335, 156089}, NULL) = 0
gettimeofday({1165229335, 156120}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0H#t\242\24MD\0\0\0\23\0\300\3\0\0\0\0b\0T\1Z\0&\1\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 156286}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3b\0T\1", 16) = 16
read(7, "\1\1I#\0\0\0\0\0\0\0\0Z\0&\1\20\0\0\0\1\0\0\0\0\0\0\0\20"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3b\0U\1", 16) = 16
read(7, "\1\1J#\0\0\0\0\0\0\0\0Z\0\'\1\20\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 156591}, NULL) = 0
select(9, [3 7 8], [], [], {0, 25307})  = 0 (Timeout)
gettimeofday({1165229335, 182206}, NULL) = 0
gettimeofday({1165229335, 182231}, NULL) = 0
gettimeofday({1165229335, 182266}, NULL) = 0
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 182318}, NULL) = 0
select(9, [3 7 8], [], [], {0, 673968}) = 1 (in [7], left {0, 658000})
gettimeofday({1165229335, 198838}, NULL) = 0
gettimeofday({1165229335, 198863}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0J#\236\242\24MD\0\0\0\23\0\300\3\0\0\0\0b\0S\1Z\0%"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 199006}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3b\0S\1", 16) = 16
read(7, "\1\1K#\0\0\0\0\0\0\0\0Z\0%\1\20\0\0\0\1\0\0\0\0\0\0\0\20"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3b\0T\1", 16) = 16
read(7, "\1\1L#\0\0\0\0\0\0\0\0Z\0&\1\20\0\0\0\1\0\0\0\0\0\0\0\20"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 199315}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699691}) = 1 (in [7], left {0, 660000})
gettimeofday({1165229335, 240086}, NULL) = 0
gettimeofday({1165229335, 240118}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0L#\307\242\24MD\0\0\0\23\0\300\3\0\0\0\0b\0R\1Z\0$"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 240285}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3b\0R\1", 16) = 16
read(7, "\1\1M#\0\0\0\0\0\0\0\0Z\0$\1\20\0\0\0\1\0\0\0\0\0\0\0\20"..., 32) = 32
write(4, "\0", 1)                       = 1
gettimeofday({1165229335, 240607}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3b\0S\1", 16) = 16
read(7, "\1\1N#\0\0\0\0\0\0\0\0Z\0%\1\20\0\0\0\1\0\0\0\0\0\0\0\20"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 242065}, NULL) = 0
select(9, [3 7 8], [], [], {0, 254542}) = 1 (in [3], left {0, 255000})
gettimeofday({1165229335, 242153}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229335, 242256}, NULL) = 0
write(7, "7\v\4\0&\3\300\3\251\2\300\3\0\0\0\0007\2\4\0\'\3\300\3"..., 2488) = 
2488
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 243069}, NULL) = 0
select(9, [3 7 8], [], [], {0, 253538}) = 1 (in [7], left {0, 195000})
gettimeofday({1165229335, 302094}, NULL) = 0
gettimeofday({1165229335, 302127}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\265#\5\243\24MD\0\0\0\23\0\300\3\0\0\0\0b\0Q\1Z\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 302335}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3b\0Q\1", 16) = 16
read(7, "\1\1\266#\0\0\0\0\0\0\0\0Z\0#\1\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3b\0R\1", 16) = 16
read(7, "\1\1\267#\0\0\0\0\0\0\0\0Z\0$\1\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 302665}, NULL) = 0
select(9, [3 7 8], [], [], {0, 193942}) = 1 (in [7], left {0, 166000})
gettimeofday({1165229335, 330978}, NULL) = 0
gettimeofday({1165229335, 331006}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\267#\"\243\24MD\0\0\0\23\0\300\3\0\0\0\0c\0P\1[\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 331167}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3c\0P\1", 16) = 16
read(7, "\1\1\270#\0\0\0\0\0\0\0\0[\0\"\1\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3b\0Q\1", 16) = 16
read(7, "\1\1\271#\0\0\0\0\0\0\0\0Z\0#\1\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 331465}, NULL) = 0
select(9, [3 7 8], [], [], {0, 165142}) = 1 (in [7], left {0, 110000})
gettimeofday({1165229335, 387251}, NULL) = 0
gettimeofday({1165229335, 387295}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\271#[\243\24MD\0\0\0\23\0\300\3\0\0\0\0c\0O\1[\0!"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 387491}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3c\0O\1", 16) = 16
read(7, "\1\1\272#\0\0\0\0\0\0\0\0[\0!\1\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3c\0P\1", 16) = 16
read(7, "\1\1\273#\0\0\0\0\0\0\0\0[\0\"\1\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 387834}, NULL) = 0
select(9, [3 7 8], [], [], {0, 108773}) = 0 (Timeout)
gettimeofday({1165229335, 496180}, NULL) = 0
select(9, [], [], [], {0, 427})         = 0 (Timeout)
gettimeofday({1165229335, 497156}, NULL) = 0
gettimeofday({1165229335, 497194}, NULL) = 0
gettimeofday({1165229335, 497239}, NULL) = 0
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 497301}, NULL) = 0
select(9, [3 7 8], [], [], {0, 590190}) = 1 (in [7], left {0, 493000})
gettimeofday({1165229335, 595685}, NULL) = 0
gettimeofday({1165229335, 595719}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\273#+\244\24MD\0\0\0\23\0\300\3\0\0\0\0c\0N\1[\0 "..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 595895}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3c\0N\1", 16) = 16
read(7, "\1\1\274#\0\0\0\0\0\0\0\0[\0 \1\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3c\0O\1", 16) = 16
read(7, "\1\1\275#\0\0\0\0\0\0\0\0[\0!\1\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 596235}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699660}) = 1 (in [7], left {0, 377000})
gettimeofday({1165229335, 919203}, NULL) = 0
gettimeofday({1165229335, 919250}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\275#o\245\24MD\0\0\0\23\0\300\3\0\0\0\0c\0M\1[\0\37"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 919440}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3c\0M\1", 16) = 16
read(7, "\1\1\276#\0\0\0\0\0\0\0\0[\0\37\1\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "(\v\4\0D\0\0\0\23\0\300\3c\0N\1", 16) = 16
read(7, "\1\1\277#\0\0\0\0\0\0\0\0[\0 \1\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229335, 919777}, NULL) = 0
select(9, [3 7 8], [], [], {0, 699663}) = 1 (in [7], left {0, 523000})
gettimeofday({1165229336, 96183}, NULL) = 0
gettimeofday({1165229336, 96217}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\4\1\277# \246\24MD\0\0\0\23\0\300\3\0\0\0\0c\0M\1[\0\37"..., 32) = 32
write(7, "\22\0\7\0\23\0\300\3\356\0\0\0\6\0\0\0 \2\4\0\1\0\0\0 "..., 44) = 44
read(7, "\34\270\300#\23\0\300\3\356\0\0\0 \246\24M\0\246\24M\260"..., 32) = 32
read(7, "\1\1\301#\0\0\0\0\0\0\0\0[\0\37\1\20\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(4, "\0", 1)                       = 1
ioctl(7, FIONREAD, [0])                 = 0
writev(7, [{"7\0\4\0+\3\300\3\251\2\300\3\0\0\0\0007\2\4\0,\3\300\3"..., 
16384}, {"\21\0\0\0", 4}], 2) = 16388
gettimeofday({1165229336, 107515}, NULL) = 0
select(9, [3 7 8], [], [], {0, 511925}) = 1 (in [3], left {0, 512000})
gettimeofday({1165229336, 107604}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229336, 107694}, NULL) = 0
write(7, "\233\31\n\0\3\3\300\3\262\2\300\3\252\2\300\3,\0\0\0\234"..., 7412) = 
7412
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 109901}, NULL) = 0
select(9, [3 7 8], [], [], {0, 509539}) = 1 (in [7], left {0, 473000})
gettimeofday({1165229336, 147109}, NULL) = 0
gettimeofday({1165229336, 147234}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\5\1\263&R\246\24MD\0\0\0\23\0\300\3\0\0\0\0c\0M\1[\0\37"..., 32) = 32
write(7, "(\31\4\0D\0\0\0\23\0\300\3c\0M\1", 16) = 16
read(7, "\1\1\264&\0\0\0\0\0\0\0\0[\0\37\1\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
write(7, "\33\31\2\0R\246\24M \0\2\0R\246\24M", 16) = 16
write(4, "\0", 1)                       = 1
write(7, "\n\31\2\0\23\0\300\3\31\0\v\0D\0\0\0\0\0\30\0\22\217\354"..., 52) = 52
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\1\0\n\0000\3\300\3D\0\0\0\0\1\346\0\0\0023\1\0\0\0\0\0"..., 748) = 
748
stat64(".", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
getcwd("/mnt/hda5/work/negazione/neg_01b/anat3D", 4096) = 40
write(7, "\22\0\7\0000\3\300\3\361\0\0\0!\0\0\0 \0023\1\1\0\0\000"..., 224) = 
224
open("/home/marco/.icons/redglass/cursors/split_h", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/redglass/cursors/split_h", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/pixmaps/redglass/cursors/split_h", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/pixmaps/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/X11R6/lib/X11/icons/redglass/cursors/split_h", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/X11R6/lib/X11/icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/default/cursors/split_h", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/default/cursors/split_h", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/default/index.theme", O_RDONLY) = 12
fstat64(12, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb76bb000
read(12, "[Icon Theme]\nInherits=Industrial"..., 131072) = 33
close(12)                               = 0
munmap(0xb76bb000, 131072)              = 0
open("/usr/share/pixmaps/default/cursors/split_h", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/X11R6/lib/X11/icons/default/cursors/split_h", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/home/marco/.icons/Industrial/cursors/split_h", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/Industrial/index.theme", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/icons/Industrial/cursors/split_h", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/icons/Industrial/index.theme", O_RDONLY) = 12
fstat64(12, {st_mode=S_IFREG|0644, st_size=1217, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb76bb000
read(12, "[Icon Theme]\nName=Industrial\nNam"..., 131072) = 1217
close(12)                               = 0
munmap(0xb76bb000, 131072)              = 0
open("/usr/share/pixmaps/Industrial/cursors/split_h", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/X11R6/lib/X11/icons/Industrial/cursors/split_h", O_RDONLY) = -1 
ENOENT (No such file or directory)
open("/home/marco/.icons/gnome/cursors/split_h", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/home/marco/.icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/gnome/cursors/split_h", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("/usr/share/pixmaps/gnome/cursors/split_h", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/pixmaps/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/X11R6/lib/X11/icons/gnome/cursors/split_h", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/X11R6/lib/X11/icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/redglass/cursors/14fef782d02440884392942c11205230", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/marco/.icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/redglass/cursors/14fef782d02440884392942c11205230", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/pixmaps/redglass/cursors/14fef782d02440884392942c11205230", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/X11R6/lib/X11/icons/redglass/cursors/14fef782d02440884392942c11205230",
 O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/default/cursors/14fef782d02440884392942c11205230", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/marco/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/default/cursors/14fef782d02440884392942c11205230", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/index.theme", O_RDONLY) = 12
fstat64(12, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb76bb000
read(12, "[Icon Theme]\nInherits=Industrial"..., 131072) = 33
close(12)                               = 0
munmap(0xb76bb000, 131072)              = 0
open("/usr/share/pixmaps/default/cursors/14fef782d02440884392942c11205230", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/cursors/14fef782d02440884392942c11205230",
 O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/marco/.icons/Industrial/cursors/14fef782d02440884392942c11205230", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/marco/.icons/Industrial/index.theme", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/icons/Industrial/cursors/14fef782d02440884392942c11205230", 
O_RDONLY) = 12
fstat64(12, {st_mode=S_IFREG|0644, st_size=2272, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb76bb000
read(12, "Xcur\20\0\0\0\0\0\1\0\1\0\0\0\2\0\375\377\30\0\0\0\34\0"..., 131072) 
= 2272
_llseek(12, 0, [0], SEEK_SET)           = 0
read(12, "Xcur\20\0\0\0\0\0\1\0\1\0\0\0\2\0\375\377\30\0\0\0\34\0"..., 131072) 
= 2272
close(12)                               = 0
munmap(0xb76bb000, 131072)              = 0
write(7, "\2\0\4\0004\3\300\3\2\0\0\0\377\377\377\0\22\0\n\0000\3"..., 3132) = 
3132
write(7, "\1\0\n\0D\3\300\0038\3\300\3\0\0\0\0d\0\36\0\0\0\0\0\0"..., 1208) = 
1208
gettimeofday({1165229336, 156687}, NULL) = 0
write(7, "\2\0\4\0R\3\300\3\2\0\0\0\377\377\377\0\f\0\7\0R\3\300"..., 1308) = 
1308
gettimeofday({1165229336, 158454}, NULL) = 0
write(7, "\2\0\4\0^\3\300\3\2\0\0\0\377\377\377\0\f\0\7\0^\3\300"..., 1152) = 
1152
stat64(".", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
getcwd("/mnt/hda5/work/negazione/neg_01b/anat3D", 4096) = 40
gettimeofday({1165229336, 162395}, NULL) = 0
write(7, "\2\0\4\0n\3\300\3\2\0\0\0\377\377\377\0\f\0\7\0n\3\300"..., 13644) = 
13644
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\2\0\4\0\244\3\300\3\2\0\0\0\377\377\377\0\f\0\7\0\244"..., 2004) = 
2004
gettimeofday({1165229336, 165959}, NULL) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
getcwd("/mnt/hda5/work/negazione/neg_01b/anat3D", 4096) = 40
lstat64("/mnt", {st_mode=S_IFDIR|0755, st_size=384, ...}) = 0
lstat64("/mnt/hda5", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione", {st_mode=S_IFDIR|0777, st_size=32768, ...}) 
= 0
lstat64("/mnt/hda5/work/negazione/neg_01b", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
chdir("/mnt/hda5/work/negazione/neg_01b/anat3D") = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
open("/home/marco/.icons/redglass/cursors/wait", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/home/marco/.icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/redglass/cursors/wait", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/pixmaps/redglass/cursors/wait", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/pixmaps/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/X11R6/lib/X11/icons/redglass/cursors/wait", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/X11R6/lib/X11/icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/default/cursors/wait", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/home/marco/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/default/cursors/wait", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/default/index.theme", O_RDONLY) = 12
fstat64(12, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb76bb000
read(12, "[Icon Theme]\nInherits=Industrial"..., 131072) = 33
close(12)                               = 0
munmap(0xb76bb000, 131072)              = 0
open("/usr/share/pixmaps/default/cursors/wait", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/X11R6/lib/X11/icons/default/cursors/wait", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/Industrial/cursors/wait", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/Industrial/index.theme", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/icons/Industrial/cursors/wait", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/Industrial/index.theme", O_RDONLY) = 12
fstat64(12, {st_mode=S_IFREG|0644, st_size=1217, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb76bb000
read(12, "[Icon Theme]\nName=Industrial\nNam"..., 131072) = 1217
close(12)                               = 0
munmap(0xb76bb000, 131072)              = 0
open("/usr/share/pixmaps/Industrial/cursors/wait", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/X11R6/lib/X11/icons/Industrial/cursors/wait", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/home/marco/.icons/gnome/cursors/wait", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/home/marco/.icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/gnome/cursors/wait", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("/usr/share/icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("/usr/share/pixmaps/gnome/cursors/wait", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/pixmaps/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/X11R6/lib/X11/icons/gnome/cursors/wait", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/X11R6/lib/X11/icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/redglass/cursors/watch", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/redglass/cursors/watch", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/pixmaps/redglass/cursors/watch", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/pixmaps/redglass/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/X11R6/lib/X11/icons/redglass/cursors/watch", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/X11R6/lib/X11/icons/redglass/index.theme", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/default/cursors/watch", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/home/marco/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/default/cursors/watch", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/share/icons/default/index.theme", O_RDONLY) = 12
fstat64(12, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb76bb000
read(12, "[Icon Theme]\nInherits=Industrial"..., 131072) = 33
close(12)                               = 0
munmap(0xb76bb000, 131072)              = 0
open("/usr/share/pixmaps/default/cursors/watch", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/X11R6/lib/X11/icons/default/cursors/watch", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/home/marco/.icons/Industrial/cursors/watch", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/home/marco/.icons/Industrial/index.theme", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/icons/Industrial/cursors/watch", O_RDONLY) = 12
fstat64(12, {st_mode=S_IFREG|0644, st_size=18832, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb76bb000
read(12, "Xcur\20\0\0\0\0\0\1\0\10\0\0\0\2\0\375\377\30\0\0\0p\0"..., 131072) = 
18832
_llseek(12, 0, [0], SEEK_SET)           = 0
read(12, "Xcur\20\0\0\0\0\0\1\0\10\0\0\0\2\0\375\377\30\0\0\0p\0"..., 131072) = 
18832
_llseek(12, 18832, [18832], SEEK_SET)   = 0
_llseek(12, 18832, [18832], SEEK_SET)   = 0
_llseek(12, 18832, [18832], SEEK_SET)   = 0
_llseek(12, 18832, [18832], SEEK_SET)   = 0
_llseek(12, 18832, [18832], SEEK_SET)   = 0
_llseek(12, 18832, [18832], SEEK_SET)   = 0
_llseek(12, 18832, [18832], SEEK_SET)   = 0
close(12)                               = 0
munmap(0xb76bb000, 131072)              = 0
writev(7, [{"\f\0\7\0\276\3\300\3\17\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0\6"..., 
14152}, {"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2304}], 
2) = 16456
write(7, "<\0\2\0\333\3\300\3\233\4\5\0\334\3\300\3\332\3\300\3."..., 7036) = 
7036
gettimeofday({1165229336, 173765}, NULL) = 0
write(7, "[EMAIL PROTECTED]@\0"..., 2064) = 2064
stat64(".", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
getcwd("/mnt/hda5/work/negazione/neg_01b/anat3D", 4096) = 40
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
getcwd("/mnt/hda5/work/negazione/neg_01b/anat3D", 4096) = 40
lstat64("/mnt", {st_mode=S_IFDIR|0755, st_size=384, ...}) = 0
lstat64("/mnt/hda5", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione", {st_mode=S_IFDIR|0777, st_size=32768, ...}) 
= 0
lstat64("/mnt/hda5/work/negazione/neg_01b", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
chdir("/mnt/hda5/work/negazione/neg_01b/anat3D") = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
write(7, "\22\0\n\0000\3\300\3\'\0\0\0\37\0\0\0\10\3\4\0\20\0\0\0"..., 2160) = 
2160
gettimeofday({1165229336, 176332}, NULL) = 0
write(7, "[EMAIL PROTECTED]@\0"..., 2064) = 2064
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\1\0\n\0\347\3\300\3D\0\0\0\0\1\346\0\0\0023\1\0\0\0\0"..., 1248) = 
1248
write(7, "\22\0\n\0\347\3\300\3\376\0\0\0\376\0\0\0\10\0023\1\20"..., 232) = 232
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\22\0\n\0\351\3\300\3\376\0\0\0\376\0\0\0\10\0023\1\20"..., 2628) = 
2628
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\2\0\4\0\365\3\300\3\2\0\0\0\377\377\377\0\22\0\n\0\363"..., 1160) = 
1160
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\2\0\4\0\371\3\300\3\2\0\0\0\377\377\377\0\22\0\n\0\367"..., 1160) = 
1160
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\2\0\4\0\375\3\300\3\2\0\0\0\377\377\377\0\22\0\n\0\373"..., 3516) = 
3516
write(7, "\22\0\n\0\361\3\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 
232
write(7, "\22\0\n\0\7\4\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 56) = 56
write(7, "\22\0\n\0\363\3\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 276) = 
276
write(7, "\22\0\n\0\7\4\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 84) = 84
write(7, "\22\0\n\0\367\3\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 276) = 
276
write(7, "[EMAIL PROTECTED]", 16) = 16
write(7, "\22\0\n\0\373\3\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 276) = 
276
write(7, "[EMAIL PROTECTED]", 16) = 16
write(7, "\22\0\n\0\377\3\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0"..., 232) = 
232
write(7, "[EMAIL PROTECTED]", 16) = 16
write(7, "\22\0\n\0\1\4\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 232) = 
232
write(7, "[EMAIL PROTECTED]", 16) = 16
write(7, "\22\0\n\0\3\4\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 232) = 
232
write(7, "[EMAIL PROTECTED]", 16) = 16
write(7, "\22\0\n\0\5\4\300\3\376\0\0\0\376\0\0\0\10\0\n\0\20\0\0"..., 232) = 
232
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\1\0\n\0\31\4\300\3D\0\0\0\0\1\346\0\0\0023\1\0\0\0\0\0"..., 632) = 
632
write(7, "\22\0\n\0\355\3\300\3\376\0\0\0\376\0\0\0\10\0023\1\20"..., 232) = 232
write(7, "\22\0\n\0\31\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0"..., 56) = 56
write(7, "\22\0\n\0\357\3\300\3\376\0\0\0\376\0\0\0\10\0023\1\20"..., 232) = 232
write(7, "\22\0\n\0\31\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0"..., 56) = 56
write(7, "\22\0\n\0\7\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0"..., 668) = 668
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\22\0\n\0\31\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0"..., 1932) = 
1932
write(7, "\22\0\n\0!\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 232) = 
232
write(7, "\22\0\n\0%\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 56) = 56
write(7, "\22\0\n\0#\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 232) = 
232
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\22\0\n\0%\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 1904) = 
1904
write(7, "\22\0\n\0-\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 232) = 
232
write(7, "\22\0\n\0+\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 56) = 56
write(7, "\22\0\n\0/\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 232) = 
232
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\22\0\n\0+\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 1904) = 
1904
write(7, "\22\0\n\0005\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0"..., 232) = 
232
write(7, "\22\0\n\0009\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0"..., 56) = 56
write(7, "\22\0\n\0007\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0"..., 232) = 
232
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\22\0\n\0009\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0"..., 1904) = 
1904
write(7, "\22\0\n\0?\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 232) = 
232
write(7, "\22\0\n\0C\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 56) = 56
write(7, "\22\0\n\0A\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 232) = 
232
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\22\0\n\0C\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 1904) = 
1904
write(7, "\22\0\n\0+\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 320) = 
320
write(7, "\22\0\n\0M\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 56) = 56
write(7, "\22\0\n\0009\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0"..., 320) = 
320
write(7, "\22\0\n\0M\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 56) = 56
write(7, "\22\0\n\0C\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 320) = 
320
write(7, "\22\0\n\0M\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 56) = 56
write(7, "\22\0\n\0I\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 232) = 
232
write(7, "\22\0\n\0M\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 56) = 56
write(7, "\22\0\n\0K\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 232) = 
232
uname({sys="Linux", node="bll4", ...})  = 0
write(7, "\22\0\n\0M\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 672) = 
672
write(7, "\22\0\n\0\351\3\300\3\376\0\0\0\376\0\0\0\10\0023\1\20"..., 276) = 276
write(7, "\22\0\n\0Y\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 56) = 56
write(7, "\22\0\n\0\31\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0"..., 672) = 
672
write(7, "\22\0\n\0Y\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 84) = 84
write(7, "\22\0\n\0%\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 320) = 
320
write(7, "[EMAIL PROTECTED]", 16) = 16
write(7, "\22\0\n\0M\4\300\3\376\0\0\0\376\0\0\0\10\0023\1\20\0\0"..., 620) = 
620
write(7, "\1\0\n\0c\4\300\0030\3\300\3\0\0\0\0d\0\36\0\0\0\0\0\0"..., 124) = 124
write(7, "\22\0\n\0Y\4\300\3\376\0\0\0\376\0\0\0\10\0\36\0\20\0\0"..., 1192) = 
1192
write(7, "\1\0\n\0g\4\300\0030\3\300\3\0\0\0\0d\0\36\0\0\0\0\0\0"..., 5252) = 
5252
write(7, "[EMAIL PROTECTED]@\0"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]@\0"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]@\0"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]@\0"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]@\0"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]@\0"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]@\0"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]@\0"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]@\0"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]@\0"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]@\0"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]@\0"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]@\0"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]@\0"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]@\0"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]@\0"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]@\0"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]@\0"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]"..., 2592) = 2592
write(7, "[EMAIL PROTECTED]@\0"..., 2592) = 2592
stat64(".", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
getcwd("/mnt/hda5/work/negazione/neg_01b/anat3D", 4096) = 40
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
getcwd("/mnt/hda5/work/negazione/neg_01b/anat3D", 4096) = 40
lstat64("/mnt", {st_mode=S_IFDIR|0755, st_size=384, ...}) = 0
lstat64("/mnt/hda5", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione", {st_mode=S_IFDIR|0777, st_size=32768, ...}) 
= 0
lstat64("/mnt/hda5/work/negazione/neg_01b", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
chdir("/mnt/hda5/work/negazione/neg_01b/anat3D") = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
write(7, "\f\0\7\0\35\4\300\3\17\0\0\0J\0\0\0\226\0\0\0g\0\0\0\25"..., 2648) = 
2648
gettimeofday({1165229336, 268298}, NULL) = 0
write(7, "[EMAIL PROTECTED]@\0"..., 2592) = 2592
write(7, "\17\0\2\0\2\0\300\3", 8)      = 8
read(7, "\n\3\266&\23\0\300\3\2\370\377\277\310\367\377\277\323"..., 32) = 32
read(7, "\t\3\266&\2\0\300\3\2\365%\10\310\367\377\277)\10\t\10"..., 32) = 32
read(7, "\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\22\370\267&\23\0\300\3\23\0\300\3\0\262\205\10\0\20\0"..., 32) = 32
read(7, "\f\0\267&t\0\300\3\4\0\0\0\370\0\3\0\1\0S\10\0\0\0\0\0"..., 32) = 32
read(7, "\f\0\267&t\0\300\3\4\0G\0\370\0\3\0\0\0\"\10\2\0\0\000"..., 32) = 32
read(7, "\f\0\267&[EMAIL PROTECTED]"..., 32) = 32
read(7, "\f\200\267&\337\0\300\3\1\0\t\0\10\0\27\0\10\0\177\10\300"..., 32) = 32
read(7, "\f\200\267&\337\0\300\3-\0\t\0\6\0\27\0\7\0\0\0\370o\177"..., 32) = 32
read(7, "\f\v\267&\337\0\300\3I\0\t\0\6\0\27\0\6\0\177\10P\367\377"..., 32) = 32
read(7, "\f\374\267&\337\0\300\3o\0\t\0\6\0\27\0\5\0\234\10<0S\10"..., 32) = 32
read(7, "\f\0\267&\337\0\300\3\233\0\t\0^\0\27\0\4\0w\10\n\0\0\0"..., 32) = 32
read(7, "\f\5\267&\337\0\300\3\1\0 \0\370\0\6\0\3\0\t\0P\367\377"..., 32) = 32
read(7, "\f\362\267&\337\0\300\3\1\0&\0\10\0\25\0\2\0 \10\357\357"..., 32) = 32
read(7, "\f\0\267&\337\0\300\3&\0&\0\6\0\25\0\1\0S\10\0\0\0\0\0"..., 32) = 32
read(7, "\f\0\267&\337\0\300\3\1\0;\0\370\0\t\0\0\0\"\10\n\0\0\0"..., 32) = 32
read(7, "\f\0\267&\335\0\300\3\0\0\0\0\315\0\25\0\0\0\"\10\1\0\0"..., 32) = 32
read(7, "\f\0\267&\333\0\300\3\0\0\0\0\35\0\25\0\0\0\"\10\1\0\0"..., 32) = 32
read(7, "\f\0\267&\331\0\300\3\0\0\0\0&\0\27\0\0\0\"\10\1\0\0\0"..., 32) = 32
read(7, "\f\0\267&\327\0\300\3\0\0\0\0 \0\27\0\0\0\"\10\1\0\0\0"..., 32) = 32
read(7, "\f\0\267&\305\0\300\3\0\0\0\0\26\0\27\0\0\0\"\10\1\0\0"..., 32) = 32
read(7, "\f\0\267&\267\0\300\3\0\0\0\0$\0\27\0\0\0\"\10\1\0\0\0"..., 32) = 32
read(7, "\f\0\267&\27\0\300\3\4\0\27\0\370\0\3\0\0\0\"\10\1\0\0"..., 32) = 32
read(7, "\f\0\267&\17\0\300\3\4\0\0\0\370\0W\1\0\0\"\10\1\0\0\0"..., 32) = 32
read(7, "\10\3\267&T\246\24MD\0\0\0\23\0\300\3\0\0\0\0c\0M\1[\0"..., 32) = 32
read(7, "\7\4\267&T\246\24MD\0\0\0\2\0\300\3\17\0\300\3c\0M\1_\000"..., 32) = 32
read(7, "\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\7\3\267&T\246\24MD\0\0\0\17\0\300\3\0\0\0\0c\0M\1_\0\322"..., 32) = 32
read(7, "\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\241 \321&\2\0\300\3\'\1\0\0\33\1\0\0T\246\24M\0\0\0\0"..., 32) = 32
read(7, "\34\270\321&0\3\300\3}\1\0\0U\246\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270\322&0\3\300\3\361\0\0\0W\246\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\26\270\323&2\3\300\0032\3\300\3\0\0\0\0\0\0\0\0\r\0\r"..., 32) = 32
read(7, "\26\270\324&2\3\300\0032\3\300\3\0\0\0\0\363\1&\1\r\0\r"..., 32) = 32
read(7, "\34\270\335&0\3\300\3\376\0\0\0Z\246\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270\336&0\3\300\3\4\1\0\0Z\246\24M\0\246\24M\260\241"..., 32) = 32
read(7, "\26\2700\'R\3\300\3R\3\300\3\0\0\0\0\0\0\0\0d\0\24\0\0"..., 32) = 32
read(7, "\26\2702\'J\3\300\3J\3\300\3N\3\300\3\0\0\0\0d\0\36\0\0"..., 32) = 32
read(7, "\26\2705\'L\3\300\3L\3\300\3H\3\300\3\2\0\26\0`\0\6\0\0"..., 32) = 32
read(7, "\26\2706\'N\3\300\3N\3\300\3L\3\300\3\2\0\2\0`\0\24\0\0"..., 32) = 32
read(7, "\26\270I\'F\3\300\3F\3\300\3D\3\300\3\0\0\0\0d\0001\0\0"..., 32) = 32
read(7, "\26\270k\'^\3\300\3^\3\300\3\0\0\0\0\0\0\0\0d\0\24\0\0"..., 32) = 32
read(7, "\26\270\224\'l\3\300\3l\3\300\3j\3\300\3\2\0\2\0\374\1"..., 32) = 32
read(7, "\34\270\225\'f\3\300\3(\0\0\0_\246\24M\0\0\0\0\370o\177"..., 32) = 32
read(7, "\26\270\226\'f\3\300\3f\3\300\0030\3\300\3\0\1\346\0d\0"..., 32) = 32
read(7, "\34\270\234\'f\3\300\3}\1\0\0`\246\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\26\270\236\'n\3\300\3n\3\300\3\0\0\0\0\2\0\2\0P\0\32\0"..., 32) = 32
read(7, "\16\371\357\'\237\3\300\3\0\0>\10\340\335\34\10\25J\t\10"..., 32) = 32
read(7, "\26\270\365\'n\3\300\3n\3\300\3\0\0\0\0\26\0\2\0<\0\32"..., 32) = 32
read(7, "\26\270\2(\244\3\300\3\244\3\300\3\0\0\0\0\2\0\2\0P\0\32"..., 32) = 32
read(7, "\21\274\4(\244\3\300\3\244\3\300\0038\370\377\277\303\1"..., 32) = 32
read(7, "\34\270U(\262\3\300\3}\1\0\0e\246\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\26\270V(\276\3\300\3\276\3\300\3\274\3\300\3\0\0\0\0\6"..., 32) = 32
read(7, "\26\270g(\246\3\300\3\246\3\300\3\242\3\300\3\0\0\0\0\""..., 32) = 32
read(7, "\26\270h(\250\3\300\3\250\3\300\3\246\3\300\3\0\0\0\0-"..., 32) = 32
read(7, "\26\270i(\252\3\300\3\252\3\300\3\250\3\300\3\0\0\0\0-"..., 32) = 32
read(7, "\26\270k(d\3\300\3d\3\300\3b\3\300\3\0\0\0\0d\0\25\0\0"..., 32) = 32
read(7, "\26\270l(4\3\300\0034\3\300\0032\3\300\3\0\0\0\0d\0\25"..., 32) = 32
read(7, "\26\270m(\242\3\300\3\242\3\300\3d\3\300\3\0\0\0\0d\0\25"..., 32) = 32
read(7, "\26\270n(\254\3\300\3\254\3\300\3\252\3\300\3\0\0\0\0\26"..., 32) = 32
read(7, "\26\270o(\256\3\300\3\256\3\300\3\254\3\300\3\0\0\0\0\26"..., 32) = 32
read(7, "\26\270p(\260\3\300\3\260\3\300\3\256\3\300\3\0\0\0\0\26"..., 32) = 32
read(7, "\26\270q(\264\3\300\3\264\3\300\3\260\3\300\3\0\0\0\0\26"..., 32) = 32
read(7, "\26\270r(\266\3\300\3\266\3\300\3\264\3\300\3\0\0\0\0\26"..., 32) = 32
read(7, "\26\270u(`\3\300\3`\3\300\0036\3\300\3\0\0\0\0W\0\32\0"..., 32) = 32
read(7, "\26\270v(b\3\300\3b\3\300\3`\3\300\3\0\0\0\0W\0\32\0\0"..., 32) = 32
read(7, "\34\270w(0\3\300\3(\0\0\0l\246\24M\0\0\0\0\370o\177\10"..., 32) = 32
read(7, "\26\270x(b\3\300\3b\3\300\3`\3\300\3\236\1\16\1W\0\32\0"..., 32) = 32
read(7, "\26\270y(\242\3\300\3\242\3\300\3d\3\300\3=\0\20\1M\1\25"..., 32) = 32
read(7, "\26\270z(\252\3\300\3\252\3\300\3\250\3\300\3\v\0\24\1"..., 32) = 32
read(7, "\26\270{(`\3\300\3`\3\300\0036\3\300\3\236\1\357\0W\0\32"..., 32) = 32
read(7, "\26\270|(4\3\300\0034\3\300\0032\3\300\3=\0\361\0M\1\25"..., 32) = 32
read(7, "\26\270}(\250\3\300\3\250\3\300\3\246\3\300\3\v\0\365\0"..., 32) = 32
read(7, "\26\270\223(6\3\300\0036\3\300\0034\3\300\3\v\0%\0\352"..., 32) = 32
read(7, "\26\270\224(\266\3\300\3\266\3\300\3\264\3\300\3\337\1"..., 32) = 32
read(7, "\26\270\225(\264\3\300\3\264\3\300\3\260\3\300\3\311\1"..., 32) = 32
read(7, "\26\270\226(\260\3\300\3\260\3\300\3\256\3\300\3\257\1"..., 32) = 32
read(7, "\26\270\227(\256\3\300\3\256\3\300\3\254\3\300\3\227\1"..., 32) = 32
read(7, "\26\270\230(\254\3\300\3\254\3\300\3\252\3\300\3\201\1"..., 32) = 32
read(7, "\26\270\232(d\3\300\3d\3\300\3b\3\300\0035\0\v\0D\1\25"..., 32) = 32
read(7, "\26\270\233(\246\3\300\3\246\3\300\3\242\3\300\3\v\0\16"..., 32) = 32
read(7, "\34\270\234(0\3\300\3(\0\0\0l\246\24M\0\0\0\0\370o\177"..., 32) = 32
read(7, "\26\0\310(0\3\300\0030\3\300\3\23\0\300\3\0\1\346\0\352"..., 32) = 32
read(7, "\34\270\341)0\3\300\3\'\0\0\0p\246\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270\342)0\3\300\3\355\0\0\0p\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\34\270\r+\347\3\300\3\376\0\0\0r\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270\17+\347\3\300\3\347\3\300\3D\0\0\0\0\0\0\0\0\""..., 32) = 32
read(7, "\26\270\26+\353\3\300\3\353\3\300\3\0\0\0\0\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\371\27+\347\3\300\3\347\3\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\27+\347\3\300\3\376\0\0\0r\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\27+\347\3\300\3\375\0\0\0r\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\27+\347\3\300\3\27\1\0\0r\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\27+\347\3\300\3\370\0\0\0r\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\27+\347\3\300\3\r\1\0\0r\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\27+\347\3\300\3#\1\0\0r\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\27+\347\3\300\3\'\1\0\0r\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\27+\347\3\300\3\'\0\0\0r\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\27+\347\3\300\0034\1\0\0r\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\27+\347\3\300\3C\0\0\0r\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\27+\347\3\300\3#\0\0\0r\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\27+\347\3\300\3(\0\0\0r\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\27+\347\3\300\3$\0\0\0r\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\270\30+\351\3\300\3}\1\0\0r\246\24M\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\34\270\31+\351\3\300\3\376\0\0\0t\246\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270k+\355\3\300\3}\1\0\0u\246\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270k+\357\3\300\3}\1\0\0u\246\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270k+\361\3\300\3}\1\0\0u\246\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270k+\363\3\300\3}\1\0\0u\246\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270m+\363\3\300\3\376\0\0\0v\246\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270n+\363\3\300\3\4\1\0\0v\246\24M\0\246\24M\260\241"..., 32) = 32
read(7, "\26\270o+\365\3\300\3\365\3\300\3\0\0\0\0\2\0\2\0\354\1"..., 32) = 32
read(7, "\34\270p+\363\3\300\3(\0\0\0v\246\24M\0\0\0\0\370o\177"..., 32) = 32
read(7, "\34\270q+\363\3\300\3(\0\0\0v\246\24M\0\246\24M\370o\177"..., 32) = 32
read(7, "\34\270s+\363\3\300\3(\0\0\0v\246\24M\0\246\24M\370o\177"..., 32) = 32
read(7, "\34\270\216+\367\3\300\3\376\0\0\0w\246\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\217+\367\3\300\3\4\1\0\0w\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\26\270\220+\371\3\300\3\371\3\300\3\0\0\0\0\2\0\2\0\354"..., 32) = 32
read(7, "\34\270\221+\367\3\300\3(\0\0\0w\246\24M\0\0\0\0\370o\177"..., 32) = 32
read(7, "\34\270\222+\367\3\300\3(\0\0\0w\246\24M\0\246\24M\370"..., 32) = 32
read(7, "\34\270\224+\367\3\300\3(\0\0\0w\246\24M\0\246\24M\370"..., 32) = 32
read(7, "\26\0\255+\363\3\300\3\363\3\300\3\361\3\300\3\0\1\346"..., 32) = 32
read(7, "\34\270\255+\367\3\300\3}\1\0\0w\246\24M\0\0\0\0x\244I"..., 32) = 32
read(7, "\26\0\255+\367\3\300\3\367\3\300\3\363\3\300\3\0\1\346"..., 32) = 32
read(7, "\34\270\255+\373\3\300\3}\1\0\0w\246\24M\0\0\0\0x\244I"..., 32) = 32
read(7, "\34\270\257+\373\3\300\3\376\0\0\0z\246\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\260+\373\3\300\3\4\1\0\0z\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\26\270\261+\375\3\300\3\375\3\300\3\0\0\0\0\2\0\2\0\354"..., 32) = 32
read(7, "\34\270\262+\373\3\300\3(\0\0\0z\246\24M\0\0\0\0\370o\177"..., 32) = 32
read(7, "\34\270\263+\373\3\300\3(\0\0\0z\246\24M\0\246\24M\370"..., 32) = 32
read(7, "\34\270\265+\373\3\300\3(\0\0\0z\246\24M\0\246\24M\370"..., 32) = 32
read(7, "\26\0\25,\373\3\300\3\373\3\300\3\367\3\300\3\0\1\346\0"..., 32) = 32
read(7, "\34\270\25,\377\3\300\3}\1\0\0{\246\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270\25,\1\4\300\3}\1\0\0{\246\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270\25,\3\4\300\3}\1\0\0{\246\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270\25,\5\4\300\3}\1\0\0{\246\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270\25,\7\4\300\3}\1\0\0{\246\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270\26,\361\3\300\3\376\0\0\0{\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270\30,\361\3\300\3\361\3\300\3D\0\0\0\0\0\0\0\0\254"..., 32) = 32
read(7, "\26\270\37,\t\4\300\3\t\4\300\3\0\0\0\0\0\0\0\0\0\0023"..., 32) = 32
read(7, "\21\371 ,\361\3\300\3\361\3\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266 ,\361\3\300\3\376\0\0\0{\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266 ,\361\3\300\3}\1\0\0{\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266 ,\361\3\300\3\375\0\0\0{\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266 ,\361\3\300\3\27\1\0\0{\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266 ,\361\3\300\3\370\0\0\0{\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266 ,\361\3\300\3\r\1\0\0{\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266 ,\361\3\300\3#\1\0\0{\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266 ,\361\3\300\3\'\1\0\0{\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266 ,\361\3\300\3\'\0\0\0{\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266 ,\361\3\300\0034\1\0\0{\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266 ,\361\3\300\3C\0\0\0{\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266 ,\361\3\300\3#\0\0\0{\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266 ,\361\3\300\3(\0\0\0{\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266 ,\361\3\300\3$\0\0\0{\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\270\",\7\4\300\3\376\0\0\0|\246\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270$,\363\3\300\3\376\0\0\0|\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270&,\363\3\300\3\363\3\300\3D\0\0\0\0\0\0\0\0\'S\10"..., 32) = 32
read(7, "\25\270,,\365\3\300\3\365\3\300\3\v\4\300\3\2\0\2\0\0\263"..., 32) = 32
read(7, "\26\270/,\v\4\300\3\v\4\300\3\t\4\300\3\0\0\0\0d\0003\1"..., 32) = 32
read(7, "\21\3710,\363\3\300\3\363\3\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\2660,\363\3\300\3\4\1\0\0|\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\2660,\363\3\300\3\376\0\0\0|\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\2660,\363\3\300\3}\1\0\0|\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2660,\363\3\300\3\375\0\0\0|\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\2660,\363\3\300\3\27\1\0\0|\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\2660,\363\3\300\3\370\0\0\0|\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\2660,\363\3\300\3\r\1\0\0|\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\2660,\363\3\300\3#\1\0\0|\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2660,\363\3\300\3\'\1\0\0|\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\2660,\363\3\300\3\'\0\0\0|\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\2660,\363\3\300\0034\1\0\0|\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\2660,\363\3\300\3C\0\0\0|\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2660,\363\3\300\3#\0\0\0|\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2660,\363\3\300\3(\0\0\0|\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2660,\363\3\300\3$\0\0\0|\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\2702,\7\4\300\3\376\0\0\0}\246\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\2703,\7\4\300\3\4\1\0\0}\246\24M\0\246\24M\260\241"..., 32) = 32
read(7, "\34\2705,\367\3\300\3\376\0\0\0}\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\2707,\367\3\300\3\367\3\300\3D\0\0\0\0\0\0\0\0-S\10"..., 32) = 32
read(7, "\25\270=,\371\3\300\3\371\3\300\3\r\4\300\3\2\0\2\0\0\263"..., 32) = 32
read(7, "\26\270@,\r\4\300\3\r\4\300\3\v\4\300\3\0\0\0\0d\0003\1"..., 32) = 32
read(7, "\21\371A,\367\3\300\3\367\3\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266A,\367\3\300\3}\1\0\0}\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266A,\367\3\300\3\4\1\0\0}\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266A,\367\3\300\3\376\0\0\0}\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266A,\367\3\300\3\375\0\0\0}\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266A,\367\3\300\3\27\1\0\0}\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266A,\367\3\300\3\370\0\0\0}\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266A,\367\3\300\3\r\1\0\0}\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266A,\367\3\300\3#\1\0\0}\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266A,\367\3\300\3\'\1\0\0}\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266A,\367\3\300\3\'\0\0\0}\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266A,\367\3\300\0034\1\0\0}\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266A,\367\3\300\3C\0\0\0}\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266A,\367\3\300\3#\0\0\0}\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266A,\367\3\300\3(\0\0\0}\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266A,\367\3\300\3$\0\0\0}\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\270D,\373\3\300\3\376\0\0\0}\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270F,\373\3\300\3\373\3\300\3D\0\0\0\0\0\0\0\0\313"..., 32) = 32
read(7, "\25\270L,\375\3\300\3\375\3\300\3\17\4\300\3\2\0\2\0\0"..., 32) = 32
read(7, "\26\270O,\17\4\300\3\17\4\300\3\r\4\300\3\0\0\0\0d\000"..., 32) = 32
read(7, "\21\371P,\373\3\300\3\373\3\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266P,\373\3\300\3\4\1\0\0}\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266P,\373\3\300\3\376\0\0\0}\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266P,\373\3\300\3}\1\0\0}\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266P,\373\3\300\3\375\0\0\0}\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266P,\373\3\300\3\27\1\0\0}\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266P,\373\3\300\3\370\0\0\0}\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266P,\373\3\300\3\r\1\0\0}\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266P,\373\3\300\3#\1\0\0}\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266P,\373\3\300\3\'\1\0\0}\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266P,\373\3\300\3\'\0\0\0}\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266P,\373\3\300\0034\1\0\0}\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266P,\373\3\300\3C\0\0\0}\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266P,\373\3\300\3#\0\0\0}\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266P,\373\3\300\3(\0\0\0}\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266P,\373\3\300\3$\0\0\0}\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\270S,\377\3\300\3\376\0\0\0~\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270U,\377\3\300\3\377\3\300\3D\0\0\0\0\0\0\0\0\367"..., 32) = 32
read(7, "\26\270\\,\21\4\300\3\21\4\300\3\17\4\300\3\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\371],\377\3\300\3\377\3\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266],\377\3\300\3\376\0\0\0~\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266],\377\3\300\3}\1\0\0~\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266],\377\3\300\3\375\0\0\0~\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266],\377\3\300\3\27\1\0\0~\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266],\377\3\300\3\370\0\0\0~\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266],\377\3\300\3\r\1\0\0~\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266],\377\3\300\3#\1\0\0~\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266],\377\3\300\3\'\1\0\0~\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266],\377\3\300\3\'\0\0\0~\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266],\377\3\300\0034\1\0\0~\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266],\377\3\300\3C\0\0\0~\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266],\377\3\300\3#\0\0\0~\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266],\377\3\300\3(\0\0\0~\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266],\377\3\300\3$\0\0\0~\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\270`,\1\4\300\3\376\0\0\0~\246\24M\0\246\24M\260\241"..., 32) = 32
read(7, "\25\270b,\1\4\300\3\1\4\300\3D\0\0\0\0\0\0\0\0\372c\10"..., 32) = 32
read(7, "\26\270i,\23\4\300\3\23\4\300\3\21\4\300\3\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\371j,\1\4\300\3\1\4\300\3(\370\377\277\5\371\6\10\230"..., 32) = 32
read(7, "\34\266j,\1\4\300\3\376\0\0\0~\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266j,\1\4\300\3}\1\0\0~\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266j,\1\4\300\3\375\0\0\0~\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266j,\1\4\300\3\27\1\0\0~\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266j,\1\4\300\3\370\0\0\0~\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266j,\1\4\300\3\r\1\0\0~\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266j,\1\4\300\3#\1\0\0~\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266j,\1\4\300\3\'\1\0\0~\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266j,\1\4\300\3\'\0\0\0~\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266j,\1\4\300\0034\1\0\0~\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266j,\1\4\300\3C\0\0\0~\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266j,\1\4\300\3#\0\0\0~\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266j,\1\4\300\3(\0\0\0~\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266j,\1\4\300\3$\0\0\0~\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\270m,\3\4\300\3\376\0\0\0\177\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270o,\3\4\300\3\3\4\300\3D\0\0\0\0\0\0\0\0Bc\10\376"..., 32) = 32
read(7, "\26\270v,\25\4\300\3\25\4\300\3\23\4\300\3\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\371w,\3\4\300\3\3\4\300\3(\370\377\277\5\371\6\10\230"..., 32) = 32
read(7, "\34\266w,\3\4\300\3\376\0\0\0\177\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266w,\3\4\300\3}\1\0\0\177\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266w,\3\4\300\3\375\0\0\0\177\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266w,\3\4\300\3\27\1\0\0\177\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266w,\3\4\300\3\370\0\0\0\177\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266w,\3\4\300\3\r\1\0\0\177\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266w,\3\4\300\3#\1\0\0\177\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266w,\3\4\300\3\'\1\0\0\177\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266w,\3\4\300\3\'\0\0\0\177\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266w,\3\4\300\0034\1\0\0\177\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266w,\3\4\300\3C\0\0\0\177\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266w,\3\4\300\3#\0\0\0\177\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266w,\3\4\300\3(\0\0\0\177\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266w,\3\4\300\3$\0\0\0\177\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\270z,\5\4\300\3\376\0\0\0\177\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270|,\5\4\300\3\5\4\300\3D\0\0\0\0\0\0\0\0Fc\10\376"..., 32) = 32
read(7, "\26\270\203,\27\4\300\3\27\4\300\3\25\4\300\3\0\0\0\0\0"..., 32) = 32
read(7, "\21\371\204,\5\4\300\3\5\4\300\3(\370\377\277\5\371\6\10"..., 32) = 32
read(7, "\34\266\204,\5\4\300\3\376\0\0\0\177\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\204,\5\4\300\3}\1\0\0\177\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\204,\5\4\300\3\375\0\0\0\177\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\204,\5\4\300\3\27\1\0\0\177\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\204,\5\4\300\3\370\0\0\0\177\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\204,\5\4\300\3\r\1\0\0\177\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\204,\5\4\300\3#\1\0\0\177\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\204,\5\4\300\3\'\1\0\0\177\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\204,\5\4\300\3\'\0\0\0\177\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\204,\5\4\300\0034\1\0\0\177\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\204,\5\4\300\3C\0\0\0\177\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\204,\5\4\300\3#\0\0\0\177\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\204,\5\4\300\3(\0\0\0\177\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\204,\5\4\300\3$\0\0\0\177\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\231,\31\4\300\3}\1\0\0\200\246\24M\0\0\0\0x\244"..., 32) = 32
read(7, "\34\270\232,\355\3\300\3\376\0\0\0\201\246\24M\0\246\24"..., 32) = 32
read(7, "\25\270\234,\355\3\300\3\355\3\300\3D\0\0\0\0\0\0\0\0\""..., 32) = 32
read(7, "\26\270\243,\33\4\300\3\33\4\300\3\0\0\0\0\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\371\244,\355\3\300\3\355\3\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\244,\355\3\300\3\376\0\0\0\201\246\24M\1\0\0\0"..., 32) = 32
read(7, "\34\266\244,\355\3\300\3}\1\0\0\201\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\244,\355\3\300\3\375\0\0\0\201\246\24M\1\0\0\0"..., 32) = 32
read(7, "\34\266\244,\355\3\300\3\27\1\0\0\201\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\244,\355\3\300\3\370\0\0\0\201\246\24M\1\0\0\0"..., 32) = 32
read(7, "\34\266\244,\355\3\300\3\r\1\0\0\201\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\244,\355\3\300\3#\1\0\0\201\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\244,\355\3\300\3\'\1\0\0\201\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\244,\355\3\300\3\'\0\0\0\201\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\244,\355\3\300\0034\1\0\0\201\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\244,\355\3\300\3C\0\0\0\201\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\244,\355\3\300\3#\0\0\0\201\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\244,\355\3\300\3(\0\0\0\201\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\244,\355\3\300\3$\0\0\0\201\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\270\246,\31\4\300\3\376\0\0\0\201\246\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\250,\357\3\300\3\376\0\0\0\201\246\24M\0\246\24"..., 32) = 32
read(7, "\25\270\252,\357\3\300\3\357\3\300\3D\0\0\0\0\0\0\0\0\244"..., 32) = 32
read(7, "\26\270\261,\35\4\300\3\35\4\300\3\33\4\300\3\0\0\0\0\0"..., 32) = 32
read(7, "\21\371\262,\357\3\300\3\357\3\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\262,\357\3\300\3\376\0\0\0\201\246\24M\1\0\0\0"..., 32) = 32
read(7, "\34\266\262,\357\3\300\3}\1\0\0\201\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\262,\357\3\300\3\375\0\0\0\201\246\24M\1\0\0\0"..., 32) = 32
read(7, "\34\266\262,\357\3\300\3\27\1\0\0\201\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\262,\357\3\300\3\370\0\0\0\201\246\24M\1\0\0\0"..., 32) = 32
read(7, "\34\266\262,\357\3\300\3\r\1\0\0\201\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\262,\357\3\300\3#\1\0\0\201\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\262,\357\3\300\3\'\1\0\0\201\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\262,\357\3\300\3\'\0\0\0\201\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\262,\357\3\300\0034\1\0\0\201\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\262,\357\3\300\3C\0\0\0\201\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\262,\357\3\300\3#\0\0\0\201\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\262,\357\3\300\3(\0\0\0\201\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\262,\357\3\300\3$\0\0\0\201\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\270\264,\31\4\300\3\376\0\0\0\202\246\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\266,\7\4\300\3\376\0\0\0\202\246\24M\0\246\24M"..., 32) = 32
read(7, "\25\270\270,\7\4\300\3\7\4\300\3D\0\0\0\0\0\0\0\0\221|"..., 32) = 32
read(7, "\25\270\276,\t\4\300\3\t\4\300\3\37\4\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\25\270\277,\v\4\300\3\v\4\300\3\37\4\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\25\270\300,\r\4\300\3\r\4\300\3\37\4\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\25\270\301,\17\4\300\3\17\4\300\3\37\4\300\3\0\0\0\0\0"..., 32) = 32
read(7, "\25\270\302,\21\4\300\3\21\4\300\3\37\4\300\3\0\0\0\0\0"..., 32) = 32
read(7, "\25\270\303,\23\4\300\3\23\4\300\3\37\4\300\3\0\0\0\0\0"..., 32) = 32
read(7, "\25\270\304,\25\4\300\3\25\4\300\3\37\4\300\3\0\0\0\0\0"..., 32) = 32
read(7, "\25\270\305,\27\4\300\3\27\4\300\3\37\4\300\3\0\0\0\0\0"..., 32) = 32
read(7, "\26\270\322,\37\4\300\3\37\4\300\3\35\4\300\3\0\0\0\0\0"..., 32) = 32
read(7, "\21\371\323,\7\4\300\3\7\4\300\3(\370\377\277\5\371\6\10"..., 32) = 32
read(7, "\34\266\323,\7\4\300\3\4\1\0\0\202\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\323,\7\4\300\3\376\0\0\0\202\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\323,\7\4\300\3}\1\0\0\202\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\323,\7\4\300\3\375\0\0\0\202\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\323,\7\4\300\3\27\1\0\0\202\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\323,\7\4\300\3\370\0\0\0\202\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\323,\7\4\300\3\r\1\0\0\202\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\323,\7\4\300\3#\1\0\0\202\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\323,\7\4\300\3\'\1\0\0\202\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\323,\7\4\300\3\'\0\0\0\202\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\323,\7\4\300\0034\1\0\0\202\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\323,\7\4\300\3C\0\0\0\202\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\323,\7\4\300\3#\0\0\0\202\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\323,\7\4\300\3(\0\0\0\202\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\323,\7\4\300\3$\0\0\0\202\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\325,\31\4\300\3\376\0\0\0\203\246\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\326,\31\4\300\3\4\1\0\0\203\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\34\270\21-!\4\300\3\376\0\0\0\204\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270\23-!\4\300\3!\4\300\3D\0\0\0\0\0\0\0\0\221|\10"..., 32) = 32
read(7, "\26\270\32-\'\4\300\3\'\4\300\3\0\0\0\0\0\0\0\0\0\0023"..., 32) = 32
read(7, "\21\371\33-!\4\300\3!\4\300\3(\370\377\277\5\371\6\10\230"..., 32) = 32
read(7, "\34\266\33-!\4\300\3\376\0\0\0\204\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\33-!\4\300\3\375\0\0\0\204\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\33-!\4\300\3\27\1\0\0\204\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\33-!\4\300\3\370\0\0\0\204\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\33-!\4\300\3\r\1\0\0\204\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\33-!\4\300\3#\1\0\0\204\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\33-!\4\300\3\'\1\0\0\204\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\33-!\4\300\3\'\0\0\0\204\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\33-!\4\300\0034\1\0\0\204\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\33-!\4\300\3C\0\0\0\204\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\33-!\4\300\3#\0\0\0\204\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\33-!\4\300\3(\0\0\0\204\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\33-!\4\300\3$\0\0\0\204\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\270\35-%\4\300\3\376\0\0\0\204\246\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\36-#\4\300\3}\1\0\0\205\246\24M\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\34\270\36-%\4\300\3}\1\0\0\205\246\24M\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\34\270\37-#\4\300\3\376\0\0\0\205\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270!-#\4\300\3#\4\300\3D\0\0\0\0\0\0\0\0\217w\10\376"..., 32) = 32
read(7, "\26\270(-)\4\300\3)\4\300\3\'\4\300\3\0\0\0\0\0\0023\1"..., 32) = 32
read(7, "\21\371)-#\4\300\3#\4\300\3(\370\377\277\5\371\6\10\230"..., 32) = 32
read(7, "\34\266)-#\4\300\3\376\0\0\0\205\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266)-#\4\300\3}\1\0\0\205\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266)-#\4\300\3\375\0\0\0\205\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266)-#\4\300\3\27\1\0\0\205\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266)-#\4\300\3\370\0\0\0\205\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266)-#\4\300\3\r\1\0\0\205\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266)-#\4\300\3#\1\0\0\205\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266)-#\4\300\3\'\1\0\0\205\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266)-#\4\300\3\'\0\0\0\205\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266)-#\4\300\0034\1\0\0\205\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266)-#\4\300\3C\0\0\0\205\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266)-#\4\300\3#\0\0\0\205\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266)-#\4\300\3(\0\0\0\205\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266)-#\4\300\3$\0\0\0\205\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\270+-%\4\300\3\376\0\0\0\206\246\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270e-+\4\300\3}\1\0\0\207\246\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270e--\4\300\3}\1\0\0\207\246\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270e-/\4\300\3}\1\0\0\207\246\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270f--\4\300\3\376\0\0\0\207\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270h--\4\300\3-\4\300\3D\0\0\0\0\0\0\0\0\222w\10\376"..., 32) = 32
read(7, "\26\270o-1\4\300\0031\4\300\3\0\0\0\0\0\0\0\0\0\0023\1"..., 32) = 32
read(7, "\21\371p--\4\300\3-\4\300\3(\370\377\277\5\371\6\10\230"..., 32) = 32
read(7, "\34\266p--\4\300\3\376\0\0\0\207\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266p--\4\300\3}\1\0\0\207\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266p--\4\300\3\375\0\0\0\207\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266p--\4\300\3\27\1\0\0\207\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266p--\4\300\3\370\0\0\0\207\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266p--\4\300\3\r\1\0\0\207\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266p--\4\300\3#\1\0\0\207\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266p--\4\300\3\'\1\0\0\207\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266p--\4\300\3\'\0\0\0\207\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266p--\4\300\0034\1\0\0\207\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266p--\4\300\3C\0\0\0\207\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266p--\4\300\3#\0\0\0\207\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266p--\4\300\3(\0\0\0\207\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266p--\4\300\3$\0\0\0\207\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\270r-+\4\300\3\376\0\0\0\210\246\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270t-/\4\300\3\376\0\0\0\210\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270v-/\4\300\3/\4\300\3D\0\0\0\0\0\0\0\0\223w\10\376"..., 32) = 32
read(7, "\26\270}-3\4\300\0033\4\300\0031\4\300\3\0\0\0\0\0\002"..., 32) = 32
read(7, "\21\371~-/\4\300\3/\4\300\3(\370\377\277\5\371\6\10\230"..., 32) = 32
read(7, "\34\266~-/\4\300\3\376\0\0\0\210\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266~-/\4\300\3}\1\0\0\210\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266~-/\4\300\3\375\0\0\0\210\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266~-/\4\300\3\27\1\0\0\210\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266~-/\4\300\3\370\0\0\0\210\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266~-/\4\300\3\r\1\0\0\210\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266~-/\4\300\3#\1\0\0\210\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266~-/\4\300\3\'\1\0\0\210\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266~-/\4\300\3\'\0\0\0\210\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266~-/\4\300\0034\1\0\0\210\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266~-/\4\300\3C\0\0\0\210\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266~-/\4\300\3#\0\0\0\210\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266~-/\4\300\3(\0\0\0\210\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266~-/\4\300\3$\0\0\0\210\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\270\200-+\4\300\3\376\0\0\0\212\246\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\273-5\4\300\3\376\0\0\0\212\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270\275-5\4\300\0035\4\300\3D\0\0\0\0\0\0\0\0\223w"..., 32) = 32
read(7, "\26\270\304-;\4\300\3;\4\300\3\0\0\0\0\0\0\0\0\0\0023\1"..., 32) = 32
read(7, "\21\371\305-5\4\300\0035\4\300\3(\370\377\277\5\371\6\10"..., 32) = 32
read(7, "\34\266\305-5\4\300\3\376\0\0\0\212\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\305-5\4\300\3\375\0\0\0\212\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\305-5\4\300\3\27\1\0\0\212\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\305-5\4\300\3\370\0\0\0\212\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\305-5\4\300\3\r\1\0\0\212\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\305-5\4\300\3#\1\0\0\212\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\305-5\4\300\3\'\1\0\0\212\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\305-5\4\300\3\'\0\0\0\212\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\305-5\4\300\0034\1\0\0\212\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\305-5\4\300\3C\0\0\0\212\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\305-5\4\300\3#\0\0\0\212\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\305-5\4\300\3(\0\0\0\212\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\305-5\4\300\3$\0\0\0\212\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\307-9\4\300\3\376\0\0\0\213\246\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\311-7\4\300\3\376\0\0\0\213\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270\313-7\4\300\0037\4\300\3D\0\0\0\0\0\0\0\0Y\\\10"..., 32) = 32
read(7, "\26\270\322-=\4\300\3=\4\300\3;\4\300\3\0\0\0\0\0\0023"..., 32) = 32
read(7, "\21\371\323-7\4\300\0037\4\300\3(\370\377\277\5\371\6\10"..., 32) = 32
read(7, "\34\266\323-7\4\300\3\376\0\0\0\213\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\323-7\4\300\3\375\0\0\0\213\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\323-7\4\300\3\27\1\0\0\213\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\323-7\4\300\3\370\0\0\0\213\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\323-7\4\300\3\r\1\0\0\213\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\323-7\4\300\3#\1\0\0\213\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\323-7\4\300\3\'\1\0\0\213\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\323-7\4\300\3\'\0\0\0\213\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\323-7\4\300\0034\1\0\0\213\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\323-7\4\300\3C\0\0\0\213\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\323-7\4\300\3#\0\0\0\213\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\323-7\4\300\3(\0\0\0\213\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\323-7\4\300\3$\0\0\0\213\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\324-9\4\300\3}\1\0\0\214\246\24M\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\34\270\325-9\4\300\3\376\0\0\0\215\246\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\17.?\4\300\3}\1\0\0\216\246\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270\17.A\4\300\3}\1\0\0\216\246\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270\17.C\4\300\3}\1\0\0\216\246\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270\20.?\4\300\3\376\0\0\0\216\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270\22.?\4\300\3?\4\300\3D\0\0\0\0\0\0\0\0Y\\\10\376"..., 32) = 32
read(7, "\26\270\31.E\4\300\3E\4\300\3\0\0\0\0\0\0\0\0\0\0023\1"..., 32) = 32
read(7, "\21\371\32.?\4\300\3?\4\300\3(\370\377\277\5\371\6\10\230"..., 32) = 32
read(7, "\34\266\32.?\4\300\3\376\0\0\0\216\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\32.?\4\300\3}\1\0\0\216\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\32.?\4\300\3\375\0\0\0\216\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\32.?\4\300\3\27\1\0\0\216\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\32.?\4\300\3\370\0\0\0\216\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\32.?\4\300\3\r\1\0\0\216\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\32.?\4\300\3#\1\0\0\216\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\32.?\4\300\3\'\1\0\0\216\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\32.?\4\300\3\'\0\0\0\216\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\32.?\4\300\0034\1\0\0\216\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\32.?\4\300\3C\0\0\0\216\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\32.?\4\300\3#\0\0\0\216\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\32.?\4\300\3(\0\0\0\216\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\32.?\4\300\3$\0\0\0\216\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\270\34.C\4\300\3\376\0\0\0\217\246\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\36.A\4\300\3\376\0\0\0\217\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270 .A\4\300\3A\4\300\3D\0\0\0\0\0\0\0\0\371c\10\376"..., 32) = 32
read(7, "\26\270\'.G\4\300\3G\4\300\3E\4\300\3\0\0\0\0\0\0023\1"..., 32) = 32
read(7, "\21\371(.A\4\300\3A\4\300\3(\370\377\277\5\371\6\10\230"..., 32) = 32
read(7, "\34\266(.A\4\300\3\376\0\0\0\217\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266(.A\4\300\3}\1\0\0\217\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266(.A\4\300\3\375\0\0\0\217\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266(.A\4\300\3\27\1\0\0\217\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266(.A\4\300\3\370\0\0\0\217\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266(.A\4\300\3\r\1\0\0\217\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266(.A\4\300\3#\1\0\0\217\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266(.A\4\300\3\'\1\0\0\217\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266(.A\4\300\3\'\0\0\0\217\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266(.A\4\300\0034\1\0\0\217\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266(.A\4\300\3C\0\0\0\217\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266(.A\4\300\3#\0\0\0\217\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266(.A\4\300\3(\0\0\0\217\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266(.A\4\300\3$\0\0\0\217\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\270*.C\4\300\3\376\0\0\0\220\246\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270d.I\4\300\3}\1\0\0\221\246\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270d.K\4\300\3}\1\0\0\221\246\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270d.M\4\300\3}\1\0\0\221\246\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270e.+\4\300\3\376\0\0\0\221\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270g.+\4\300\3+\4\300\3D\0\0\0\0\0\0\0\0\217w\10\376"..., 32) = 32
read(7, "\25\270m.1\4\300\0031\4\300\3O\4\300\3\0\0\0\0\0\263\205"..., 32) = 32
read(7, "\25\270n.3\4\300\0033\4\300\3O\4\300\3\0\0\0\0\0\263\205"..., 32) = 32
read(7, "\26\270r.O\4\300\3O\4\300\3\0\0\0\0\0\0\0\0\0\0023\1\0"..., 32) = 32
read(7, "\21\371s.+\4\300\3+\4\300\3(\370\377\277\5\371\6\10\230"..., 32) = 32
read(7, "\34\266s.+\4\300\3\376\0\0\0\221\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266s.+\4\300\3}\1\0\0\221\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266s.+\4\300\3\375\0\0\0\221\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266s.+\4\300\3\27\1\0\0\221\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266s.+\4\300\3\370\0\0\0\221\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266s.+\4\300\3\r\1\0\0\221\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266s.+\4\300\3#\1\0\0\221\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266s.+\4\300\3\'\1\0\0\221\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266s.+\4\300\3\'\0\0\0\221\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266s.+\4\300\0034\1\0\0\221\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266s.+\4\300\3C\0\0\0\221\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266s.+\4\300\3#\0\0\0\221\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266s.+\4\300\3(\0\0\0\221\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266s.+\4\300\3$\0\0\0\221\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\270u.M\4\300\3\376\0\0\0\222\246\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\34\270w.9\4\300\3\376\0\0\0\222\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270y.9\4\300\0039\4\300\3D\0\0\0\0\0\0\0\0[\\\10\376"..., 32) = 32
read(7, "\25\270\177.;\4\300\3;\4\300\3Q\4\300\3\0\0\0\0\0\263\205"..., 32) = 32
read(7, "\25\270\200.=\4\300\3=\4\300\3Q\4\300\3\0\0\0\0\0\263\205"..., 32) = 32
read(7, "\26\270\204.Q\4\300\3Q\4\300\3O\4\300\3\0\0\0\0\0\0023"..., 32) = 32
read(7, "\21\371\205.9\4\300\0039\4\300\3(\370\377\277\5\371\6\10"..., 32) = 32
read(7, "\34\266\205.9\4\300\3}\1\0\0\222\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\205.9\4\300\3\376\0\0\0\222\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\205.9\4\300\3\375\0\0\0\222\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\205.9\4\300\3\27\1\0\0\222\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\205.9\4\300\3\370\0\0\0\222\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\205.9\4\300\3\r\1\0\0\222\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\205.9\4\300\3#\1\0\0\222\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\205.9\4\300\3\'\1\0\0\222\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\205.9\4\300\3\'\0\0\0\222\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\205.9\4\300\0034\1\0\0\222\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\205.9\4\300\3C\0\0\0\222\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\205.9\4\300\3#\0\0\0\222\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\205.9\4\300\3(\0\0\0\222\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\205.9\4\300\3$\0\0\0\222\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\207.M\4\300\3\376\0\0\0\222\246\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\211.C\4\300\3\376\0\0\0\222\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270\213.C\4\300\3C\4\300\3D\0\0\0\0\0\0\0\0\371c\10"..., 32) = 32
read(7, "\25\270\221.E\4\300\3E\4\300\3S\4\300\3\0\0\0\0\0\263\205"..., 32) = 32
read(7, "\25\270\222.G\4\300\3G\4\300\3S\4\300\3\0\0\0\0\0\263\205"..., 32) = 32
read(7, "\26\270\226.S\4\300\3S\4\300\3Q\4\300\3\0\0\0\0\0\0023"..., 32) = 32
read(7, "\21\371\227.C\4\300\3C\4\300\3(\370\377\277\5\371\6\10"..., 32) = 32
read(7, "\34\266\227.C\4\300\3\376\0\0\0\222\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\227.C\4\300\3}\1\0\0\222\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\227.C\4\300\3\375\0\0\0\222\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\227.C\4\300\3\27\1\0\0\222\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\227.C\4\300\3\370\0\0\0\222\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\227.C\4\300\3\r\1\0\0\222\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\227.C\4\300\3#\1\0\0\222\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\227.C\4\300\3\'\1\0\0\222\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\227.C\4\300\3\'\0\0\0\222\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\227.C\4\300\0034\1\0\0\222\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\227.C\4\300\3C\0\0\0\222\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\227.C\4\300\3#\0\0\0\222\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\227.C\4\300\3(\0\0\0\222\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\227.C\4\300\3$\0\0\0\222\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\231.M\4\300\3\376\0\0\0\223\246\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\233.I\4\300\3\376\0\0\0\223\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270\235.I\4\300\3I\4\300\3D\0\0\0\0\0\0\0\0\371c\10"..., 32) = 32
read(7, "\26\270\244.U\4\300\3U\4\300\3S\4\300\3\0\0\0\0\0\0023"..., 32) = 32
read(7, "\21\371\245.I\4\300\3I\4\300\3(\370\377\277\5\371\6\10"..., 32) = 32
read(7, "\34\266\245.I\4\300\3\376\0\0\0\223\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\245.I\4\300\3}\1\0\0\223\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\245.I\4\300\3\375\0\0\0\223\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\245.I\4\300\3\27\1\0\0\223\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\245.I\4\300\3\370\0\0\0\223\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\245.I\4\300\3\r\1\0\0\223\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\245.I\4\300\3#\1\0\0\223\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\245.I\4\300\3\'\1\0\0\223\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\245.I\4\300\3\'\0\0\0\223\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\245.I\4\300\0034\1\0\0\223\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\245.I\4\300\3C\0\0\0\223\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\245.I\4\300\3#\0\0\0\223\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\245.I\4\300\3(\0\0\0\223\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\245.I\4\300\3$\0\0\0\223\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\247.M\4\300\3\376\0\0\0\223\246\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\251.K\4\300\3\376\0\0\0\224\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270\253.K\4\300\3K\4\300\3D\0\0\0\0\0\0\0\0\316\177"..., 32) = 32
read(7, "\26\270\262.W\4\300\3W\4\300\3U\4\300\3\0\0\0\0\0\0023"..., 32) = 32
read(7, "\21\371\263.K\4\300\3K\4\300\3(\370\377\277\5\371\6\10"..., 32) = 32
read(7, "\34\266\263.K\4\300\3\376\0\0\0\224\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\263.K\4\300\3}\1\0\0\224\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\263.K\4\300\3\375\0\0\0\224\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\263.K\4\300\3\27\1\0\0\224\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\263.K\4\300\3\370\0\0\0\224\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\263.K\4\300\3\r\1\0\0\224\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\263.K\4\300\3#\1\0\0\224\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\263.K\4\300\3\'\1\0\0\224\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\263.K\4\300\3\'\0\0\0\224\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\263.K\4\300\0034\1\0\0\224\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\263.K\4\300\3C\0\0\0\224\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\263.K\4\300\3#\0\0\0\224\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\263.K\4\300\3(\0\0\0\224\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\263.K\4\300\3$\0\0\0\224\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\270\265.M\4\300\3\376\0\0\0\224\246\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\312.\351\3\300\3\376\0\0\0\225\246\24M\0\246\24"..., 32) = 32
read(7, "\25\270\314.\351\3\300\3\351\3\300\3D\0\0\0\0\0\0\0\0\202"..., 32) = 32
read(7, "\25\270\322.\353\3\300\3\353\3\300\3[\4\300\3\0\0\0\0\0"..., 32) = 32
read(7, "\26\270\325.[\4\300\3[\4\300\3\0\0\0\0\0\0\0\0\0\0023\1"..., 32) = 32
read(7, "\21\371\326.\351\3\300\3\351\3\300\3(\370\377\277\5\371"..., 32) = 32
read(7, "\34\266\326.\351\3\300\3\376\0\0\0\225\246\24M\1\0\0\0"..., 32) = 32
read(7, "\34\266\326.\351\3\300\3}\1\0\0\225\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\326.\351\3\300\3\375\0\0\0\225\246\24M\1\0\0\0"..., 32) = 32
read(7, "\34\266\326.\351\3\300\3\27\1\0\0\225\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\326.\351\3\300\3\370\0\0\0\225\246\24M\1\0\0\0"..., 32) = 32
read(7, "\34\266\326.\351\3\300\3\r\1\0\0\225\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\326.\351\3\300\3#\1\0\0\225\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\326.\351\3\300\3\'\1\0\0\225\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\326.\351\3\300\3\'\0\0\0\225\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\326.\351\3\300\0034\1\0\0\225\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\326.\351\3\300\3C\0\0\0\225\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\326.\351\3\300\3#\0\0\0\225\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\326.\351\3\300\3(\0\0\0\225\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\326.\351\3\300\3$\0\0\0\225\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\270\330.Y\4\300\3\376\0\0\0\225\246\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\332.\31\4\300\3\376\0\0\0\225\246\24M\0\246\24"..., 32) = 32
read(7, "\25\270\334.\31\4\300\3\31\4\300\3D\0\0\0\0\0\0\0\0Fc\10"..., 32) = 32
read(7, "\25\270\342.\33\4\300\3\33\4\300\3]\4\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\25\270\343.\35\4\300\3\35\4\300\3]\4\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\25\270\344.\37\4\300\3\37\4\300\3]\4\300\3\0\0\0\0\0\263"..., 32) = 32
read(7, "\26\270\364.]\4\300\3]\4\300\3[\4\300\3\0\0\0\0\0\0023"..., 32) = 32
read(7, "\21\371\365.\31\4\300\3\31\4\300\3(\370\377\277\5\371\6"..., 32) = 32
read(7, "\34\266\365.\31\4\300\3\4\1\0\0\225\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\365.\31\4\300\3\376\0\0\0\225\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\365.\31\4\300\3}\1\0\0\225\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\365.\31\4\300\3\375\0\0\0\225\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\365.\31\4\300\3\27\1\0\0\225\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\365.\31\4\300\3\370\0\0\0\225\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\365.\31\4\300\3\r\1\0\0\225\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\365.\31\4\300\3#\1\0\0\225\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\365.\31\4\300\3\'\1\0\0\225\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\365.\31\4\300\3\'\0\0\0\225\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\365.\31\4\300\0034\1\0\0\225\246\24M\1\0\0\0\1"..., 32) = 32
read(7, "\34\266\365.\31\4\300\3C\0\0\0\225\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\365.\31\4\300\3#\0\0\0\225\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\365.\31\4\300\3(\0\0\0\225\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\365.\31\4\300\3$\0\0\0\225\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\270\367.Y\4\300\3\376\0\0\0\226\246\24M\0\0\0\0\260"..., 32) = 32
read(7, "\34\270\370.Y\4\300\3\4\1\0\0\226\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\34\270\372.%\4\300\3\376\0\0\0\226\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270\374.%\4\300\3%\4\300\3D\0\0\0\0\0\0\0\0\220w\10"..., 32) = 32
read(7, "\25\270\2/\'\4\300\3\'\4\300\3_\4\300\3\0\0\0\0\0\263\205"..., 32) = 32
read(7, "\25\270\3/)\4\300\3)\4\300\3_\4\300\3\0\0\0\0\0\263\205"..., 32) = 32
read(7, "\26\270\7/_\4\300\3_\4\300\3]\4\300\3\0\0\0\0\0\0023\1"..., 32) = 32
read(7, "\21\371\10/%\4\300\3%\4\300\3(\370\377\277\5\371\6\10\230"..., 32) = 32
read(7, "\34\266\10/%\4\300\3}\1\0\0\226\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\10/%\4\300\3\376\0\0\0\226\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\10/%\4\300\3\375\0\0\0\226\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\10/%\4\300\3\27\1\0\0\226\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\10/%\4\300\3\370\0\0\0\226\246\24M\1\0\0\0\1\0"..., 32) = 32
read(7, "\34\266\10/%\4\300\3\r\1\0\0\226\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\10/%\4\300\3#\1\0\0\226\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\10/%\4\300\3\'\1\0\0\226\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\10/%\4\300\3\'\0\0\0\226\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\10/%\4\300\0034\1\0\0\226\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266\10/%\4\300\3C\0\0\0\226\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\10/%\4\300\3#\0\0\0\226\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\10/%\4\300\3(\0\0\0\226\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266\10/%\4\300\3$\0\0\0\226\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\270\v/M\4\300\3\376\0\0\0\226\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270\r/M\4\300\3M\4\300\3D\0\0\0\0\0\0\0\0)S\10\376"..., 32) = 32
read(7, "\25\270\23/O\4\300\3O\4\300\3a\4\300\3\0\0\0\0\0\263\205"..., 32) = 32
read(7, "\25\270\24/Q\4\300\3Q\4\300\3a\4\300\3\0\0\0\0\0\263\205"..., 32) = 32
read(7, "\25\270\25/S\4\300\3S\4\300\3a\4\300\3\0\0\0\0\0\263\205"..., 32) = 32
read(7, "\25\270\26/U\4\300\3U\4\300\3a\4\300\3\0\0\0\0\0\263\205"..., 32) = 32
read(7, "\25\270\27/W\4\300\3W\4\300\3a\4\300\3\0\0\0\0\0\263\205"..., 32) = 32
read(7, "\26\270$/a\4\300\3a\4\300\3_\4\300\3\0\0\0\0\0\0023\1\0"..., 32) = 32
read(7, "\21\371%/M\4\300\3M\4\300\3(\370\377\277\5\371\6\10\230"..., 32) = 32
read(7, "\34\266%/M\4\300\3\376\0\0\0\226\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266%/M\4\300\3}\1\0\0\226\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266%/M\4\300\3\375\0\0\0\226\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266%/M\4\300\3\27\1\0\0\226\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266%/M\4\300\3\370\0\0\0\226\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266%/M\4\300\3\r\1\0\0\226\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266%/M\4\300\3#\1\0\0\226\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266%/M\4\300\3\'\1\0\0\226\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266%/M\4\300\3\'\0\0\0\226\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266%/M\4\300\0034\1\0\0\226\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266%/M\4\300\3C\0\0\0\226\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266%/M\4\300\3#\0\0\0\226\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266%/M\4\300\3(\0\0\0\226\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266%/M\4\300\3$\0\0\0\226\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\270,/Y\4\300\3}\1\0\0\227\246\24M\0\0\0\0x\244I\10"..., 32) = 32
read(7, "\34\270-/Y\4\300\3\376\0\0\0\230\246\24M\0\246\24M\260"..., 32) = 32
read(7, "\25\270//Y\4\300\3Y\4\300\3D\0\0\0\0\0\0\0\0\316\177\10"..., 32) = 32
read(7, "\25\2705/[\4\300\3[\4\300\3e\4\300\3\0\0\0\0\0\263\205"..., 32) = 32
read(7, "\25\2706/]\4\300\3]\4\300\3e\4\300\3\0\0\0\0\0\263\205"..., 32) = 32
read(7, "\25\2707/_\4\300\3_\4\300\3e\4\300\3\0\0\0\0\0\263\205"..., 32) = 32
read(7, "\25\2708/a\4\300\3a\4\300\3e\4\300\3\0\0\0\0\0\263\205"..., 32) = 32
read(7, "\26\270Z/e\4\300\3e\4\300\3c\4\300\3\0\0\0\0\0\0023\1\0"..., 32) = 32
read(7, "\21\371[/Y\4\300\3Y\4\300\3(\370\377\277\5\371\6\10\230"..., 32) = 32
read(7, "\34\266[/Y\4\300\3}\1\0\0\230\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266[/Y\4\300\3\4\1\0\0\230\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266[/Y\4\300\3\376\0\0\0\230\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266[/Y\4\300\3\375\0\0\0\230\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266[/Y\4\300\3\27\1\0\0\230\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266[/Y\4\300\3\370\0\0\0\230\246\24M\1\0\0\0\1\0\0"..., 32) = 32
read(7, "\34\266[/Y\4\300\3\r\1\0\0\230\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266[/Y\4\300\3#\1\0\0\230\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266[/Y\4\300\3\'\1\0\0\230\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266[/Y\4\300\3\'\0\0\0\230\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266[/Y\4\300\0034\1\0\0\230\246\24M\1\0\0\0\1\0\0\0"..., 32) = 32
read(7, "\34\266[/Y\4\300\3C\0\0\0\230\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266[/Y\4\300\3#\0\0\0\230\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266[/Y\4\300\3(\0\0\0\230\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\266[/Y\4\300\3$\0\0\0\230\246\24M\1\0\0\0\1\0\0\0\370"..., 32) = 32
read(7, "\34\270g/0\3\300\3(\0\0\0\236\246\24M\0\0\0\0\370o\177"..., 32) = 32
read(7, "\34\270i/0\3\300\3(\0\0\0\236\246\24M\0\246\24M\370o\177"..., 32) = 32
read(7, "\26\270\213/e\4\300\3e\4\300\3c\4\300\3\20\0\244\0\273"..., 32) = 32
read(7, "\26\270\215/b\3\300\3b\3\300\3`\3\300\3\210\1\205\0W\0"..., 32) = 32
read(7, "\26\270\216/\242\3\300\3\242\3\300\3d\3\300\3=\0\207\000"..., 32) = 32
read(7, "\26\270\217/\252\3\300\3\252\3\300\3\250\3\300\3\v\0\213"..., 32) = 32
read(7, "\26\270\220/`\3\300\3`\3\300\0036\3\300\3\210\1f\0W\0\32"..., 32) = 32
read(7, "\26\270\221/4\3\300\0034\3\300\0032\3\300\3=\0h\0007\1"..., 32) = 32
read(7, "\26\270\222/\250\3\300\3\250\3\300\3\246\3\300\3\v\0l\0"..., 32) = 32
read(7, "\26\270\250/6\3\300\0036\3\300\0034\3\300\3\v\0%\0\324"..., 32) = 32
read(7, "\26\270\251/\266\3\300\3\266\3\300\3\264\3\300\3\311\1"..., 32) = 32
read(7, "\26\270\252/\264\3\300\3\264\3\300\3\260\3\300\3\263\1"..., 32) = 32
read(7, "\26\270\253/\260\3\300\3\260\3\300\3\256\3\300\3\231\1"..., 32) = 32
read(7, "\26\270\254/\256\3\300\3\256\3\300\3\254\3\300\3\201\1"..., 32) = 32
read(7, "\26\270\255/\254\3\300\3\254\3\300\3\252\3\300\3k\1\v\0"..., 32) = 32
read(7, "\26\270\257/d\3\300\3d\3\300\3b\3\300\0035\0\v\0.\1\25"..., 32) = 32
read(7, "\26\0Q00\3\300\0030\3\300\3\23\0\300\3\0\1\346\0\352\1"..., 32) = 32
read(7, "\26\270\274G\35\4\300\3\35\4\300\3\33\4\300\3J\0\226\0"..., 32) = 32
read(7, "\26\270\275G\33\4\300\3\33\4\300\3\0\0\0\0\v\0\226\000"..., 32) = 32
read(7, "\1\246\2I\4\0\0\0D\0\0\0a\16\0\1\4\0\0\0\10\0\0\0\220\1"..., 32) = 32
read(7, "\17\0\300\3\27\0\300\3t\0\300\3\357\0\300\3", 16) = 16
write(7, "\24\0\6\0a\16\0\1\31\1\0\0\6\0\0\0\0\0\0\0\1\0\0\0", 24) = 24
read(7, "\1\0\3I\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0\220\1"..., 32) = 32
write(7, "\17\0\2\0a\16\0\1", 8)        = 8
read(7, "\1\246\4I\1\0\0\0D\0\0\0`\16\0\1\1\0\0\0\10\0\0\0\220\1"..., 32) = 32
read(7, "\2\0\300\3", 4)                = 4
write(7, "\24\0\6\0`\16\0\1\31\1\0\0\6\0\0\0\0\0\0\0\1\0\0\0", 24) = 24
read(7, "\1\0\5I\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0\220\1"..., 32) = 32
write(7, "\17\0\2\0`\16\0\1", 8)        = 8
read(7, "\1\246\6I\2\0\0\0D\0\0\0D\0\0\0\2\0\0\0\10\0\0\0\220\1"..., 32) = 32
read(7, "v\16\0\1a\16\0\1", 8)          = 8
write(7, "(\0\4\0a\16\0\1`\16\0\1\0\0\0\0", 16) = 16
read(7, "\1\1\7I\0\0\0\0a\16\0\1\4\0\27\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
write(7, "\3\0\2\0`\16\0\1\16\16\2\0`\16\0\1", 16) = 16
read(7, "\1\0\10I\3\0\0\0#\0\0\0\1\0\0\1\377\377\377\377\0\0\0\0"..., 32) = 32
read(7, "\177\340s\0\0\0\0\0\0\0\0\0", 12) = 12
read(7, "\1\30\tI\0\0\0\0D\0\0\0\0\0\0\0\374\1\210\2\0\0\0\0\0\0"..., 32) = 32
write(7, "(\0\4\0\2\0\300\3D\0\0\0\0\0\0\0", 16) = 16
read(7, "\1\1\nI\0\0\0\0`\16\0\1\4\0\27\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
write(7, "\22\0\30\0000\3\300\3(\0\0\0)\0\0\0 \0\0\0\22\0\0\0\37"..., 148) = 148
read(7, "\34\270\vI0\3\300\3(\0\0\0\346\246\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\1 \rI\t\0\0\0#\0\0\0\0\0\0\0\t\0\0\0\30\0\0\0\0\0\0\0"..., 32) = 32
read(7, "C\0\0\0\1\0\0\0\1\0\0\0\344\232 \t\0\0\0\0\0\0\0\1\270"..., 36) = 36
gettimeofday({1165229336, 296652}, NULL) = 0
write(7, "\22\0\17\0000\3\300\3#\0\0\0#\0\0\0 \0\0\0\t\0\0\0C\0\0"..., 1888) = 
1888
read(7, "\26\0\rI0\3\300\0030\3\300\3\23\0\300\3\5\0\0\0\352\1\317"..., 32) = 32
read(7, "\34\270\16I0\3\300\3#\0\0\0\351\246\24M\0\246\24M\260\241"..., 32) = 32
read(7, "\26\270\17I2\3\300\0032\3\300\3\0\0\0\0\335\1\302\2\r\0"..., 32) = 32
read(7, "\23\0\22I2\3\300\0032\3\300\3\0\0\0\0\0\0\0\0\360$\34\10"..., 32) = 32
read(7, "\23\0\25I4\3\300\0034\3\300\3\0\0\0\0\0\0\0\0\360$\34\10"..., 32) = 32
read(7, "\26\270%I8\3\300\0038\3\300\3\0\0\0\0\0\0\0\0\316\1<\0"..., 32) = 32
read(7, "\26\270\'I\276\3\300\3\276\3\300\3\274\3\300\3\316\1\0"..., 32) = 32
read(7, "\26\270*IZ\3\300\3Z\3\300\3X\3\300\3\2\0\2\0`\0\32\0\0"..., 32) = 32
read(7, "\26\270+ID\3\300\3D\3\300\3\0\0\0\0\0\0\0\0\316\1<\0\0"..., 32) = 32
read(7, "\26\2701IT\3\300\3T\3\300\3F\3\300\3\0\0\0\0\316\1<\0\0"..., 32) = 32
read(7, "\26\2704IZ\3\300\3Z\3\300\3X\3\300\3\2\0\2\0\312\0018\0"..., 32) = 32
read(7, "\23\0035IZ\3\300\3Z\3\300\3\0\0\0\3\1\0\0\300\360$\34\10"..., 32) = 32
read(7, "\23\0007IT\3\300\3T\3\300\3\0\0\0\3\0\0\0\0\360$\34\10"..., 32) = 32
read(7, "\23\0:I8\3\300\0038\3\300\3\0\0\0\3\0\0\0\0\360$\34\10"..., 32) = 32
read(7, "\23\0=I\276\3\300\3\276\3\300\3\0\0\0\3\0\0\0\0\360$\34"..., 32) = 32
read(7, "\22\0?I\276\3\300\3\276\3\300\3\0\0\0\3\0\0\0\0\360$\34"..., 32) = 32
read(7, "\26\270NI8\3\300\0038\3\300\3\0\0\0\0\0\0\0\0\324\1<\0"..., 32) = 32
read(7, "\26\270OID\3\300\3D\3\300\3\0\0\0\0\0\0\0\0\324\1<\0\0"..., 32) = 32
read(7, "\26\270UIT\3\300\3T\3\300\3F\3\300\3\0\0\0\0\324\1<\0\0"..., 32) = 32
read(7, "\26\270XIZ\3\300\3Z\3\300\3X\3\300\3\2\0\2\0\320\0018\0"..., 32) = 32
read(7, "\23\0ZI6\3\300\0036\3\300\3\0\0\0\3\0\0\0\0\360$\34\10"..., 32) = 32
read(7, "\1\246\\I\24\0\0\0D\0\0\0D\0\0\0\24\0\0\0\10\0\0\0\0\0"..., 32) = 32
read(7, "2\3\300\0034\3\300\0036\3\300\3`\3\300\3b\3\300\3d\3\300"..., 80) = 80
write(7, "(\0\4\0000\3\300\0030\3\300\3\0\0\0\0", 16) = 16
read(7, "\1\1]I\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
write(7, "\3\0\2\0000\3\300\3\16\3\2\0000\3\300\3", 16) = 16
read(7, "\1\0^I\3\0\0\0#\0\0\0\1\0\1\1\377\377\377\377\0\0\0\0\0"..., 32) = 32
read(7, "\177\340b\0\177\340b\0\0\0\0\0", 12) = 12
read(7, "\1\30_I\0\0\0\0D\0\0\0\5\0\0\0\352\1\317\2\0\0\0\0\0\0"..., 32) = 32
gettimeofday({1165229336, 299704}, NULL) = 0
write(7, "\22\0\30\0000\3\300\3(\0\0\0)\0\0\0 \0\0\0\22\0\0\0\37"..., 4120) = 
4120
read(7, "\34\270`I0\3\300\3(\0\0\0\361\246\24M\0\246\24M\260\241"..., 32) = 32
read(7, "\26\270\201Ie\4\300\3e\4\300\3c\4\300\3\20\0:\2\273\1\212"..., 32) = 32
read(7, "\26\270\202Ib\3\300\3b\3\300\3`\3\300\3\210\1\33\2W\0\32"..., 32) = 32
read(7, "\26\270\203I\242\3\300\3\242\3\300\3d\3\300\3=\0\35\002"..., 32) = 32
read(7, "\26\270\204I\252\3\300\3\252\3\300\3\250\3\300\3\v\0!\2"..., 32) = 32
read(7, "\26\270\205I`\3\300\3`\3\300\0036\3\300\3\210\1\374\1W"..., 32) = 32
read(7, "\26\270\206I4\3\300\0034\3\300\0032\3\300\3=\0\376\001"..., 32) = 32
read(7, "\26\270\207I\250\3\300\3\250\3\300\3\246\3\300\3\v\0\2"..., 32) = 32
read(7, "\26\270\231I6\3\300\0036\3\300\0034\3\300\3\v\0%\0\324"..., 32) = 32
read(7, "\26\270\250I8\3\300\0038\3\300\3\0\0\0\0\0\0\0\0\324\1"..., 32) = 32
read(7, "\26\270\251ID\3\300\3D\3\300\3\0\0\0\0\0\0\0\0\324\1\322"..., 32) = 32
read(7, "\26\270\257IT\3\300\3T\3\300\3F\3\300\3\0\0\0\0\324\1\322"..., 32) = 32
read(7, "\26\270\262IZ\3\300\3Z\3\300\3X\3\300\3\2\0\2\0\320\1\316"..., 32) = 32
read(7, "\23\0\264I`\3\300\3`\3\300\3\0\0\0\0\0\0\0\0\360$\34\10"..., 32) = 32
read(7, "\23\0\267Ib\3\300\3b\3\300\3\0\0\0\0\0\0\0\0\360$\34\10"..., 32) = 32
read(7, "\26\270\271In\3\300\3n\3\300\3\0\0\0\0\26\0\2\0\6\1\21"..., 32) = 32
read(7, "\34\270\272If\3\300\3(\0\0\0\362\246\24M\0\0\0\0\370o\177"..., 32) = 32
read(7, "\26\270\273If\3\300\3f\3\300\0030\3\300\3\0\1\346\0.\1"..., 32) = 32
read(7, "\23\0\275In\3\300\3n\3\300\3\0\0\1\0\0\0\0\0\360$\34\10"..., 32) = 32
read(7, "\23\0\300Id\3\300\3d\3\300\3\0\0\1\0\0\0\0\0\360$\34\10"..., 32) = 32
read(7, "\23\0\303I\242\3\300\3\242\3\300\3\0\0\1\0\0\0\0\0\360"..., 32) = 32
read(7, "\23\0\307I\246\3\300\3\246\3\300\3\0\0\1\0\0\0\0\0\360"..., 32) = 32
read(7, "\23\0\312I\250\3\300\3\250\3\300\3\0\0\1\0\0\0\0\0\360"..., 32) = 32
read(7, "\23\0\315I\252\3\300\3\252\3\300\3\0\0\1\0\0\0\0\0\360"..., 32) = 32
read(7, "\23\0\320I\254\3\300\3\254\3\300\3\0\0\1\0\0\0\0\0\360"..., 32) = 32
read(7, "\23\0\323I\256\3\300\3\256\3\300\3\0\0\1\0\0\0\0\0\360"..., 32) = 32
read(7, "\23\0\326I\260\3\300\3\260\3\300\3\0\0\1\0\0\0\0\0\360"..., 32) = 32
read(7, "\23\0\331I\264\3\300\3\264\3\300\3\0\0\1\0\0\0\0\0\360"..., 32) = 32
read(7, "\23\0\334I\266\3\300\3\266\3\300\3\0\0\1\0\0\0\0\0\360"..., 32) = 32
read(7, "\26\270\354I]\4\300\3]\4\300\3[\4\300\3\t\0H\0\251\001"..., 32) = 32
read(7, "\26\270\356I[\4\300\3[\4\300\3\0\0\0\0\t\0\t\0\251\001"..., 32) = 32
read(7, "\26\270\357I\353\3\300\3\353\3\300\3\0\0\0\0\v\0\31\0\223"..., 32) = 32
read(7, "\23\0\361I\353\3\300\3\353\3\300\3\0\0\0\0\0\0\0\0\360"..., 32) = 32
read(7, "\23\0\364I[\4\300\3[\4\300\3\0\0\0\0\0\0\0\0\360$\34\10"..., 32) = 32
read(7, "\26\270\366I\33\4\300\3\33\4\300\3\0\0\0\0\v\0\31\0009"..., 32) = 32
read(7, "\26\270\367I\35\4\300\3\35\4\300\3\33\4\300\3J\0\31\0g"..., 32) = 32
read(7, "\34\270\371I0\3\300\3(\0\0\0\362\246\24M\0\0\0\0\370o\177"..., 32) = 32
read(7, "\23\0\373I\33\4\300\3\33\4\300\3\0\0\0\0\0\0\0\0\360$\34"..., 32) = 32
read(7, "\23\0\376I\35\4\300\3\35\4\300\3\0\0\0\0\0\0\0\0\360$\34"..., 32) = 32
read(7, "\23\0\1J]\4\300\3]\4\300\3\0\0\0\0\0\0\0\0\360$\34\10\1"..., 32) = 32
read(7, "\23\0\4Je\4\300\3e\4\300\3\0\0\0\0\0\0\0\0\360$\34\10\1"..., 32) = 32
read(7, "\1\1\6J\0\0\0\0`\16\0\1\4\0\27\0\20\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(7, "\22\0\30\0000\3\300\3(\0\0\0)\0\0\0 \0\0\0\22\0\0\0\37"..., 148) = 148
read(7, "\34\270\7J0\3\300\3(\0\0\0\364\246\24M\0\0\0\0\260\241"..., 32) = 32
read(7, "\1 \tJ\t\0\0\0#\0\0\0\0\0\0\0\t\0\0\0\30\0\0\0\0\0\0\0"..., 32) = 32
read(7, "C\0\0\0\1\0\0\0\1\0\0\0\344\232 \t\0\0\0\0\0\0\0\1\270"..., 36) = 36
write(7, "\22\0\17\0000\3\300\3#\0\0\0#\0\0\0 \0\0\0\t\0\0\0C\0\0"..., 112) = 
112
read(7, "\34\270\nJ0\3\300\3#\0\0\0\364\246\24M\0\246\24M\260\241"..., 32) = 32
read(7, "\34\270\vJ0\3\300\3D\0\0\0\364\246\24M\0\246\24M\260\241"..., 32) = 32
read(7, "\1 \fJ\5\0\0\0#\1\0\0\0\0\0\0\5\0\0\0\30\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\2\0\0\0\1\0\0\0\36\0\0\0\0\0\0\0\0\0\0\0", 20) = 20
gettimeofday({1165229336, 309359}, NULL) = 0
write(7, "\22\0\v\0000\3\300\3#\1\0\0#\1\0\0 \0\0\0\5\0\0\0\2\0\0"..., 120) = 
120
read(7, "\34\270\rJ0\3\300\3#\1\0\0\365\246\24M\0\246\24M\260\241"..., 32) = 32
read(7, "\34\270\17J0\3\300\3\356\0\0\0\365\246\24M\0\246\24M\0"..., 32) = 32
read(7, "\0\10\21J0\3\300\3\0\0*\0R\246\24M\0\0\0\0\f\0\0\0\17>"..., 32) = 32
read(7, "\1\0\22J\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
writev(7, [{"\221\1B\0\1\0\0\0", 8}, 
{"\24\0\277\0\0\0\0\0\0\0\0\0\364\1\0\0\364\1\0\0\10\0\263"..., 256}], 2) = 264
mmap2(NULL, 1003520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb75e6000
writev(7, [{"\221\2\17\0\1\0\0\0\1\0\5\0,\0\0\0lB\17\0\255\0\0\0\0\0"..., 76}, 
{"\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 262124}], 2) = 
262200
writev(7, [{"\221\2\377\377\1\0\0\0\3\0\5\0\354\377\3\0", 16}, 
{"\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 262124}], 2) = 
262140
writev(7, [{"\221\2\377\377\1\0\0\0\4\0\5\0\354\377\3\0", 16}, 
{"\376\376\376\377\376\376\376\377\376\376\376\377\376\376"..., 262124}], 2) = 
262140
writev(7, [{"\221\2\243\320\1\0\0\0\5\0\5\0|B\3\0", 16}, 
{"\376\376\376\377\376\376\376\377\376\376\376\377\376\376"..., 213628}], 2) = 
213644
munmap(0xb75e6000, 1003520)             = 0
writev(7, [{"\221\1\10\0\1\0\0\0", 8}, 
{"\4\0\267\0\10\0\263\0\1\27\0\0\4\0\267\0\10\0\263\0\0\27"..., 24}], 2) = 32
write(7, "\221s\2\0\1\0\0\0", 8)        = 8
read(7, "\25\270\22J0\3\300\0030\3\300\3\321\16\0\1\0\0\0\0\0 \0"..., 32) = 32
read(7, "\34\270\22J0\3\300\3O\1\0\0\370\246\24M\0\246\24Mx\244"..., 32) = 32
read(7, "\34\270\22J0\3\300\3W\1\0\0\372\246\24M\0\0\0\0x^S\10\372"..., 32) = 32
read(7, "\34\270\22J0\3\300\3\2\1\0\0\372\246\24M\0\246\24Mx^S\10"..., 32) = 32
read(7, "\34\270\22J0\3\300\3\371\0\0\0\373\246\24M\0\246\24Mx\244"..., 32) = 32
read(7, "\34\270\22J0\3\300\3U\1\0\0\373\246\24M\0\0\0\0\260Dc\10"..., 32) = 32
read(7, "\34\270\22J0\3\300\3\371\0\0\0\373\246\24M\0\246\24Mx\244"..., 32) = 32
read(7, "\34\270\22J0\3\300\3n\0\0\0\373\246\24M\0\246\24Mx\244"..., 32) = 32
read(7, "\26\0\22J0\3\300\0030\3\300\3\0\0\0\0\0\0\0\0\352\1\306"..., 32) = 32
read(7, "\226\0\22J0\3\300\0030\3\300\3\0\0\0\0\t\0\27\0\352\1\306"..., 32) = 32
read(7, "\23\370\22J0\3\300\0030\3\300\3\0\3\300\3\1\0\0\300\1\0"..., 32) = 32
read(7, "\n\5\22J\17\0\300\3\0\0\0\0\270\367\377\277\302\354\10"..., 32) = 32
read(7, "\n\3\22J\2\0\300\3\0q\203\10\270\367\377\277\323\276\10"..., 32) = 32
read(7, "\t\3\22J0\3\300\3\0\365%\10\270\367\377\277)\10\t\10\30"..., 32) = 32
read(7, "\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\241 \22J0\3\300\3\'\1\0\0\33\1\0\0\366\246\24M\0\0\0\0"..., 32) = 32
read(7, "\f\223\22J0\3\300\3\0\0\0\0\352\1\306\2\0\0\"\0108\0\0"..., 32) = 32
read(7, "\f\200\22Je\4\300\3\0\0\0\0\273\1\t\0\6\0\0\0\370o\177"..., 32) = 32
read(7, "\f\16\22Je\4\300\3\0\0\t\0\t\0009\0\5\0\201\10<0S\10\270"..., 32) = 32
read(7, "\f\0\22Je\4\300\3\262\1\t\0\t\0009\0\4\0\234\10\7\0\0\0"..., 32) = 32
read(7, "\f\5\22Je\4\300\3\0\0B\0\273\1\6\0\3\0\t\0 \366\377\277"..., 32) = 32
read(7, "\f\362\22Je\4\300\3\0\0H\0\t\0009\0\2\0 \10\357\357\357"..., 32) = 32
read(7, "\f\0\22Je\4\300\3\262\1H\0\t\0009\0\1\0V\10 \366\377\277"..., 32) = 32
read(7, "\f\223\22Je\4\300\3\0\0\201\0\273\1\t\0\0\0\"\10\7\0\0"..., 32) = 32
read(7, "\f\0\22J]\4\300\3\0\0\0\0\251\1\31\0\4\0\203\10\5\0\0\0"..., 32) = 32
read(7, "\f\5\22J]\4\300\3\0\0\31\0\v\0\25\0\3\0\v\0 \366\377\277"..., 32) = 32
read(7, "\f\362\22J]\4\300\3D\0\31\0\6\0\25\0\2\0 \10\357\357\357"..., 32) = 32
read(7, "\f\0\22J]\4\300\3\261\0\31\0\370\0\25\0\1\0V\10 \366\377"..., 32) = 32
read(7, "\f\223\22J]\4\300\3\0\0.\0\251\1\v\0\0\0\"\10\5\0\0\0p"..., 32) = 32
read(7, "\f\223\22J\35\4\300\3\0\0\0\0g\0\25\0\0\0\"\10\1\0\0\0"..., 32) = 32
read(7, "\f\223\22J\33\4\300\3\0\0\0\0009\0\25\0\0\0\"\10\1\0\0"..., 32) = 32
read(7, "\f\5\22J[\4\300\3\0\0\0\0\251\1\31\0\3\0\v\0 \366\377\277"..., 32) = 32
read(7, "\f\362\22J[\4\300\3\0\0\31\0\v\0\25\0\2\0 \10\357\357\357"..., 32) = 32
read(7, "\f\0\22J[\4\300\3\236\1\31\0\v\0\25\0\1\0w\10 \366\377"..., 32) = 32
read(7, "\f\223\22J[\4\300\3\0\0.\0\251\1\v\0\0\0\"\10\4\0\0\0\240"..., 32) = 32
read(7, "\f\223\22J\353\3\300\3\0\0\0\0\223\1\25\0\0\0\"\10\1\0"..., 32) = 32
read(7, "\f\223\22J\266\3\300\3\0\0\0\0\26\0\25\0\0\0\"\10\1\0\0"..., 32) = 32
read(7, "\f\223\22J\264\3\300\3\0\0\0\0\26\0\25\0\0\0\"\10\1\0\0"..., 32) = 32
read(7, "\f\223\22J\260\3\300\3\0\0\0\0\26\0\25\0\0\0\"\10\1\0\0"..., 32) = 32
read(7, "\f\223\22J\256\3\300\3\0\0\0\0\26\0\25\0\0\0\"\10\1\0\0"..., 32) = 32
read(7, "\f\223\22J\254\3\300\3\0\0\0\0\26\0\25\0\0\0\"\10\1\0\0"..., 32) = 32
read(7, "\f\223\22J\252\3\300\3\0\0\0\0-\0\16\0\0\0\"\10\1\0\0\0"..., 32) = 32
read(7, "\f\223\22J\250\3\300\3\0\0\0\0-\0\16\0\0\0\"\10\1\0\0\0"..., 32) = 32
read(7, "\f\223\22J\246\3\300\3\0\0\0\0\"\0\16\0\0\0\"\10\1\0\0"..., 32) = 32
read(7, "\f\223\22J\242\3\300\3\0\0\0\0007\1\25\0\0\0\"\10\1\0\0"..., 32) = 32
read(7, "\f\5\22Jd\3\300\3\0\0\0\0.\1\2\0\3\0\2\0 \366\377\277\240"..., 32) = 32
read(7, "\f\362\22Jd\3\300\3\0\0\2\0\26\0\21\0\2\0 \10\344\337\335"..., 32) = 32
read(7, "\f\0\22Jd\3\300\3\34\1\2\0\22\0\21\0\1\0T\10 \366\377\277"..., 32) = 32
read(7, "\f\223\22Jd\3\300\3\0\0\23\0.\1\2\0\0\0\"\10\4\0\0\000"..., 32) = 32
read(7, "\f\223\22Jn\3\300\3\0\0\0\0\6\1\21\0\0\0\"\10\1\0\0\0\210"..., 32) = 32
read(7, "\f\223\22Jb\3\300\3\0\0\0\0W\0\32\0\0\0\"\10\1\0\0\0\0"..., 32) = 32
read(7, "\f\223\22J`\3\300\3\0\0\0\0W\0\32\0\0\0\"\10\1\0\0\0\350"..., 32) = 32
read(7, "\f\5\22JT\3\300\3\0\0\0\0\324\1\2\0\3\0\2\0 \366\377\277"..., 32) = 32
read(7, "\f\362\22JT\3\300\3\0\0\2\0\2\0\316\1\2\0 \10\357\357\357"..., 32) = 32
read(7, "\f\0\22JT\3\300\3\322\1\2\0\2\0\316\1\1\0\212\10 \366\377"..., 32) = 32
read(7, "\f\223\22JT\3\300\3\0\0\320\1\324\1\2\0\0\0\"\10\4\0\0"..., 32) = 32
read(7, "\f\223\22JZ\3\300\3\0\0\0\0\320\1\316\1\0\0\"\10\1\0\0"..., 32) = 32
read(7, "\f\223\22J4\3\300\3\0\0\0\0007\1\25\0\0\0\"\10\1\0\0\0"..., 32) = 32
read(7, "\f\223\22J2\3\300\3\0\0\0\0\r\0\4\0\0\0\"\10\1\0\0\0\350"..., 32) = 32
read(7, "\10\3\22J\375\246\24MD\0\0\0\17\0\300\3\0\0\0\0c\0M\1_"..., 32) = 32
read(7, "\10\4\22J\375\246\24MD\0\0\0\2\0\300\3\17\0\300\3c\0M\1"..., 32) = 32
read(7, "\7\4\22J\375\246\24MD\0\0\0000\3\300\0036\3\300\3c\0M\1"..., 32) = 32
read(7, "\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\7\4\22J\375\246\24MD\0\0\0006\3\300\0038\3\300\3c\0M\1"..., 32) = 32
read(7, "\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\7\4\22J\375\246\24MD\0\0\0008\3\300\3T\3\300\3c\0M\1O"..., 32) = 32
read(7, "\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\7\4\22J\375\246\24MD\0\0\0T\3\300\3Z\3\300\3c\0M\1O\0"..., 32) = 32
read(7, "\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "\7\3\22J\375\246\24MD\0\0\0Z\3\300\3\0\0\0\0c\0M\1M\0\17"..., 32) = 32
read(7, "\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(7, "[EMAIL PROTECTED]"..., 32) = 32
read(7, "\34\270\22JD\0\0\0A\1\0\0\375\246\24M\0\246\24Mx^S\10\375"..., 32) = 32
read(7, "\34\270\22JD\0\0\0G\1\0\0\2\247\24M\0\0\0\0x\244I\10\2"..., 32) = 32
read(7, "\34\270\22JD\0\0\0G\1\0\0\2\247\24M\0\0\0\0\4\0\0\0\2\247"..., 32) = 32
read(7, "\241 \22J0\3\300\3\'\1\0\0\33\1\0\0\375\246\24M\0\0\0\0"..., 32) = 32
read(7, "\1\0\32J\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(7, "\221\216\2\0\1\0\0\0", 8)     = 8
write(7, "\221\v\3\0\1\0\0\0\17\0\300\3", 12) = 12
gettimeofday({1165229336, 351890}, NULL) = 0
gettimeofday({1165229336, 352244}, NULL) = 0
gettimeofday({1165229336, 352275}, NULL) = 0
gettimeofday({1165229336, 352303}, NULL) = 0
gettimeofday({1165229336, 352331}, NULL) = 0
gettimeofday({1165229336, 352358}, NULL) = 0
gettimeofday({1165229336, 352385}, NULL) = 0
gettimeofday({1165229336, 352418}, NULL) = 0
gettimeofday({1165229336, 352445}, NULL) = 0
gettimeofday({1165229336, 352475}, NULL) = 0
gettimeofday({1165229336, 352502}, NULL) = 0
gettimeofday({1165229336, 352530}, NULL) = 0
gettimeofday({1165229336, 352557}, NULL) = 0
gettimeofday({1165229336, 352585}, NULL) = 0
gettimeofday({1165229336, 352612}, NULL) = 0
gettimeofday({1165229336, 352641}, NULL) = 0
gettimeofday({1165229336, 352669}, NULL) = 0
gettimeofday({1165229336, 352697}, NULL) = 0
gettimeofday({1165229336, 352726}, NULL) = 0
gettimeofday({1165229336, 352755}, NULL) = 0
gettimeofday({1165229336, 352784}, NULL) = 0
writev(7, [{"7\v\4\0i\4\300\3\241\1\300\3\0\0\0\0007B\4\0j\4\300\3\241"..., 
10052}, {"\356\350\346\377\356\350\346\377\356\350\346\377\356\350"..., 7304}], 
2) = 17356
writev(7, [{"<\v\2\0\217\4\300\3\233\10\t\0\3\0\0\0\216\4\300\3\0\0"..., 
10996}, {"\356\350\346\377\356\350\346\377\356\350\346\377\356\350"..., 
23484}], 2) = 34480
write(7, "<\v\2\0\312\4\300\3\233\10\t\0\3\0\0\0\311\4\300\3\0\0"..., 8320) = 
8320
read(7, "\1 \21O\217\0\0\0\0\0\0\0H\370\377\277\36\243\31\10\260"..., 32) = 32
readv(7, [{"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0"..., 572}, 
{"", 0}], 2) = 572
brk(0x9b72000)                          = 0x9b72000
writev(7, [{"5 \4\0\344\4\300\3D\0\0\0\r\0\v\0\233\4\5\0\345\4\300\3"..., 
9508}, {"\356\350\346\377\356\350\346\377\356\350\346\377\356\350"..., 30476}], 
2) = 39984
brk(0x9b6b000)                          = 0x9b6b000
brk(0x9b63000)                          = 0x9b63000
brk(0x9b62000)                          = 0x9b62000
brk(0x9b60000)                          = 0x9b60000
writev(7, [{"< \2\0\f\5\300\3\233\10\t\0\3\0\v\0\v\5\300\3\0\0\0\0\6"..., 
16344}, {"\0\0\0\0\0\0\0\0\0\0\0\0\340\333\331\377\0\0\0\0\337\332"..., 144}], 
2) = 16488
gettimeofday({1165229336, 387702}, NULL) = 0
select(9, [3 7 8], [], [], {0, 0})      = 1 (in [3], left {0, 0})
gettimeofday({1165229336, 387792}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229336, 387881}, NULL) = 0
gettimeofday({1165229336, 388011}, NULL) = 0
write(4, "\0", 1)                       = 1
gettimeofday({1165229336, 388612}, NULL) = 0
gettimeofday({1165229336, 388758}, NULL) = 0
gettimeofday({1165229336, 388792}, NULL) = 0
gettimeofday({1165229336, 388844}, NULL) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
open("/mnt/hda5/work/negazione/neg_01b/anat3D", 
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 12
fstat64(12, {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
getdents64(12, /* 16 entries */, 32768) = 600
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/.", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/..", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D_sn.mat", 
{st_mode=S_IFREG|0777, st_size=46840, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/wmean_anat3D.hdr", 
{st_mode=S_IFREG|0777, st_size=348, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D.hdr", 
{st_mode=S_IFREG|0777, st_size=348, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D.img", 
{st_mode=S_IFREG|0777, st_size=19660800, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D.mat", 
{st_mode=S_IFREG|0777, st_size=496, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/wmean_anat3D.img", 
{st_mode=S_IFREG|0777, st_size=8071056, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/first", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/second", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/caret_seg_LHem", 
{st_mode=S_IFDIR|0777, st_size=65536, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/caret_seg_RHem", 
{st_mode=S_IFDIR|0777, st_size=65536, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D+orig.HEAD", 
{st_mode=S_IFREG|0777, st_size=4129, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D+orig.BRIK", 
{st_mode=S_IFREG|0777, st_size=19660800, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D.nii", 
{st_mode=S_IFREG|0777, st_size=19661148, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/caret.strace", 
{st_mode=S_IFREG|0777, st_size=512928, ...}) = 0
getdents64(12, /* 0 entries */, 32768)  = 0
close(12)                               = 0
write(7, "< \2\0003\5\300\3\233\10\t\0\3\0\v\0002\5\300\3\0\0\0\0"..., 8228) = 
8228
gettimeofday({1165229336, 398929}, NULL) = 0
gettimeofday({1165229336, 399019}, NULL) = 0
gettimeofday({1165229336, 399146}, NULL) = 0
gettimeofday({1165229336, 399507}, NULL) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/.", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione/neg_01b/anat3D/.", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/.", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 12
fcntl64(12, F_GETFL)                    = 0x2 (flags O_RDWR)
fcntl64(12, F_SETFL, O_RDWR|O_NONBLOCK) = 0
connect(12, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT 
(No such file or directory)
close(12)                               = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 12
fcntl64(12, F_GETFL)                    = 0x2 (flags O_RDWR)
fcntl64(12, F_SETFL, O_RDWR|O_NONBLOCK) = 0
connect(12, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT 
(No such file or directory)
close(12)                               = 0
open("/etc/group", O_RDONLY)            = 12
fcntl64(12, F_GETFD)                    = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
_llseek(12, 0, [0], SEEK_CUR)           = 0
fstat64(12, {st_mode=S_IFREG|0644, st_size=900, ...}) = 0
mmap2(NULL, 900, PROT_READ, MAP_SHARED, 12, 0) = 0xb76da000
_llseek(12, 900, [900], SEEK_SET)       = 0
munmap(0xb76da000, 900)                 = 0
close(12)                               = 0
open("/etc/passwd", O_RDONLY)           = 12
fcntl64(12, F_GETFD)                    = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
_llseek(12, 0, [0], SEEK_CUR)           = 0
fstat64(12, {st_mode=S_IFREG|0644, st_size=1689, ...}) = 0
mmap2(NULL, 1689, PROT_READ, MAP_SHARED, 12, 0) = 0xb76da000
_llseek(12, 1689, [1689], SEEK_SET)     = 0
munmap(0xb76da000, 1689)                = 0
close(12)                               = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/..", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione/neg_01b/anat3D/..", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/..", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
open("/etc/group", O_RDONLY)            = 12
fcntl64(12, F_GETFD)                    = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
_llseek(12, 0, [0], SEEK_CUR)           = 0
fstat64(12, {st_mode=S_IFREG|0644, st_size=900, ...}) = 0
mmap2(NULL, 900, PROT_READ, MAP_SHARED, 12, 0) = 0xb76da000
_llseek(12, 900, [900], SEEK_SET)       = 0
munmap(0xb76da000, 900)                 = 0
close(12)                               = 0
open("/etc/passwd", O_RDONLY)           = 12
fcntl64(12, F_GETFD)                    = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
_llseek(12, 0, [0], SEEK_CUR)           = 0
fstat64(12, {st_mode=S_IFREG|0644, st_size=1689, ...}) = 0
mmap2(NULL, 1689, PROT_READ, MAP_SHARED, 12, 0) = 0xb76da000
_llseek(12, 1689, [1689], SEEK_SET)     = 0
munmap(0xb76da000, 1689)                = 0
close(12)                               = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/caret_seg_LHem", 
{st_mode=S_IFDIR|0777, st_size=65536, ...}) = 0
lstat64("/mnt/hda5/work/negazione/neg_01b/anat3D/caret_seg_LHem", 
{st_mode=S_IFDIR|0777, st_size=65536, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/caret_seg_LHem", 
{st_mode=S_IFDIR|0777, st_size=65536, ...}) = 0
open("/etc/group", O_RDONLY)            = 12
fcntl64(12, F_GETFD)                    = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
_llseek(12, 0, [0], SEEK_CUR)           = 0
fstat64(12, {st_mode=S_IFREG|0644, st_size=900, ...}) = 0
mmap2(NULL, 900, PROT_READ, MAP_SHARED, 12, 0) = 0xb76da000
_llseek(12, 900, [900], SEEK_SET)       = 0
munmap(0xb76da000, 900)                 = 0
close(12)                               = 0
open("/etc/passwd", O_RDONLY)           = 12
fcntl64(12, F_GETFD)                    = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
_llseek(12, 0, [0], SEEK_CUR)           = 0
fstat64(12, {st_mode=S_IFREG|0644, st_size=1689, ...}) = 0
mmap2(NULL, 1689, PROT_READ, MAP_SHARED, 12, 0) = 0xb76da000
_llseek(12, 1689, [1689], SEEK_SET)     = 0
munmap(0xb76da000, 1689)                = 0
close(12)                               = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/caret_seg_RHem", 
{st_mode=S_IFDIR|0777, st_size=65536, ...}) = 0
lstat64("/mnt/hda5/work/negazione/neg_01b/anat3D/caret_seg_RHem", 
{st_mode=S_IFDIR|0777, st_size=65536, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/caret_seg_RHem", 
{st_mode=S_IFDIR|0777, st_size=65536, ...}) = 0
open("/etc/group", O_RDONLY)            = 12
fcntl64(12, F_GETFD)                    = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
_llseek(12, 0, [0], SEEK_CUR)           = 0
fstat64(12, {st_mode=S_IFREG|0644, st_size=900, ...}) = 0
mmap2(NULL, 900, PROT_READ, MAP_SHARED, 12, 0) = 0xb76da000
_llseek(12, 900, [900], SEEK_SET)       = 0
munmap(0xb76da000, 900)                 = 0
close(12)                               = 0
open("/etc/passwd", O_RDONLY)           = 12
fcntl64(12, F_GETFD)                    = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
_llseek(12, 0, [0], SEEK_CUR)           = 0
fstat64(12, {st_mode=S_IFREG|0644, st_size=1689, ...}) = 0
mmap2(NULL, 1689, PROT_READ, MAP_SHARED, 12, 0) = 0xb76da000
_llseek(12, 1689, [1689], SEEK_SET)     = 0
munmap(0xb76da000, 1689)                = 0
close(12)                               = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/first", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione/neg_01b/anat3D/first", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/first", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
open("/etc/group", O_RDONLY)            = 12
fcntl64(12, F_GETFD)                    = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
_llseek(12, 0, [0], SEEK_CUR)           = 0
fstat64(12, {st_mode=S_IFREG|0644, st_size=900, ...}) = 0
mmap2(NULL, 900, PROT_READ, MAP_SHARED, 12, 0) = 0xb76da000
_llseek(12, 900, [900], SEEK_SET)       = 0
munmap(0xb76da000, 900)                 = 0
close(12)                               = 0
open("/etc/passwd", O_RDONLY)           = 12
fcntl64(12, F_GETFD)                    = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
_llseek(12, 0, [0], SEEK_CUR)           = 0
fstat64(12, {st_mode=S_IFREG|0644, st_size=1689, ...}) = 0
mmap2(NULL, 1689, PROT_READ, MAP_SHARED, 12, 0) = 0xb76da000
_llseek(12, 1689, [1689], SEEK_SET)     = 0
munmap(0xb76da000, 1689)                = 0
close(12)                               = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D.hdr", 
{st_mode=S_IFREG|0777, st_size=348, ...}) = 0
lstat64("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D.hdr", 
{st_mode=S_IFREG|0777, st_size=348, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D.hdr", 
{st_mode=S_IFREG|0777, st_size=348, ...}) = 0
open("/etc/group", O_RDONLY)            = 12
fcntl64(12, F_GETFD)                    = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
_llseek(12, 0, [0], SEEK_CUR)           = 0
fstat64(12, {st_mode=S_IFREG|0644, st_size=900, ...}) = 0
mmap2(NULL, 900, PROT_READ, MAP_SHARED, 12, 0) = 0xb76da000
_llseek(12, 900, [900], SEEK_SET)       = 0
munmap(0xb76da000, 900)                 = 0
close(12)                               = 0
open("/etc/passwd", O_RDONLY)           = 12
fcntl64(12, F_GETFD)                    = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
_llseek(12, 0, [0], SEEK_CUR)           = 0
fstat64(12, {st_mode=S_IFREG|0644, st_size=1689, ...}) = 0
mmap2(NULL, 1689, PROT_READ, MAP_SHARED, 12, 0) = 0xb76da000
_llseek(12, 1689, [1689], SEEK_SET)     = 0
munmap(0xb76da000, 1689)                = 0
close(12)                               = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/second", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione/neg_01b/anat3D/second", 
{st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/second", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
open("/etc/group", O_RDONLY)            = 12
fcntl64(12, F_GETFD)                    = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
_llseek(12, 0, [0], SEEK_CUR)           = 0
fstat64(12, {st_mode=S_IFREG|0644, st_size=900, ...}) = 0
mmap2(NULL, 900, PROT_READ, MAP_SHARED, 12, 0) = 0xb76da000
_llseek(12, 900, [900], SEEK_SET)       = 0
munmap(0xb76da000, 900)                 = 0
close(12)                               = 0
open("/etc/passwd", O_RDONLY)           = 12
fcntl64(12, F_GETFD)                    = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
_llseek(12, 0, [0], SEEK_CUR)           = 0
fstat64(12, {st_mode=S_IFREG|0644, st_size=1689, ...}) = 0
mmap2(NULL, 1689, PROT_READ, MAP_SHARED, 12, 0) = 0xb76da000
_llseek(12, 1689, [1689], SEEK_SET)     = 0
munmap(0xb76da000, 1689)                = 0
close(12)                               = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/wmean_anat3D.hdr", 
{st_mode=S_IFREG|0777, st_size=348, ...}) = 0
lstat64("/mnt/hda5/work/negazione/neg_01b/anat3D/wmean_anat3D.hdr", 
{st_mode=S_IFREG|0777, st_size=348, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/wmean_anat3D.hdr", 
{st_mode=S_IFREG|0777, st_size=348, ...}) = 0
open("/etc/group", O_RDONLY)            = 12
fcntl64(12, F_GETFD)                    = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
_llseek(12, 0, [0], SEEK_CUR)           = 0
fstat64(12, {st_mode=S_IFREG|0644, st_size=900, ...}) = 0
mmap2(NULL, 900, PROT_READ, MAP_SHARED, 12, 0) = 0xb76da000
_llseek(12, 900, [900], SEEK_SET)       = 0
munmap(0xb76da000, 900)                 = 0
close(12)                               = 0
open("/etc/passwd", O_RDONLY)           = 12
fcntl64(12, F_GETFD)                    = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
_llseek(12, 0, [0], SEEK_CUR)           = 0
fstat64(12, {st_mode=S_IFREG|0644, st_size=1689, ...}) = 0
mmap2(NULL, 1689, PROT_READ, MAP_SHARED, 12, 0) = 0xb76da000
_llseek(12, 1689, [1689], SEEK_SET)     = 0
munmap(0xb76da000, 1689)                = 0
close(12)                               = 0
write(7, "\f [EMAIL PROTECTED]@\0\0"..., 2608) = 2608
gettimeofday({1165229336, 406450}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
gettimeofday({1165229336, 409554}, NULL) = 0
gettimeofday({1165229336, 409635}, NULL) = 0
gettimeofday({1165229336, 409754}, NULL) = 0
gettimeofday({1165229336, 410986}, NULL) = 0
gettimeofday({1165229336, 411103}, NULL) = 0
gettimeofday({1165229336, 411144}, NULL) = 0
gettimeofday({1165229336, 411181}, NULL) = 0
gettimeofday({1165229336, 411207}, NULL) = 0
gettimeofday({1165229336, 411261}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
gettimeofday({1165229336, 413984}, NULL) = 0
gettimeofday({1165229336, 414039}, NULL) = 0
gettimeofday({1165229336, 414247}, NULL) = 0
gettimeofday({1165229336, 416030}, NULL) = 0
gettimeofday({1165229336, 416117}, NULL) = 0
ioctl(7, FIONREAD, [64])                = 0
read(7, "\26\270\305RH\3\300\3H\3\300\3\0\0\0\0\2\0\37\0`\0\20\0"..., 64) = 64
write(7, "\233\24\25\0\234\0\300\3\1\0\0\0\32\0\0\0\5\0\7\0\0\0\7"..., 10880) = 
10880
ioctl(7, FIONREAD, [32])                = 0
read(7, "\26\270OTl\3\300\3l\3\300\3j\3\300\3\1\0\1\0,\1\10\0\0"..., 32) = 32
write(7, "7\24\4\0~\5\300\3\241\1\300\3\0\0\0\0;\3\7\0~\5\300\3\0"..., 96) = 96
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\24\4\0\177\5\300\3\241\1\300\3\0\0\0\0;\3\27\0\177\5"..., 160) = 160
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\24\4\0\200\5\300\3\241\1\300\3\0\0\0\0;\3\5\0\200\5\300"..., 88) = 
88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\24\4\0\201\5\300\3\241\1\300\3\0\0\0\0;\3\5\0\201\5\300"..., 88) = 
88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\24\4\0\202\5\300\3\241\1\300\3\0\0\0\0;\3\5\0\202\5\300"..., 88) = 
88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\24\4\0\203\5\300\3\241\1\300\3\0\0\0\0;\3\5\0\203\5\300"..., 88) = 
88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\24\4\0\204\5\300\3\241\1\300\3\0\0\0\0;\3\5\0\204\5\300"..., 88) = 
88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\24\4\0\205\5\300\3\241\1\300\3\0\0\0\0;\3\5\0\205\5\300"..., 88) = 
88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\24\4\0\206\5\300\3\241\1\300\3\0\0\0\0;\3\5\0\206\5\300"..., 88) = 
88
write(7, "\221\5\4\0\17\0\300\3\16\0\300\3\1\0\0\0", 16) = 16
read(7, "\1$8V\0\0\0\0\1\0\0\0\330\262\205\10\0\20\0\0\0\0\0\0\0"..., 32) = 32
writev(7, [{"\221\1B\0\1\0\0\0", 8}, 
{"\24\0\277\0\0\0\0\0\0\0\0\0\364\1\0\0\364\1\0\0\10\0\263"..., 256}], 2) = 264
mmap2(NULL, 1003520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb75e6000
writev(7, [{"\221\2\17\0\1\0\0\0\1\0\5\0,\0\0\0lB\17\0\255\0\0\0\0\0"..., 76}, 
{"\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 262124}], 2) = 
262200
writev(7, [{"\221\2\377\377\1\0\0\0\3\0\5\0\354\377\3\0", 16}, 
{"\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 262124}], 2) = 
262140
writev(7, [{"\221\2\377\377\1\0\0\0\4\0\5\0\354\377\3\0", 16}, 
{"\376\376\376\377\376\376\376\377\376\376\376\377\376\376"..., 262124}], 2) = 
262140
writev(7, [{"\221\2\243\320\1\0\0\0\5\0\5\0|B\3\0", 16}, 
{"\376\376\376\377\376\376\376\377\376\376\376\377\376\376"..., 213628}], 2) = 
213644
munmap(0xb75e6000, 1003520)             = 0
writev(7, [{"\221\1\10\0\1\0\0\0", 8}, 
{"\4\0\267\0\10\0\263\0\1\27\0\0\4\0\267\0\10\0\263\0\0\27"..., 24}], 2) = 32
write(7, "\221s\2\0\1\0\0\0", 8)        = 8
read(7, "[EMAIL PROTECTED]"..., 32) = 32
write(7, "\221\216\2\0\1\0\0\0", 8)     = 8
write(7, "\221\v\3\0\1\0\0\0\17\0\300\3", 12) = 12
gettimeofday({1165229336, 443739}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\23\0\300\3c\0M\1", 16) = 16
read(7, "\1\1CV\0\0\0\0\0\0\0\0[\0\37\1\20\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
write(7, "&\v\2\0D\0\0\0", 8)           = 8
read(7, "\1\1DV\0\0\0\0D\0\0\0\320\16\0\1c\0M\1c\0M\1\0\0\0\0\10"..., 32) = 32
gettimeofday({1165229336, 444075}, NULL) = 0
write(7, "(\v\4\0D\0\0\0\17\0\300\3c\0M\1", 16) = 16
read(7, "\1\1EV\0\0\0\0\0\0\0\0_\0\322\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
write(7, "+\v\1\0", 4)                  = 4
read(7, "\1\1FV\0\0\0\0000\3\300\3\4\0\0\0\220\1\0\0\4\0\0\0\360"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 447025}, NULL) = 0
gettimeofday({1165229336, 447063}, NULL) = 0
ioctl(7, FIONREAD, [0])                 = 0
write(7, "\f\v\7\0\353\3\300\3\17\0\300\3\v\0\0\0\31\0\0\0\223\1"..., 2340) = 
2340
write(7, "5\30\4\0\207\5\300\3D\0\0\0\352\1\306\2\233\4\5\0\210\5"..., 16376) = 
16376
write(7, "\233\31\n\0\3\5\300\3\262\2\300\3\210\5\300\3,\0\0\0\234"..., 16384) 
= 16384
ioctl(7, FIONREAD, [992])               = 0
read(7, "\26\270gVe\4\300\3e\4\300\3c\4\300\3\20\0001\2\273\1\212"..., 992) = 
992
write(7, ";\3\5\0\275\5\300\3\0\0\0\0\0\0\0\0\352\1\306\0028\0\4"..., 72) = 72
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
write(7, "\24\0\6\0000\3\300\3\2\1\0\0\6\0\0\0\0\0\0\0\4\0\0\0", 24) = 24
read(7, "\1 \323[\4\0\0\0\6\0\0\0\0\0\0\0\4\0\0\0\30\0\0\0\220\1"..., 32) = 32
read(7, "\4\0\0\0\4\0\0\0\27\0\0\0\4\0\0\0", 16) = 16
write(7, "\24\0\6\0000\3\300\3\371\0\0\0\4\0\0\0\0\0\0\0\0\4\0\0"..., 24) = 24
read(7, "\1 \324[\1\0\0\0\4\0\0\0\0\0\0\0\1\0\0\0\30\0\0\0\220\1"..., 32) = 32
read(7, "\6\1\0\0", 4)                  = 4
write(7, "\n\0\2\0002\3\300\3\24\0\6\0000\3\300\3\371\0\0\0\4\0\0"..., 32) = 32
read(7, "\22\370\325[2\3\300\0032\3\300\3\0\3\300\3\1\0\0\300\1"..., 32) = 32
read(7, "\f\0\325[0\3\300\3\335\1\271\2\r\0\r\0\0\0\"\10\1\0\0\0"..., 32) = 32
read(7, "\1 \326[\1\0\0\0\4\0\0\0\0\0\0\0\1\0\0\0\30\0\0\0\0\0\0"..., 32) = 32
read(7, "\6\1\0\0", 4)                  = 4
write(7, "\24\0\6\0000\3\300\3n\0\0\0n\0\0\0\0\0\0\0\2\0\0\0", 24) = 24
read(7, "\1 \327[\2\0\0\0n\0\0\0\0\0\0\0\2\0\0\0\30\0\0\0\220\1"..., 32) = 32
read(7, "\1\0\0\0\0\0\0\0", 8)          = 8
writev(7, [{"1\0\v\0\1\0$\0", 8}, {"-*-fixed-medium-r-*-*-16-*-ISO88"..., 36}], 
2) = 44
read(7, "\1\370\330[\17\0\0\0\1\0\0\0\230\237r\10\370\367\377\277"..., 32) = 32
readv(7, [{":-sony-fixed-medium-r-normal--16"..., 60}, {"", 0}], 2) = 60
writev(7, [{"1\0\v\0\1\0$\0", 8}, {"-*-fixed-medium-r-*-*-16-*-ISO88"..., 36}], 
2) = 44
read(7, "\1\370\331[\17\0\0\0\1\0\0\0\230\237r\10\370\367\377\277"..., 32) = 32
readv(7, [{":-sony-fixed-medium-r-normal--16"..., 60}, {"", 0}], 2) = 60
writev(7, [{"b\0\6\0\17\0$\0", 8}, {"XFree86-Bigfont", 15}, {"\0", 1}], 3) = 24
read(7, "\1\0\332[\0\0\0\0\1\232\0\0\0\0\0\0\30\0\0\0\220\1\0\0"..., 32) = 32
write(7, "\232\0\1\0", 4)               = 4
read(7, "\1\1\333[\0\0\0\0\1\0\1\0\0\0\0\0\0\0\0\0_0\325\303\4\0"..., 32) = 32
write(7, "-\0\22\0\276\5\300\3:\0\0\0-sony-fixed-medium-r"..., 84) = 84
read(7, "\1\0\335[\247\1\0\0\0\0\0\0\10\0\377\377\365\377\0\0\0"..., 32) = 32
read(7, "\2\0\0\0\0\0\0\377\1\0\377\0 \0\25\0\0\0\0\0\16\0\2\0\377"..., 40) = 40
read(7, "[EMAIL PROTECTED]"..., 168) = 168
read(7, "\0\0\7\0\10\0\16\0\0\0\0\0\0\0\7\0\10\0\r\0\2\0\0\0\0\0"..., 1484) = 
1484
write(7, "-\0\22\0\277\5\300\3:\0\0\0-sony-fixed-medium-r"..., 84) = 84
read(7, "\1\0\337[\247\1\0\0\0\0\0\0\10\0\377\377\365\377\0\0\0"..., 32) = 32
read(7, "\2\0\0\0\0\0\0\377\1\0\377\0 \0\25\0\0\0\0\0\16\0\2\0\377"..., 40) = 40
read(7, "[EMAIL PROTECTED]"..., 168) = 168
read(7, "\0\0\7\0\10\0\16\0\0\0\0\0\0\0\7\0\10\0\r\0\2\0\0\0\0\0"..., 1484) = 
1484
write(7, "\3\0\2\0004\3\300\3\16\0\2\0004\3\300\3", 16) = 16
read(7, "\1\0\340[\3\0\0\0#\0\0\0\1\0\1\1\377\377\377\377\0\0\0"..., 32) = 32
read(7, "\177\340b\0\177\340b\0\0\0\0\0", 12) = 12
read(7, "\1\30\341[\0\0\0\0D\0\0\0=\0\365\0017\1\25\0\0\0\0\0\0"..., 32) = 32
write(7, "\3\0\2\0004\3\300\3\16\0\2\0004\3\300\3", 16) = 16
read(7, "\1\0\342[\3\0\0\0#\0\0\0\1\0\1\1\377\377\377\377\0\0\0"..., 32) = 32
read(7, "\177\340b\0\177\340b\0\0\0\0\0", 12) = 12
read(7, "\1\30\343[\0\0\0\0D\0\0\0=\0\365\0017\1\25\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\300\5\300\3\207\5\300\3\0\0\0\0007-\4\0\301\5\300"..., 3620) 
= 3620
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\305\5\300\3\207\5\300\3\0\0\0\0;\3\r\0\305\5\300"..., 120) = 
120
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\306\5\300\3\207\5\300\3\0\0\0\0;\3\5\0\306\5\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\307\5\300\3\207\5\300\3\0\0\0\0;\3\5\0\307\5\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\310\5\300\3\207\5\300\3\0\0\0\0;\3\v\0\310\5\300"..., 112) = 
112
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\311\5\300\3\207\5\300\3\0\0\0\0;\3\5\0\311\5\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\312\5\300\3\207\5\300\3\0\0\0\0;\3\5\0\312\5\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\313\5\300\3\207\5\300\3\0\0\0\0;\3\5\0\313\5\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\314\5\300\3\207\5\300\3\0\0\0\0;\3\5\0\314\5\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\315\5\300\3\207\5\300\3\0\0\0\0;\3\5\0\315\5\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\316\5\300\3\207\5\300\3\0\0\0\0;\3\5\0\316\5\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\317\5\300\3\207\5\300\3\0\0\0\0;\3\5\0\317\5\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\320\5\300\3\207\5\300\3\0\0\0\0;\3\5\0\320\5\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\321\5\300\3\207\5\300\3\0\0\0\0;\3\5\0\321\5\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\322\5\300\3\207\5\300\3\0\0\0\0;\3\5\0\322\5\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\323\5\300\3\207\5\300\3\0\0\0\0;\3\v\0\323\5\300"..., 112) = 
112
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\324\5\300\3\207\5\300\3\0\0\0\0;\3\5\0\324\5\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\325\5\300\3\207\5\300\3\0\0\0\0;\3\5\0\325\5\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\326\5\300\3\207\5\300\3\0\0\0\0;\3\5\0\326\5\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\327\5\300\3\207\5\300\3\0\0\0\0;\3\v\0\327\5\300"..., 112) = 
112
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\330\5\300\3\207\5\300\3\0\0\0\0;\3\5\0\330\5\300"..., 88) = 88
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\331\5\300\3\207\5\300\3\0\0\0\0;\3\5\0\331\5\300"..., 88) = 88
gettimeofday({1165229336, 481521}, NULL) = 0
write(7, "(\0\4\0D\0\0\0\17\0\300\3c\0M\1", 16) = 16
read(7, "\1\1\3]\0\0\0\0\0\0\0\0_\0\322\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
write(7, "&\0\2\0D\0\0\0", 8)           = 8
read(7, "\1\1\4]\0\0\0\0D\0\0\0\320\16\0\1c\0M\1c\0M\1\0\0\0\0\10"..., 32) = 32
gettimeofday({1165229336, 481865}, NULL) = 0
write(7, "(\0\4\0D\0\0\0Z\3\300\3c\0M\1", 16) = 16
read(7, "\1\1\5]\0\0\0\0\0\0\0\0M\0\17\1\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
write(7, "7\0\4\0\332\5\300\3\207\5\300\3\0\0\0\0;\0037\0\332\5\300"..., 744) = 
744
read(7, "\1\370$]\0\0\0\0\1\0\0\0\36\0\0\0\10\370\377\277\21\274"..., 32) = 32
writev(7, [{"\221\1B\0\1\0\0\0", 8}, 
{"\24\0\277\0\0\0\0\0\0\0\0\0\364\1\0\0\364\1\0\0\10\0\263"..., 256}], 2) = 264
mmap2(NULL, 1003520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb75e6000
writev(7, [{"\221\2\17\0\1\0\0\0\1\0\5\0,\0\0\0lB\17\0\255\0\0\0\0\0"..., 76}, 
{"\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 262124}], 2) = 
262200
writev(7, [{"\221\2\377\377\1\0\0\0\3\0\5\0\354\377\3\0", 16}, 
{"\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 262124}], 2) = 
262140
writev(7, [{"\221\2\377\377\1\0\0\0\4\0\5\0\354\377\3\0", 16}, 
{"\376\376\376\377\376\376\376\377\376\376\376\377\376\376"..., 262124}], 2) = 
262140
writev(7, [{"\221\2\243\320\1\0\0\0\5\0\5\0|B\3\0", 16}, 
{"\376\376\376\377\376\376\376\377\376\376\376\377\376\376"..., 213628}], 2) = 
213644
munmap(0xb75e6000, 1003520)             = 0
writev(7, [{"\221\1\10\0\1\0\0\0", 8}, 
{"\4\0\267\0\10\0\263\0\1\27\0\0\4\0\267\0\10\0\263\0\0\27"..., 24}], 2) = 32
write(7, "\221s\2\0\1\0\0\0", 8)        = 8
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"..., 32) = 32
write(7, "\221\216\2\0\1\0\0\0", 8)     = 8
write(7, "\221\v\3\0\1\0\0\0\17\0\300\3", 12) = 12
gettimeofday({1165229336, 500053}, NULL) = 0
select(9, [3 7 8], [], [], {0, 0})      = 1 (in [3], left {0, 0})
gettimeofday({1165229336, 500126}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229336, 500209}, NULL) = 0
gettimeofday({1165229336, 500325}, NULL) = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 500587}, NULL) = 0
select(9, [3 7 8], [], [], {0, 46438})  = 1 (in [7], left {0, 6000})
gettimeofday({1165229336, 541531}, NULL) = 0
gettimeofday({1165229336, 541568}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0.]\335\247\24MD\0\0\0Z\3\300\3\0\0\0\0d\0L\1N\0\16"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 541741}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3c\0M\1", 16) = 16
read(7, "\1\1/]\0\0\0\0\0\0\0\0M\0\17\1\20\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 541981}, NULL) = 0
select(9, [3 7 8], [], [], {0, 5044})   = 0 (Timeout)
gettimeofday({1165229336, 547996}, NULL) = 0
gettimeofday({1165229336, 548021}, NULL) = 0
gettimeofday({1165229336, 548067}, NULL) = 0
gettimeofday({1165229336, 548093}, NULL) = 0
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 548147}, NULL) = 0
select(9, [3 7 8], [], [], {0, 0})      = 0 (Timeout)
gettimeofday({1165229336, 548199}, NULL) = 0
gettimeofday({1165229336, 548223}, NULL) = 0
gettimeofday({1165229336, 548498}, NULL) = 0
write(4, "\0", 1)                       = 1
gettimeofday({1165229336, 550322}, NULL) = 0
gettimeofday({1165229336, 550417}, NULL) = 0
write(7, "7\v\4\0\340\5\300\3\207\5\300\3\0\0\0\0007B\4\0\341\5\300"..., 6168) 
= 6168
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 555477}, NULL) = 0
select(9, [3 7 8], [], [], {0, 253882}) = 1 (in [3], left {0, 254000})
gettimeofday({1165229336, 555551}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229336, 555633}, NULL) = 0
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 555687}, NULL) = 0
select(9, [3 7 8], [], [], {0, 253672}) = 1 (in [7], left {0, 90000})
gettimeofday({1165229336, 719606}, NULL) = 0
gettimeofday({1165229336, 719655}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0#^\217\250\24MD\0\0\0Z\3\300\3\0\0\0\0d\0K\1N\0\r\1"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 719834}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3d\0L\1", 16) = 16
read(7, "\1\1$^\0\0\0\0\0\0\0\0N\0\16\1\20\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 720078}, NULL) = 0
select(9, [3 7 8], [], [], {0, 89281})  = 1 (in [7], left {0, 70000})
gettimeofday({1165229336, 740880}, NULL) = 0
gettimeofday({1165229336, 740912}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0$^\244\250\24MD\0\0\0Z\3\300\3\0\0\0\0e\0K\1O\0\r\1"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 741078}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3d\0K\1", 16) = 16
read(7, "\1\1%^\0\0\0\0\0\0\0\0N\0\r\1\20\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 741285}, NULL) = 0
select(9, [3 7 8], [], [], {0, 68074})  = 1 (in [7], left {0, 3000})
gettimeofday({1165229336, 807750}, NULL) = 0
gettimeofday({1165229336, 807786}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0%^\347\250\24MD\0\0\0Z\3\300\3\0\0\0\0d\0I\1N\0\v\1"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 807968}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3e\0K\1", 16) = 16
read(7, "\1\1&^\0\0\0\0\0\0\0\0O\0\r\1\20\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 808187}, NULL) = 0
select(9, [3 7 8], [], [], {0, 1172})   = 0 (Timeout)
gettimeofday({1165229336, 809957}, NULL) = 0
gettimeofday({1165229336, 809982}, NULL) = 0
write(4, "\0", 1)                       = 1
gettimeofday({1165229336, 810127}, NULL) = 0
write(7, "7\v\4\0\351\5\300\3\207\5\300\3\0\0\0\0007B\4\0\352\5\300"..., 3404) 
= 3404
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 811259}, NULL) = 0
select(9, [3 7 8], [], [], {0, 498100}) = 1 (in [3], left {0, 499000})
gettimeofday({1165229336, 811327}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229336, 811407}, NULL) = 0
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 811461}, NULL) = 0
select(9, [3 7 8], [], [], {0, 497898}) = 1 (in [7], left {0, 489000})
gettimeofday({1165229336, 820492}, NULL) = 0
gettimeofday({1165229336, 820527}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\326^\364\250\24MD\0\0\0Z\3\300\3\0\0\0\0d\0G\1N\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 820701}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3d\0I\1", 16) = 16
read(7, "\1\1\327^\0\0\0\0\0\0\0\0N\0\v\1\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 820920}, NULL) = 0
select(9, [3 7 8], [], [], {0, 488439}) = 1 (in [7], left {0, 478000})
gettimeofday({1165229336, 832113}, NULL) = 0
gettimeofday({1165229336, 832144}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\327^\377\250\24MD\0\0\0Z\3\300\3\0\0\0\0d\0?\1N\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 832300}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3d\0G\1", 16) = 16
read(7, "\1\1\330^\0\0\0\0\0\0\0\0N\0\t\1\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 832506}, NULL) = 0
select(9, [3 7 8], [], [], {0, 476853}) = 1 (in [7], left {0, 466000})
gettimeofday({1165229336, 843008}, NULL) = 0
gettimeofday({1165229336, 843039}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\330^\n\251\24MD\0\0\0Z\3\300\3\0\0\0\0b\0007\1L\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 843197}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3d\0?\1", 16) = 16
read(7, "\1\1\331^\0\0\0\0\0\0\0\0N\0\1\1\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 843412}, NULL) = 0
select(9, [3 7 8], [], [], {0, 465947}) = 1 (in [7], left {0, 455000})
gettimeofday({1165229336, 854072}, NULL) = 0
gettimeofday({1165229336, 854107}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\331^\25\251\24MD\0\0\0Z\3\300\3\0\0\0\0`\0+\1J\0\355"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 854279}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3b\0007\1", 16) = 16
read(7, "\1\1\332^\0\0\0\0\0\0\0\0L\0\371\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 854500}, NULL) = 0
select(9, [3 7 8], [], [], {0, 454859}) = 1 (in [7], left {0, 445000})
gettimeofday({1165229336, 864934}, NULL) = 0
gettimeofday({1165229336, 864964}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\332^ \251\24MD\0\0\0Z\3\300\3\0\0\0\0^\0!\1H\0\343"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 865123}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3`\0+\1", 16) = 16
read(7, "\1\1\333^\0\0\0\0\0\0\0\0J\0\355\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 865320}, NULL) = 0
select(9, [3 7 8], [], [], {0, 444039}) = 1 (in [7], left {0, 414000})
gettimeofday({1165229336, 895971}, NULL) = 0
gettimeofday({1165229336, 896003}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\333^?\251\24MD\0\0\0Z\3\300\3\0\0\0\0\\\0\21\1F\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 896165}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3^\0!\1", 16) = 16
read(7, "\1\1\334^\0\0\0\0\0\0\0\0H\0\343\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 896367}, NULL) = 0
select(9, [3 7 8], [], [], {0, 412992}) = 1 (in [7], left {0, 402000})
gettimeofday({1165229336, 907588}, NULL) = 0
gettimeofday({1165229336, 907629}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\334^K\251\24MD\0\0\0Z\3\300\3\0\0\0\0Z\0\1\1D\0\303"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 907802}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3\\\0\21\1", 16) = 16
read(7, "\1\1\335^\0\0\0\0\0\0\0\0F\0\323\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 908032}, NULL) = 0
select(9, [3 7 8], [], [], {0, 401327}) = 1 (in [7], left {0, 392000})
gettimeofday({1165229336, 918513}, NULL) = 0
gettimeofday({1165229336, 918544}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\335^V\251\24MD\0\0\0Z\3\300\3\0\0\0\0X\0\367\0B\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 918699}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3Z\0\1\1", 16) = 16
read(7, "\1\1\336^\0\0\0\0\0\0\0\0D\0\303\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 918905}, NULL) = 0
select(9, [3 7 8], [], [], {0, 390454}) = 1 (in [7], left {0, 381000})
gettimeofday({1165229336, 929609}, NULL) = 0
gettimeofday({1165229336, 929646}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "[EMAIL PROTECTED]"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 929822}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3X\0\367\0", 16) = 16
read(7, "\1\1\337^\0\0\0\0\0\0\0\0B\0\271\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 930062}, NULL) = 0
select(9, [3 7 8], [], [], {0, 379297}) = 1 (in [7], left {0, 370000})
gettimeofday({1165229336, 940480}, NULL) = 0
gettimeofday({1165229336, 940512}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "[EMAIL PROTECTED]"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 940670}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3V\0\355\0", 16) = 16
read(7, "[EMAIL PROTECTED]"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 940900}, NULL) = 0
select(9, [3 7 8], [], [], {0, 368459}) = 1 (in [7], left {0, 359000})
gettimeofday({1165229336, 951431}, NULL) = 0
gettimeofday({1165229336, 951466}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\340^w\251\24MD\0\0\0Z\3\300\3\0\0\0\0U\0\343\0?\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 951641}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3V\0\345\0", 16) = 16
read(7, "[EMAIL PROTECTED]"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 951855}, NULL) = 0
select(9, [3 7 8], [], [], {0, 357504}) = 1 (in [7], left {0, 347000})
gettimeofday({1165229336, 962368}, NULL) = 0
gettimeofday({1165229336, 962400}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\341^\202\251\24MD\0\0\0Z\3\300\3\0\0\0\0U\0\342\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 962563}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3U\0\343\0", 16) = 16
read(7, "\1\1\342^\0\0\0\0\0\0\0\0?\0\245\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 962767}, NULL) = 0
select(9, [3 7 8], [], [], {0, 346592}) = 1 (in [7], left {0, 336000})
gettimeofday({1165229336, 973277}, NULL) = 0
gettimeofday({1165229336, 973307}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\342^\215\251\24MD\0\0\0Z\3\300\3\0\0\0\0U\0\332\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 973467}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3U\0\342\0", 16) = 16
read(7, "\1\1\343^\0\0\0\0\0\0\0\0?\0\244\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 973666}, NULL) = 0
select(9, [3 7 8], [], [], {0, 335693}) = 1 (in [7], left {0, 325000})
gettimeofday({1165229336, 984252}, NULL) = 0
gettimeofday({1165229336, 984284}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\343^\230\251\24MD\0\0\0Z\3\300\3\0\0\0\0T\0\330\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 984439}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3U\0\332\0", 16) = 16
read(7, "\1\1\344^\0\0\0\0\0\0\0\0?\0\234\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 984637}, NULL) = 0
select(9, [3 7 8], [], [], {0, 324722}) = 1 (in [7], left {0, 314000})
gettimeofday({1165229336, 995149}, NULL) = 0
gettimeofday({1165229336, 995180}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\344^\242\251\24MD\0\0\0Z\3\300\3\0\0\0\0T\0\327\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 995335}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3T\0\330\0", 16) = 16
read(7, "\1\1\345^\0\0\0\0\0\0\0\0>\0\232\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229336, 995537}, NULL) = 0
select(9, [3 7 8], [], [], {0, 313822}) = 1 (in [7], left {0, 275000})
gettimeofday({1165229337, 34875}, NULL) = 0
gettimeofday({1165229337, 34923}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\345^\312\251\24MD\0\0\0Z\3\300\3\0\0\0\0V\0\321\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 35095}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3T\0\327\0", 16) = 16
read(7, "\1\1\346^\0\0\0\0\0\0\0\0>\0\231\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 35318}, NULL) = 0
select(9, [3 7 8], [], [], {0, 274041}) = 1 (in [7], left {0, 254000})
gettimeofday({1165229337, 56082}, NULL) = 0
gettimeofday({1165229337, 56120}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\346^\337\251\24MD\0\0\0Z\3\300\3\0\0\0\0V\0\317\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 56307}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3V\0\321\0", 16) = 16
read(7, "[EMAIL PROTECTED]"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 56538}, NULL) = 0
select(9, [3 7 8], [], [], {0, 252821}) = 1 (in [7], left {0, 238000})
gettimeofday({1165229337, 71226}, NULL) = 0
gettimeofday({1165229337, 71258}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\347^\357\251\24MD\0\0\0Z\3\300\3\0\0\0\0V\0\315\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 71420}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3V\0\317\0", 16) = 16
read(7, "[EMAIL PROTECTED]"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 71624}, NULL) = 0
select(9, [3 7 8], [], [], {0, 237735}) = 1 (in [7], left {0, 195000})
gettimeofday({1165229337, 114579}, NULL) = 0
gettimeofday({1165229337, 114615}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\350^\32\252\24MD\0\0\0Z\3\300\3\0\0\0\0V\0\314\0@"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 114787}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3V\0\315\0", 16) = 16
read(7, "[EMAIL PROTECTED]"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 115012}, NULL) = 0
select(9, [3 7 8], [], [], {0, 194347}) = 1 (in [7], left {0, 175000})
gettimeofday({1165229337, 135012}, NULL) = 0
gettimeofday({1165229337, 135047}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "[EMAIL PROTECTED]"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 135204}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3V\0\314\0", 16) = 16
read(7, "[EMAIL PROTECTED]"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 135407}, NULL) = 0
select(9, [3 7 8], [], [], {0, 173952}) = 1 (in [7], left {0, 153000})
gettimeofday({1165229337, 156761}, NULL) = 0
gettimeofday({1165229337, 156796}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "[EMAIL PROTECTED]"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 156977}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3V\0\312\0", 16) = 16
read(7, "[EMAIL PROTECTED]"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 157190}, NULL) = 0
select(9, [3 7 8], [], [], {0, 152169}) = 1 (in [7], left {0, 141000})
gettimeofday({1165229337, 169444}, NULL) = 0
gettimeofday({1165229337, 169475}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\353^Q\252\24MD\0\0\0Z\3\300\3\0\0\0\0X\0\302\0B\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 169631}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3V\0\310\0", 16) = 16
read(7, "[EMAIL PROTECTED]"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 169836}, NULL) = 0
select(9, [3 7 8], [], [], {0, 139523}) = 1 (in [7], left {0, 129000})
gettimeofday({1165229337, 181140}, NULL) = 0
gettimeofday({1165229337, 181170}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\354^\\\252\24MD\0\0\0Z\3\300\3\0\0\0\0X\0\277\0B\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 181321}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3X\0\302\0", 16) = 16
read(7, "\1\1\355^\0\0\0\0\0\0\0\0B\0\204\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 181528}, NULL) = 0
select(9, [3 7 8], [], [], {0, 127831}) = 1 (in [7], left {0, 117000})
gettimeofday({1165229337, 192059}, NULL) = 0
gettimeofday({1165229337, 192090}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\355^g\252\24MD\0\0\0Z\3\300\3\0\0\0\0X\0\275\0B\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 192260}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3X\0\277\0", 16) = 16
read(7, "\1\1\356^\0\0\0\0\0\0\0\0B\0\201\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 192468}, NULL) = 0
select(9, [3 7 8], [], [], {0, 116891}) = 1 (in [7], left {0, 106000})
gettimeofday({1165229337, 203119}, NULL) = 0
gettimeofday({1165229337, 203156}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\356^r\252\24MD\0\0\0Z\3\300\3\0\0\0\0X\0\272\0B\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 203329}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3X\0\275\0", 16) = 16
read(7, "\1\1\357^\0\0\0\0\0\0\0\0B\0\177\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 203556}, NULL) = 0
select(9, [3 7 8], [], [], {0, 105803}) = 1 (in [7], left {0, 77000})
gettimeofday({1165229337, 232820}, NULL) = 0
gettimeofday({1165229337, 232876}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\357^\220\252\24MD\0\0\0Z\3\300\3\0\0\0\0X\0\260\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 233049}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3X\0\272\0", 16) = 16
read(7, "\1\1\360^\0\0\0\0\0\0\0\0B\0|\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 233275}, NULL) = 0
select(9, [3 7 8], [], [], {0, 76084})  = 1 (in [7], left {0, 56000})
gettimeofday({1165229337, 254145}, NULL) = 0
gettimeofday({1165229337, 254179}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\360^\245\252\24MD\0\0\0Z\3\300\3\0\0\0\0X\0\257\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 254348}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3X\0\260\0", 16) = 16
read(7, "\1\1\361^\0\0\0\0\0\0\0\0B\0r\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 254566}, NULL) = 0
select(9, [3 7 8], [], [], {0, 54793})  = 1 (in [7], left {0, 34000})
gettimeofday({1165229337, 275407}, NULL) = 0
gettimeofday({1165229337, 275439}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\361^\273\252\24MD\0\0\0Z\3\300\3\0\0\0\0X\0\256\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 275597}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3X\0\257\0", 16) = 16
read(7, "\1\1\362^\0\0\0\0\0\0\0\0B\0q\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 275809}, NULL) = 0
select(9, [3 7 8], [], [], {0, 33550})  = 1 (in [7], left {0, 21000})
gettimeofday({1165229337, 288157}, NULL) = 0
gettimeofday({1165229337, 288188}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\362^\307\252\24MD\0\0\0Z\3\300\3\0\0\0\0X\0\255\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 288343}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3X\0\256\0", 16) = 16
read(7, "\1\1\363^\0\0\0\0\0\0\0\0B\0p\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 288550}, NULL) = 0
select(9, [3 7 8], [], [], {0, 20809})  = 1 (in [7], left {0, 10000})
gettimeofday({1165229337, 299687}, NULL) = 0
gettimeofday({1165229337, 299718}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\363^\323\252\24MD\0\0\0Z\3\300\3\0\0\0\0X\0\254\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 299888}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3X\0\255\0", 16) = 16
read(7, "\1\1\364^\0\0\0\0\0\0\0\0B\0o\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 300092}, NULL) = 0
select(9, [3 7 8], [], [], {0, 9267})   = 0 (Timeout)
gettimeofday({1165229337, 309885}, NULL) = 0
gettimeofday({1165229337, 309912}, NULL) = 0
write(4, "\0", 1)                       = 1
gettimeofday({1165229337, 310076}, NULL) = 0
write(7, "7\v\4\0\357\5\300\3\207\5\300\3\0\0\0\0007B\4\0\360\5\300"..., 3440) 
= 3440
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\364^\336\252\24MD\0\0\0Z\3\300\3\0\0\0\0X\0\253\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 311715}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3X\0\254\0", 16) = 16
read(7, "\1\1\247_\0\0\0\0\0\0\0\0B\0n\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 311950}, NULL) = 0
select(9, [3 7 8], [], [], {0, 39940})  = 1 (in [3], left {0, 40000})
gettimeofday({1165229337, 312021}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229337, 312097}, NULL) = 0
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 312148}, NULL) = 0
select(9, [3 7 8], [], [], {0, 39742})  = 0 (Timeout)
gettimeofday({1165229337, 351882}, NULL) = 0
select(9, [], [], [], {0, 8})           = 0 (Timeout)
gettimeofday({1165229337, 352873}, NULL) = 0
gettimeofday({1165229337, 352901}, NULL) = 0
gettimeofday({1165229337, 352994}, NULL) = 0
gettimeofday({1165229337, 353048}, NULL) = 0
gettimeofday({1165229337, 353102}, NULL) = 0
gettimeofday({1165229337, 353156}, NULL) = 0
gettimeofday({1165229337, 353210}, NULL) = 0
gettimeofday({1165229337, 353262}, NULL) = 0
gettimeofday({1165229337, 353314}, NULL) = 0
gettimeofday({1165229337, 353368}, NULL) = 0
gettimeofday({1165229337, 353418}, NULL) = 0
gettimeofday({1165229337, 353469}, NULL) = 0
gettimeofday({1165229337, 353519}, NULL) = 0
gettimeofday({1165229337, 353568}, NULL) = 0
gettimeofday({1165229337, 353618}, NULL) = 0
gettimeofday({1165229337, 353667}, NULL) = 0
gettimeofday({1165229337, 353716}, NULL) = 0
gettimeofday({1165229337, 353767}, NULL) = 0
gettimeofday({1165229337, 353815}, NULL) = 0
gettimeofday({1165229337, 353877}, NULL) = 0
gettimeofday({1165229337, 353927}, NULL) = 0
gettimeofday({1165229337, 353975}, NULL) = 0
gettimeofday({1165229337, 354024}, NULL) = 0
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 354083}, NULL) = 0
select(9, [3 7 8], [], [], {0, 455276}) = 1 (in [7], left {0, 452000})
gettimeofday({1165229337, 358763}, NULL) = 0
gettimeofday({1165229337, 358795}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\247_\16\253\24MD\0\0\0Z\3\300\3\0\0\0\0X\0\252\0B"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 358974}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3X\0\253\0", 16) = 16
read(7, "\1\1\250_\0\0\0\0\0\0\0\0B\0m\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 359201}, NULL) = 0
select(9, [3 7 8], [], [], {0, 450158}) = 1 (in [7], left {0, 394000})
gettimeofday({1165229337, 416469}, NULL) = 0
gettimeofday({1165229337, 416511}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\250_H\253\24MD\0\0\0Z\3\300\3\0\0\0\0X\0\251\0B\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 416701}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3X\0\252\0", 16) = 16
read(7, "\1\1\251_\0\0\0\0\0\0\0\0B\0l\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 416953}, NULL) = 0
select(9, [3 7 8], [], [], {0, 392406}) = 1 (in [7], left {0, 373000})
gettimeofday({1165229337, 437020}, NULL) = 0
gettimeofday({1165229337, 437051}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\251_\\\253\24MD\0\0\0Z\3\300\3\0\0\0\0X\0\250\0B\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 437210}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3X\0\251\0", 16) = 16
read(7, "\1\1\252_\0\0\0\0\0\0\0\0B\0k\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 437413}, NULL) = 0
select(9, [3 7 8], [], [], {0, 371946}) = 1 (in [7], left {0, 342000})
gettimeofday({1165229337, 467373}, NULL) = 0
gettimeofday({1165229337, 467409}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\252_{\253\24MD\0\0\0Z\3\300\3\0\0\0\0X\0\246\0B\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 467590}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3X\0\250\0", 16) = 16
read(7, "\1\1\253_\0\0\0\0\0\0\0\0B\0j\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 467803}, NULL) = 0
select(9, [3 7 8], [], [], {0, 341556}) = 1 (in [7], left {0, 309000})
gettimeofday({1165229337, 501188}, NULL) = 0
gettimeofday({1165229337, 501224}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\253_\234\253\24MD\0\0\0Z\3\300\3\0\0\0\0X\0\245\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 501390}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3X\0\246\0", 16) = 16
read(7, "\1\1\254_\0\0\0\0\0\0\0\0B\0h\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 501606}, NULL) = 0
select(9, [3 7 8], [], [], {0, 307753}) = 1 (in [7], left {0, 258000})
gettimeofday({1165229337, 551584}, NULL) = 0
gettimeofday({1165229337, 551622}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\254_\317\253\24MD\0\0\0Z\3\300\3\0\0\0\0W\0\245\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 551792}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3X\0\245\0", 16) = 16
read(7, "\1\1\255_\0\0\0\0\0\0\0\0B\0g\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 552028}, NULL) = 0
select(9, [3 7 8], [], [], {0, 257331}) = 1 (in [7], left {0, 237000})
gettimeofday({1165229337, 572886}, NULL) = 0
gettimeofday({1165229337, 572917}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\6\0\255_\344\253\24MD\0\0\0Z\3\300\3\0\0\0\0W\0\244\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 573072}, NULL) = 0
write(7, "(\v\4\0D\0\0\0Z\3\300\3W\0\245\0", 16) = 16
read(7, "\1\1\256_\0\0\0\0\0\0\0\0A\0g\0\20\0\0\0\1\0\0\0\0\0\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 573283}, NULL) = 0
select(9, [3 7 8], [], [], {0, 236076}) = 0 (Timeout)
gettimeofday({1165229337, 809826}, NULL) = 0
gettimeofday({1165229337, 809861}, NULL) = 0
write(4, "\0", 1)                       = 1
gettimeofday({1165229337, 810032}, NULL) = 0
write(7, "7\v\4\0\365\5\300\3\207\5\300\3\0\0\0\0007B\4\0\366\5\300"..., 3404) 
= 3404
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 811197}, NULL) = 0
select(9, [3 7 8], [], [], {0, 461875}) = 1 (in [3], left {0, 462000})
gettimeofday({1165229337, 811266}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229337, 811343}, NULL) = 0
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 811395}, NULL) = 0
select(9, [3 7 8], [], [], {0, 461677}) = 1 (in [7], left {0, 451000})
gettimeofday({1165229337, 821928}, NULL) = 0
gettimeofday({1165229337, 821956}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\4\1^`\335\254\24MD\0\0\0Z\3\300\3\0\0\0\0W\0\244\0A\0"..., 32) = 32
write(4, "\0", 1)                       = 1
gettimeofday({1165229337, 822301}, NULL) = 0
gettimeofday({1165229337, 822352}, NULL) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D.hdr", 
{st_mode=S_IFREG|0777, st_size=348, ...}) = 0
getcwd("/mnt/hda5/work/negazione/neg_01b/anat3D", 4096) = 40
lstat64("/mnt", {st_mode=S_IFDIR|0755, st_size=384, ...}) = 0
lstat64("/mnt/hda5", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione", {st_mode=S_IFDIR|0777, st_size=32768, ...}) 
= 0
lstat64("/mnt/hda5/work/negazione/neg_01b", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
chdir("/mnt/hda5/work/negazione/neg_01b/anat3D") = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D.hdr", 
{st_mode=S_IFREG|0777, st_size=348, ...}) = 0
getcwd("/mnt/hda5/work/negazione/neg_01b/anat3D", 4096) = 40
lstat64("/mnt", {st_mode=S_IFDIR|0755, st_size=384, ...}) = 0
lstat64("/mnt/hda5", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione", {st_mode=S_IFDIR|0777, st_size=32768, ...}) 
= 0
lstat64("/mnt/hda5/work/negazione/neg_01b", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
chdir("/mnt/hda5/work/negazione/neg_01b/anat3D") = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D.hdr", 
{st_mode=S_IFREG|0777, st_size=348, ...}) = 0
getcwd("/mnt/hda5/work/negazione/neg_01b/anat3D", 4096) = 40
lstat64("/mnt", {st_mode=S_IFDIR|0755, st_size=384, ...}) = 0
lstat64("/mnt/hda5", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione", {st_mode=S_IFDIR|0777, st_size=32768, ...}) 
= 0
lstat64("/mnt/hda5/work/negazione/neg_01b", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
chdir("/mnt/hda5/work/negazione/neg_01b/anat3D") = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D.hdr", 
{st_mode=S_IFREG|0777, st_size=348, ...}) = 0
getcwd("/mnt/hda5/work/negazione/neg_01b/anat3D", 4096) = 40
lstat64("/mnt", {st_mode=S_IFDIR|0755, st_size=384, ...}) = 0
lstat64("/mnt/hda5", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione", {st_mode=S_IFDIR|0777, st_size=32768, ...}) 
= 0
lstat64("/mnt/hda5/work/negazione/neg_01b", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
chdir("/mnt/hda5/work/negazione/neg_01b/anat3D") = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
write(7, "\22\0\7\0000\3\300\3\356\0\0\0\6\0\0\0 B\4\0\1\0\0\0\335"..., 28) = 28
ioctl(7, FIONREAD, [32])                = 0
read(7, "\34\270_`0\3\300\3\356\0\0\0\342\254\24M\0\0\0\0\260\241"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 828072}, NULL) = 0
select(9, [3 7 8], [], [], {0, 0})      = 1 (in [3], left {0, 0})
gettimeofday({1165229337, 828419}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229337, 828514}, NULL) = 0
write(4, "\0", 1)                       = 1
gettimeofday({1165229337, 829415}, NULL) = 0
gettimeofday({1165229337, 829481}, NULL) = 0
write(7, "7\0\4\0\373\5\300\3\207\5\300\3\0\0\0\0007B\4\0\374\5\300"..., 6140) 
= 6140
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 830356}, NULL) = 0
select(9, [3 7 8], [], [], {22, 462730}) = 1 (in [3], left {22, 463000})
gettimeofday({1165229337, 830429}, NULL) = 0
read(3, "\0", 16)                       = 1
read(3, 0xbfffdf40, 16)                 = -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1165229337, 830516}, NULL) = 0
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 830569}, NULL) = 0
select(9, [3 7 8], [], [], {22, 462517}) = 1 (in [7], left {22, 448000})
gettimeofday({1165229337, 845659}, NULL) = 0
gettimeofday({1165229337, 845685}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\5\1\200a\365\254\24MD\0\0\0Z\3\300\3\0\0\0\0W\0\244\0"..., 32) = 32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({1165229337, 846096}, NULL) = 0
select(9, [3 7 8], [], [], {22, 446990}) = 1 (in [7], left {22, 275000})
gettimeofday({1165229338, 18088}, NULL) = 0
gettimeofday({1165229338, 18128}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\4\1\200a\241\255\24MD\0\0\0Z\3\300\3\0\0\0\0W\0\244\0"..., 32) = 32
write(4, "\0", 1)                       = 1
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D.hdr", 
{st_mode=S_IFREG|0777, st_size=348, ...}) = 0
getcwd("/mnt/hda5/work/negazione/neg_01b/anat3D", 4096) = 40
lstat64("/mnt", {st_mode=S_IFDIR|0755, st_size=384, ...}) = 0
lstat64("/mnt/hda5", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione", {st_mode=S_IFDIR|0777, st_size=32768, ...}) 
= 0
lstat64("/mnt/hda5/work/negazione/neg_01b", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
chdir("/mnt/hda5/work/negazione/neg_01b/anat3D") = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D.hdr", 
{st_mode=S_IFREG|0777, st_size=348, ...}) = 0
getcwd("/mnt/hda5/work/negazione/neg_01b/anat3D", 4096) = 40
lstat64("/mnt", {st_mode=S_IFDIR|0755, st_size=384, ...}) = 0
lstat64("/mnt/hda5", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione", {st_mode=S_IFDIR|0777, st_size=32768, ...}) 
= 0
lstat64("/mnt/hda5/work/negazione/neg_01b", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
chdir("/mnt/hda5/work/negazione/neg_01b/anat3D") = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D.hdr", 
{st_mode=S_IFREG|0777, st_size=348, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D.hdr", 
{st_mode=S_IFREG|0777, st_size=348, ...}) = 0
getcwd("/mnt/hda5/work/negazione/neg_01b/anat3D", 4096) = 40
lstat64("/mnt", {st_mode=S_IFDIR|0755, st_size=384, ...}) = 0
lstat64("/mnt/hda5", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione", {st_mode=S_IFDIR|0777, st_size=32768, ...}) 
= 0
lstat64("/mnt/hda5/work/negazione/neg_01b", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
chdir("/mnt/hda5/work/negazione/neg_01b/anat3D") = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D.hdr", 
{st_mode=S_IFREG|0777, st_size=348, ...}) = 0
getcwd("/mnt/hda5/work/negazione/neg_01b/anat3D", 4096) = 40
lstat64("/mnt", {st_mode=S_IFDIR|0755, st_size=384, ...}) = 0
lstat64("/mnt/hda5", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work", {st_mode=S_IFDIR|0777, st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione", {st_mode=S_IFDIR|0777, st_size=32768, ...}) 
= 0
lstat64("/mnt/hda5/work/negazione/neg_01b", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
lstat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
chdir("/mnt/hda5/work/negazione/neg_01b/anat3D") = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D", {st_mode=S_IFDIR|0777, 
st_size=32768, ...}) = 0
write(7, "\22\0\7\0000\3\300\3\356\0\0\0\6\0\0\0 B\4\0\1\0\0\0\241"..., 2620) = 
2620
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 22585}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 22813}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 23214}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 23479}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 23633}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 23910}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
gettimeofday({1165229338, 24102}, NULL) = 0
open("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D.hdr", 
O_RDONLY|O_LARGEFILE) = 12
fstat64(12, {st_mode=S_IFREG|0777, st_size=348, ...}) = 0
fstat64(12, {st_mode=S_IFREG|0777, st_size=348, ...}) = 0
mmap2(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb76d3000
read(12, "\\\1\0\0dsr      \0mean\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32768) = 348
close(12)                               = 0
munmap(0xb76d3000, 32768)               = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 24560}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 24727}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 25036}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 25292}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 25444}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 25710}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D.img", 
{st_mode=S_IFREG|0777, st_size=19660800, ...}) = 0
open("/mnt/hda5/work/negazione/neg_01b/anat3D/mean_anat3D.img", O_RDONLY) = 12
fstat64(12, {st_mode=S_IFREG|0777, st_size=19660800, ...}) = 0
mmap2(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb76d3000
read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32768) = 
32768
_llseek(12, 0, [32768], SEEK_CUR)       = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 26556}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 26732}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 27052}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 27309}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 27478}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 27741}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 28013}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 28166}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 28431}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
mmap2(NULL, 39325696, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb5152000
mmap2(NULL, 39325696, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb2bd1000
munmap(0xb2bd1000, 39325696)            = 0
mmap2(NULL, 39325696, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb2bd1000
_llseek(12, 32768, [32768], SEEK_SET)   = 0
munmap(0xb5152000, 39325696)            = 0
mmap2(NULL, 39325696, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb5152000
munmap(0xb2bd1000, 39325696)            = 0
mmap2(NULL, 39325696, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb2bd1000
mmap2(NULL, 39325696, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb0650000
read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 19628032) 
= 19628032
munmap(0xb0650000, 39325696)            = 0
close(12)                               = 0
munmap(0xb76d3000, 32768)               = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 523797}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 524033}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 524330}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 524658}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 524828}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 525102}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
mmap2(NULL, 39325696, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb0650000
mmap2(NULL, 39325696, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xae0cf000
munmap(0xae0cf000, 39325696)            = 0
mmap2(NULL, 39325696, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xae0cf000
munmap(0xb5152000, 39325696)            = 0
munmap(0xb2bd1000, 39325696)            = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 720357}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 720587}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
time([1165229338])                      = 1165229338
gettimeofday({1165229338, 720909}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=951, ...}) = 0
gettimeofday({1165229338, 721127}, NULL) = 0
gettimeofday({1165229338, 721458}, NULL) = 0
gettimeofday({1165229338, 733342}, NULL) = 0
write(7, "\f\0\7\0\331\0\300\3\17\0\0\0\251\0\0\0\t\0\0\0&\0\0\0"..., 2424) = 
2424
read(7, "\34\270\201a0\3\300\3\356\0\0\0\245\255\24M\0\0\0\0\260"..., 32) = 32
read(7, "\5\1#b\304\255\24MD\0\0\0Z\3\300\3\0\0\0\0W\0\244\0A\0"..., 32) = 32
read(7, "\26\270$b\331\0\300\3\331\0\300\3\327\0\300\3\251\0\t\0"..., 32) = 32
read(7, "\26\270%b\327\0\300\3\327\0\300\3\325\0\300\3\203\0\t\0"..., 32) = 32
read(7, "\26\270\'b\321\0\300\3\321\0\300\3\317\0\300\3O\0\v\0."..., 32) = 32
read(7, "\26\270(b\241\0\300\3\241\0\300\3\0\0\0\0\2\0\2\0\32\0"..., 32) = 32
read(7, "\23\0*b\241\0\300\3\241\0\300\3\0\0\0\10\0\0\0\0\360$\34"..., 32) = 32
read(7, "\23\0-b\321\0\300\3\321\0\300\3\0\0\0\10\0\0\0\0\360$\34"..., 32) = 32
read(7, "\26\270/b\331\0\300\3\331\0\300\3\327\0\300\3\335\0\t\0"..., 32) = 32
read(7, "\26\2700b\327\0\300\3\327\0\300\3\325\0\300\3\267\0\t\0"..., 32) = 32
read(7, "\26\2702b\323\0\300\3\323\0\300\3\321\0\300\3\203\0\v\0"..., 32) = 32
read(7, "\26\2703b\251\0\300\3\251\0\300\3\0\0\0\0\2\0\2\0\32\0"..., 32) = 32
read(7, "\23\0005b\251\0\300\3\251\0\300\3\0\0\0\10\0\0\0\0\360"..., 32) = 32
read(7, "\23\0008b\323\0\300\3\323\0\300\3\0\0\0\10\0\0\0\0\360"..., 32) = 32
read(7, "\26\270:b\331\0\300\3\331\0\300\3\327\0\300\3\21\1\t\0"..., 32) = 32
read(7, "\26\270;b\327\0\300\3\327\0\300\3\325\0\300\3\353\0\t\0"..., 32) = 32
read(7, "\26\270=b\325\0\300\3\325\0\300\3\323\0\300\3\267\0\v\0"..., 32) = 32
read(7, "\26\270>b\255\0\300\3\255\0\300\3\0\0\0\0\2\0\2\0\32\0"..., 32) = 32
read(7, "[EMAIL PROTECTED]"..., 32) = 32
read(7, "\23\0Cb\325\0\300\3\325\0\300\3\0\0\0\10\0\0\0\0\360$\34"..., 32) = 32
read(7, "\26\270Eb\331\0\300\3\331\0\300\3\327\0\300\3]\1\t\0&\0"..., 32) = 32
read(7, "\26\270Fb\327\0\300\3\327\0\300\3\325\0\300\0037\1\t\0"..., 32) = 32
read(7, "\26\270Hb\325\0\300\3\325\0\300\3\323\0\300\3\3\1\v\0."..., 32) = 32
read(7, "\26\270Jb\323\0\300\3\323\0\300\3\321\0\300\3\317\0\v\0"..., 32) = 32
read(7, "\26\270Lb\321\0\300\3\321\0\300\3\317\0\300\3\233\0\v\0"..., 32) = 32
read(7, "\26\270Mb\317\0\300\3\317\0\300\3\315\0\300\3O\0\n\0F\0"..., 32) = 32
read(7, "\23\0Ob\317\0\300\3\317\0\300\3\0\0\0\10\0\0\0\0\360$\34"..., 32) = 32
read(7, "\26\270kbt\0\300\3t\0\300\3\27\0\300\3\0\0\32\0\222\1J"..., 32) = 32
read(7, "\f\0kb\2\0\300\3\363\1\32\0\1\0J\0\0\0\"\10\1\0\0\0\0\322"..., 32) = 32
read(7, "\26\270\203b\337\0\300\3\337\0\300\3}\0\300\3\3\0\3\0\214"..., 32) = 32
read(7, "\26\270\204b\335\0\300\3\335\0\300\3\333\0\300\3,\0&\0"..., 32) = 32
read(7, "\1\0\205b\0\0\0\0\1\0\0\0&\0\0\0,\0\0\0\2\0\0\0\0\0\0\0"..., 32) = 32
writev(7, [{"\221\0018\0\1\0\0\0", 8}, 
{"\24\0\277\0\0\0\0\0\0\0\0\0\364\1\0\0\364\1\0\0\10\0\263"..., 216}], 2) = 224
write(7, "\221r\3\0\1\0\0\0\247\v\0\0", 12) = 12
read(7, "\1\0\207b \0\0\0\0\0\0\0\20\0\0\0\0\0\0\340Mb\200?\0\0"..., 32) = 32
read(7, "\0\0\0\340Mb\200?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 128) = 128
writev(7, [{"\221\1\22\0\1\0\0\0", 8}, 
{"\10\0\263\0\0\27\0\0\4\0\260\0\20\0\276\0\0\0\0\0\0\0\0"..., 64}], 2) = 72
write(7, "\221r\3\0\1\0\0\0\246\v\0\0", 12) = 12
read(7, "\1\0\211b \0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\0\0\360?\0\0"..., 32) = 32
read(7, "\0\0\0\0\0\0\360?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 128) = 128
writev(7, [{"\221\1\321\377\1\0\0\0", 8}, 
{"\10\0\23\0\0\0\0\377\24\0.\0ff\346\302ff\346\302\231\231"..., 261948}], 2) = 
261956
writev(7, [{"\221\1\324\377\1\0\0\0", 8}, 
{"\24\0.\0\231\231\245\302ff\36A\314\314\243\302\314\314"..., 261960}], 2) = 
261968
writev(7, [{"\221\1\321\377\1\0\0\0", 8}, 
{"\10\0\23\0\0\0\0\377\24\0.\0\0\0F\302\0\0\275\302ffB\302"..., 261948}], 2) = 
261956
writev(7, [{"\221\1\324\377\1\0\0\0", 8}, 
{"\24\0.\0\315\314\210\301\314\314\364A\232\231\201\301\377"..., 261960}], 2) = 
261968
writev(7, [{"\221\1\321\377\1\0\0\0", 8}, 
{"\10\0\23\0\301\301\301\377\24\0.\0\231\231\201A\231\231"..., 261948}], 2) = 
261956
writev(7, [{"\221\1\324\377\1\0\0\0", 8}, 
{"\24\0.\0ffBB33MB\0\0FB\315\314PB\10\0\23\0\22\22\22\377"..., 261960}], 2) = 
261968
writev(7, [{"\221\1\321\377\1\0\0\0", 8}, 
{"\10\0\23\0\4\4\4\377\24\0.\0\315\314\243BffT\302\232\231"..., 261948}], 2) = 
261956
writev(7, [{"\221\1\342\1\1\0\0\0", 8}, 
{"\24\0.\0\231\231\344B\0\0\220Bff\346B\315\314\221B\10\0"..., 1920}], 2) = 1928
write(7, "\221\5\4\0\17\0\300\3\16\0\300\3\1\0\0\0", 16) = 16
read(7, 0xbfffcbbc, 32)                 = -1 EAGAIN (Resource temporarily 
unavailable)
poll([{fd=7, events=POLLIN, revents=POLLIN|POLLERR|POLLHUP}], 1, -1) = 1
read(7, 0xbfffcbbc, 32)                 = -1 ECONNRESET (Connection reset by 
peer)
write(2, "caret5: Fatal IO error: client k"..., 38) = 38
munmap(0xb7723000, 163840)              = 0
write(6, "@", 1)                        = 1
close(6)                                = 0
close(5)                                = 0
close(3)                                = 0
close(4)                                = 0
munmap(0xb7955000, 4096)                = 0
exit_group(1)                           = ?

Reply via email to