[Interest] Fonts not rendering!

Lata Agrawal lata.agrawal at enrouteinc.com
Wed Jun 27 20:09:00 CEST 2012


Atlant, Thanks for replying.

I checked strace according to which .qpf files are created at
/tmp/qtembedded-0//fonts on my device. Qt app is also able to access the
temporarily created font files.
Can you please go through the strace (attached here) and suggest whats
possibly gone wrong?

Regards,
Lata

On 27 June 2012 21:15, Atlant Schmidt <aschmidt at dekaresearch.com> wrote:

>  Lata:****
>
> ** **
>
>   When your app is running, Qt should produce temporary .qpf files
>   in your system’s fonts folder (for example,
> /usr/lib/fonts/helvetica_100_50.qpf).
>   These represent a cache of glyphs that Qt has already rendered from
>   the scalable font file. (In the case of my example, the Helvetica font
>   rendered at 10.0 points, normal weight.)****
>
> ** **
>
>   See if these files are there; that may give you some clue as to how
>   far font processing got.****
>
> ** **
>
>                                       Atlant****
>
> ** **
>
> ** **
>
> *From:* interest-bounces+aschmidt=dekaresearch.com at qt-project.org [mailto:
> interest-bounces+aschmidt=dekaresearch.com at qt-project.org] *On Behalf Of *Lata
> Agrawal
> *Sent:* Wednesday, June 27, 2012 11:12 AM
> *To:* Konstantin Tokarev
> *Cc:* interest at qt-project.org
> *Subject:* Re: [Interest] Fonts not rendering!****
>
> ** **
>
> In configure command for QT, I have used -qt-freetype. That should build
> freetype support, right?****
>
> On 27 June 2012 20:38, Konstantin Tokarev <annulen at yandex.ru> wrote:
>
> ****
>
>
> 27.06.2012, 19:06, "Lata Agrawal" <lata.agrawal at enrouteinc.com>:****
>
> > Hi,
> >
> > I am working with an Embedded Linux/MIPS device. It has qt-4.6.2 libs
> compiled using gcc-4.2.4 installed on it. LD_LIBRARY_PATH is set
> appropriately.
> >
> > I tried running a simple QT app with a button on device. The app runs
> fine but the text on button is not showing. I also executed the same app
> with strace (log attached here). In strace log, app appears to find the
> fonts in <QTDIR>/lib/fonts folder but still it is not rendering the text.
> > When I execute the same app on similar device having Qt-4.6.2 libs
> compiled using gcc-3.4.4, it shows the text properly.
> >
> > Can someone please check the strace and help me find out the reason for
> fonts not rendering?****
>
> Do you build Qt with freetype? If not, you need fonts to be rasterized to
> qpf2 format.
>
> --
> Regards,
> Konstantin****
>
>
>
>
> --
> *
> *Lata Agrawal
> 9699750643
> En Route Media Pvt. Ltd.
>
> *Winner of 'Innovative Creation of a New Medium' at the E4M & N2M Awards
> 2012*
> *                                 *
>
>
> ****
>
> Click here<https://www.mailcontrol.com/sr/M%21ePE60z3YrTndxI%21oX7UsdpzMR7Bo2KDoBOKt9jAz5UoueUz592%21RQ5DfdRFI1dgpf1MfYpnnz55a0nEA+RCg==>to report this email as spam.
> ****
>
> ------------------------------
> This e-mail and the information, including any attachments, it contains
> are intended to be a confidential communication only to the person or
> entity to whom it is addressed and may contain information that is
> privileged. If the reader of this message is not the intended recipient,
> you are hereby notified that any dissemination, distribution or copying of
> this communication is strictly prohibited. If you have received this
> communication in error, please immediately notify the sender and destroy
> the original message.
>
> Thank you.
>
> Please consider the environment before printing this email.
>



-- 
*
*Lata Agrawal
9699750643
En Route Media Pvt. Ltd.

*Winner of 'Innovative Creation of a New Medium' at the E4M & N2M Awards
2012*
*                                 *
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120627/25f7bb11/attachment.html>
-------------- next part --------------
execve("./QScrollLabel", ["./QScrollLabel", "-qws", "-display", "LinuxFb"], [/* 15 vars */]) = 0
brk(0)                                  = 0x456000
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aac0000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/libQtXml.so.4", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\10\0\1\0\0\0\200\327\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=510499, ...}) = 0
old_mmap(NULL, 470176, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2ab01000
mprotect(0x2ab5a000, 105632, PROT_NONE) = 0
old_mmap(0x2ab69000, 45056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x58000) = 0x2ab69000
close(3)                                = 0
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/libQtGui.so.4", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\10\0\1\0\0\0\240\275\25\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=17647206, ...}) = 0
old_mmap(NULL, 15230912, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2ab74000
mprotect(0x2b8a0000, 1419200, PROT_NONE) = 0
old_mmap(0x2b8af000, 1351680, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd2b000) = 0x2b8af000
old_mmap(0x2b9f9000, 6080, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2b9f9000
close(3)                                = 0
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/libQtNetwork.so.4", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\10\0\1\0\0\0\200\20\2\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1986904, ...}) = 0
old_mmap(NULL, 1751600, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2b9fb000
mprotect(0x2bb71000, 219696, PROT_NONE) = 0
old_mmap(0x2bb80000, 159744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x175000) = 0x2bb80000
close(3)                                = 0
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/libQtCore.so.4", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\10\0\1\0\0\0\20\f\7\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=4691480, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aac1000
old_mmap(NULL, 4144240, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2bba7000
mprotect(0x2bf3f000, 375920, PROT_NONE) = 0
old_mmap(0x2bf4f000, 311296, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x398000) = 0x2bf4f000
close(3)                                = 0
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libpthread.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\10\0\1\0\0\0 at 8\0\0004\0\0\0"..., 512) = 512
lseek(3, 604, SEEK_SET)                 = 604
read(3, "\4\0\0\0\20\0\0\0\1\0\0\0GNU\0\0\0\0\0\2\0\0\0\4\0\0\0\0\0\0\0", 32) = 32
fstat64(3, {st_mode=S_IFREG|0755, st_size=80964, ...}) = 0
old_mmap(NULL, 603440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2bf9b000
mprotect(0x2bfac000, 533808, PROT_NONE) = 0
old_mmap(0x2bfeb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x2bfeb000
old_mmap(0x2bfed000, 267568, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2bfed000
close(3)                                = 0
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/libts-1.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/libts-1.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libts-1.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libts-1.0.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\10\0\1\0\0\0\300\n\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=13295, ...}) = 0
old_mmap(NULL, 270064, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2c02f000
mprotect(0x2c031000, 261872, PROT_NONE) = 0
old_mmap(0x2c070000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x2c070000
close(3)                                = 0
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/libstdc++.so.6", O_RDONLY) = -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\10\0\1\0\0\0\260\306\3\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1039632, ...}) = 0
old_mmap(NULL, 1242304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2c071000
mprotect(0x2c144000, 378048, PROT_NONE) = 0
old_mmap(0x2c184000, 94208, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd3000) = 0x2c184000
old_mmap(0x2c19b000, 21696, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2c19b000
close(3)                                = 0
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libm.so.6", O_RDONLY)    = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\10\0\1\0\0\0\3002\0\0004\0\0\0"..., 512) = 512
lseek(3, 556, SEEK_SET)                 = 556
read(3, "\4\0\0\0\20\0\0\0\1\0\0\0GNU\0\0\0\0\0\2\0\0\0\4\0\0\0\0\0\0\0", 32) = 32
fstat64(3, {st_mode=S_IFREG|0755, st_size=883644, ...}) = 0
old_mmap(NULL, 1124880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2c1a1000
mprotect(0x2c274000, 260624, PROT_NONE) = 0
old_mmap(0x2c2b3000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd2000) = 0x2c2b3000
close(3)                                = 0
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/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\10\0\1\0\0\0\300\32\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=68808, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aac2000
old_mmap(NULL, 125520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2aac3000
mprotect(0x2aad2000, 64080, PROT_NONE)  = 0
old_mmap(0x2aae1000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x2aae1000
close(3)                                = 0
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libc.so.6", O_RDONLY)    = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\10\0\1\0\0\0\304V\1\0004\0\0\0"..., 512) = 512
lseek(3, 596, SEEK_SET)                 = 596
read(3, "\4\0\0\0\20\0\0\0\1\0\0\0GNU\0\0\0\0\0\2\0\0\0\4\0\0\0\0\0\0\0", 32) = 32
fstat64(3, {st_mode=S_IFREG|0755, st_size=1405896, ...}) = 0
old_mmap(NULL, 1568688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2c2b4000
mprotect(0x2c3e7000, 311216, PROT_NONE) = 0
old_mmap(0x2c427000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x133000) = 0x2c427000
old_mmap(0x2c431000, 8112, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2c431000
close(3)                                = 0
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libdl.so.2", O_RDONLY)   = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\10\0\1\0\0\0`\f\0\0004\0\0\0"..., 512) = 512
lseek(3, 580, SEEK_SET)                 = 580
read(3, "\4\0\0\0\20\0\0\0\1\0\0\0GNU\0\0\0\0\0\2\0\0\0\4\0\0\0\0\0\0\0", 32) = 32
fstat64(3, {st_mode=S_IFREG|0755, st_size=10864, ...}) = 0
old_mmap(NULL, 270608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2c433000
mprotect(0x2c435000, 262416, PROT_NONE) = 0
old_mmap(0x2c475000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x2c475000
close(3)                                = 0
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/librt.so.1", O_RDONLY)   = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\10\0\1\0\0\0`\31\0\0004\0\0\0"..., 512) = 512
lseek(3, 612, SEEK_SET)                 = 612
read(3, "\4\0\0\0\20\0\0\0\1\0\0\0GNU\0\0\0\0\0\2\0\0\0\4\0\0\0\0\0\0\0", 32) = 32
fstat64(3, {st_mode=S_IFREG|0755, st_size=36752, ...}) = 0
old_mmap(NULL, 338624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2c476000
mprotect(0x2c47e000, 305856, PROT_NONE) = 0
old_mmap(0x2c4bd000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x2c4bd000
old_mmap(0x2c4be000, 43712, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2c4be000
close(3)                                = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aae2000
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=2147483647}) = 0
setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=2147483647}) = 0
getpid()                                = 886
rt_sigaction(SIGRT_0, {SIG_DFL, [RT_68 RT_69 RT_70 RT_71 RT_73 RT_74 RT_75 RT_85 RT_86 RT_88 RT_90 RT_92 RT_94], SA_STACK|SA_INTERRUPT|0x3fa37c0}, NULL, 16) = 0
rt_sigaction(SIGRT_1, {SIG_DFL, [RT_68 RT_69 RT_70 RT_71 RT_73 RT_74 RT_75 RT_85 RT_86 RT_88 RT_90 RT_92 RT_94], SA_STACK|SA_INTERRUPT|SA_SIGINFO|0x3fa3874}, NULL, 16) = 0
rt_sigaction(SIGRT_2, {SIG_DFL, [RT_68 RT_69 RT_70 RT_71 RT_73 RT_74 RT_75 RT_85 RT_86 RT_88 RT_90 RT_92 RT_94], SA_STACK|SA_INTERRUPT|SA_SIGINFO|0x3fa39f0}, NULL, 16) = 0
rt_sigprocmask(SIG_BLOCK, [RT_0], NULL, 16) = 0
rt_sigprocmask(SIG_UNBLOCK, [RT_1], NULL, 16) = 0
_sysctl({{CTL_KERN, KERN_VERSION}, 2, 0x7faf5070, 41, (nil), 0}) = 0
brk(0)                                  = 0x456000
brk(0x477000)                           = 0x477000
clock_getres(CLOCK_MONOTONIC, {0, 999848}) = 0
clock_gettime(CLOCK_MONOTONIC, {2736, 656075654}) = 0
pipe([0, 0])                            = 3
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
getpid()                                = 886
getpid()                                = 886
stat64("/proc/886/exe", {st_mode=S_IFREG|0755, st_size=308903, ...}) = 0
lstat64("/proc/886/exe", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0
lstat64("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
lstat64("/proc/886", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
lstat64("/proc/886/exe", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0
readlink("/proc/886/exe", "/QScrollLabel", 4096) = 13
lstat64("/QScrollLabel", {st_mode=S_IFREG|0755, st_size=308903, ...}) = 0
stat64("/qt.conf", 0x4587b0)            = -1 ENOENT (No such file or directory)
lstat64("/qt.conf", 0x7faf4460)         = -1 ENOENT (No such file or directory)
stat64("/Settings/Trolltech.conf", {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
open("/Settings/Trolltech.conf", O_RDONLY|O_LARGEFILE) = 5
fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
fstat64(5, {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
close(5)                                = 0
stat64("/Settings/Trolltech.conf", {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
stat64("/Settings/Trolltech.conf", {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
open("/Settings/Trolltech.conf", O_RDONLY|O_LARGEFILE) = 5
fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
fstat64(5, {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
fstatfs(5, {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=243109, f_bfree=119629, f_bavail=107280, f_files=61824, f_ffree=51877, f_fsid={-1512172969, -238604722}, f_namelen=255}) = 0
fcntl64(5, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
stat64("/Settings/Trolltech.conf", {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
fstat64(5, {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
fstat64(5, {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
read(5, "[Qt%20Factory%20Cache%204.6]\ncom"..., 16384) = 4339
read(5, "", 12045)                      = 0
stat64("/Settings/Trolltech.conf", {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
open("/etc/localtime", O_RDONLY)        = -1 ENOENT (No such file or directory)
close(5)                                = 0
stat64("/etc/xdg/Trolltech.conf", 0x7faf45b0) = -1 ENOENT (No such file or directory)
stat64("/etc/xdg/Trolltech.conf", 0x458b68) = -1 ENOENT (No such file or directory)
stat64("/proc/886/exe", {st_mode=S_IFREG|0755, st_size=308903, ...}) = 0
lstat64("/proc/886/exe", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0
lstat64("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
lstat64("/proc/886", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
lstat64("/proc/886/exe", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0
readlink("/proc/886/exe", "/QScrollLabel", 4096) = 13
lstat64("/QScrollLabel", {st_mode=S_IFREG|0755, st_size=308903, ...}) = 0
stat64("/qt.conf", 0x458b28)            = -1 ENOENT (No such file or directory)
lstat64("/qt.conf", 0x7faf4e40)         = -1 ENOENT (No such file or directory)
stat64("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/plugins", 0x458b28) = -1 ENOENT (No such file or directory)
lstat64("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/plugins", 0x7faf5018) = -1 ENOENT (No such file or directory)
stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getcwd("/", 4096)                       = 2
stat64("/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
pipe([0, 0])                            = 5
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, {SIG_IGN, [], SA_STACK|SA_INTERRUPT|0x3fa9090}, {SIG_DFL, [RT_68 RT_69 RT_71 RT_72 RT_73 RT_75 RT_77 RT_78 RT_81 RT_82 RT_85 RT_91 RT_92 RT_94], 0}, 16) = 0
mkdir("/tmp/qtembedded-0", 0700)        = -1 EEXIST (File exists)
lstat64("/tmp/qtembedded-0", {st_mode=S_IFDIR|0700, st_size=80, ...}) = 0
getuid()                                = 0
unlink("/tmp/qtembedded-0/QtEmbedded-0") = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 7
unlink("/tmp/qtembedded-0/QtEmbedded-0") = -1 ENOENT (No such file or directory)
bind(7, {sa_family=AF_FILE, sun_path="/tmp/qtembedded-0/QtEmbedded-0"}, 32) = 0
chmod("/tmp/qtembedded-0/QtEmbedded-0", 0600) = 0
listen(7, 16)                           = 0
getsockname(7, {sa_family=AF_FILE, sun_path="/tmp/qtembedded-0/QtEmbedded-0"}, [33]) = 0
getpeername(7, 0x7faf4ed8, [33])        = -1 ENOTCONN (Transport endpoint is not connected)
getsockopt(7, SOL_SOCKET, SO_TYPE, [2], [4]) = 0
fcntl64(7, F_GETFL)                     = 0x2 (flags O_RDWR)
fcntl64(7, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
setsockopt(7, SOL_SOCKET, SO_LINGER, {onoff=1, linger=0}, 8) = 0
rt_sigaction(SIGPIPE, {0x10000000, [RT_65 RT_68 RT_70 RT_71 RT_75 RT_76 RT_77 RT_80 RT_81 RT_82 RT_84 RT_85 RT_86 RT_87 RT_89 RT_90 RT_92 RT_94], SA_STACK|SA_INTERRUPT|0x3fa9090}, {SIG_DFL, [RT_80 RT_81 RT_82 RT_84 RT_86 RT_88 RT_90 RT_92 RT_94], 0}, 16) = 0
geteuid()                               = 0
mount(NULL, "/var/shm", "shm", 0, NULL) = -1 ENOENT (No such file or directory)
stat64("/tmp/qtembedded-0//fonts", {st_mode=S_IFDIR|0755, st_size=100, ...}) = 0
open("/tmp/qtembedded-0//fonts", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
fstat64(8, {st_mode=S_IFDIR|0755, st_size=100, ...}) = 0
fcntl64(8, F_SETFD, FD_CLOEXEC)         = 0
statfs("/tmp/qtembedded-0//fonts", {f_type=0x1021994, f_bsize=4096, f_blocks=2560, f_bfree=2546, f_bavail=2546, f_files=11412, f_ffree=10690, f_fsid={0, 0}, f_namelen=255}) = 0
getdents64(8, /* 5 entries */, 4096)    = 176
stat64("/tmp/qtembedded-0//fonts/dejavu_sans_12_75.qsf", {st_mode=S_IFREG|0644, st_size=17284, ...}) = 0
stat64("/tmp/qtembedded-0//fonts/dejavu_sans_12_50.qsf", {st_mode=S_IFREG|0644, st_size=18600, ...}) = 0
getdents64(8, /* 0 entries */, 4096)    = 0
close(8)                                = 0
unlink("/tmp/qtembedded-0//fonts/dejavu_sans_12_50.qsf") = 0
unlink("/tmp/qtembedded-0//fonts/dejavu_sans_12_75.qsf") = 0
stat64("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/fonts", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/tmp/qtembedded-0//fonts", {st_mode=S_IFDIR|0755, st_size=60, ...}) = 0
stat64("/tmp/qtembedded-0//fonts//fontdb", {st_mode=S_IFREG|0644, st_size=10345, ...}) = 0
open("/etc/localtime", O_RDONLY)        = -1 ENOENT (No such file or directory)
stat64("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/fonts", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/etc/localtime", O_RDONLY)        = -1 ENOENT (No such file or directory)
stat64("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/fonts/fontdir", 0x45bbd8) = -1 ENOENT (No such file or directory)
lstat64("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/fonts/fontdir", 0x7faf4880) = -1 ENOENT (No such file or directory)
open("/tmp/qtembedded-0//fonts//fontdb", O_RDONLY|O_LARGEFILE) = 8
fcntl64(8, F_SETFD, FD_CLOEXEC)         = 0
fstat64(8, {st_mode=S_IFREG|0644, st_size=10345, ...}) = 0
fstat64(8, {st_mode=S_IFREG|0644, st_size=10345, ...}) = 0
read(8, "\4\f\0\0\0r\0/\0u\0s\0r\0/\0l\0o\0c\0a\0l\0/\0T\0r"..., 16384) = 10345
read(8, "", 6039)                       = 0
fstat64(8, {st_mode=S_IFREG|0644, st_size=10345, ...}) = 0
close(8)                                = 0
stat64("/tmp/qtembedded-0/QtEmbedded-0", {st_mode=S_IFSOCK|0600, st_size=0, ...}) = 0
ipc(0x2, 0x640d1530, 0, 0, 0, 0x466cd0) = -1 ENOENT (No such file or directory)
ipc(0x2, 0x640d1530, 0x1, 0x380, 0, 0x466cd0) = 196611
ipc(0x3, 0x30003, 0, 0x110, 0x7faf4cb0, 0x2c430c80) = 0
rt_sigaction(SIGHUP, {0x10000000, [RT_72 RT_75 RT_76 RT_81 RT_82 RT_87 RT_91 RT_92 RT_94], SA_STACK|SA_INTERRUPT|0x3fa9090}, {SIG_DFL, [RT_69 RT_70 RT_71 RT_72 RT_79 RT_81 RT_82 RT_83 RT_84 RT_85 RT_86 RT_87 RT_88 RT_89 RT_90 RT_92 RT_94], 0}, 16) = 0
rt_sigaction(SIGINT, {0x10000000, [RT_67 RT_68 RT_71 RT_75 RT_76 RT_79 RT_81 RT_82 RT_83 RT_84 RT_86 RT_88 RT_89 RT_90 RT_91 RT_92 RT_93 RT_94], SA_STACK|SA_INTERRUPT|0x3fa9090}, {SIG_DFL, [RT_69 RT_70 RT_71 RT_72 RT_79 RT_81 RT_82 RT_83 RT_84 RT_85 RT_86 RT_87 RT_88 RT_89 RT_90 RT_92 RT_94], SA_NOCLDSTOP}, 16) = 0
rt_sigaction(SIGINT, {0x10000000, [RT_67 RT_68 RT_71 RT_75 RT_76 RT_79 RT_81 RT_82 RT_83 RT_84 RT_86 RT_88 RT_89 RT_90 RT_91 RT_92 RT_93 RT_94], SA_NOCLDSTOP}, {0x10000000, [RT_69 RT_70 RT_71 RT_72 RT_79 RT_81 RT_82 RT_83 RT_84 RT_85 RT_86 RT_87 RT_88 RT_89 RT_90 RT_92 RT_94], SA_STACK|SA_INTERRUPT|0x3fa9090}, 16) = 0
rt_sigaction(SIGQUIT, {0x10000000, [RT_67 RT_68 RT_71 RT_75 RT_76 RT_79 RT_81 RT_82 RT_83 RT_84 RT_86 RT_88 RT_89 RT_90 RT_91 RT_92 RT_93 RT_94], SA_STACK|SA_INTERRUPT|0x3fa9090}, {SIG_DFL, [RT_69 RT_70 RT_71 RT_72 RT_79 RT_81 RT_82 RT_83 RT_84 RT_85 RT_86 RT_87 RT_88 RT_89 RT_90 RT_92 RT_94], SA_NOCLDSTOP}, 16) = 0
rt_sigaction(SIGQUIT, {0x10000000, [RT_67 RT_68 RT_71 RT_75 RT_76 RT_79 RT_81 RT_82 RT_83 RT_84 RT_86 RT_88 RT_89 RT_90 RT_91 RT_92 RT_93 RT_94], SA_NOCLDSTOP}, {0x10000000, [RT_69 RT_70 RT_71 RT_72 RT_79 RT_81 RT_82 RT_83 RT_84 RT_85 RT_86 RT_87 RT_88 RT_89 RT_90 RT_92 RT_94], SA_STACK|SA_INTERRUPT|0x3fa9090}, 16) = 0
rt_sigaction(SIGILL, {0x10000000, [RT_67 RT_68 RT_71 RT_75 RT_76 RT_79 RT_81 RT_82 RT_83 RT_84 RT_86 RT_88 RT_89 RT_90 RT_91 RT_92 RT_93 RT_94], SA_STACK|SA_INTERRUPT|0x3fa9090}, {SIG_DFL, [RT_69 RT_70 RT_71 RT_72 RT_79 RT_81 RT_82 RT_83 RT_84 RT_85 RT_86 RT_87 RT_88 RT_89 RT_90 RT_92 RT_94], 0}, 16) = 0
rt_sigaction(SIGIOT, {0x10000000, [RT_67 RT_68 RT_71 RT_75 RT_76 RT_79 RT_81 RT_82 RT_83 RT_84 RT_86 RT_88 RT_89 RT_90 RT_91 RT_92 RT_93 RT_94], SA_STACK|SA_INTERRUPT|0x3fa9090}, {SIG_DFL, [RT_69 RT_70 RT_71 RT_72 RT_79 RT_81 RT_82 RT_83 RT_84 RT_85 RT_86 RT_87 RT_88 RT_89 RT_90 RT_92 RT_94], 0}, 16) = 0
rt_sigaction(SIGFPE, {0x10000000, [RT_67 RT_68 RT_71 RT_75 RT_76 RT_79 RT_81 RT_82 RT_83 RT_84 RT_86 RT_88 RT_89 RT_90 RT_91 RT_92 RT_93 RT_94], SA_STACK|SA_INTERRUPT|0x3fa9090}, {SIG_DFL, [RT_69 RT_70 RT_71 RT_72 RT_79 RT_81 RT_82 RT_83 RT_84 RT_85 RT_86 RT_87 RT_88 RT_89 RT_90 RT_92 RT_94], 0}, 16) = 0
rt_sigaction(SIGSEGV, {0x10000000, [RT_67 RT_68 RT_71 RT_75 RT_76 RT_79 RT_81 RT_82 RT_83 RT_84 RT_86 RT_88 RT_89 RT_90 RT_91 RT_92 RT_93 RT_94], SA_STACK|SA_INTERRUPT|0x3fa9090}, {SIG_DFL, [RT_69 RT_70 RT_71 RT_72 RT_79 RT_81 RT_82 RT_83 RT_84 RT_85 RT_86 RT_87 RT_88 RT_89 RT_90 RT_92 RT_94], 0}, 16) = 0
rt_sigaction(SIGTERM, {0x10000000, [RT_67 RT_68 RT_71 RT_75 RT_76 RT_79 RT_81 RT_82 RT_83 RT_84 RT_86 RT_88 RT_89 RT_90 RT_91 RT_92 RT_93 RT_94], SA_STACK|SA_INTERRUPT|0x3fa9090}, {SIG_DFL, [RT_69 RT_70 RT_71 RT_72 RT_79 RT_81 RT_82 RT_83 RT_84 RT_85 RT_86 RT_87 RT_88 RT_89 RT_90 RT_92 RT_94], 0}, 16) = 0
rt_sigaction(SIGBUS, {0x10000000, [RT_67 RT_68 RT_71 RT_75 RT_76 RT_79 RT_81 RT_82 RT_83 RT_84 RT_86 RT_88 RT_89 RT_90 RT_91 RT_92 RT_93 RT_94], SA_STACK|SA_INTERRUPT|0x3fa9090}, {SIG_DFL, [RT_69 RT_70 RT_71 RT_72 RT_79 RT_81 RT_82 RT_83 RT_84 RT_85 RT_86 RT_87 RT_88 RT_89 RT_90 RT_92 RT_94], 0}, 16) = 0
access("/dev/fb0", R_OK|W_OK)           = 0
open("/dev/fb0", O_RDWR|O_LARGEFILE)    = 8
fcntl64(8, F_SETFD, FD_CLOEXEC)         = 0
ioctl(8, FBIOGET_FSCREENINFO or FBIOPUT_CONTRAST, 0x7faf4bc8) = 0
ioctl(8, FBIOGET_VSCREENINFO, 0x7faf4c0c) = 0
old_mmap(NULL, 1536000, PROT_READ|PROT_WRITE, MAP_SHARED, 8, 0) = 0x2c4c9000
ipc(0x17, 0, 0x400, 0x380, 0, 0x2c324658) = 196608
ipc(0x15, 0x30000, 0, 0x7faf4d10, 0, 0x2) = 0
ipc(0x18, 0x30000, 0x100, 0, 0, 0x2c324658) = 0
open("/dev/tty0", O_RDWR|O_LARGEFILE)   = 9
fcntl64(9, F_SETFD, FD_CLOEXEC)         = 0
ioctl(9, KDGETMODE, 0x467688)           = 0
write(9, "\33[9;0]\33[?33l\33[?25l\33[?1c\0", 24) = 24
ioctl(8, FBIOGET_VSCREENINFO, 0x7faf4c94) = 0
ioctl(8, FBIOGET_FSCREENINFO or FBIOPUT_CONTRAST, 0x7faf4c50) = 0
ioctl(8, FBIOBLANK, 0)                  = 0
stat64("/Settings/Trolltech.conf", {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
open("/Settings/Trolltech.conf", O_RDONLY|O_LARGEFILE) = 10
fcntl64(10, F_SETFD, FD_CLOEXEC)        = 0
fstat64(10, {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
close(10)                               = 0
stat64("/Settings/Trolltech.conf", {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
stat64("/Settings/Trolltech.conf", {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
open("/etc/localtime", O_RDONLY)        = -1 ENOENT (No such file or directory)
stat64("/etc/xdg/Trolltech.conf", 0x7faf4718) = -1 ENOENT (No such file or directory)
stat64("/etc/xdg/Trolltech.conf", 0x45f778) = -1 ENOENT (No such file or directory)
gettimeofday({1340822686, 997801}, NULL) = 0
open("/etc/localtime", O_RDONLY)        = -1 ENOENT (No such file or directory)
open("/etc/pointercal", O_RDONLY|O_LARGEFILE) = 10
fcntl64(10, F_SETFD, FD_CLOEXEC)        = 0
fstat64(10, {st_mode=S_IFREG|0755, st_size=42, ...}) = 0
fstat64(10, {st_mode=S_IFREG|0755, st_size=42, ...}) = 0
read(10, "1738 25 -3335800 -11 -1080 33692"..., 16384) = 42
read(10, "", 16342)                     = 0
close(10)                               = 0
open("/dev/event0", O_RDONLY|O_NONBLOCK) = 10
open("/opt/libs/tslib/etc/ts.conf", O_RDONLY) = 11
fstat64(11, {st_mode=S_IFREG|0644, st_size=645, ...}) = 0
old_mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aae4000
read(11, "# Uncomment if you wish to use t"..., 4096) = 645
open("/opt/libs/tslib/lib/ts/input.so", O_RDONLY) = 12
read(12, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\10\0\1\0\0\0 \10\0\0004\0\0\0"..., 512) = 512
fstat64(12, {st_mode=S_IFREG|0755, st_size=9648, ...}) = 0
old_mmap(NULL, 266896, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 12, 0) = 0x2c640000
mprotect(0x2c642000, 258704, PROT_NONE) = 0
old_mmap(0x2c681000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 12, 0x1000) = 0x2c681000
close(12)                               = 0
open("/opt/libs/tslib/lib/ts/pthres.so", O_RDONLY) = 12
read(12, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\10\0\1\0\0\0 \10\0\0004\0\0\0"..., 512) = 512
fstat64(12, {st_mode=S_IFREG|0755, st_size=9066, ...}) = 0
old_mmap(NULL, 266224, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 12, 0) = 0x2c682000
mprotect(0x2c683000, 262128, PROT_NONE) = 0
old_mmap(0x2c6c2000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 12, 0) = 0x2c6c2000
close(12)                               = 0
open("/opt/libs/tslib/lib/ts/variance.so", O_RDONLY) = 12
read(12, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\10\0\1\0\0\0\360\7\0\0004\0\0\0"..., 512) = 512
fstat64(12, {st_mode=S_IFREG|0755, st_size=9245, ...}) = 0
old_mmap(NULL, 266432, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 12, 0) = 0x2c6c3000
mprotect(0x2c6c5000, 258240, PROT_NONE) = 0
old_mmap(0x2c704000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 12, 0x1000) = 0x2c704000
close(12)                               = 0
open("/opt/libs/tslib/lib/ts/dejitter.so", O_RDONLY) = 12
read(12, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\10\0\1\0\0\0\20\10\0\0004\0\0\0"..., 512) = 512
fstat64(12, {st_mode=S_IFREG|0755, st_size=9446, ...}) = 0
old_mmap(NULL, 266576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 12, 0) = 0x2c705000
mprotect(0x2c707000, 258384, PROT_NONE) = 0
old_mmap(0x2c746000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 12, 0x1000) = 0x2c746000
close(12)                               = 0
open("/opt/libs/tslib/lib/ts/linear.so", O_RDONLY) = 12
read(12, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\10\0\1\0\0\0p\10\0\0004\0\0\0"..., 512) = 512
fstat64(12, {st_mode=S_IFREG|0755, st_size=9337, ...}) = 0
old_mmap(NULL, 266432, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 12, 0) = 0x2c747000
mprotect(0x2c748000, 262336, PROT_NONE) = 0
old_mmap(0x2c788000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 12, 0x1000) = 0x2c788000
close(12)                               = 0
stat("/etc/pointercal", {st_mode=S_IFREG|0755, st_size=42, ...}) = 0
open("/etc/pointercal", O_RDONLY)       = 12
read(12, "1738 25 -3335800 -11 -1080 33692"..., 200) = 42
close(12)                               = 0
read(11, "", 4096)                      = 0
close(11)                               = 0
munmap(0x2aae4000, 65536)               = 0
open("/dev/tty0", O_RDWR|O_LARGEFILE)   = 11
fcntl64(11, F_SETFD, FD_CLOEXEC)        = 0
ioctl(11, TIOCNXCL, {B38400 opost isig icanon echo ...}) = 0
ioctl(11, TIOCNXCL, {B38400 opost isig icanon echo ...}) = 0
ioctl(11, KDGKBMODE, 0x462c04)          = 0
ioctl(11, KDSKBMODE, 0x2)               = 0
ioctl(11, TIOCSCTTY, {B0 -opost -isig -icanon -echo ...}) = 0
rt_sigaction(SIGUSR1, {SIG_DFL, [RT_69], SA_STACK|SA_INTERRUPT|0x3fa9090}, NULL, 16) = 0
rt_sigaction(SIGUSR2, {SIG_DFL, [RT_69], SA_STACK|SA_INTERRUPT|0x3fa9090}, NULL, 16) = 0
ioctl(11, VIDIOC_RESERVED or VT_GETMODE, 0x7faf4f42) = 0
ioctl(11, VIDIOC_ENUM_FMT or VT_SETMODE, 0x7faf4f42) = 0
ioctl(11, VT_GETSTATE, 0x7faf4f3c)      = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 12
unlink("/tmp/.qt_soundserver-0")        = 0
bind(12, {sa_family=AF_FILE, sun_path="/tmp/.qt_soundserver-0"}, 24) = 0
chmod("/tmp/.qt_soundserver-0", 0600)   = 0
listen(12, 16)                          = 0
getsockname(12, {sa_family=AF_FILE, sun_path="/tmp/.qt_soundserver-0"}, [25]) = 0
getpeername(12, 0x7faf4e28, [25])       = -1 ENOTCONN (Transport endpoint is not connected)
getsockopt(12, SOL_SOCKET, SO_TYPE, [2], [4]) = 0
fcntl64(12, F_GETFL)                    = 0x2 (flags O_RDWR)
fcntl64(12, F_SETFL, O_RDWR|O_NONBLOCK) = 0
stat64("/Settings/Trolltech.conf", {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
open("/Settings/Trolltech.conf", O_RDONLY|O_LARGEFILE) = 13
fcntl64(13, F_SETFD, FD_CLOEXEC)        = 0
fstat64(13, {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
close(13)                               = 0
stat64("/Settings/Trolltech.conf", {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
stat64("/Settings/Trolltech.conf", {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
open("/etc/localtime", O_RDONLY)        = -1 ENOENT (No such file or directory)
stat64("/etc/xdg/Trolltech.conf", 0x7faf4b40) = -1 ENOENT (No such file or directory)
stat64("/etc/xdg/Trolltech.conf", 0x46f0b8) = -1 ENOENT (No such file or directory)
stat64("//decorations/.", 0x46ef60)     = -1 ENOENT (No such file or directory)
lstat64("//decorations/.", 0x7faf4d18)  = -1 ENOENT (No such file or directory)
write(4, "\0", 1)                       = 1
stat64("/Settings/Trolltech.conf", {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
open("/Settings/Trolltech.conf", O_RDONLY|O_LARGEFILE) = 13
fcntl64(13, F_SETFD, FD_CLOEXEC)        = 0
fstat64(13, {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
close(13)                               = 0
stat64("/Settings/Trolltech.conf", {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
stat64("/Settings/Trolltech.conf", {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
open("/etc/localtime", O_RDONLY)        = -1 ENOENT (No such file or directory)
stat64("/etc/xdg/Trolltech.conf", 0x7faf3c90) = -1 ENOENT (No such file or directory)
stat64("/etc/xdg/Trolltech.conf", 0x475380) = -1 ENOENT (No such file or directory)
stat64("//fontengines/.", 0x475380)     = -1 ENOENT (No such file or directory)
lstat64("//fontengines/.", 0x7faf3e68)  = -1 ENOENT (No such file or directory)
stat64("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/fonts/DejaVuSans.ttf", {st_mode=S_IFREG|0644, st_size=493564, ...}) = 0
brk(0x49a000)                           = 0x49a000
stat64("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/fonts/DejaVuSans.ttf", {st_mode=S_IFREG|0644, st_size=493564, ...}) = 0
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/fonts/DejaVuSans.ttf", O_RDONLY) = 13
fcntl64(13, F_SETFD, FD_CLOEXEC)        = 0
fstat(13, {st_mode=S_IFREG|0644, st_size=493564, ...}) = 0
old_mmap(NULL, 493564, PROT_READ, MAP_PRIVATE, 13, 0) = 0x2c789000
close(13)                               = 0
brk(0x4bb000)                           = 0x4bb000
brk(0x4dc000)                           = 0x4dc000
brk(0x4fd000)                           = 0x4fd000
stat64("/tmp/qtembedded-0//fonts", {st_mode=S_IFDIR|0755, st_size=60, ...}) = 0
access("/tmp/qtembedded-0//fonts/dejavu_sans_12_50.qsf", F_OK) = -1 ENOENT (No such file or directory)
stat64("/tmp/qtembedded-0//fonts", {st_mode=S_IFDIR|0755, st_size=60, ...}) = 0
access("/tmp/qtembedded-0//fonts/", W_OK) = 0
open("/tmp/qtembedded-0//fonts/dejavu_sans_12_50.qsf", O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0644) = 13
fcntl64(13, F_SETFD, FD_CLOEXEC)        = 0
write(13, "QPF2\0\0\0\0\2\0\0\324\0\0\0\vDejaVu Sans\0\1\0H/"..., 16596) = 16596
fstat64(13, {st_mode=S_IFREG|0644, st_size=16596, ...}) = 0
old_mmap(NULL, 16596, PROT_READ|PROT_WRITE, MAP_SHARED, 13, 0) = 0x2aae4000
stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getcwd("/", 4096)                       = 2
stat64("enroutelogo.png", {st_mode=S_IFREG|0600, st_size=638, ...}) = 0
open("/etc/localtime", O_RDONLY)        = -1 ENOENT (No such file or directory)
open("/etc/localtime", O_RDONLY)        = -1 ENOENT (No such file or directory)
stat64("enroutelogo.png", {st_mode=S_IFREG|0600, st_size=638, ...}) = 0
open("enroutelogo.png", O_RDONLY|O_LARGEFILE) = 14
fcntl64(14, F_SETFD, FD_CLOEXEC)        = 0
fstat64(14, {st_mode=S_IFREG|0600, st_size=638, ...}) = 0
stat64("/Settings/Trolltech.conf", {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
open("/Settings/Trolltech.conf", O_RDONLY|O_LARGEFILE) = 15
fcntl64(15, F_SETFD, FD_CLOEXEC)        = 0
fstat64(15, {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
close(15)                               = 0
stat64("/Settings/Trolltech.conf", {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
stat64("/Settings/Trolltech.conf", {st_mode=S_IFREG|0644, st_size=4339, ...}) = 0
open("/etc/localtime", O_RDONLY)        = -1 ENOENT (No such file or directory)
stat64("/etc/xdg/Trolltech.conf", 0x7faf4858) = -1 ENOENT (No such file or directory)
stat64("/etc/xdg/Trolltech.conf", 0x486d10) = -1 ENOENT (No such file or directory)
stat64("//imageformats/.", 0x486d10)    = -1 ENOENT (No such file or directory)
lstat64("//imageformats/.", 0x7faf4a30) = -1 ENOENT (No such file or directory)
fstat64(14, {st_mode=S_IFREG|0600, st_size=638, ...}) = 0
_llseek(14, 0, [0], SEEK_SET)           = 0
read(14, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\37\0\0\0\37\10\2\0\0\0\220\314\201"..., 16384) = 638
read(14, "", 15746)                     = 0
brk(0x520000)                           = 0x520000
brk(0x518000)                           = 0x518000
brk(0x50e000)                           = 0x50e000
close(14)                               = 0
clock_gettime(CLOCK_MONOTONIC, {2741, 850996082}) = 0
write(2, "QPainter::fontMetrics: Painter n"..., 42) = 42
fcntl64(13, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
lseek(13, 0, SEEK_END)                  = 16596
write(13, "\t\n\f\0\367\t", 6)          = 6
write(13, "\0\0C\270\340\321\202\t\0\0\0\0\0U\360\\\24-\274\276\3\0\0\0\5\347d\0\0\0\f\347"..., 120) = 120
lseek(13, 0, SEEK_END)                  = 16722
write(13, "\6\n\10\1\371\10", 6)        = 6
write(13, "\2024\226\256[\0\0\0\350\317KJ\341_\0\0\350\\\0\0[\316\0\0\3500\0\0,\362\0\0"..., 80) = 80
lseek(13, 0, SEEK_END)                  = 16808
write(13, "\7\10\10\0\371\7", 6)        = 6
write(13, "\0\4l\256\243>\0\0\0\245\261<Q\3469\0&\365\n\0\0u\241\0Q\370\324\325\326\342\267\0"..., 64) = 64
lseek(13, 0, SEEK_END)                  = 16878
write(13, "\6\7\10\1\371\10", 6)        = 6
write(13, "\202/\221\260c\0\0\0\350\307QT\354I\0\0\350M\0\0\220\214\0\0\350,\0\0|\227\0\0"..., 56) = 56
lseek(13, 0, SEEK_END)                  = 16940
write(13, "\0\0\0\0\0\4", 6)            = 6
write(13, NULL, 0)                      = 0
lseek(13, 0, SEEK_END)                  = 16946
write(13, "\5\t\10\0\367\5", 6)         = 6
write(13, "\0`\25\0\0\0\0\0\0\3444\0\0\0\0\0`\363\246\220<\0\0\0000\353mH\36\0\0\0"..., 72) = 72
lseek(13, 0, SEEK_END)                  = 17024
write(13, "\6\n\10\1\366\10", 6)        = 6
write(13, "\35\5\0\0\0\0\0\0\350,\0\0\0\0\0\0\350,\0\0\0\0\0\0\350B\221\260c\0\0\0"..., 80) = 80
lseek(13, 0, SEEK_END)                  = 17110
write(13, "\6\v\10\1\366\10", 6)        = 6
write(13, "\35\5\0\0\0\0\0\0\350,\0\0\0\0\0\0\350,\0\0\0\0\0\0\350H\226\256[\0\0\0"..., 88) = 88
lseek(13, 0, SEEK_END)                  = 17204
write(13, "\7\10\10\0\371\7", 6)        = 6
write(13, "\0\v}\261\231)\0\0\0\274\2559q\356\37\0/\364\v\0\0\252\206\0S\320\0\0\0y\252\0"..., 64) = 64
lseek(13, 0, SEEK_END)                  = 17274
write(13, "\7\7\10\0\371\7", 6)         = 6
write(13, " \212\n\0\1\1777\0\0\245\236\0y\307\5\0\0\f\332\217\352\37\0\0\0\0L\377j\0\0\0"..., 56) = 56
fcntl64(13, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0
lseek(13, 0, SEEK_END)                  = 17336
mremap(0x2aae4000, 16596, 17336, MREMAP_MAYMOVE) = 0x2aae4000
brk(0x52f000)                           = 0x52f000
brk(0x551000)                           = 0x551000
brk(0x572000)                           = 0x572000
write(2, "QPainter::fontMetrics: Painter n"..., 42) = 42
clock_gettime(CLOCK_MONOTONIC, {2742, 373996464}) = 0
clock_gettime(CLOCK_MONOTONIC, {2742, 391076597}) = 0
old_mmap(NULL, 536576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2c802000
stat64("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/fonts/DejaVuSans-Bold.ttf", {st_mode=S_IFREG|0644, st_size=466696, ...}) = 0
stat64("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/fonts/DejaVuSans-Bold.ttf", {st_mode=S_IFREG|0644, st_size=466696, ...}) = 0
open("/usr/local/Trolltech/Qte-4.6.2-mipsel-gcc-4.2.4/lib/fonts/DejaVuSans-Bold.ttf", O_RDONLY) = 14
fcntl64(14, F_SETFD, FD_CLOEXEC)        = 0
fstat(14, {st_mode=S_IFREG|0644, st_size=466696, ...}) = 0
old_mmap(NULL, 466696, PROT_READ, MAP_PRIVATE, 14, 0) = 0x2c885000
close(14)                               = 0
brk(0x594000)                           = 0x594000
brk(0x5b5000)                           = 0x5b5000
stat64("/tmp/qtembedded-0//fonts", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0
access("/tmp/qtembedded-0//fonts/dejavu_sans_12_75.qsf", F_OK) = -1 ENOENT (No such file or directory)
stat64("/tmp/qtembedded-0//fonts", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0
access("/tmp/qtembedded-0//fonts/", W_OK) = 0
open("/tmp/qtembedded-0//fonts/dejavu_sans_12_75.qsf", O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0644) = 14
fcntl64(14, F_SETFD, FD_CLOEXEC)        = 0
write(14, "QPF2\0\0\0\0\2\0\0\330\0\0\0\vDejaVu Sans\0\1\0M/"..., 16588) = 16588
fstat64(14, {st_mode=S_IFREG|0644, st_size=16588, ...}) = 0
old_mmap(NULL, 16588, PROT_READ|PROT_WRITE, MAP_SHARED, 14, 0) = 0x2aae9000
fcntl64(14, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
lseek(14, 0, SEEK_END)                  = 16588
write(14, "\n\t\f\1\367\f", 6)          = 6
write(14, "\253\300\277\30\0\0$\300\300\237\0\0\344\377\377\200\0\0\221\377\377\324\0\0\344\377\367\347\5\f\361\366"..., 108) = 108
lseek(14, 0, SEEK_END)                  = 16702
write(14, "\10\10\10\0\371\10", 6)      = 6
write(14, "\0o\240\264\253v\f\0\0\337\302\261\335\377\273\0\0\r\0250>\374\377\24\r\273\377\377\377\377\377'"..., 64) = 64
lseek(14, 0, SEEK_END)                  = 16772
write(14, "\3\n\4\1\366\4", 6)          = 6
write(14, "\37 \3\0\374\377\34\0\225\230\20\0\215\220\17\0\374\377\34\0\374\377\34\0\374\377\34\0\374\377\34\0"..., 40) = 40
lseek(14, 0, SEEK_END)                  = 16818
write(14, "\7\7\10\1\371\t", 6)         = 6
write(14, "\215\220(\221\260d\0\0\374\377\354\346\377\377M\0\374\377v\0\245\377\221\0\374\377$\0\201\377\234\0"..., 56) = 56
lseek(14, 0, SEEK_END)                  = 16880
write(14, "\r\t\20\0\367\r", 6)         = 6
write(14, "j\300s\0\0k\300\227\0\0G\300\223\0\0\0X\377\317\0\0\304\377\367\6\0\224\377\220\0\0\0"..., 144) = 144
lseek(14, 0, SEEK_END)                  = 17030
write(14, "\10\v\10\0\366\t", 6)        = 6
write(14, "\0\0\0\0\0\21 \22\0\0\0\0\0\210\377\224\0\0\0\0\0\210\377\224\0\25\220\257h\211\377\224"..., 88) = 88
lseek(14, 0, SEEK_END)                  = 17124
write(14, "\10\10\10\0\371\10", 6)      = 6
write(14, "\0\6j\251\260\201\27\0\2\276\377\351\334\377\346\32K\377\355\17\1\276\377\212v\377\273\0\0|\377\265"..., 64) = 64
lseek(14, 0, SEEK_END)                  = 17194
write(14, "\v\7\f\0\371\v", 6)          = 6
write(14, "H\220M\0009\220F\0@\220U\0L\377\271\0\227\377\257\0\243\377c\0\r\373\363\3\326\357\354\1"..., 84) = 84
fcntl64(14, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0
lseek(14, 0, SEEK_END)                  = 17284
mremap(0x2aae9000, 16588, 17284, MREMAP_MAYMOVE) = 0x2aae9000
brk(0x5d6000)                           = 0x5d6000
brk(0x5f7000)                           = 0x5f7000
fcntl64(13, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
lseek(13, 0, SEEK_END)                  = 17336
write(13, "\6\t\10\1\367\7", 6)         = 6
write(13, "\237\300\277\261j\2\0\0\324\1778[\351~\0\0\324\\\0\0}\312\0\0\324\\\0\0\222\300\0\0"..., 72) = 72
lseek(13, 0, SEEK_END)                  = 17414
write(13, "\6\10\10\1\371\10", 6)       = 6
write(13, "\215\r\0\0QJ\0\0\374\30\0\0\220\204\0\0\374\30\0\0\220\204\0\0\374\30\0\0\220\204\0\0"..., 64) = 64
lseek(13, 0, SEEK_END)                  = 17484
write(13, "\6\10\10\0\371\6", 6)        = 6
write(13, "\0G\245\263\226!\0\0&\355S5\\/\0\0>\333\17\0\0\0\0\0\2\242\365\303t\6\0\0"..., 64) = 64
lseek(13, 0, SEEK_END)                  = 17554
write(13, "\7\t\10\1\367\10", 6)        = 6
write(13, "\237\300\300\273\216\30\0\0\324\1778C\263\313\0\0\324\\\0\0008\373\0\0\324s$/\244\264\0\0"..., 72) = 72
fcntl64(13, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0
lseek(13, 0, SEEK_END)                  = 17632
mremap(0x2aae4000, 17336, 17632, MREMAP_MAYMOVE) = 0x2aae4000
ipc(0x1, 0x30003, 0x1, 0, 0x7faf2d90, 0x7fff001a) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf2d90, 0x7fff001a) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf4018, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf4018, 0x7faf405c) = 0
clock_gettime(CLOCK_MONOTONIC, {2744, 63974916}) = 0
clock_gettime(CLOCK_MONOTONIC, {2744, 74082063}) = 0
clock_gettime(CLOCK_MONOTONIC, {2744, 84079941}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2744, 124078018}) = 0
clock_gettime(CLOCK_MONOTONIC, {2744, 134076172}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2744, 154079624}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2744, 187077018}) = 0
clock_gettime(CLOCK_MONOTONIC, {2744, 197080225}) = 0
clock_gettime(CLOCK_MONOTONIC, {2744, 207078715}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2744, 247067935}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2744, 267076083}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2744, 300078668}) = 0
clock_gettime(CLOCK_MONOTONIC, {2744, 309971375}) = 0
clock_gettime(CLOCK_MONOTONIC, {2744, 320078705}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2744, 369068376}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2744, 389077351}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2744, 422077351}) = 0
clock_gettime(CLOCK_MONOTONIC, {2744, 433131652}) = 0
clock_gettime(CLOCK_MONOTONIC, {2744, 753357119}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2744, 793076929}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2744, 813076863}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2744, 851998058}) = 0
clock_gettime(CLOCK_MONOTONIC, {2744, 865076506}) = 0
clock_gettime(CLOCK_MONOTONIC, {2744, 875073666}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2744, 915078376}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2744, 934972009}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2744, 968077847}) = 0
clock_gettime(CLOCK_MONOTONIC, {2744, 978076762}) = 0
clock_gettime(CLOCK_MONOTONIC, {2744, 988076790}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2745, 33068185}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2745, 53071719}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 86072506}) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 96071132}) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 106072386}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2745, 146070851}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2745, 166075014}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 199072160}) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 208963037}) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 219069660}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2745, 259217975}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2745, 279071626}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 321074052}) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 331070152}) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 341071158}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2745, 381069272}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2745, 401070018}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 435769664}) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 447782147}) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 458070349}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2745, 498073355}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2745, 518070380}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 553989785}) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 566929493}) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 577070973}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2745, 617073918}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2745, 636963976}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 670072506}) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 680072111}) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 690071435}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2745, 730072144}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2745, 750070670}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 790074244}) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 800074654}) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 810073613}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2745, 849966859}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2745, 870074469}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 902970180}) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 913077213}) = 0
clock_gettime(CLOCK_MONOTONIC, {2745, 922967485}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2745, 972061951}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2745, 992074996}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2746, 25073969}) = 0
clock_gettime(CLOCK_MONOTONIC, {2746, 35071522}) = 0
clock_gettime(CLOCK_MONOTONIC, {2746, 45070319}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2746, 85075006}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2746, 105075473}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2746, 141130660}) = 0
clock_gettime(CLOCK_MONOTONIC, {2746, 151989952}) = 0
clock_gettime(CLOCK_MONOTONIC, {2746, 162000265}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2746, 202077904}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2746, 222076800}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2746, 620992322}) = 0
clock_gettime(CLOCK_MONOTONIC, {2746, 631073737}) = 0
clock_gettime(CLOCK_MONOTONIC, {2746, 641073615}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2746, 681078052}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2746, 701075347}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2746, 734077981}) = 0
clock_gettime(CLOCK_MONOTONIC, {2746, 744076644}) = 0
clock_gettime(CLOCK_MONOTONIC, {2746, 754075522}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2746, 794076648}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2746, 814074311}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2746, 847076941}) = 0
clock_gettime(CLOCK_MONOTONIC, {2746, 857073128}) = 0
clock_gettime(CLOCK_MONOTONIC, {2746, 866962017}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2746, 913953798}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2746, 934073321}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2746, 975996253}) = 0
clock_gettime(CLOCK_MONOTONIC, {2746, 986070679}) = 0
clock_gettime(CLOCK_MONOTONIC, {2746, 996071461}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2747, 36069465}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2747, 56066971}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2747, 89071392}) = 0
clock_gettime(CLOCK_MONOTONIC, {2747, 99068750}) = 0
clock_gettime(CLOCK_MONOTONIC, {2747, 109071315}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2747, 149069142}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2747, 169067298}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2747, 515069687}) = 0
clock_gettime(CLOCK_MONOTONIC, {2747, 525065831}) = 0
clock_gettime(CLOCK_MONOTONIC, {2747, 535069083}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2747, 575056406}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2747, 595066933}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2747, 631068587}) = 0
clock_gettime(CLOCK_MONOTONIC, {2747, 641065611}) = 0
clock_gettime(CLOCK_MONOTONIC, {2747, 651067002}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2747, 691067664}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2747, 711066262}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2747, 744070819}) = 0
clock_gettime(CLOCK_MONOTONIC, {2747, 754066506}) = 0
clock_gettime(CLOCK_MONOTONIC, {2747, 764059024}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2747, 804064085}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2747, 824067213}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2747, 857065805}) = 0
clock_gettime(CLOCK_MONOTONIC, {2747, 867067701}) = 0
clock_gettime(CLOCK_MONOTONIC, {2747, 877065666}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2747, 925993513}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2747, 946069996}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2747, 979068955}) = 0
clock_gettime(CLOCK_MONOTONIC, {2747, 993994952}) = 0
clock_gettime(CLOCK_MONOTONIC, {2748, 4065727}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2748, 43958960}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2748, 64061992}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2748, 97067916}) = 0
clock_gettime(CLOCK_MONOTONIC, {2748, 107067583}) = 0
clock_gettime(CLOCK_MONOTONIC, {2748, 117066335}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2748, 157065382}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2748, 178764765}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2748, 214068152}) = 0
clock_gettime(CLOCK_MONOTONIC, {2748, 224067924}) = 0
clock_gettime(CLOCK_MONOTONIC, {2748, 234065717}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2748, 274056926}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2748, 296987350}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2748, 330067079}) = 0
clock_gettime(CLOCK_MONOTONIC, {2748, 340062762}) = 0
clock_gettime(CLOCK_MONOTONIC, {2748, 350066845}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2748, 390068030}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2748, 410068282}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2748, 443071620}) = 0
clock_gettime(CLOCK_MONOTONIC, {2748, 453070152}) = 0
clock_gettime(CLOCK_MONOTONIC, {2748, 462999424}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2748, 503065274}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2748, 523068461}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2748, 555963456}) = 0
clock_gettime(CLOCK_MONOTONIC, {2748, 574993318}) = 0
clock_gettime(CLOCK_MONOTONIC, {2748, 585066552}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2748, 625066286}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2748, 645063713}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2748, 678069347}) = 0
clock_gettime(CLOCK_MONOTONIC, {2748, 688069569}) = 0
clock_gettime(CLOCK_MONOTONIC, {2748, 698064146}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2748, 745563233}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2748, 772129424}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2748, 810995846}) = 0
clock_gettime(CLOCK_MONOTONIC, {2748, 821129164}) = 0
clock_gettime(CLOCK_MONOTONIC, {2748, 834072603}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2748, 883123136}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2749, 278076128}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2749, 322996887}) = 0
clock_gettime(CLOCK_MONOTONIC, {2749, 333132823}) = 0
clock_gettime(CLOCK_MONOTONIC, {2749, 345995806}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2749, 394995176}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2749, 418135912}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2749, 456998956}) = 0
clock_gettime(CLOCK_MONOTONIC, {2749, 467128205}) = 0
clock_gettime(CLOCK_MONOTONIC, {2749, 480114831}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2749, 529132741}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2749, 552130839}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2749, 590995651}) = 0
clock_gettime(CLOCK_MONOTONIC, {2749, 601116554}) = 0
clock_gettime(CLOCK_MONOTONIC, {2749, 611117815}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2749, 656996094}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2749, 700996460}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2749, 739998168}) = 0
clock_gettime(CLOCK_MONOTONIC, {2749, 750132843}) = 0
clock_gettime(CLOCK_MONOTONIC, {2749, 763059105}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2749, 815113339}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2749, 841133262}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2749, 882994948}) = 0
clock_gettime(CLOCK_MONOTONIC, {2749, 893135437}) = 0
clock_gettime(CLOCK_MONOTONIC, {2749, 906076638}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2749, 958076685}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2749, 983992476}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2750, 23065355}) = 0
clock_gettime(CLOCK_MONOTONIC, {2750, 36108752}) = 0
clock_gettime(CLOCK_MONOTONIC, {2750, 53067697}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2750, 93063961}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2750, 424068357}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2750, 459980871}) = 0
clock_gettime(CLOCK_MONOTONIC, {2750, 472987757}) = 0
clock_gettime(CLOCK_MONOTONIC, {2750, 483066652}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2750, 523062315}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2750, 543067266}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2750, 577067786}) = 0
clock_gettime(CLOCK_MONOTONIC, {2750, 587063396}) = 0
clock_gettime(CLOCK_MONOTONIC, {2750, 597067530}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2750, 637067408}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2750, 656960407}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2750, 690070179}) = 0
clock_gettime(CLOCK_MONOTONIC, {2750, 700062656}) = 0
clock_gettime(CLOCK_MONOTONIC, {2750, 718990724}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2750, 759212792}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2750, 779067120}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2750, 812068784}) = 0
clock_gettime(CLOCK_MONOTONIC, {2750, 822067648}) = 0
clock_gettime(CLOCK_MONOTONIC, {2750, 832067780}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2750, 872062544}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2750, 892061707}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2750, 925068461}) = 0
clock_gettime(CLOCK_MONOTONIC, {2750, 935066715}) = 0
clock_gettime(CLOCK_MONOTONIC, {2750, 945067786}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2750, 984962334}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2751, 5071550}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2751, 38067668}) = 0
clock_gettime(CLOCK_MONOTONIC, {2751, 48068244}) = 0
clock_gettime(CLOCK_MONOTONIC, {2751, 58064581}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2751, 99765082}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2751, 126996501}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2751, 526070239}) = 0
clock_gettime(CLOCK_MONOTONIC, {2751, 536068518}) = 0
clock_gettime(CLOCK_MONOTONIC, {2751, 546063239}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2751, 586066750}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2751, 606064172}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2751, 639066494}) = 0
clock_gettime(CLOCK_MONOTONIC, {2751, 649064593}) = 0
clock_gettime(CLOCK_MONOTONIC, {2751, 658960785}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2751, 698961619}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2751, 727991159}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2751, 761169331}) = 0
clock_gettime(CLOCK_MONOTONIC, {2751, 771068148}) = 0
clock_gettime(CLOCK_MONOTONIC, {2751, 780964907}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2751, 821060900}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2751, 840961151}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2751, 875066788}) = 0
clock_gettime(CLOCK_MONOTONIC, {2751, 885065609}) = 0
clock_gettime(CLOCK_MONOTONIC, {2751, 895060766}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2751, 935063853}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2751, 955066646}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2751, 988069762}) = 0
clock_gettime(CLOCK_MONOTONIC, {2751, 998069274}) = 0
clock_gettime(CLOCK_MONOTONIC, {2752, 8068916}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2752, 48066534}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2752, 68068071}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2752, 101068473}) = 0
clock_gettime(CLOCK_MONOTONIC, {2752, 111067920}) = 0
clock_gettime(CLOCK_MONOTONIC, {2752, 121062437}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2752, 164799387}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2752, 184960920}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2752, 221070343}) = 0
clock_gettime(CLOCK_MONOTONIC, {2752, 231065884}) = 0
clock_gettime(CLOCK_MONOTONIC, {2752, 241067546}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2752, 286069469}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2752, 306072524}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2752, 339072884}) = 0
clock_gettime(CLOCK_MONOTONIC, {2752, 349070640}) = 0
clock_gettime(CLOCK_MONOTONIC, {2752, 359217020}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2752, 408070307}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2752, 428068725}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2752, 461167725}) = 0
clock_gettime(CLOCK_MONOTONIC, {2752, 471068302}) = 0
clock_gettime(CLOCK_MONOTONIC, {2752, 481071526}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2752, 521070707}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2752, 541069034}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2752, 575069518}) = 0
clock_gettime(CLOCK_MONOTONIC, {2752, 585068325}) = 0
clock_gettime(CLOCK_MONOTONIC, {2752, 595068929}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2752, 635067195}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2752, 655070721}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2752, 688073193}) = 0
clock_gettime(CLOCK_MONOTONIC, {2752, 698069380}) = 0
clock_gettime(CLOCK_MONOTONIC, {2752, 708071735}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2752, 748064906}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2752, 768068317}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2752, 801070813}) = 0
clock_gettime(CLOCK_MONOTONIC, {2752, 811068311}) = 0
clock_gettime(CLOCK_MONOTONIC, {2752, 820965062}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2753, 172056483}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2753, 195067798}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2753, 227961781}) = 0
clock_gettime(CLOCK_MONOTONIC, {2753, 238068609}) = 0
clock_gettime(CLOCK_MONOTONIC, {2753, 248068176}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2753, 288064861}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2753, 307964168}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2753, 361984456}) = 0
clock_gettime(CLOCK_MONOTONIC, {2753, 374988082}) = 0
clock_gettime(CLOCK_MONOTONIC, {2753, 387986590}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2753, 440069849}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2753, 463103914}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2753, 519000350}) = 0
clock_gettime(CLOCK_MONOTONIC, {2753, 529122380}) = 0
clock_gettime(CLOCK_MONOTONIC, {2753, 542119945}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2753, 597131420}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2753, 625992891}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2753, 664981229}) = 0
clock_gettime(CLOCK_MONOTONIC, {2753, 675105886}) = 0
clock_gettime(CLOCK_MONOTONIC, {2753, 687969082}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2754, 103132762}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2754, 129133526}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2754, 170995659}) = 0
clock_gettime(CLOCK_MONOTONIC, {2754, 181132620}) = 0
clock_gettime(CLOCK_MONOTONIC, {2754, 193990879}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2754, 246075046}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2754, 272106540}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2754, 313997509}) = 0
clock_gettime(CLOCK_MONOTONIC, {2754, 325128774}) = 0
clock_gettime(CLOCK_MONOTONIC, {2754, 340124957}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2754, 390073683}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2754, 413131778}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2754, 454993708}) = 0
clock_gettime(CLOCK_MONOTONIC, {2754, 465114404}) = 0
clock_gettime(CLOCK_MONOTONIC, {2754, 477997578}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2754, 539112884}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2754, 564981537}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2754, 603996509}) = 0
clock_gettime(CLOCK_MONOTONIC, {2754, 614075961}) = 0
clock_gettime(CLOCK_MONOTONIC, {2754, 624131176}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2754, 675065392}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2754, 695069599}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2754, 728071679}) = 0
clock_gettime(CLOCK_MONOTONIC, {2754, 738065540}) = 0
clock_gettime(CLOCK_MONOTONIC, {2754, 748068658}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2754, 788066026}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2754, 808067311}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2754, 841067057}) = 0
clock_gettime(CLOCK_MONOTONIC, {2754, 851062380}) = 0
clock_gettime(CLOCK_MONOTONIC, {2754, 861172493}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2754, 901070652}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2754, 921067022}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2754, 954068370}) = 0
clock_gettime(CLOCK_MONOTONIC, {2754, 964068475}) = 0
clock_gettime(CLOCK_MONOTONIC, {2754, 974065453}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2755, 14062837}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2755, 34067994}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2755, 69987391}) = 0
clock_gettime(CLOCK_MONOTONIC, {2755, 84755948}) = 0
clock_gettime(CLOCK_MONOTONIC, {2755, 96792245}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2755, 137068693}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2755, 157070532}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2755, 553069489}) = 0
clock_gettime(CLOCK_MONOTONIC, {2755, 562999241}) = 0
clock_gettime(CLOCK_MONOTONIC, {2755, 572960428}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2755, 613068737}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2755, 632962615}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2755, 666071699}) = 0
clock_gettime(CLOCK_MONOTONIC, {2755, 676068817}) = 0
clock_gettime(CLOCK_MONOTONIC, {2755, 686068953}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2755, 726069124}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2755, 746070660}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2755, 786077152}) = 0
clock_gettime(CLOCK_MONOTONIC, {2755, 796073538}) = 0
clock_gettime(CLOCK_MONOTONIC, {2755, 806074252}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2755, 846076010}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2755, 866077998}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2755, 899075244}) = 0
clock_gettime(CLOCK_MONOTONIC, {2755, 909074719}) = 0
clock_gettime(CLOCK_MONOTONIC, {2755, 919076550}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2755, 959216010}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2755, 979075896}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2756, 12078705}) = 0
clock_gettime(CLOCK_MONOTONIC, {2756, 22076693}) = 0
clock_gettime(CLOCK_MONOTONIC, {2756, 32077766}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2756, 72073967}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2756, 92077150}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2756, 495052398}) = 0
clock_gettime(CLOCK_MONOTONIC, {2756, 815367335}) = 0
clock_gettime(CLOCK_MONOTONIC, {2756, 824959846}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2756, 874072506}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2756, 894076274}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2756, 927077770}) = 0
clock_gettime(CLOCK_MONOTONIC, {2756, 936966159}) = 0
clock_gettime(CLOCK_MONOTONIC, {2756, 946967956}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2756, 987073729}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2757, 7074502}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 40074628}) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 50073542}) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 60061071}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2757, 100074000}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2757, 120075270}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 153078368}) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 163055199}) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 173073695}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2757, 218074778}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2757, 238079317}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 271075323}) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 281073666}) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 291075422}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2757, 331073120}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2757, 351074067}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 384075235}) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 394074174}) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 404076555}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2757, 444089526}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2757, 463967135}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 515989976}) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 526067975}) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 536073518}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2757, 576073811}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2757, 596094311}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 629075018}) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 639074916}) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 649072843}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2757, 689076087}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2757, 709074994}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 742078130}) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 752076632}) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 762054085}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2757, 802075209}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2757, 822075146}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 855074920}) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 865073611}) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 875073758}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2757, 915072138}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2757, 935075628}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 976070266}) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 988986269}) = 0
clock_gettime(CLOCK_MONOTONIC, {2757, 999130298}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2758, 53985237}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2758, 79988708}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2758, 121989737}) = 0
clock_gettime(CLOCK_MONOTONIC, {2758, 134984168}) = 0
clock_gettime(CLOCK_MONOTONIC, {2758, 145123807}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2758, 206064800}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2758, 231985798}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2758, 274988789}) = 0
clock_gettime(CLOCK_MONOTONIC, {2758, 285127660}) = 0
clock_gettime(CLOCK_MONOTONIC, {2758, 298106695}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2758, 349985184}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2758, 373129750}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2758, 414936168}) = 0
clock_gettime(CLOCK_MONOTONIC, {2758, 425076471}) = 0
clock_gettime(CLOCK_MONOTONIC, {2758, 438112006}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2758, 493107333}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2758, 521987102}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2758, 926989485}) = 0
clock_gettime(CLOCK_MONOTONIC, {2758, 937132607}) = 0
clock_gettime(CLOCK_MONOTONIC, {2758, 950109093}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2759, 7989757}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2759, 33986859}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2759, 72991981}) = 0
clock_gettime(CLOCK_MONOTONIC, {2759, 83120884}) = 0
clock_gettime(CLOCK_MONOTONIC, {2759, 96109569}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2759, 147989481}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2759, 174122912}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2759, 212991956}) = 0
clock_gettime(CLOCK_MONOTONIC, {2759, 223125571}) = 0
clock_gettime(CLOCK_MONOTONIC, {2759, 233122473}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2759, 288069969}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2759, 307966159}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2759, 341071305}) = 0
clock_gettime(CLOCK_MONOTONIC, {2759, 360059292}) = 0
clock_gettime(CLOCK_MONOTONIC, {2759, 372987806}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2759, 412961907}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2759, 743051317}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2759, 775961570}) = 0
clock_gettime(CLOCK_MONOTONIC, {2759, 786067209}) = 0
clock_gettime(CLOCK_MONOTONIC, {2759, 795962411}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2759, 836062370}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2759, 855960546}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2759, 889067057}) = 0
clock_gettime(CLOCK_MONOTONIC, {2759, 898959603}) = 0
clock_gettime(CLOCK_MONOTONIC, {2759, 909065329}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2759, 949067120}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2759, 969068790}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 2070926}) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 12069120}) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 22068089}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2760, 62054142}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2760, 82070307}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 115068197}) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 125066668}) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 135064630}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2760, 175068532}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2760, 195067280}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 227962936}) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 238066455}) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 248069658}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2760, 287977472}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2760, 317068886}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 350066071}) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 368881367}) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 379072805}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2760, 420084571}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2760, 443102900}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 476078197}) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 486076518}) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 496073920}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2760, 535960290}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2760, 556075323}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 588968310}) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 599074823}) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 609122109}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2760, 649069961}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2760, 669074307}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 702074951}) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 712074778}) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 722074729}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2760, 761955151}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2760, 782068973}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 815076152}) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 824970115}) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 835071575}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2760, 875072168}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2760, 894965432}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 927968594}) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 937970745}) = 0
clock_gettime(CLOCK_MONOTONIC, {2760, 956996863}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2760, 997077347}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2761, 17077518}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2761, 52997383}) = 0
clock_gettime(CLOCK_MONOTONIC, {2761, 426075469}) = 0
clock_gettime(CLOCK_MONOTONIC, {2761, 436072937}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2761, 477082851}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2761, 505070010}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2761, 538076335}) = 0
clock_gettime(CLOCK_MONOTONIC, {2761, 548072546}) = 0
clock_gettime(CLOCK_MONOTONIC, {2761, 558073420}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2761, 598074815}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2761, 617972363}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2761, 651079429}) = 0
clock_gettime(CLOCK_MONOTONIC, {2761, 661167091}) = 0
clock_gettime(CLOCK_MONOTONIC, {2761, 671075953}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2761, 711071569}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2761, 731077729}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2761, 764078587}) = 0
clock_gettime(CLOCK_MONOTONIC, {2761, 774075368}) = 0
clock_gettime(CLOCK_MONOTONIC, {2761, 784079018}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2761, 824073496}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2761, 844074975}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2761, 877078683}) = 0
clock_gettime(CLOCK_MONOTONIC, {2761, 887074953}) = 0
clock_gettime(CLOCK_MONOTONIC, {2761, 897072353}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2761, 936967733}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2761, 965984696}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2761, 999081246}) = 0
clock_gettime(CLOCK_MONOTONIC, {2762, 9077825}) = 0
clock_gettime(CLOCK_MONOTONIC, {2762, 19113617}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2762, 58969570}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2762, 79074164}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2762, 115075583}) = 0
clock_gettime(CLOCK_MONOTONIC, {2762, 125075453}) = 0
clock_gettime(CLOCK_MONOTONIC, {2762, 135076359}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2762, 487316457}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2762, 507075949}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2762, 540075398}) = 0
clock_gettime(CLOCK_MONOTONIC, {2762, 549969159}) = 0
clock_gettime(CLOCK_MONOTONIC, {2762, 566221506}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2762, 618147363}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2762, 646992306}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2762, 685992444}) = 0
clock_gettime(CLOCK_MONOTONIC, {2762, 698993326}) = 0
clock_gettime(CLOCK_MONOTONIC, {2762, 709130400}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2762, 761167713}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2762, 789994806}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2762, 828941033}) = 0
clock_gettime(CLOCK_MONOTONIC, {2762, 839113754}) = 0
clock_gettime(CLOCK_MONOTONIC, {2762, 849129339}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2762, 903997907}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2762, 927111274}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2762, 968994314}) = 0
clock_gettime(CLOCK_MONOTONIC, {2762, 979131961}) = 0
clock_gettime(CLOCK_MONOTONIC, {2762, 992111516}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2763, 50130628}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2763, 75992586}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2763, 114996330}) = 0
clock_gettime(CLOCK_MONOTONIC, {2763, 125128595}) = 0
clock_gettime(CLOCK_MONOTONIC, {2763, 138075162}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2763, 190075672}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2763, 215993448}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2763, 254992350}) = 0
clock_gettime(CLOCK_MONOTONIC, {2763, 265124831}) = 0
clock_gettime(CLOCK_MONOTONIC, {2763, 278074792}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2763, 693984188}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2763, 717116380}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2763, 758996781}) = 0
clock_gettime(CLOCK_MONOTONIC, {2763, 772105069}) = 0
clock_gettime(CLOCK_MONOTONIC, {2763, 785073467}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2763, 836992464}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2763, 866142693}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2763, 899073723}) = 0
clock_gettime(CLOCK_MONOTONIC, {2763, 909073081}) = 0
clock_gettime(CLOCK_MONOTONIC, {2763, 919074030}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2763, 959218481}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2763, 979074014}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 12075827}) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 22075410}) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 32073319}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2764, 71967196}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2764, 91971090}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 134075821}) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 144074008}) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 154075142}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2764, 194077207}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2764, 214073002}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 247074040}) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 257073124}) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 269969582}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2764, 313072109}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2764, 332969025}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 366074760}) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 375970586}) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 387082124}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2764, 430077022}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2764, 450077128}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 483077087}) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 493075093}) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 503074209}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2764, 543076262}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2764, 563058130}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 596078711}) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 606075859}) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 616075331}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2764, 661128867}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2764, 680969749}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 714076376}) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 724075762}) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 734073723}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2764, 783072744}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2764, 803075213}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 835970302}) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 846073250}) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 856076081}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2764, 896075709}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2764, 916075148}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 949076152}) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 962065319}) = 0
clock_gettime(CLOCK_MONOTONIC, {2764, 975077209}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2765, 15074985}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2765, 35259371}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2765, 68077382}) = 0
clock_gettime(CLOCK_MONOTONIC, {2765, 79086941}) = 0
clock_gettime(CLOCK_MONOTONIC, {2765, 400353977}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2765, 440073754}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2765, 460073325}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2765, 493075784}) = 0
clock_gettime(CLOCK_MONOTONIC, {2765, 503070750}) = 0
clock_gettime(CLOCK_MONOTONIC, {2765, 513073083}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2765, 553071868}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2765, 573075721}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2765, 606077589}) = 0
clock_gettime(CLOCK_MONOTONIC, {2765, 616074024}) = 0
clock_gettime(CLOCK_MONOTONIC, {2765, 626075481}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2765, 666071250}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2765, 686075670}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2765, 733074780}) = 0
clock_gettime(CLOCK_MONOTONIC, {2765, 743088904}) = 0
clock_gettime(CLOCK_MONOTONIC, {2765, 753071839}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2765, 793072118}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2765, 812968168}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2765, 846076758}) = 0
clock_gettime(CLOCK_MONOTONIC, {2765, 856073575}) = 0
clock_gettime(CLOCK_MONOTONIC, {2765, 866076233}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2765, 905970521}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2765, 926075010}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2766, 324988611}) = 0
clock_gettime(CLOCK_MONOTONIC, {2766, 335074122}) = 0
clock_gettime(CLOCK_MONOTONIC, {2766, 345074146}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2766, 385071900}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2766, 405075219}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2766, 441156091}) = 0
clock_gettime(CLOCK_MONOTONIC, {2766, 804988785}) = 0
clock_gettime(CLOCK_MONOTONIC, {2766, 815064709}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2766, 854967651}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2766, 875103359}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2766, 908076124}) = 0
clock_gettime(CLOCK_MONOTONIC, {2766, 918072987}) = 0
clock_gettime(CLOCK_MONOTONIC, {2766, 928072067}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2766, 968072420}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2766, 988074014}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2767, 20969241}) = 0
clock_gettime(CLOCK_MONOTONIC, {2767, 31068888}) = 0
clock_gettime(CLOCK_MONOTONIC, {2767, 40966513}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2767, 90074965}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2767, 110074662}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2767, 143077111}) = 0
clock_gettime(CLOCK_MONOTONIC, {2767, 153073973}) = 0
clock_gettime(CLOCK_MONOTONIC, {2767, 163073335}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2767, 213985659}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2767, 239999196}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2767, 278988436}) = 0
clock_gettime(CLOCK_MONOTONIC, {2767, 289126973}) = 0
clock_gettime(CLOCK_MONOTONIC, {2767, 304994001}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2767, 357103524}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2767, 385989342}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2767, 424987407}) = 0
clock_gettime(CLOCK_MONOTONIC, {2767, 435157640}) = 0
clock_gettime(CLOCK_MONOTONIC, {2767, 448109561}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2767, 505987074}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2767, 531985525}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2767, 574788395}) = 0
clock_gettime(CLOCK_MONOTONIC, {2767, 585109837}) = 0
clock_gettime(CLOCK_MONOTONIC, {2767, 598184697}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2767, 653110270}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2767, 681989883}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2767, 720990607}) = 0
clock_gettime(CLOCK_MONOTONIC, {2767, 731123575}) = 0
clock_gettime(CLOCK_MONOTONIC, {2767, 746996639}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2767, 796254154}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2767, 824982249}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2767, 870056508}) = 0
clock_gettime(CLOCK_MONOTONIC, {2767, 880103764}) = 0
clock_gettime(CLOCK_MONOTONIC, {2767, 893059983}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2767, 939106650}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2767, 962146550}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2768, 3982907}) = 0
clock_gettime(CLOCK_MONOTONIC, {2768, 14105597}) = 0
clock_gettime(CLOCK_MONOTONIC, {2768, 24110225}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2768, 76105674}) = 0
write(4, "\0", 1)                       = 1
clock_gettime(CLOCK_MONOTONIC, {2768, 99099394}) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
ipc(0x1, 0x30003, 0x1, 0, 0x7faf3c80, 0x2c430c80) = 0
clock_gettime(CLOCK_MONOTONIC, {2768, 140067278}) = 0
clock_gettime(CLOCK_MONOTONIC, {2768, 150065404}) = 0
clock_gettime(CLOCK_MONOTONIC, {2768, 160061091}) = 0
_newselect(13, [3 7 10 11 12], [], [], {0, 0}) = 1 (in [3], left {0, 0})
read(3, "\0", 16)                       = 1
read(3, 0x7faf506c, 16)                 = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {2768, 566060727}) = 0
write(4, "\0", 1)                       = 1


More information about the Interest mailing list