Skip to content

Instantly share code, notes, and snippets.

@jpasichnyk
Created June 13, 2015 22:08
Show Gist options
  • Save jpasichnyk/0ef4d9e051633eaa1370 to your computer and use it in GitHub Desktop.
Save jpasichnyk/0ef4d9e051633eaa1370 to your computer and use it in GitHub Desktop.
repro for mono dns lookup crash strace with options2 and NO nscd
execve("/usr/bin/mono", ["mono", "--debug", "test3.exe"], [/* 19 vars */]) = 0
brk(0) = 0x25bc000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f633000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=38805, ...}) = 0
mmap(NULL, 38805, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f216f629000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\x10\x56\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1071552, ...}) = 0
mmap(NULL, 3166568, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f216f10d000
mprotect(0x7f216f212000, 2093056, PROT_NONE) = 0
mmap(0x7f216f411000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x104000) = 0x7f216f411000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\x50\x23\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=31792, ...}) = 0
mmap(NULL, 2129016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f216ef05000
mprotect(0x7f216ef0c000, 2093056, PROT_NONE) = 0
mmap(0x7f216f10b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f216f10b000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\xd0\x0e\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14664, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f628000
mmap(NULL, 2109744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f216ed01000
mprotect(0x7f216ed04000, 2093056, PROT_NONE) = 0
mmap(0x7f216ef03000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f216ef03000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\x70\x6f\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=141574, ...}) = 0
mmap(NULL, 2217264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f216eae3000
mprotect(0x7f216eafc000, 2093056, PROT_NONE) = 0
mmap(0x7f216ecfb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7f216ecfb000
mmap(0x7f216ecfd000, 13616, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f216ecfd000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\xd0\x1f\x02\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1840928, ...}) = 0
mmap(NULL, 3949248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f216e71e000
mprotect(0x7f216e8d9000, 2093056, PROT_NONE) = 0
mmap(0x7f216ead8000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ba000) = 0x7f216ead8000
mmap(0x7f216eade000, 17088, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f216eade000
close(3) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f627000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f625000
arch_prctl(ARCH_SET_FS, 0x7f216f6257c0) = 0
mprotect(0x7f216ead8000, 16384, PROT_READ) = 0
mprotect(0x7f216ecfb000, 4096, PROT_READ) = 0
mprotect(0x7f216ef03000, 4096, PROT_READ) = 0
mprotect(0x7f216f10b000, 4096, PROT_READ) = 0
mprotect(0x7f216f411000, 4096, PROT_READ) = 0
mprotect(0x938000, 4096, PROT_READ) = 0
mprotect(0x7f216f635000, 4096, PROT_READ) = 0
munmap(0x7f216f629000, 38805) = 0
set_tid_address(0x7f216f625a90) = 8828
set_robust_list(0x7f216f625aa0, 24) = 0
futex(0x7ffd73c2db40, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7f216f6257c0) = -1 EAGAIN (Resource temporarily unavailable)
rt_sigaction(SIGRTMIN, {0x7f216eae99f0, [], SA_RESTORER|SA_SIGINFO, 0x7f216eaf3340}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x7f216eae9a80, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f216eaf3340}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
access("/proc/xen", F_OK) = 0
brk(0) = 0x25bc000
brk(0x25dd000) = 0x25dd000
readlink("/proc/8828/exe", "/usr/bin/mono-sgen", 255) = 18
readlink("/proc/self/exe", "/usr/bin/mono-sgen", 4095) = 18
open("/etc/mono/config", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2261, ...}) = 0
read(3, "<configuration>\n\t<dllmap dll=\"i:"..., 2261) = 2261
close(3) = 0
getuid() = 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(3) = 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(3) = 0
open("/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=475, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f632000
read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 475
read(3, "", 4096) = 0
close(3) = 0
munmap(0x7f216f632000, 4096) = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=38805, ...}) = 0
mmap(NULL, 38805, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f216f629000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnss_compat.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\xb0\x13\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=39824, ...}) = 0
mmap(NULL, 2135368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f216e514000
mprotect(0x7f216e51d000, 2093056, PROT_NONE) = 0
mmap(0x7f216e71c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f216e71c000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnsl.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\x60\x41\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=97296, ...}) = 0
mmap(NULL, 2202328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f216e2fa000
mprotect(0x7f216e311000, 2093056, PROT_NONE) = 0
mmap(0x7f216e510000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f216e510000
mmap(0x7f216e512000, 6872, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f216e512000
close(3) = 0
mprotect(0x7f216e510000, 4096, PROT_READ) = 0
mprotect(0x7f216e71c000, 4096, PROT_READ) = 0
munmap(0x7f216f629000, 38805) = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=38805, ...}) = 0
mmap(NULL, 38805, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f216f629000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnss_nis.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\xa0\x21\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=47760, ...}) = 0
mmap(NULL, 2143784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f216e0ee000
mprotect(0x7f216e0f9000, 2093056, PROT_NONE) = 0
mmap(0x7f216e2f8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f216e2f8000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\xa0\x22\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=47712, ...}) = 0
mmap(NULL, 2144392, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f216dee2000
mprotect(0x7f216deed000, 2093056, PROT_NONE) = 0
mmap(0x7f216e0ec000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f216e0ec000
close(3) = 0
mprotect(0x7f216e0ec000, 4096, PROT_READ) = 0
mprotect(0x7f216e2f8000, 4096, PROT_READ) = 0
munmap(0x7f216f629000, 38805) = 0
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 3
lseek(3, 0, SEEK_CUR) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1670, ...}) = 0
mmap(NULL, 1670, PROT_READ, MAP_SHARED, 3, 0) = 0x7f216f632000
lseek(3, 1670, SEEK_SET) = 1670
munmap(0x7f216f632000, 1670) = 0
close(3) = 0
open("/root/.mono/config", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/proc/self/maps", F_OK) = 0
access("/proc/xen", F_OK) = 0
mmap(NULL, 4096, PROT_READ, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x40220000
mmap(NULL, 4096, PROT_READ, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x41810000
mprotect(0x41810000, 4096, PROT_NONE) = 0
mmap(NULL, 65536, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x41f9b000
rt_sigaction(SIGFPE, {0x428cd0, [], SA_RESTORER|SA_SIGINFO, 0x7f216eaf3340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {0x50d900, [], SA_RESTORER|SA_SIGINFO, 0x7f216eaf3340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGILL, {0x428e00, [], SA_RESTORER|SA_SIGINFO, 0x7f216eaf3340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGBUS, {0x428e20, [], SA_RESTORER|SA_SIGINFO, 0x7f216eaf3340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_3, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [CHLD XCPU PWR RT_3], NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7f216e754d40}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGABRT, {0x50d800, [], SA_RESTORER|SA_SIGINFO, 0x7f216eaf3340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSEGV, {0x428e20, [PWR RT_3], SA_RESTORER|SA_STACK|SA_SIGINFO, 0x7f216eaf3340}, {SIG_DFL, [], 0}, 8) = 0
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=4*1024}) = 0
uname({sys="Linux", node="web1c-dev.dallas.linode.georiot.com", ...}) = 0
uname({sys="Linux", node="web1c-dev.dallas.linode.georiot.com", ...}) = 0
brk(0x25ff000) = 0x25ff000
openat(AT_FDCWD, "/dev/shm/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 5 entries */, 32768) = 144
kill(8499, SIG_0) = -1 ESRCH (No such process)
statfs("/dev/shm/", {f_type=0x1021994, f_bsize=4096, f_blocks=254987, f_bfree=254984, f_bavail=254984, f_files=254987, f_ffree=254983, f_fsid={0, 0}, f_namelen=255, f_frsize=4096}) = 0
futex(0x7f216f10c370, FUTEX_WAKE_PRIVATE, 2147483647) = 0
unlink("/dev/shm/mono.8499") = 0
kill(31816, SIG_0) = 0
kill(1865, SIG_0) = 0
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
open("/dev/shm/mono.8828", O_RDWR|O_CREAT|O_EXCL|O_NOFOLLOW|O_CLOEXEC, 0640) = 3
ftruncate(3, 4096) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 3, 0) = 0x7f216f632000
close(3) = 0
clock_getres(CLOCK_MONOTONIC, {0, 1}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 507458193}) = 0
mmap(NULL, 393216, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f5c5000
mprotect(0x7f216f5c5000, 4096, PROT_READ|PROT_WRITE) = 0
rt_sigaction(SIGRT_3, {0x623340, [], SA_RESTORER|SA_SIGINFO, 0x7f216eaf3340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGPWR, {0x5c86a0, ~[RTMIN RT_1], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f216eaf3340}, NULL, 8) = 0
rt_sigaction(SIGXCPU, {0x5c8660, ~[RTMIN RT_1], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f216eaf3340}, NULL, 8) = 0
open("/proc/self/maps", O_RDONLY|O_CLOEXEC) = 3
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f631000
read(3, "00400000-00738000 r-xp 00000000 "..., 1024) = 1024
read(3, "ca:00 18283 "..., 1024) = 1024
read(3, "216e51d000-7f216e71c000 ---p 000"..., 1024) = 1024
read(3, "6_64-linux-gnu/libpthread-2.19.s"..., 1024) = 1024
read(3, " /lib/x86_64-linux-"..., 1024) = 1024
read(3, " 00:00 0 \n7f216f635000-7f216f636"..., 1024) = 596
close(3) = 0
munmap(0x7f216f631000, 4096) = 0
sched_getaffinity(8828, 32, {3}) = 8
mmap(NULL, 3584, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f631000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f630000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f62f000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f62e000
mmap(NULL, 8388608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216d6e2000
munmap(0x7f216d6e2000, 1171456) = 0
munmap(0x7f216dc00000, 3022848) = 0
mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f5bd000
munmap(0x7f216f5bd000, 12288) = 0
munmap(0x7f216f5c4000, 4096) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f62d000
mmap(NULL, 8388608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216d000000
mmap(NULL, 8388608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216c800000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f62c000
open("test3.exe.config", O_RDONLY) = -1 ENOENT (No such file or directory)
getcwd(0x25e54e0, 32) = -1 ERANGE (Numerical result out of range)
getcwd("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", 64) = 63
open("test3.exe", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=3072, ...}) = 0
mmap(NULL, 3072, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f216f62b000
readlink("test3.exe", 0x7ffd73c2c820, 4096) = -1 EINVAL (Invalid argument)
getcwd(0x25e5fc0, 32) = -1 ERANGE (Numerical result out of range)
getcwd("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", 64) = 63
close(3) = 0
open("/usr/lib/mono/4.5/mscorlib.dll", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=3454976, ...}) = 0
mmap(NULL, 3454976, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f216c4b4000
readlink("/usr", 0x7ffd73c2c780, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffd73c2c780, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffd73c2c780, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/4.5", 0x7ffd73c2c780, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/4.5/mscorlib.dll", 0x7ffd73c2c780, 4096) = -1 EINVAL (Invalid argument)
close(3) = 0
futex(0x7f216ef040d0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/usr/lib/mono/4.5/mscorlib.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/4.5/mscorlib.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/mscorlib.dll.so", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=15754732, ...}) = 0
mmap(NULL, 5469984, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f216bf7c000
mmap(0x7f216c497000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x51a000) = 0x7f216c497000
mmap(0x7f216c498000, 112416, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f216c498000
close(3) = 0
brk(0x2623000) = 0x2623000
open("/usr/lib/mono/gac/policy.4.0.mscorlib/0.0.0.0__b77a5c561934e089/policy.4.0.mscorlib.dll", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/usr/lib/mono/gac/policy.4.0.mscorlib/0.0.0.0__b77a5c561934e089/policy.4.0.mscorlib.dll", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/mono/gac/policy.4.0.mscorlib/0.0.0.0__b77a5c561934e089/policy.4.0.mscorlib.dll", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/4.5/mscorlib.dll.mdb", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1372468, ...}) = 0
mmap(NULL, 1372468, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f216f470000
close(3) = 0
open("/usr/lib/mono/4.5/mscorlib.dll.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/mscorlib/mscorlib.config", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/proc/xen", F_OK) = 0
mmap(NULL, 65536, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x4082d000
open("/sys/devices/system/cpu/online", O_RDONLY|O_CLOEXEC) = 3
read(3, "0-1\n", 8192) = 4
close(3) = 0
mmap(NULL, 540672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216de5e000
munmap(0x7f216de5e000, 8192) = 0
munmap(0x7f216dee0000, 8192) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f629000
brk(0x2645000) = 0x2645000
open("/proc/self/maps", O_RDONLY|O_CLOEXEC) = 3
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f5c4000
read(3, "00400000-00738000 r-xp 00000000 "..., 1024) = 1024
read(3, "00 rw-p 00000000 00:00 0 \n7f216d"..., 1024) = 1024
read(3, "x86_64-linux-gnu/libnsl-2.19.so\n"..., 1024) = 1024
read(3, "00 ca:00 18262 "..., 1024) = 1024
read(3, "lib/x86_64-linux-gnu/libdl-2.19."..., 1024) = 1024
read(3, "0-7f216f413000 rw-p 00105000 ca:"..., 1024) = 1024
read(3, "f638000 rw-p 00000000 00:00 0 \n7"..., 1024) = 356
close(3) = 0
munmap(0x7f216f5c4000, 4096) = 0
sched_getaffinity(8828, 32, {3}) = 8
open("/proc/self/maps", O_RDONLY|O_CLOEXEC) = 3
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f5c4000
read(3, "00400000-00738000 r-xp 00000000 "..., 1024) = 1024
read(3, "00 rw-p 00000000 00:00 0 \n7f216d"..., 1024) = 1024
read(3, "x86_64-linux-gnu/libnsl-2.19.so\n"..., 1024) = 1024
read(3, "00 ca:00 18262 "..., 1024) = 1024
read(3, "lib/x86_64-linux-gnu/libdl-2.19."..., 1024) = 1024
read(3, "0-7f216f413000 rw-p 00105000 ca:"..., 1024) = 1024
read(3, "f638000 rw-p 00000000 00:00 0 \n7"..., 1024) = 356
close(3) = 0
munmap(0x7f216f5c4000, 4096) = 0
sched_getaffinity(8828, 32, {3}) = 8
mprotect(0x7ffd73431000, 32768, PROT_NONE) = -1 ENOMEM (Cannot allocate memory)
mmap(0x7ffd73431000, 32768, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffd73431000
mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f46c000
sigaltstack({ss_sp=0x7f216f46c000, ss_flags=0, ss_size=16384}, NULL) = 0
mmap(NULL, 212992, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f438000
mmap(NULL, 188416, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216de32000
munmap(0x7f216de32000, 188416) = 0
gettimeofday({1434233200, 48896}, NULL) = 0
brk(0x2666000) = 0x2666000
gettimeofday({1434233200, 49388}, NULL) = 0
mmap(NULL, 2101248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f216dc5f000
mprotect(0x7f216dc5f000, 4096, PROT_NONE) = 0
clone(child_stack=0x7f216de5ef30, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f216de5f9d0, tls=0x7f216de5f700, child_tidptr=0x7f216de5f9d0) = 8829
futex(0x7f2164000a60, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x25d3c6c, FUTEX_WAIT_PRIVATE, 1, NULL) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x25d3c40, FUTEX_WAKE_PRIVATE, 1) = 0
open("/proc/self/task/8829/comm", O_RDWR) = 3
write(3, "Finalizer", 9) = 9
close(3) = 0
open("/dev/null", O_RDWR) = 3
close(3) = 0
getcwd(0x2643bd0, 32) = -1 ERANGE (Numerical result out of range)
getcwd("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", 64) = 63
getcwd(0x2643990, 32) = -1 ERANGE (Numerical result out of range)
getcwd("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", 64) = 63
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/test3.exe.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/test3.exe.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.mdb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/test3/test3.config", O_RDONLY) = -1 ENOENT (No such file or directory)
getcwd(0x2643990, 32) = -1 ERANGE (Numerical result out of range)
getcwd("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", 64) = 63
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/test3.exe.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/test3.exe.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", F_OK) = -1 ENOENT (No such file or directory)
access("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", F_OK) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", O_RDONLY) = -1 ENOENT (No such file or directory)
gettimeofday({1434233200, 53563}, NULL) = 0
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/StatsdClient.dll", {st_mode=S_IFREG|0664, st_size=14848, ...}) = 0
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/StatsdClient.dll", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0664, st_size=14848, ...}) = 0
mmap(NULL, 14848, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f216dc57000
readlink("/var", 0x7ffd73c2bb70, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www", 0x7ffd73c2bb70, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost", 0x7ffd73c2bb70, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com", 0x7ffd73c2bb70, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com/service", 0x7ffd73c2bb70, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com/service/releases", 0x7ffd73c2bb70, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com/service/releases/20150611214330", 0x7ffd73c2bb70, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", 0x7ffd73c2bb70, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/StatsdClient.dll", 0x7ffd73c2bb70, 4096) = -1 EINVAL (Invalid argument)
close(3) = 0
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/StatsdClient.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/StatsdClient.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/StatsdClient.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/StatsdClient.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/StatsdClient.dll.mdb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/StatsdClient.dll.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/StatsdClient/StatsdClient.config", O_RDONLY) = -1 ENOENT (No such file or directory)
gettimeofday({1434233200, 56853}, NULL) = 0
gettimeofday({1434233200, 56993}, NULL) = 0
gettimeofday({1434233200, 57236}, NULL) = 0
gettimeofday({1434233200, 57381}, NULL) = 0
gettimeofday({1434233200, 57592}, NULL) = 0
gettimeofday({1434233200, 57726}, NULL) = 0
gettimeofday({1434233200, 57912}, NULL) = 0
gettimeofday({1434233200, 58047}, NULL) = 0
gettimeofday({1434233200, 58273}, NULL) = 0
access("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", F_OK) = -1 ENOENT (No such file or directory)
access("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", F_OK) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/policy.4.0.System.Core/0.0.0.0__b77a5c561934e089/policy.4.0.System.Core.dll", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Core.dll", 0x7ffd73c2acc0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Core.exe", 0x7ffd73c2acc0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Core/System.Core.dll", 0x7ffd73c2acc0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Core/System.Core.exe", 0x7ffd73c2acc0) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=893952, ...}) = 0
mmap(NULL, 893952, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f216bea1000
readlink("/usr", 0x7ffd73c29cd0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffd73c29cd0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffd73c29cd0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac", 0x7ffd73c29cd0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Core", 0x7ffd73c29cd0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089", 0x7ffd73c29cd0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll", 0x7ffd73c29cd0, 4096) = -1 EINVAL (Invalid argument)
close(3) = 0
open("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.Core.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.Core.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll.mdb", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=368337, ...}) = 0
mmap(NULL, 368337, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f216be47000
close(3) = 0
open("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/System.Core/System.Core.config", O_RDONLY) = -1 ENOENT (No such file or directory)
brk(0x268a000) = 0x268a000
gettimeofday({1434233200, 63026}, NULL) = 0
gettimeofday({1434233200, 63149}, NULL) = 0
gettimeofday({1434233200, 63396}, NULL) = 0
gettimeofday({1434233200, 63513}, NULL) = 0
gettimeofday({1434233200, 63709}, NULL) = 0
gettimeofday({1434233200, 63993}, NULL) = 0
gettimeofday({1434233200, 64269}, NULL) = 0
gettimeofday({1434233200, 64584}, NULL) = 0
gettimeofday({1434233200, 64783}, NULL) = 0
gettimeofday({1434233200, 64972}, NULL) = 0
gettimeofday({1434233200, 65129}, NULL) = 0
open("/usr/lib/mono/gac/policy.4.0.System/0.0.0.0__b77a5c561934e089/policy.4.0.System.dll", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.dll", 0x7ffd73c2bf60) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.exe", 0x7ffd73c2bf60) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System/System.dll", 0x7ffd73c2bf60) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System/System.exe", 0x7ffd73c2bf60) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2063360, ...}) = 0
mmap(NULL, 2063360, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f216bc4f000
readlink("/usr", 0x7ffd73c2af70, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffd73c2af70, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffd73c2af70, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac", 0x7ffd73c2af70, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System", 0x7ffd73c2af70, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089", 0x7ffd73c2af70, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll", 0x7ffd73c2af70, 4096) = -1 EINVAL (Invalid argument)
close(3) = 0
open("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll.mdb", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=856585, ...}) = 0
mmap(NULL, 856585, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f216bb7d000
close(3) = 0
open("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/System/System.config", O_RDONLY) = -1 ENOENT (No such file or directory)
gettimeofday({1434233200, 69678}, NULL) = 0
gettimeofday({1434233200, 69806}, NULL) = 0
gettimeofday({1434233200, 69986}, NULL) = 0
gettimeofday({1434233200, 70126}, NULL) = 0
gettimeofday({1434233200, 70650}, NULL) = 0
gettimeofday({1434233200, 70787}, NULL) = 0
gettimeofday({1434233200, 71092}, NULL) = 0
gettimeofday({1434233200, 71223}, NULL) = 0
open("/usr/lib/mono/gac/policy.4.0.System.Configuration/0.0.0.0__b03f5f7f11d50a3a/policy.4.0.System.Configuration.dll", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Configuration.dll", 0x7ffd73c2bd60) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Configuration.exe", 0x7ffd73c2bd60) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Configuration/System.Configuration.dll", 0x7ffd73c2bd60) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Configuration/System.Configuration.exe", 0x7ffd73c2bd60) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=129024, ...}) = 0
mmap(NULL, 129024, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f216dc37000
readlink("/usr", 0x7ffd73c2ad70, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffd73c2ad70, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffd73c2ad70, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac", 0x7ffd73c2ad70, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Configuration", 0x7ffd73c2ad70, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a", 0x7ffd73c2ad70, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll", 0x7ffd73c2ad70, 4096) = -1 EINVAL (Invalid argument)
close(3) = 0
open("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.Configuration.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.Configuration.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.mdb", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=66227, ...}) = 0
mmap(NULL, 66227, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f216dc26000
close(3) = 0
open("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/System.Configuration/System.Configuration.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/policy.4.0.System.Xml/0.0.0.0__b77a5c561934e089/policy.4.0.System.Xml.dll", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Xml.dll", 0x7ffd73c2b2a0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Xml.exe", 0x7ffd73c2b2a0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Xml/System.Xml.dll", 0x7ffd73c2b2a0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Xml/System.Xml.exe", 0x7ffd73c2b2a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1330176, ...}) = 0
mmap(NULL, 1330176, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f216ba38000
readlink("/usr", 0x7ffd73c2a2b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffd73c2a2b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffd73c2a2b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac", 0x7ffd73c2a2b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Xml", 0x7ffd73c2a2b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089", 0x7ffd73c2a2b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll", 0x7ffd73c2a2b0, 4096) = -1 EINVAL (Invalid argument)
close(3) = 0
open("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.Xml.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.Xml.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll.mdb", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=542815, ...}) = 0
mmap(NULL, 542815, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f216b9b3000
close(3) = 0
open("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/System.Xml/System.Xml.config", O_RDONLY) = -1 ENOENT (No such file or directory)
brk(0x26ac000) = 0x26ac000
gettimeofday({1434233200, 78934}, NULL) = 0
gettimeofday({1434233200, 79067}, NULL) = 0
gettimeofday({1434233200, 79443}, NULL) = 0
gettimeofday({1434233200, 79571}, NULL) = 0
gettimeofday({1434233200, 79739}, NULL) = 0
gettimeofday({1434233200, 79921}, NULL) = 0
gettimeofday({1434233200, 80118}, NULL) = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 3
setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
gettimeofday({1434233200, 80544}, NULL) = 0
gettimeofday({1434233200, 80761}, NULL) = 0
gettimeofday({1434233200, 80909}, NULL) = 0
gettimeofday({1434233200, 81217}, NULL) = 0
gettimeofday({1434233200, 81340}, NULL) = 0
gettimeofday({1434233200, 81558}, NULL) = 0
gettimeofday({1434233200, 81679}, NULL) = 0
gettimeofday({1434233200, 81851}, NULL) = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=38805, ...}) = 0
mmap(NULL, 38805, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f216dc1c000
close(4) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffd73c2c100) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/tls/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu/tls", 0x7ffd73c2c100) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu/x86_64", 0x7ffd73c2c100) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffd73c2c100) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/tls/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/tls", 0x7ffd73c2c100) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/x86_64", 0x7ffd73c2c100) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=32768, ...}) = 0
open("/lib/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/tls/x86_64", 0x7ffd73c2c100) = -1 ENOENT (No such file or directory)
open("/lib/tls/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/tls", 0x7ffd73c2c100) = -1 ENOENT (No such file or directory)
open("/lib/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64", 0x7ffd73c2c100) = -1 ENOENT (No such file or directory)
open("/lib/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/tls/x86_64", 0x7ffd73c2c100) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/tls", 0x7ffd73c2c100) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64", 0x7ffd73c2c100) = -1 ENOENT (No such file or directory)
open("/usr/lib/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
munmap(0x7f216dc1c000, 38805) = 0
open("/etc/protocols", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=2932, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f5c4000
read(4, "# Internet (IP) protocols\n#\n# Up"..., 4096) = 2932
close(4) = 0
munmap(0x7f216f5c4000, 4096) = 0
open("/etc/protocols", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=2932, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f5c4000
read(4, "# Internet (IP) protocols\n#\n# Up"..., 4096) = 2932
close(4) = 0
munmap(0x7f216f5c4000, 4096) = 0
setsockopt(3, SOL_IP, IP_MTU_DISCOVER, [0], 4) = 0
gettimeofday({1434233200, 86973}, NULL) = 0
gettimeofday({1434233200, 87076}, NULL) = 0
gettimeofday({1434233200, 87138}, NULL) = 0
gettimeofday({1434233200, 87251}, NULL) = 0
gettimeofday({1434233200, 87307}, NULL) = 0
gettimeofday({1434233200, 87534}, NULL) = 0
gettimeofday({1434233200, 87591}, NULL) = 0
gettimeofday({1434233200, 87994}, NULL) = 0
gettimeofday({1434233200, 88052}, NULL) = 0
gettimeofday({1434233200, 88150}, NULL) = 0
shutdown(3, SHUT_RD) = -1 ENOTCONN (Transport endpoint is not connected)
close(3) = 0
gettimeofday({1434233200, 88306}, NULL) = 0
gettimeofday({1434233200, 88398}, NULL) = 0
gettimeofday({1434233200, 88504}, NULL) = 0
gettimeofday({1434233200, 88617}, NULL) = 0
gettimeofday({1434233200, 88689}, NULL) = 0
gettimeofday({1434233200, 88874}, NULL) = 0
gettimeofday({1434233200, 88944}, NULL) = 0
gettimeofday({1434233200, 89101}, NULL) = 0
gettimeofday({1434233200, 89162}, NULL) = 0
gettimeofday({1434233200, 89241}, NULL) = 0
gettimeofday({1434233200, 89302}, NULL) = 0
gettimeofday({1434233200, 89443}, NULL) = 0
gettimeofday({1434233200, 89495}, NULL) = 0
gettimeofday({1434233200, 89734}, NULL) = 0
gettimeofday({1434233200, 89797}, NULL) = 0
gettimeofday({1434233200, 89890}, NULL) = 0
gettimeofday({1434233200, 89979}, NULL) = 0
brk(0x26ce000) = 0x26ce000
gettimeofday({1434233200, 90898}, NULL) = 0
gettimeofday({1434233200, 91069}, NULL) = 0
gettimeofday({1434233200, 91409}, NULL) = 0
gettimeofday({1434233200, 91541}, NULL) = 0
gettimeofday({1434233200, 91711}, NULL) = 0
gettimeofday({1434233200, 92079}, NULL) = 0
gettimeofday({1434233200, 92279}, NULL) = 0
gettimeofday({1434233200, 92448}, NULL) = 0
gettimeofday({1434233200, 92624}, NULL) = 0
gettimeofday({1434233200, 92891}, NULL) = 0
gettimeofday({1434233200, 93070}, NULL) = 0
gettimeofday({1434233200, 93224}, NULL) = 0
gettimeofday({1434233200, 93426}, NULL) = 0
gettimeofday({1434233200, 93607}, NULL) = 0
gettimeofday({1434233200, 93800}, NULL) = 0
gettimeofday({1434233200, 94065}, NULL) = 0
gettimeofday({1434233200, 94241}, NULL) = 0
gettimeofday({1434233200, 94413}, NULL) = 0
gettimeofday({1434233200, 94593}, NULL) = 0
gettimeofday({1434233200, 94742}, NULL) = 0
gettimeofday({1434233200, 94914}, NULL) = 0
gettimeofday({1434233200, 95065}, NULL) = 0
gettimeofday({1434233200, 95250}, NULL) = 0
gettimeofday({1434233200, 95420}, NULL) = 0
gettimeofday({1434233200, 95587}, NULL) = 0
gettimeofday({1434233200, 95825}, NULL) = 0
gettimeofday({1434233200, 96005}, NULL) = 0
gettimeofday({1434233200, 96170}, NULL) = 0
gettimeofday({1434233200, 96390}, NULL) = 0
gettimeofday({1434233200, 96537}, NULL) = 0
gettimeofday({1434233200, 96705}, NULL) = 0
gettimeofday({1434233200, 96839}, NULL) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f5c4000
gettimeofday({1434233200, 97249}, NULL) = 0
gettimeofday({1434233200, 97379}, NULL) = 0
gettimeofday({1434233200, 97755}, NULL) = 0
gettimeofday({1434233200, 99550}, NULL) = 0
gettimeofday({1434233200, 99771}, NULL) = 0
gettimeofday({1434233200, 99921}, NULL) = 0
gettimeofday({1434233200, 100109}, NULL) = 0
gettimeofday({1434233200, 100470}, NULL) = 0
gettimeofday({1434233200, 100711}, NULL) = 0
gettimeofday({1434233200, 100883}, NULL) = 0
gettimeofday({1434233200, 101067}, NULL) = 0
gettimeofday({1434233200, 101206}, NULL) = 0
gettimeofday({1434233200, 101381}, NULL) = 0
gettimeofday({1434233200, 101553}, NULL) = 0
gettimeofday({1434233200, 101721}, NULL) = 0
gettimeofday({1434233200, 101915}, NULL) = 0
brk(0x26ef000) = 0x26ef000
gettimeofday({1434233200, 102241}, NULL) = 0
gettimeofday({1434233200, 102496}, NULL) = 0
gettimeofday({1434233200, 102689}, NULL) = 0
gettimeofday({1434233200, 102949}, NULL) = 0
gettimeofday({1434233200, 103132}, NULL) = 0
gettimeofday({1434233200, 103283}, NULL) = 0
gettimeofday({1434233200, 103468}, NULL) = 0
gettimeofday({1434233200, 103634}, NULL) = 0
gettimeofday({1434233200, 103780}, NULL) = 0
gettimeofday({1434233200, 103883}, NULL) = 0
gettimeofday({1434233200, 104103}, NULL) = 0
gettimeofday({1434233200, 104221}, NULL) = 0
gettimeofday({1434233200, 104374}, NULL) = 0
gettimeofday({1434233200, 104479}, NULL) = 0
gettimeofday({1434233200, 104778}, NULL) = 0
gettimeofday({1434233200, 104939}, NULL) = 0
gettimeofday({1434233200, 105096}, NULL) = 0
gettimeofday({1434233200, 105236}, NULL) = 0
brk(0x2710000) = 0x2710000
gettimeofday({1434233200, 105903}, NULL) = 0
gettimeofday({1434233200, 106026}, NULL) = 0
gettimeofday({1434233200, 106296}, NULL) = 0
gettimeofday({1434233200, 106428}, NULL) = 0
gettimeofday({1434233200, 106735}, NULL) = 0
gettimeofday({1434233200, 106858}, NULL) = 0
gettimeofday({1434233200, 107020}, NULL) = 0
gettimeofday({1434233200, 107163}, NULL) = 0
gettimeofday({1434233200, 107429}, NULL) = 0
gettimeofday({1434233200, 107548}, NULL) = 0
gettimeofday({1434233200, 107729}, NULL) = 0
gettimeofday({1434233200, 107859}, NULL) = 0
gettimeofday({1434233200, 108153}, NULL) = 0
gettimeofday({1434233200, 108271}, NULL) = 0
gettimeofday({1434233200, 108435}, NULL) = 0
gettimeofday({1434233200, 109122}, NULL) = 0
gettimeofday({1434233200, 109309}, NULL) = 0
gettimeofday({1434233200, 109585}, NULL) = 0
gettimeofday({1434233200, 109742}, NULL) = 0
gettimeofday({1434233200, 110016}, NULL) = 0
gettimeofday({1434233200, 110173}, NULL) = 0
gettimeofday({1434233200, 110447}, NULL) = 0
gettimeofday({1434233200, 110648}, NULL) = 0
gettimeofday({1434233200, 110757}, NULL) = 0
gettimeofday({1434233200, 110915}, NULL) = 0
gettimeofday({1434233200, 111179}, NULL) = 0
gettimeofday({1434233200, 111327}, NULL) = 0
gettimeofday({1434233200, 111573}, NULL) = 0
gettimeofday({1434233200, 111742}, NULL) = 0
gettimeofday({1434233200, 111884}, NULL) = 0
gettimeofday({1434233200, 112078}, NULL) = 0
gettimeofday({1434233200, 113482}, NULL) = 0
gettimeofday({1434233200, 113671}, NULL) = 0
gettimeofday({1434233200, 113845}, NULL) = 0
gettimeofday({1434233200, 114013}, NULL) = 0
gettimeofday({1434233200, 114319}, NULL) = 0
brk(0x2732000) = 0x2732000
gettimeofday({1434233200, 114611}, NULL) = 0
gettimeofday({1434233200, 114941}, NULL) = 0
gettimeofday({1434233200, 115156}, NULL) = 0
gettimeofday({1434233200, 115381}, NULL) = 0
gettimeofday({1434233200, 115587}, NULL) = 0
gettimeofday({1434233200, 115945}, NULL) = 0
gettimeofday({1434233200, 116089}, NULL) = 0
gettimeofday({1434233200, 116263}, NULL) = 0
gettimeofday({1434233200, 116429}, NULL) = 0
gettimeofday({1434233200, 116533}, NULL) = 0
gettimeofday({1434233200, 116766}, NULL) = 0
gettimeofday({1434233200, 117005}, NULL) = 0
gettimeofday({1434233200, 117758}, NULL) = 0
gettimeofday({1434233200, 117890}, NULL) = 0
gettimeofday({1434233200, 118357}, NULL) = 0
gettimeofday({1434233200, 118483}, NULL) = 0
gettimeofday({1434233200, 118646}, NULL) = 0
gettimeofday({1434233200, 118879}, NULL) = 0
gettimeofday({1434233200, 119048}, NULL) = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
gettimeofday({1434233200, 119511}, NULL) = 0
gettimeofday({1434233200, 119680}, NULL) = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
stat("/etc/mono/4.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/etc/mono/4.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
geteuid() = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
gettimeofday({1434233200, 121195}, NULL) = 0
gettimeofday({1434233200, 121409}, NULL) = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
open("/etc/mono/4.5/machine.config", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
gettimeofday({1434233200, 122276}, NULL) = 0
gettimeofday({1434233200, 122458}, NULL) = 0
gettimeofday({1434233200, 122618}, NULL) = 0
gettimeofday({1434233200, 122794}, NULL) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
gettimeofday({1434233200, 123077}, NULL) = 0
gettimeofday({1434233200, 123300}, NULL) = 0
gettimeofday({1434233200, 123433}, NULL) = 0
gettimeofday({1434233200, 123786}, NULL) = 0
gettimeofday({1434233200, 123920}, NULL) = 0
gettimeofday({1434233200, 124117}, NULL) = 0
gettimeofday({1434233200, 124250}, NULL) = 0
gettimeofday({1434233200, 124534}, NULL) = 0
gettimeofday({1434233200, 124685}, NULL) = 0
gettimeofday({1434233200, 125006}, NULL) = 0
gettimeofday({1434233200, 125140}, NULL) = 0
gettimeofday({1434233200, 125349}, NULL) = 0
gettimeofday({1434233200, 125624}, NULL) = 0
gettimeofday({1434233200, 125815}, NULL) = 0
gettimeofday({1434233200, 125945}, NULL) = 0
gettimeofday({1434233200, 126136}, NULL) = 0
gettimeofday({1434233200, 126326}, NULL) = 0
brk(0x2753000) = 0x2753000
gettimeofday({1434233200, 126643}, NULL) = 0
gettimeofday({1434233200, 126777}, NULL) = 0
brk(0x2774000) = 0x2774000
gettimeofday({1434233200, 127862}, NULL) = 0
gettimeofday({1434233200, 128052}, NULL) = 0
gettimeofday({1434233200, 128265}, NULL) = 0
read(3, "<?xml version=\"1.0\" encoding=\"ut"..., 4096) = 4096
gettimeofday({1434233200, 128552}, NULL) = 0
gettimeofday({1434233200, 128984}, NULL) = 0
gettimeofday({1434233200, 129127}, NULL) = 0
gettimeofday({1434233200, 129333}, NULL) = 0
gettimeofday({1434233200, 129506}, NULL) = 0
gettimeofday({1434233200, 129683}, NULL) = 0
gettimeofday({1434233200, 129857}, NULL) = 0
gettimeofday({1434233200, 130081}, NULL) = 0
gettimeofday({1434233200, 130209}, NULL) = 0
gettimeofday({1434233200, 130489}, NULL) = 0
gettimeofday({1434233200, 131130}, NULL) = 0
gettimeofday({1434233200, 131342}, NULL) = 0
gettimeofday({1434233200, 131457}, NULL) = 0
gettimeofday({1434233200, 131653}, NULL) = 0
gettimeofday({1434233200, 131768}, NULL) = 0
gettimeofday({1434233200, 131913}, NULL) = 0
gettimeofday({1434233200, 132027}, NULL) = 0
gettimeofday({1434233200, 132243}, NULL) = 0
gettimeofday({1434233200, 132442}, NULL) = 0
gettimeofday({1434233200, 132603}, NULL) = 0
gettimeofday({1434233200, 132780}, NULL) = 0
gettimeofday({1434233200, 132969}, NULL) = 0
gettimeofday({1434233200, 133089}, NULL) = 0
gettimeofday({1434233200, 133299}, NULL) = 0
gettimeofday({1434233200, 133414}, NULL) = 0
gettimeofday({1434233200, 133573}, NULL) = 0
gettimeofday({1434233200, 133685}, NULL) = 0
gettimeofday({1434233200, 134047}, NULL) = 0
gettimeofday({1434233200, 134168}, NULL) = 0
gettimeofday({1434233200, 134319}, NULL) = 0
gettimeofday({1434233200, 134431}, NULL) = 0
gettimeofday({1434233200, 134769}, NULL) = 0
gettimeofday({1434233200, 134893}, NULL) = 0
gettimeofday({1434233200, 135094}, NULL) = 0
gettimeofday({1434233200, 135231}, NULL) = 0
gettimeofday({1434233200, 135410}, NULL) = 0
gettimeofday({1434233200, 135546}, NULL) = 0
gettimeofday({1434233200, 136249}, NULL) = 0
gettimeofday({1434233200, 136387}, NULL) = 0
gettimeofday({1434233200, 136631}, NULL) = 0
gettimeofday({1434233200, 136757}, NULL) = 0
gettimeofday({1434233200, 137005}, NULL) = 0
gettimeofday({1434233200, 137120}, NULL) = 0
gettimeofday({1434233200, 137407}, NULL) = 0
gettimeofday({1434233200, 137525}, NULL) = 0
gettimeofday({1434233200, 137683}, NULL) = 0
gettimeofday({1434233200, 137981}, NULL) = 0
gettimeofday({1434233200, 138216}, NULL) = 0
gettimeofday({1434233200, 138342}, NULL) = 0
gettimeofday({1434233200, 138510}, NULL) = 0
gettimeofday({1434233200, 138655}, NULL) = 0
gettimeofday({1434233200, 138895}, NULL) = 0
gettimeofday({1434233200, 139012}, NULL) = 0
gettimeofday({1434233200, 139376}, NULL) = 0
gettimeofday({1434233200, 139493}, NULL) = 0
gettimeofday({1434233200, 139652}, NULL) = 0
gettimeofday({1434233200, 139819}, NULL) = 0
gettimeofday({1434233200, 140103}, NULL) = 0
gettimeofday({1434233200, 140254}, NULL) = 0
gettimeofday({1434233200, 140836}, NULL) = 0
gettimeofday({1434233200, 140978}, NULL) = 0
gettimeofday({1434233200, 141163}, NULL) = 0
gettimeofday({1434233200, 141294}, NULL) = 0
gettimeofday({1434233200, 141518}, NULL) = 0
gettimeofday({1434233200, 141647}, NULL) = 0
gettimeofday({1434233200, 141833}, NULL) = 0
gettimeofday({1434233200, 141962}, NULL) = 0
gettimeofday({1434233200, 142140}, NULL) = 0
gettimeofday({1434233200, 142271}, NULL) = 0
gettimeofday({1434233200, 142710}, NULL) = 0
gettimeofday({1434233200, 142859}, NULL) = 0
gettimeofday({1434233200, 143077}, NULL) = 0
gettimeofday({1434233200, 143196}, NULL) = 0
gettimeofday({1434233200, 143370}, NULL) = 0
gettimeofday({1434233200, 143485}, NULL) = 0
gettimeofday({1434233200, 143644}, NULL) = 0
gettimeofday({1434233200, 143772}, NULL) = 0
gettimeofday({1434233200, 143952}, NULL) = 0
gettimeofday({1434233200, 144068}, NULL) = 0
gettimeofday({1434233200, 144208}, NULL) = 0
gettimeofday({1434233200, 144335}, NULL) = 0
gettimeofday({1434233200, 144536}, NULL) = 0
gettimeofday({1434233200, 144711}, NULL) = 0
gettimeofday({1434233200, 145136}, NULL) = 0
gettimeofday({1434233200, 145389}, NULL) = 0
gettimeofday({1434233200, 145834}, NULL) = 0
gettimeofday({1434233200, 145992}, NULL) = 0
gettimeofday({1434233200, 146163}, NULL) = 0
gettimeofday({1434233200, 146374}, NULL) = 0
gettimeofday({1434233200, 146853}, NULL) = 0
gettimeofday({1434233200, 147096}, NULL) = 0
gettimeofday({1434233200, 147420}, NULL) = 0
gettimeofday({1434233200, 147630}, NULL) = 0
brk(0x2795000) = 0x2795000
gettimeofday({1434233200, 148173}, NULL) = 0
gettimeofday({1434233200, 148294}, NULL) = 0
gettimeofday({1434233200, 148487}, NULL) = 0
gettimeofday({1434233200, 148606}, NULL) = 0
gettimeofday({1434233200, 148996}, NULL) = 0
gettimeofday({1434233200, 149115}, NULL) = 0
gettimeofday({1434233200, 149386}, NULL) = 0
gettimeofday({1434233200, 149506}, NULL) = 0
gettimeofday({1434233200, 149832}, NULL) = 0
gettimeofday({1434233200, 149987}, NULL) = 0
gettimeofday({1434233200, 150159}, NULL) = 0
gettimeofday({1434233200, 150277}, NULL) = 0
gettimeofday({1434233200, 150628}, NULL) = 0
gettimeofday({1434233200, 150749}, NULL) = 0
gettimeofday({1434233200, 150906}, NULL) = 0
gettimeofday({1434233200, 151019}, NULL) = 0
gettimeofday({1434233200, 151342}, NULL) = 0
gettimeofday({1434233200, 151461}, NULL) = 0
gettimeofday({1434233200, 151652}, NULL) = 0
gettimeofday({1434233200, 151806}, NULL) = 0
gettimeofday({1434233200, 152040}, NULL) = 0
gettimeofday({1434233200, 152163}, NULL) = 0
gettimeofday({1434233200, 152310}, NULL) = 0
gettimeofday({1434233200, 152426}, NULL) = 0
gettimeofday({1434233200, 152707}, NULL) = 0
gettimeofday({1434233200, 152824}, NULL) = 0
gettimeofday({1434233200, 153005}, NULL) = 0
gettimeofday({1434233200, 153132}, NULL) = 0
gettimeofday({1434233200, 153332}, NULL) = 0
gettimeofday({1434233200, 153454}, NULL) = 0
gettimeofday({1434233200, 153638}, NULL) = 0
gettimeofday({1434233200, 153755}, NULL) = 0
gettimeofday({1434233200, 153922}, NULL) = 0
gettimeofday({1434233200, 154043}, NULL) = 0
brk(0x27b6000) = 0x27b6000
gettimeofday({1434233200, 154957}, NULL) = 0
gettimeofday({1434233200, 155077}, NULL) = 0
gettimeofday({1434233200, 155382}, NULL) = 0
gettimeofday({1434233200, 155532}, NULL) = 0
gettimeofday({1434233200, 155724}, NULL) = 0
gettimeofday({1434233200, 155909}, NULL) = 0
gettimeofday({1434233200, 156119}, NULL) = 0
gettimeofday({1434233200, 156271}, NULL) = 0
gettimeofday({1434233200, 156740}, NULL) = 0
gettimeofday({1434233200, 156861}, NULL) = 0
gettimeofday({1434233200, 157025}, NULL) = 0
gettimeofday({1434233200, 157157}, NULL) = 0
gettimeofday({1434233200, 157348}, NULL) = 0
gettimeofday({1434233200, 157472}, NULL) = 0
gettimeofday({1434233200, 157644}, NULL) = 0
gettimeofday({1434233200, 157783}, NULL) = 0
gettimeofday({1434233200, 157963}, NULL) = 0
gettimeofday({1434233200, 158140}, NULL) = 0
gettimeofday({1434233200, 158412}, NULL) = 0
gettimeofday({1434233200, 158562}, NULL) = 0
gettimeofday({1434233200, 158902}, NULL) = 0
gettimeofday({1434233200, 159059}, NULL) = 0
gettimeofday({1434233200, 159266}, NULL) = 0
gettimeofday({1434233200, 159419}, NULL) = 0
gettimeofday({1434233200, 159626}, NULL) = 0
gettimeofday({1434233200, 159965}, NULL) = 0
gettimeofday({1434233200, 160217}, NULL) = 0
gettimeofday({1434233200, 160495}, NULL) = 0
gettimeofday({1434233200, 160715}, NULL) = 0
gettimeofday({1434233200, 160861}, NULL) = 0
gettimeofday({1434233200, 161039}, NULL) = 0
gettimeofday({1434233200, 161192}, NULL) = 0
gettimeofday({1434233200, 161371}, NULL) = 0
gettimeofday({1434233200, 161520}, NULL) = 0
gettimeofday({1434233200, 161720}, NULL) = 0
gettimeofday({1434233200, 161878}, NULL) = 0
gettimeofday({1434233200, 162071}, NULL) = 0
gettimeofday({1434233200, 162228}, NULL) = 0
gettimeofday({1434233200, 162407}, NULL) = 0
gettimeofday({1434233200, 162553}, NULL) = 0
gettimeofday({1434233200, 162723}, NULL) = 0
gettimeofday({1434233200, 162867}, NULL) = 0
gettimeofday({1434233200, 163200}, NULL) = 0
gettimeofday({1434233200, 163414}, NULL) = 0
gettimeofday({1434233200, 163619}, NULL) = 0
gettimeofday({1434233200, 163773}, NULL) = 0
brk(0x27d8000) = 0x27d8000
mmap(0x4083d000, 65536, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x4083d000
gettimeofday({1434233200, 165768}, NULL) = 0
gettimeofday({1434233200, 165957}, NULL) = 0
gettimeofday({1434233200, 166214}, NULL) = 0
gettimeofday({1434233200, 166390}, NULL) = 0
gettimeofday({1434233200, 166613}, NULL) = 0
gettimeofday({1434233200, 166758}, NULL) = 0
gettimeofday({1434233200, 167011}, NULL) = 0
gettimeofday({1434233200, 167130}, NULL) = 0
gettimeofday({1434233200, 167284}, NULL) = 0
gettimeofday({1434233200, 167427}, NULL) = 0
gettimeofday({1434233200, 167776}, NULL) = 0
gettimeofday({1434233200, 167922}, NULL) = 0
gettimeofday({1434233200, 168174}, NULL) = 0
gettimeofday({1434233200, 168307}, NULL) = 0
gettimeofday({1434233200, 168542}, NULL) = 0
gettimeofday({1434233200, 168684}, NULL) = 0
gettimeofday({1434233200, 168894}, NULL) = 0
gettimeofday({1434233200, 169036}, NULL) = 0
gettimeofday({1434233200, 169210}, NULL) = 0
gettimeofday({1434233200, 169336}, NULL) = 0
gettimeofday({1434233200, 169508}, NULL) = 0
gettimeofday({1434233200, 169622}, NULL) = 0
gettimeofday({1434233200, 169770}, NULL) = 0
gettimeofday({1434233200, 169883}, NULL) = 0
gettimeofday({1434233200, 170034}, NULL) = 0
gettimeofday({1434233200, 170145}, NULL) = 0
gettimeofday({1434233200, 170319}, NULL) = 0
gettimeofday({1434233200, 170434}, NULL) = 0
gettimeofday({1434233200, 170573}, NULL) = 0
gettimeofday({1434233200, 170710}, NULL) = 0
gettimeofday({1434233200, 170861}, NULL) = 0
gettimeofday({1434233200, 170974}, NULL) = 0
gettimeofday({1434233200, 171117}, NULL) = 0
gettimeofday({1434233200, 171239}, NULL) = 0
gettimeofday({1434233200, 171391}, NULL) = 0
gettimeofday({1434233200, 171526}, NULL) = 0
gettimeofday({1434233200, 171691}, NULL) = 0
gettimeofday({1434233200, 171835}, NULL) = 0
gettimeofday({1434233200, 172005}, NULL) = 0
gettimeofday({1434233200, 172134}, NULL) = 0
gettimeofday({1434233200, 172406}, NULL) = 0
gettimeofday({1434233200, 172543}, NULL) = 0
gettimeofday({1434233200, 172732}, NULL) = 0
gettimeofday({1434233200, 172898}, NULL) = 0
gettimeofday({1434233200, 173062}, NULL) = 0
gettimeofday({1434233200, 173211}, NULL) = 0
gettimeofday({1434233200, 173894}, NULL) = 0
gettimeofday({1434233200, 174035}, NULL) = 0
gettimeofday({1434233200, 174201}, NULL) = 0
gettimeofday({1434233200, 174360}, NULL) = 0
gettimeofday({1434233200, 174665}, NULL) = 0
gettimeofday({1434233200, 174809}, NULL) = 0
gettimeofday({1434233200, 175092}, NULL) = 0
gettimeofday({1434233200, 175252}, NULL) = 0
gettimeofday({1434233200, 175838}, NULL) = 0
gettimeofday({1434233200, 176006}, NULL) = 0
gettimeofday({1434233200, 176244}, NULL) = 0
gettimeofday({1434233200, 176388}, NULL) = 0
gettimeofday({1434233200, 176641}, NULL) = 0
gettimeofday({1434233200, 176793}, NULL) = 0
gettimeofday({1434233200, 177015}, NULL) = 0
gettimeofday({1434233200, 177150}, NULL) = 0
gettimeofday({1434233200, 177346}, NULL) = 0
gettimeofday({1434233200, 177488}, NULL) = 0
gettimeofday({1434233200, 177673}, NULL) = 0
gettimeofday({1434233200, 177807}, NULL) = 0
gettimeofday({1434233200, 179019}, NULL) = 0
gettimeofday({1434233200, 179172}, NULL) = 0
gettimeofday({1434233200, 179387}, NULL) = 0
gettimeofday({1434233200, 179532}, NULL) = 0
gettimeofday({1434233200, 179759}, NULL) = 0
gettimeofday({1434233200, 180172}, NULL) = 0
gettimeofday({1434233200, 180329}, NULL) = 0
gettimeofday({1434233200, 180450}, NULL) = 0
gettimeofday({1434233200, 180614}, NULL) = 0
gettimeofday({1434233200, 180727}, NULL) = 0
gettimeofday({1434233200, 181039}, NULL) = 0
gettimeofday({1434233200, 181180}, NULL) = 0
gettimeofday({1434233200, 181402}, NULL) = 0
gettimeofday({1434233200, 181550}, NULL) = 0
gettimeofday({1434233200, 181700}, NULL) = 0
gettimeofday({1434233200, 181811}, NULL) = 0
gettimeofday({1434233200, 182026}, NULL) = 0
gettimeofday({1434233200, 182141}, NULL) = 0
gettimeofday({1434233200, 182320}, NULL) = 0
gettimeofday({1434233200, 182432}, NULL) = 0
gettimeofday({1434233200, 182631}, NULL) = 0
gettimeofday({1434233200, 182749}, NULL) = 0
gettimeofday({1434233200, 182915}, NULL) = 0
gettimeofday({1434233200, 183046}, NULL) = 0
gettimeofday({1434233200, 183206}, NULL) = 0
gettimeofday({1434233200, 183320}, NULL) = 0
gettimeofday({1434233200, 183494}, NULL) = 0
gettimeofday({1434233200, 183606}, NULL) = 0
gettimeofday({1434233200, 183831}, NULL) = 0
gettimeofday({1434233200, 183944}, NULL) = 0
gettimeofday({1434233200, 184095}, NULL) = 0
gettimeofday({1434233200, 184209}, NULL) = 0
gettimeofday({1434233200, 184460}, NULL) = 0
gettimeofday({1434233200, 184583}, NULL) = 0
gettimeofday({1434233200, 184728}, NULL) = 0
gettimeofday({1434233200, 184841}, NULL) = 0
gettimeofday({1434233200, 185190}, NULL) = 0
gettimeofday({1434233200, 185325}, NULL) = 0
gettimeofday({1434233200, 185554}, NULL) = 0
gettimeofday({1434233200, 185671}, NULL) = 0
gettimeofday({1434233200, 185831}, NULL) = 0
gettimeofday({1434233200, 186338}, NULL) = 0
gettimeofday({1434233200, 186570}, NULL) = 0
gettimeofday({1434233200, 187033}, NULL) = 0
gettimeofday({1434233200, 187249}, NULL) = 0
gettimeofday({1434233200, 187410}, NULL) = 0
gettimeofday({1434233200, 187614}, NULL) = 0
gettimeofday({1434233200, 187956}, NULL) = 0
gettimeofday({1434233200, 188161}, NULL) = 0
gettimeofday({1434233200, 188425}, NULL) = 0
gettimeofday({1434233200, 188647}, NULL) = 0
gettimeofday({1434233200, 188965}, NULL) = 0
gettimeofday({1434233200, 189188}, NULL) = 0
gettimeofday({1434233200, 189344}, NULL) = 0
gettimeofday({1434233200, 189542}, NULL) = 0
gettimeofday({1434233200, 189705}, NULL) = 0
gettimeofday({1434233200, 189916}, NULL) = 0
read(3, "Errors\" type=\"System.Web.Configu"..., 4096) = 4096
read(3, "KeyToken=b03f5f7f11d50a3a\" />\n\t\t"..., 4096) = 4096
gettimeofday({1434233200, 190938}, NULL) = 0
gettimeofday({1434233200, 191306}, NULL) = 0
gettimeofday({1434233200, 191443}, NULL) = 0
gettimeofday({1434233200, 191713}, NULL) = 0
gettimeofday({1434233200, 191862}, NULL) = 0
gettimeofday({1434233200, 192165}, NULL) = 0
read(3, "3856ad364e35\" requirePermission="..., 4096) = 4096
read(3, "\"system.transactions\" type=\"Syst"..., 4096) = 4096
gettimeofday({1434233200, 193218}, NULL) = 0
gettimeofday({1434233200, 193461}, NULL) = 0
gettimeofday({1434233200, 193707}, NULL) = 0
gettimeofday({1434233200, 193936}, NULL) = 0
gettimeofday({1434233200, 194095}, NULL) = 0
gettimeofday({1434233200, 194601}, NULL) = 0
gettimeofday({1434233200, 194739}, NULL) = 0
gettimeofday({1434233200, 195313}, NULL) = 0
gettimeofday({1434233200, 195499}, NULL) = 0
gettimeofday({1434233200, 195885}, NULL) = 0
gettimeofday({1434233200, 196022}, NULL) = 0
gettimeofday({1434233200, 196231}, NULL) = 0
gettimeofday({1434233200, 196371}, NULL) = 0
gettimeofday({1434233200, 196577}, NULL) = 0
gettimeofday({1434233200, 196762}, NULL) = 0
gettimeofday({1434233200, 196927}, NULL) = 0
gettimeofday({1434233200, 197048}, NULL) = 0
gettimeofday({1434233200, 197623}, NULL) = 0
gettimeofday({1434233200, 197752}, NULL) = 0
gettimeofday({1434233200, 197923}, NULL) = 0
gettimeofday({1434233200, 198114}, NULL) = 0
gettimeofday({1434233200, 198294}, NULL) = 0
gettimeofday({1434233200, 198453}, NULL) = 0
gettimeofday({1434233200, 198647}, NULL) = 0
gettimeofday({1434233200, 198866}, NULL) = 0
gettimeofday({1434233200, 199019}, NULL) = 0
gettimeofday({1434233200, 199178}, NULL) = 0
gettimeofday({1434233200, 199338}, NULL) = 0
gettimeofday({1434233200, 199475}, NULL) = 0
gettimeofday({1434233200, 199855}, NULL) = 0
gettimeofday({1434233200, 199975}, NULL) = 0
gettimeofday({1434233200, 200133}, NULL) = 0
gettimeofday({1434233200, 200308}, NULL) = 0
gettimeofday({1434233200, 200935}, NULL) = 0
gettimeofday({1434233200, 201193}, NULL) = 0
gettimeofday({1434233200, 201403}, NULL) = 0
gettimeofday({1434233200, 201562}, NULL) = 0
gettimeofday({1434233200, 201742}, NULL) = 0
gettimeofday({1434233200, 201893}, NULL) = 0
gettimeofday({1434233200, 202340}, NULL) = 0
gettimeofday({1434233200, 202511}, NULL) = 0
gettimeofday({1434233200, 202702}, NULL) = 0
gettimeofday({1434233200, 202845}, NULL) = 0
gettimeofday({1434233200, 203019}, NULL) = 0
gettimeofday({1434233200, 203163}, NULL) = 0
gettimeofday({1434233200, 203339}, NULL) = 0
gettimeofday({1434233200, 203482}, NULL) = 0
gettimeofday({1434233200, 204117}, NULL) = 0
gettimeofday({1434233200, 204253}, NULL) = 0
gettimeofday({1434233200, 204413}, NULL) = 0
gettimeofday({1434233200, 204530}, NULL) = 0
gettimeofday({1434233200, 204760}, NULL) = 0
gettimeofday({1434233200, 205079}, NULL) = 0
gettimeofday({1434233200, 205462}, NULL) = 0
gettimeofday({1434233200, 205750}, NULL) = 0
gettimeofday({1434233200, 206097}, NULL) = 0
gettimeofday({1434233200, 206341}, NULL) = 0
gettimeofday({1434233200, 206554}, NULL) = 0
gettimeofday({1434233200, 206682}, NULL) = 0
gettimeofday({1434233200, 206948}, NULL) = 0
gettimeofday({1434233200, 207085}, NULL) = 0
gettimeofday({1434233200, 207265}, NULL) = 0
gettimeofday({1434233200, 207381}, NULL) = 0
gettimeofday({1434233200, 207560}, NULL) = 0
gettimeofday({1434233200, 207695}, NULL) = 0
gettimeofday({1434233200, 207921}, NULL) = 0
gettimeofday({1434233200, 208035}, NULL) = 0
gettimeofday({1434233200, 208208}, NULL) = 0
gettimeofday({1434233200, 208324}, NULL) = 0
gettimeofday({1434233200, 208532}, NULL) = 0
gettimeofday({1434233200, 208650}, NULL) = 0
gettimeofday({1434233200, 208804}, NULL) = 0
gettimeofday({1434233200, 208917}, NULL) = 0
gettimeofday({1434233200, 209083}, NULL) = 0
gettimeofday({1434233200, 209207}, NULL) = 0
gettimeofday({1434233200, 209561}, NULL) = 0
gettimeofday({1434233200, 209704}, NULL) = 0
gettimeofday({1434233200, 209878}, NULL) = 0
gettimeofday({1434233200, 210001}, NULL) = 0
gettimeofday({1434233200, 210201}, NULL) = 0
gettimeofday({1434233200, 210317}, NULL) = 0
gettimeofday({1434233200, 210487}, NULL) = 0
gettimeofday({1434233200, 210630}, NULL) = 0
gettimeofday({1434233200, 210773}, NULL) = 0
gettimeofday({1434233200, 210885}, NULL) = 0
gettimeofday({1434233200, 211533}, NULL) = 0
gettimeofday({1434233200, 211669}, NULL) = 0
gettimeofday({1434233200, 211858}, NULL) = 0
gettimeofday({1434233200, 212004}, NULL) = 0
gettimeofday({1434233200, 212204}, NULL) = 0
gettimeofday({1434233200, 212330}, NULL) = 0
gettimeofday({1434233200, 212503}, NULL) = 0
gettimeofday({1434233200, 212642}, NULL) = 0
gettimeofday({1434233200, 212866}, NULL) = 0
gettimeofday({1434233200, 212983}, NULL) = 0
gettimeofday({1434233200, 213234}, NULL) = 0
gettimeofday({1434233200, 213370}, NULL) = 0
gettimeofday({1434233200, 213575}, NULL) = 0
gettimeofday({1434233200, 213690}, NULL) = 0
gettimeofday({1434233200, 213909}, NULL) = 0
gettimeofday({1434233200, 214033}, NULL) = 0
gettimeofday({1434233200, 214498}, NULL) = 0
gettimeofday({1434233200, 214637}, NULL) = 0
gettimeofday({1434233200, 214813}, NULL) = 0
gettimeofday({1434233200, 214936}, NULL) = 0
gettimeofday({1434233200, 215226}, NULL) = 0
gettimeofday({1434233200, 215409}, NULL) = 0
gettimeofday({1434233200, 215560}, NULL) = 0
gettimeofday({1434233200, 215686}, NULL) = 0
gettimeofday({1434233200, 215830}, NULL) = 0
gettimeofday({1434233200, 215955}, NULL) = 0
gettimeofday({1434233200, 216122}, NULL) = 0
gettimeofday({1434233200, 216372}, NULL) = 0
gettimeofday({1434233200, 216557}, NULL) = 0
read(3, "s>\n\t\t</application>\n\t\t<channels>"..., 4096) = 4096
mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216b7b3000
munmap(0x7f216b7b3000, 315392) = 0
munmap(0x7f216b900000, 733184) = 0
gettimeofday({1434233200, 217740}, NULL) = 0
gettimeofday({1434233200, 218062}, NULL) = 0
gettimeofday({1434233200, 218209}, NULL) = 0
gettimeofday({1434233200, 218649}, NULL) = 0
gettimeofday({1434233200, 218845}, NULL) = 0
gettimeofday({1434233200, 219204}, NULL) = 0
gettimeofday({1434233200, 219463}, NULL) = 0
gettimeofday({1434233200, 219721}, NULL) = 0
gettimeofday({1434233200, 220131}, NULL) = 0
gettimeofday({1434233200, 220394}, NULL) = 0
read(3, " \n\t\t description=\".Net Fra"..., 4096) = 4096
read(3, " \n\t\t\t<map To"..., 4096) = 4096
read(3, "scovery.Configuration.Announceme"..., 4096) = 881
gettimeofday({1434233200, 222578}, NULL) = 0
gettimeofday({1434233200, 222904}, NULL) = 0
gettimeofday({1434233200, 223083}, NULL) = 0
gettimeofday({1434233200, 223330}, NULL) = 0
gettimeofday({1434233200, 223545}, NULL) = 0
gettimeofday({1434233200, 223783}, NULL) = 0
gettimeofday({1434233200, 224005}, NULL) = 0
gettimeofday({1434233200, 224305}, NULL) = 0
gettimeofday({1434233200, 224508}, NULL) = 0
gettimeofday({1434233200, 224781}, NULL) = 0
gettimeofday({1434233200, 225040}, NULL) = 0
gettimeofday({1434233200, 225291}, NULL) = 0
gettimeofday({1434233200, 225579}, NULL) = 0
gettimeofday({1434233200, 225803}, NULL) = 0
close(3) = 0
gettimeofday({1434233200, 226225}, NULL) = 0
gettimeofday({1434233200, 226749}, NULL) = 0
gettimeofday({1434233200, 226880}, NULL) = 0
gettimeofday({1434233200, 227092}, NULL) = 0
gettimeofday({1434233200, 227290}, NULL) = 0
gettimeofday({1434233200, 227635}, NULL) = 0
gettimeofday({1434233200, 227756}, NULL) = 0
gettimeofday({1434233200, 227947}, NULL) = 0
gettimeofday({1434233200, 228071}, NULL) = 0
gettimeofday({1434233200, 228281}, NULL) = 0
gettimeofday({1434233200, 228424}, NULL) = 0
gettimeofday({1434233200, 228719}, NULL) = 0
gettimeofday({1434233200, 228857}, NULL) = 0
gettimeofday({1434233200, 229039}, NULL) = 0
gettimeofday({1434233200, 229182}, NULL) = 0
gettimeofday({1434233200, 229415}, NULL) = 0
gettimeofday({1434233200, 229552}, NULL) = 0
gettimeofday({1434233200, 229754}, NULL) = 0
gettimeofday({1434233200, 229903}, NULL) = 0
gettimeofday({1434233200, 230069}, NULL) = 0
gettimeofday({1434233200, 230176}, NULL) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f437000
munmap(0x7f216f5c4000, 4096) = 0
gettimeofday({1434233200, 231030}, NULL) = 0
gettimeofday({1434233200, 231195}, NULL) = 0
gettimeofday({1434233200, 231494}, NULL) = 0
gettimeofday({1434233200, 231677}, NULL) = 0
gettimeofday({1434233200, 232105}, NULL) = 0
gettimeofday({1434233200, 232247}, NULL) = 0
gettimeofday({1434233200, 232394}, NULL) = 0
access("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", F_OK) = -1 ENOENT (No such file or directory)
access("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", F_OK) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", 0x7ffd73c2c700) = -1 ENOENT (No such file or directory)
lstat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", 0x7ffd73c2c700) = -1 ENOENT (No such file or directory)
access("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", F_OK) = 0
gettimeofday({1434233200, 233026}, NULL) = 0
gettimeofday({1434233200, 233288}, NULL) = 0
gettimeofday({1434233200, 233404}, NULL) = 0
gettimeofday({1434233200, 233542}, NULL) = 0
gettimeofday({1434233200, 233642}, NULL) = 0
gettimeofday({1434233200, 233813}, NULL) = 0
gettimeofday({1434233200, 233916}, NULL) = 0
gettimeofday({1434233200, 234091}, NULL) = 0
gettimeofday({1434233200, 234192}, NULL) = 0
gettimeofday({1434233200, 234379}, NULL) = 0
gettimeofday({1434233200, 234481}, NULL) = 0
gettimeofday({1434233200, 234627}, NULL) = 0
gettimeofday({1434233200, 234730}, NULL) = 0
gettimeofday({1434233200, 234883}, NULL) = 0
gettimeofday({1434233200, 234988}, NULL) = 0
gettimeofday({1434233200, 235218}, NULL) = 0
gettimeofday({1434233200, 235353}, NULL) = 0
gettimeofday({1434233200, 235534}, NULL) = 0
gettimeofday({1434233200, 235648}, NULL) = 0
gettimeofday({1434233200, 235851}, NULL) = 0
gettimeofday({1434233200, 235982}, NULL) = 0
gettimeofday({1434233200, 236224}, NULL) = 0
gettimeofday({1434233200, 236364}, NULL) = 0
gettimeofday({1434233200, 236521}, NULL) = 0
gettimeofday({1434233200, 236703}, NULL) = 0
gettimeofday({1434233200, 236855}, NULL) = 0
gettimeofday({1434233200, 236992}, NULL) = 0
gettimeofday({1434233200, 237194}, NULL) = 0
gettimeofday({1434233200, 237316}, NULL) = 0
gettimeofday({1434233200, 237477}, NULL) = 0
gettimeofday({1434233200, 237615}, NULL) = 0
gettimeofday({1434233200, 237812}, NULL) = 0
gettimeofday({1434233200, 237942}, NULL) = 0
gettimeofday({1434233200, 238227}, NULL) = 0
gettimeofday({1434233200, 238371}, NULL) = 0
gettimeofday({1434233200, 238645}, NULL) = 0
gettimeofday({1434233200, 238823}, NULL) = 0
gettimeofday({1434233200, 239007}, NULL) = 0
gettimeofday({1434233200, 239134}, NULL) = 0
gettimeofday({1434233200, 239552}, NULL) = 0
gettimeofday({1434233200, 239659}, NULL) = 0
gettimeofday({1434233200, 239808}, NULL) = 0
gettimeofday({1434233200, 239968}, NULL) = 0
gettimeofday({1434233200, 240251}, NULL) = 0
gettimeofday({1434233200, 240363}, NULL) = 0
gettimeofday({1434233200, 240544}, NULL) = 0
gettimeofday({1434233200, 240691}, NULL) = 0
gettimeofday({1434233200, 241284}, NULL) = 0
gettimeofday({1434233200, 241399}, NULL) = 0
gettimeofday({1434233200, 241504}, NULL) = 0
gettimeofday({1434233200, 241667}, NULL) = 0
gettimeofday({1434233200, 241819}, NULL) = 0
gettimeofday({1434233200, 241966}, NULL) = 0
gettimeofday({1434233200, 242106}, NULL) = 0
gettimeofday({1434233200, 242210}, NULL) = 0
gettimeofday({1434233200, 242505}, NULL) = 0
gettimeofday({1434233200, 242616}, NULL) = 0
gettimeofday({1434233200, 242772}, NULL) = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
gettimeofday({1434233200, 244314}, NULL) = 0
gettimeofday({1434233200, 244478}, NULL) = 0
gettimeofday({1434233200, 244625}, NULL) = 0
brk(0x27fb000) = 0x27fb000
gettimeofday({1434233200, 244880}, NULL) = 0
gettimeofday({1434233200, 245033}, NULL) = 0
gettimeofday({1434233200, 245237}, NULL) = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
stat("/etc/mono/4.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/etc/mono/4.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
geteuid() = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
open("/etc/mono/4.5/machine.config", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
fadvise64(3, 0, 0, POSIX_FADV_SEQUENTIAL) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
gettimeofday({1434233200, 246838}, NULL) = 0
gettimeofday({1434233200, 247004}, NULL) = 0
read(3, "<?xml version=\"1.0\" encoding=\"ut"..., 4096) = 4096
read(3, "Errors\" type=\"System.Web.Configu"..., 4096) = 4096
read(3, "KeyToken=b03f5f7f11d50a3a\" />\n\t\t"..., 4096) = 4096
read(3, "3856ad364e35\" requirePermission="..., 4096) = 4096
read(3, "\"system.transactions\" type=\"Syst"..., 4096) = 4096
read(3, "s>\n\t\t</application>\n\t\t<channels>"..., 4096) = 4096
read(3, " \n\t\t description=\".Net Fra"..., 4096) = 4096
read(3, " \n\t\t\t<map To"..., 4096) = 4096
read(3, "scovery.Configuration.Announceme"..., 4096) = 881
open("/usr/lib/mono/gac/policy.4.0.Mono.Security/0.0.0.0__0738eb9f132ed756/policy.4.0.Mono.Security.dll", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/Mono.Security.dll", 0x7ffd73c2a8a0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/Mono.Security.exe", 0x7ffd73c2a8a0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/Mono.Security/Mono.Security.dll", 0x7ffd73c2a8a0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/Mono.Security/Mono.Security.exe", 0x7ffd73c2a8a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=300032, ...}) = 0
mmap(NULL, 300032, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f216b969000
readlink("/usr", 0x7ffd73c298b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffd73c298b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffd73c298b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac", 0x7ffd73c298b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/Mono.Security", 0x7ffd73c298b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756", 0x7ffd73c298b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll", 0x7ffd73c298b0, 4096) = -1 EINVAL (Invalid argument)
close(4) = 0
open("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/Mono.Security.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/Mono.Security.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll.mdb", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=139876, ...}) = 0
mmap(NULL, 139876, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f216dc03000
close(4) = 0
open("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/Mono.Security/Mono.Security.config", O_RDONLY) = -1 ENOENT (No such file or directory)
close(3) = 0
gettimeofday({1434233200, 253502}, NULL) = 0
gettimeofday({1434233200, 253707}, NULL) = 0
gettimeofday({1434233200, 253846}, NULL) = 0
gettimeofday({1434233200, 253994}, NULL) = 0
open("/dev/urandom", O_RDONLY) = 3
gettimeofday({1434233200, 254214}, NULL) = 0
gettimeofday({1434233200, 254352}, NULL) = 0
gettimeofday({1434233200, 254470}, NULL) = 0
gettimeofday({1434233200, 254616}, NULL) = 0
read(3, "\xbf\xa0\xbc\xee\x69\x52\x6e\x04\x1d\xdb\x1b\x57\xd1\x40\x2d\x45", 16) = 16
read(3, "\x41\xcc\x17\x96\x75\x47\x86\xc8\x98\x8c\xbf\x55\x6f\x54\xdc\x7f", 16) = 16
read(3, "\xe7\x5e\x8b\xa8\xb1\xff\x6e\x7c\x37\x89\xe7\x15\x11\xb9\xda\x54", 16) = 16
read(3, "\x94\x29\xed\x95\x14\x47\x48\x44\x4d\x4e\x95\xfd\x99\xc8\x12\x34", 16) = 16
read(3, "\xff\x82\xd9\x53\x40\x85\xd3\x65\x80\xd3\x94\x07\xda\x15\x9e\xb4", 16) = 16
read(3, "\xc6\xa8\x24\xc2\x9d\xfa\x26\xf3\x06\xbf\xcf\x2f\x74\x0d\x81\x46", 16) = 16
read(3, "\x0f\x2c\x10\x26\x2c\x57\xbb\xa8\x0e\xb0\xd9\xce\x1b\xa3\x6a\x80", 16) = 16
read(3, "\xb6\x3a\xb8\xb5\x27\x08\x5f\xae\xb3\xb0\x9b\xb8\xb6\x61\x20\x7c", 16) = 16
read(3, "\x4a\x60\x8f\x7d\x86\xca\xe0\x21\x90\xe1\x18\xbf\xab\x95\xdb\x8f", 16) = 16
read(3, "\xc3\x3a\x89\x09\xb5\xb7\xcc\xf6\x98\x29\xf1\xcb\x0e\x69\x3f\x11", 16) = 16
read(3, "\xe4\x59\xef\xd7\xf5\xe3\x3a\x79\x9e\xad\xae\x71\xe5\x07\xab\xa9", 16) = 16
read(3, "\xd3\x6b\x54\xe9\xd8\x18\xdf\x45\x9b\x9b\xa1\x23\xa6\x44\xe0\x6b", 16) = 16
gettimeofday({1434233200, 255843}, NULL) = 0
gettimeofday({1434233200, 256087}, NULL) = 0
gettimeofday({1434233200, 256197}, NULL) = 0
gettimeofday({1434233200, 256339}, NULL) = 0
gettimeofday({1434233200, 256429}, NULL) = 0
gettimeofday({1434233200, 257096}, NULL) = 0
gettimeofday({1434233200, 257224}, NULL) = 0
brk(0x281d000) = 0x281d000
gettimeofday({1434233200, 257984}, NULL) = 0
gettimeofday({1434233200, 258399}, NULL) = 0
gettimeofday({1434233200, 258563}, NULL) = 0
gettimeofday({1434233200, 258784}, NULL) = 0
gettimeofday({1434233200, 258927}, NULL) = 0
gettimeofday({1434233200, 259154}, NULL) = 0
gettimeofday({1434233200, 259317}, NULL) = 0
gettimeofday({1434233200, 259425}, NULL) = 0
gettimeofday({1434233200, 259567}, NULL) = 0
gettimeofday({1434233200, 259785}, NULL) = 0
gettimeofday({1434233200, 259923}, NULL) = 0
gettimeofday({1434233200, 260009}, NULL) = 0
gettimeofday({1434233200, 260212}, NULL) = 0
gettimeofday({1434233200, 260357}, NULL) = 0
gettimeofday({1434233200, 260503}, NULL) = 0
gettimeofday({1434233200, 260595}, NULL) = 0
gettimeofday({1434233200, 260732}, NULL) = 0
gettimeofday({1434233200, 260853}, NULL) = 0
gettimeofday({1434233200, 261122}, NULL) = 0
read(3, "\x77\xef\xd5\xf1\x1d\x81\x3b\x3f\x37\xc6\xd3\x76\xa6\x44\x13\x1b", 16) = 16
read(3, "\x7b\x69\x7c\x24\x55\xf7\x26\x50\x96\x86\x7a\x9e\x9b\xe7\xd2\x8a", 16) = 16
read(3, "\xd9\x5c\xce\xbd\x93\x91\x23\x46\x8b\x6a\x99\x0a\x2f\xad\x91\x4e", 16) = 16
gettimeofday({1434233200, 261801}, NULL) = 0
gettimeofday({1434233200, 261932}, NULL) = 0
gettimeofday({1434233200, 262034}, NULL) = 0
gettimeofday({1434233200, 262241}, NULL) = 0
gettimeofday({1434233200, 262393}, NULL) = 0
gettimeofday({1434233200, 262587}, NULL) = 0
gettimeofday({1434233200, 262737}, NULL) = 0
gettimeofday({1434233200, 263176}, NULL) = 0
gettimeofday({1434233200, 263281}, NULL) = 0
gettimeofday({1434233200, 263415}, NULL) = 0
gettimeofday({1434233200, 263551}, NULL) = 0
mmap(0x4084d000, 65536, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x4084d000
gettimeofday({1434233200, 264088}, NULL) = 0
gettimeofday({1434233200, 264179}, NULL) = 0
gettimeofday({1434233200, 264337}, NULL) = 0
gettimeofday({1434233200, 264423}, NULL) = 0
gettimeofday({1434233200, 264689}, NULL) = 0
gettimeofday({1434233200, 264788}, NULL) = 0
gettimeofday({1434233200, 265140}, NULL) = 0
gettimeofday({1434233200, 265267}, NULL) = 0
gettimeofday({1434233200, 265463}, NULL) = 0
gettimeofday({1434233200, 265581}, NULL) = 0
gettimeofday({1434233200, 265895}, NULL) = 0
gettimeofday({1434233200, 265986}, NULL) = 0
gettimeofday({1434233200, 266119}, NULL) = 0
gettimeofday({1434233200, 266211}, NULL) = 0
gettimeofday({1434233200, 266845}, NULL) = 0
gettimeofday({1434233200, 266949}, NULL) = 0
gettimeofday({1434233200, 267239}, NULL) = 0
gettimeofday({1434233200, 267562}, NULL) = 0
gettimeofday({1434233200, 267709}, NULL) = 0
gettimeofday({1434233200, 267887}, NULL) = 0
gettimeofday({1434233200, 268011}, NULL) = 0
gettimeofday({1434233200, 268097}, NULL) = 0
gettimeofday({1434233200, 268225}, NULL) = 0
gettimeofday({1434233200, 268314}, NULL) = 0
gettimeofday({1434233200, 268441}, NULL) = 0
gettimeofday({1434233200, 268525}, NULL) = 0
gettimeofday({1434233200, 268708}, NULL) = 0
gettimeofday({1434233200, 268807}, NULL) = 0
gettimeofday({1434233200, 269046}, NULL) = 0
gettimeofday({1434233200, 269137}, NULL) = 0
gettimeofday({1434233200, 269324}, NULL) = 0
gettimeofday({1434233200, 269411}, NULL) = 0
gettimeofday({1434233200, 269556}, NULL) = 0
gettimeofday({1434233200, 269671}, NULL) = 0
gettimeofday({1434233200, 269814}, NULL) = 0
gettimeofday({1434233200, 269906}, NULL) = 0
gettimeofday({1434233200, 270064}, NULL) = 0
gettimeofday({1434233200, 270152}, NULL) = 0
gettimeofday({1434233200, 270279}, NULL) = 0
gettimeofday({1434233200, 270378}, NULL) = 0
gettimeofday({1434233200, 270772}, NULL) = 0
gettimeofday({1434233200, 270890}, NULL) = 0
gettimeofday({1434233200, 271064}, NULL) = 0
gettimeofday({1434233200, 271155}, NULL) = 0
gettimeofday({1434233200, 271291}, NULL) = 0
gettimeofday({1434233200, 271404}, NULL) = 0
brk(0x283f000) = 0x283f000
gettimeofday({1434233200, 272063}, NULL) = 0
gettimeofday({1434233200, 272161}, NULL) = 0
gettimeofday({1434233200, 272278}, NULL) = 0
gettimeofday({1434233200, 272376}, NULL) = 0
gettimeofday({1434233200, 272862}, NULL) = 0
gettimeofday({1434233200, 272958}, NULL) = 0
gettimeofday({1434233200, 273111}, NULL) = 0
gettimeofday({1434233200, 273244}, NULL) = 0
gettimeofday({1434233200, 273368}, NULL) = 0
gettimeofday({1434233200, 273454}, NULL) = 0
gettimeofday({1434233200, 273605}, NULL) = 0
gettimeofday({1434233200, 273691}, NULL) = 0
gettimeofday({1434233200, 273810}, NULL) = 0
gettimeofday({1434233200, 273915}, NULL) = 0
gettimeofday({1434233200, 274058}, NULL) = 0
gettimeofday({1434233200, 274210}, NULL) = 0
gettimeofday({1434233200, 274354}, NULL) = 0
gettimeofday({1434233200, 274460}, NULL) = 0
gettimeofday({1434233200, 274599}, NULL) = 0
gettimeofday({1434233200, 274709}, NULL) = 0
gettimeofday({1434233200, 274835}, NULL) = 0
gettimeofday({1434233200, 274922}, NULL) = 0
gettimeofday({1434233200, 275081}, NULL) = 0
gettimeofday({1434233200, 275172}, NULL) = 0
gettimeofday({1434233200, 275304}, NULL) = 0
gettimeofday({1434233200, 275389}, NULL) = 0
gettimeofday({1434233200, 275798}, NULL) = 0
gettimeofday({1434233200, 275886}, NULL) = 0
gettimeofday({1434233200, 276356}, NULL) = 0
gettimeofday({1434233200, 276476}, NULL) = 0
brk(0x2861000) = 0x2861000
gettimeofday({1434233200, 277374}, NULL) = 0
gettimeofday({1434233200, 277518}, NULL) = 0
gettimeofday({1434233200, 277711}, NULL) = 0
gettimeofday({1434233200, 277812}, NULL) = 0
gettimeofday({1434233200, 277983}, NULL) = 0
gettimeofday({1434233200, 278085}, NULL) = 0
gettimeofday({1434233200, 278204}, NULL) = 0
gettimeofday({1434233200, 278304}, NULL) = 0
gettimeofday({1434233200, 278576}, NULL) = 0
gettimeofday({1434233200, 279018}, NULL) = 0
gettimeofday({1434233200, 279165}, NULL) = 0
gettimeofday({1434233200, 279254}, NULL) = 0
gettimeofday({1434233200, 279463}, NULL) = 0
gettimeofday({1434233200, 279593}, NULL) = 0
gettimeofday({1434233200, 279705}, NULL) = 0
gettimeofday({1434233200, 279817}, NULL) = 0
gettimeofday({1434233200, 279957}, NULL) = 0
gettimeofday({1434233200, 280082}, NULL) = 0
gettimeofday({1434233200, 280401}, NULL) = 0
gettimeofday({1434233200, 280523}, NULL) = 0
gettimeofday({1434233200, 280656}, NULL) = 0
gettimeofday({1434233200, 280937}, NULL) = 0
gettimeofday({1434233200, 281077}, NULL) = 0
gettimeofday({1434233200, 281223}, NULL) = 0
gettimeofday({1434233200, 281374}, NULL) = 0
gettimeofday({1434233200, 281623}, NULL) = 0
gettimeofday({1434233200, 281802}, NULL) = 0
gettimeofday({1434233200, 281926}, NULL) = 0
gettimeofday({1434233200, 282097}, NULL) = 0
gettimeofday({1434233200, 282200}, NULL) = 0
gettimeofday({1434233200, 282347}, NULL) = 0
gettimeofday({1434233200, 282454}, NULL) = 0
gettimeofday({1434233200, 282578}, NULL) = 0
gettimeofday({1434233200, 282693}, NULL) = 0
gettimeofday({1434233200, 282825}, NULL) = 0
gettimeofday({1434233200, 282913}, NULL) = 0
gettimeofday({1434233200, 283073}, NULL) = 0
gettimeofday({1434233200, 283160}, NULL) = 0
gettimeofday({1434233200, 283266}, NULL) = 0
gettimeofday({1434233200, 283354}, NULL) = 0
gettimeofday({1434233200, 283489}, NULL) = 0
gettimeofday({1434233200, 283590}, NULL) = 0
gettimeofday({1434233200, 283743}, NULL) = 0
gettimeofday({1434233200, 283850}, NULL) = 0
gettimeofday({1434233200, 284033}, NULL) = 0
gettimeofday({1434233200, 284121}, NULL) = 0
gettimeofday({1434233200, 285073}, NULL) = 0
gettimeofday({1434233200, 285188}, NULL) = 0
brk(0x2883000) = 0x2883000
brk(0x28a6000) = 0x28a6000
gettimeofday({1434233200, 287006}, NULL) = 0
gettimeofday({1434233200, 287127}, NULL) = 0
gettimeofday({1434233200, 287281}, NULL) = 0
gettimeofday({1434233200, 287370}, NULL) = 0
gettimeofday({1434233200, 287750}, NULL) = 0
gettimeofday({1434233200, 287842}, NULL) = 0
gettimeofday({1434233200, 287972}, NULL) = 0
gettimeofday({1434233200, 288064}, NULL) = 0
gettimeofday({1434233200, 288179}, NULL) = 0
gettimeofday({1434233200, 288275}, NULL) = 0
gettimeofday({1434233200, 288439}, NULL) = 0
gettimeofday({1434233200, 288644}, NULL) = 0
gettimeofday({1434233200, 288842}, NULL) = 0
gettimeofday({1434233200, 288931}, NULL) = 0
gettimeofday({1434233200, 289070}, NULL) = 0
gettimeofday({1434233200, 289196}, NULL) = 0
gettimeofday({1434233200, 289330}, NULL) = 0
gettimeofday({1434233200, 289421}, NULL) = 0
gettimeofday({1434233200, 289542}, NULL) = 0
gettimeofday({1434233200, 289626}, NULL) = 0
gettimeofday({1434233200, 289749}, NULL) = 0
gettimeofday({1434233200, 289841}, NULL) = 0
gettimeofday({1434233200, 290053}, NULL) = 0
gettimeofday({1434233200, 290207}, NULL) = 0
gettimeofday({1434233200, 290331}, NULL) = 0
gettimeofday({1434233200, 290419}, NULL) = 0
gettimeofday({1434233200, 290617}, NULL) = 0
gettimeofday({1434233200, 290707}, NULL) = 0
gettimeofday({1434233200, 290851}, NULL) = 0
gettimeofday({1434233200, 290993}, NULL) = 0
gettimeofday({1434233200, 291174}, NULL) = 0
gettimeofday({1434233200, 291341}, NULL) = 0
gettimeofday({1434233200, 291467}, NULL) = 0
gettimeofday({1434233200, 291564}, NULL) = 0
gettimeofday({1434233200, 291696}, NULL) = 0
gettimeofday({1434233200, 291896}, NULL) = 0
gettimeofday({1434233200, 292035}, NULL) = 0
gettimeofday({1434233200, 292188}, NULL) = 0
gettimeofday({1434233200, 292309}, NULL) = 0
gettimeofday({1434233200, 292417}, NULL) = 0
gettimeofday({1434233200, 292553}, NULL) = 0
gettimeofday({1434233200, 292649}, NULL) = 0
gettimeofday({1434233200, 292773}, NULL) = 0
gettimeofday({1434233200, 292862}, NULL) = 0
gettimeofday({1434233200, 292994}, NULL) = 0
gettimeofday({1434233200, 293083}, NULL) = 0
gettimeofday({1434233200, 293198}, NULL) = 0
gettimeofday({1434233200, 293294}, NULL) = 0
gettimeofday({1434233200, 293495}, NULL) = 0
gettimeofday({1434233200, 293585}, NULL) = 0
gettimeofday({1434233200, 293695}, NULL) = 0
gettimeofday({1434233200, 293806}, NULL) = 0
gettimeofday({1434233200, 293961}, NULL) = 0
gettimeofday({1434233200, 294046}, NULL) = 0
gettimeofday({1434233200, 294184}, NULL) = 0
gettimeofday({1434233200, 294269}, NULL) = 0
gettimeofday({1434233200, 294389}, NULL) = 0
gettimeofday({1434233200, 294474}, NULL) = 0
gettimeofday({1434233200, 294750}, NULL) = 0
gettimeofday({1434233200, 294887}, NULL) = 0
gettimeofday({1434233200, 294995}, NULL) = 0
gettimeofday({1434233200, 295079}, NULL) = 0
gettimeofday({1434233200, 295248}, NULL) = 0
gettimeofday({1434233200, 295408}, NULL) = 0
gettimeofday({1434233200, 295546}, NULL) = 0
gettimeofday({1434233200, 295632}, NULL) = 0
gettimeofday({1434233200, 295756}, NULL) = 0
gettimeofday({1434233200, 295851}, NULL) = 0
gettimeofday({1434233200, 295997}, NULL) = 0
gettimeofday({1434233200, 296083}, NULL) = 0
gettimeofday({1434233200, 296209}, NULL) = 0
gettimeofday({1434233200, 296300}, NULL) = 0
gettimeofday({1434233200, 296449}, NULL) = 0
gettimeofday({1434233200, 296541}, NULL) = 0
gettimeofday({1434233200, 296698}, NULL) = 0
gettimeofday({1434233200, 296784}, NULL) = 0
gettimeofday({1434233200, 296925}, NULL) = 0
gettimeofday({1434233200, 297014}, NULL) = 0
gettimeofday({1434233200, 297142}, NULL) = 0
gettimeofday({1434233200, 297283}, NULL) = 0
gettimeofday({1434233200, 297572}, NULL) = 0
gettimeofday({1434233200, 297668}, NULL) = 0
gettimeofday({1434233200, 297835}, NULL) = 0
gettimeofday({1434233200, 297966}, NULL) = 0
gettimeofday({1434233200, 298107}, NULL) = 0
gettimeofday({1434233200, 298193}, NULL) = 0
gettimeofday({1434233200, 298447}, NULL) = 0
gettimeofday({1434233200, 298676}, NULL) = 0
gettimeofday({1434233200, 298816}, NULL) = 0
gettimeofday({1434233200, 298902}, NULL) = 0
gettimeofday({1434233200, 299020}, NULL) = 0
gettimeofday({1434233200, 299158}, NULL) = 0
gettimeofday({1434233200, 299278}, NULL) = 0
gettimeofday({1434233200, 299415}, NULL) = 0
gettimeofday({1434233200, 299532}, NULL) = 0
gettimeofday({1434233200, 299642}, NULL) = 0
gettimeofday({1434233200, 299850}, NULL) = 0
gettimeofday({1434233200, 299986}, NULL) = 0
gettimeofday({1434233200, 300110}, NULL) = 0
gettimeofday({1434233200, 300242}, NULL) = 0
gettimeofday({1434233200, 300378}, NULL) = 0
gettimeofday({1434233200, 300465}, NULL) = 0
gettimeofday({1434233200, 300727}, NULL) = 0
gettimeofday({1434233200, 300866}, NULL) = 0
gettimeofday({1434233200, 300980}, NULL) = 0
gettimeofday({1434233200, 301124}, NULL) = 0
gettimeofday({1434233200, 301328}, NULL) = 0
gettimeofday({1434233200, 301440}, NULL) = 0
gettimeofday({1434233200, 301557}, NULL) = 0
gettimeofday({1434233200, 301706}, NULL) = 0
gettimeofday({1434233200, 301823}, NULL) = 0
gettimeofday({1434233200, 301935}, NULL) = 0
gettimeofday({1434233200, 302178}, NULL) = 0
gettimeofday({1434233200, 302448}, NULL) = 0
gettimeofday({1434233200, 302569}, NULL) = 0
gettimeofday({1434233200, 302688}, NULL) = 0
gettimeofday({1434233200, 302805}, NULL) = 0
gettimeofday({1434233200, 302914}, NULL) = 0
gettimeofday({1434233200, 303399}, NULL) = 0
gettimeofday({1434233200, 303492}, NULL) = 0
gettimeofday({1434233200, 303654}, NULL) = 0
gettimeofday({1434233200, 303740}, NULL) = 0
gettimeofday({1434233200, 303879}, NULL) = 0
gettimeofday({1434233200, 303965}, NULL) = 0
gettimeofday({1434233200, 304157}, NULL) = 0
gettimeofday({1434233200, 304256}, NULL) = 0
gettimeofday({1434233200, 304407}, NULL) = 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 4
setsockopt(4, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
setsockopt(4, SOL_IP, IP_MTU_DISCOVER, [0], 4) = 0
gettimeofday({1434233200, 304786}, NULL) = 0
gettimeofday({1434233200, 305053}, NULL) = 0
gettimeofday({1434233200, 305142}, NULL) = 0
gettimeofday({1434233200, 305325}, NULL) = 0
gettimeofday({1434233200, 305437}, NULL) = 0
gettimeofday({1434233200, 305630}, NULL) = 0
gettimeofday({1434233200, 305761}, NULL) = 0
gettimeofday({1434233200, 305887}, NULL) = 0
gettimeofday({1434233200, 305976}, NULL) = 0
gettimeofday({1434233200, 306121}, NULL) = 0
gettimeofday({1434233200, 306215}, NULL) = 0
gettimeofday({1434233200, 306779}, NULL) = 0
gettimeofday({1434233200, 306971}, NULL) = 0
gettimeofday({1434233200, 307169}, NULL) = 0
gettimeofday({1434233200, 307263}, NULL) = 0
gettimeofday({1434233200, 307861}, NULL) = 0
gettimeofday({1434233200, 307958}, NULL) = 0
gettimeofday({1434233200, 308094}, NULL) = 0
gettimeofday({1434233200, 308183}, NULL) = 0
gettimeofday({1434233200, 308338}, NULL) = 0
gettimeofday({1434233200, 308464}, NULL) = 0
gettimeofday({1434233200, 308736}, NULL) = 0
gettimeofday({1434233200, 308873}, NULL) = 0
gettimeofday({1434233200, 309066}, NULL) = 0
gettimeofday({1434233200, 309191}, NULL) = 0
gettimeofday({1434233200, 309343}, NULL) = 0
gettimeofday({1434233200, 309433}, NULL) = 0
gettimeofday({1434233200, 309584}, NULL) = 0
gettimeofday({1434233200, 309682}, NULL) = 0
gettimeofday({1434233200, 309825}, NULL) = 0
gettimeofday({1434233200, 309918}, NULL) = 0
gettimeofday({1434233200, 310034}, NULL) = 0
gettimeofday({1434233200, 310138}, NULL) = 0
gettimeofday({1434233200, 310308}, NULL) = 0
gettimeofday({1434233200, 310398}, NULL) = 0
gettimeofday({1434233200, 310534}, NULL) = 0
gettimeofday({1434233200, 310626}, NULL) = 0
gettimeofday({1434233200, 310746}, NULL) = 0
gettimeofday({1434233200, 310850}, NULL) = 0
gettimeofday({1434233200, 311055}, NULL) = 0
gettimeofday({1434233200, 311165}, NULL) = 0
gettimeofday({1434233200, 311369}, NULL) = 0
gettimeofday({1434233200, 311512}, NULL) = 0
gettimeofday({1434233200, 311698}, NULL) = 0
gettimeofday({1434233200, 311789}, NULL) = 0
gettimeofday({1434233200, 311942}, NULL) = 0
uname({sys="Linux", node="web1c-dev.dallas.linode.georiot.com", ...}) = 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 5
connect(5, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(5) = 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 5
connect(5, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(5) = 0
open("/etc/host.conf", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=92, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f5c4000
read(5, "# The \"order\" line is only used "..., 4096) = 92
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f216f5c4000, 4096) = 0
futex(0x7f216eae13d0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=136, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f5c4000
read(5, "domain members.linode.com\nsearch"..., 4096) = 136
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f216f5c4000, 4096) = 0
open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=991, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f5c4000
read(5, "# HEADER: This file was autogene"..., 4096) = 991
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f216f5c4000, 4096) = 0
open("/etc/gai.conf", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2584, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=2584, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f5c4000
read(5, "# Configuration for getaddrinfo("..., 4096) = 2584
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f216f5c4000, 4096) = 0
futex(0x7f216eadf3c0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
socket(PF_NETLINK, SOCK_RAW, 0) = 5
bind(5, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0
getsockname(5, {sa_family=AF_NETLINK, pid=8828, groups=00000000}, [12]) = 0
sendto(0x5, 0x7ffd73c2cfc0, 0x14, 0, 0x7ffd73c2cfa0, 0xc) = 0x14
recvmsg(0x5, 0x7ffd73c2cfe0, 0) = 0xfc
recvmsg(0x5, 0x7ffd73c2cfe0, 0) = 0xd8
recvmsg(0x5, 0x7ffd73c2cfe0, 0) = 0x14
close(5) = 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 5
connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
getsockname(5, {sa_family=AF_INET, sin_port=htons(43942), sin_addr=inet_addr("127.0.0.1")}, [16]) = 0
close(5) = 0
gettimeofday({1434233200, 320354}, NULL) = 0
gettimeofday({1434233200, 320826}, NULL) = 0
gettimeofday({1434233200, 320932}, NULL) = 0
gettimeofday({1434233200, 321059}, NULL) = 0
gettimeofday({1434233200, 321147}, NULL) = 0
gettimeofday({1434233200, 321265}, NULL) = 0
gettimeofday({1434233200, 321383}, NULL) = 0
gettimeofday({1434233200, 321552}, NULL) = 0
gettimeofday({1434233200, 321639}, NULL) = 0
gettimeofday({1434233200, 321789}, NULL) = 0
gettimeofday({1434233200, 321895}, NULL) = 0
gettimeofday({1434233200, 322053}, NULL) = 0
gettimeofday({1434233200, 322139}, NULL) = 0
gettimeofday({1434233200, 322278}, NULL) = 0
gettimeofday({1434233200, 322366}, NULL) = 0
gettimeofday({1434233200, 322820}, NULL) = 0
gettimeofday({1434233200, 323014}, NULL) = 0
gettimeofday({1434233200, 323205}, NULL) = 0
gettimeofday({1434233200, 323294}, NULL) = 0
gettimeofday({1434233200, 323461}, NULL) = 0
gettimeofday({1434233200, 323559}, NULL) = 0
gettimeofday({1434233200, 323811}, NULL) = 0
gettimeofday({1434233200, 324134}, NULL) = 0
gettimeofday({1434233200, 324282}, NULL) = 0
gettimeofday({1434233200, 324484}, NULL) = 0
gettimeofday({1434233200, 324689}, NULL) = 0
gettimeofday({1434233200, 324817}, NULL) = 0
gettimeofday({1434233200, 324940}, NULL) = 0
gettimeofday({1434233200, 325025}, NULL) = 0
gettimeofday({1434233200, 325263}, NULL) = 0
gettimeofday({1434233200, 325377}, NULL) = 0
gettimeofday({1434233200, 325521}, NULL) = 0
gettimeofday({1434233200, 325629}, NULL) = 0
gettimeofday({1434233200, 325907}, NULL) = 0
gettimeofday({1434233200, 325998}, NULL) = 0
gettimeofday({1434233200, 326180}, NULL) = 0
gettimeofday({1434233200, 326266}, NULL) = 0
gettimeofday({1434233200, 326439}, NULL) = 0
gettimeofday({1434233200, 326533}, NULL) = 0
gettimeofday({1434233200, 326742}, NULL) = 0
gettimeofday({1434233200, 326841}, NULL) = 0
gettimeofday({1434233200, 327224}, NULL) = 0
gettimeofday({1434233200, 327317}, NULL) = 0
gettimeofday({1434233200, 327482}, NULL) = 0
gettimeofday({1434233200, 327572}, NULL) = 0
gettimeofday({1434233200, 327712}, NULL) = 0
sendto(0x4, 0x7f216d891a48, 0x18, 0, 0x2857930, 0x10) = 0x18
sched_yield() = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 804723531}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 804798654}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 804872939}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 804947551}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 805020779}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 805092522}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 805188903}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 805262857}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f5c4000
clock_gettime(CLOCK_MONOTONIC, {15654, 805477378}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216dee0000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216f436000
clock_gettime(CLOCK_MONOTONIC, {15654, 805733227}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 805809431}) = 0
mmap(NULL, 540672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216b77c000
munmap(0x7f216b7fc000, 16384) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216dc02000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f216dc01000
clock_gettime(CLOCK_MONOTONIC, {15654, 806742176}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 806816142}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 806888724}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 806961196}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 807033202}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 807105338}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 807630792}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 807719592}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 807797608}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 807871720}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 807944854}) = 0
munmap(0x7f216b800000, 1048576) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 808112447}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 808221880}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 808296832}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 808369747}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 808458110}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 808536730}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 808610111}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 808682815}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 808755179}) = 0
futex(0x944e60, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x944e60, FUTEX_WAKE_PRIVATE, 1) = 1
sigaltstack({ss_sp=0x7f216f46c000, ss_flags=SS_DISABLE, ss_size=16384}, NULL) = 0
munmap(0x7f216f46c000, 16384) = 0
munmap(0x7ffd73431000, 32768) = 0
rt_sigaction(SIGFPE, {SIG_DFL, [], SA_RESTORER, 0x7f216eaf3340}, NULL, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f216eaf3340}, NULL, 8) = 0
rt_sigaction(SIGILL, {SIG_DFL, [], SA_RESTORER, 0x7f216eaf3340}, NULL, 8) = 0
rt_sigaction(SIGBUS, {SIG_DFL, [], SA_RESTORER, 0x7f216eaf3340}, NULL, 8) = 0
rt_sigaction(SIGRT_3, {SIG_DFL, [], SA_RESTORER, 0x7f216eaf3340}, NULL, 8) = 0
rt_sigaction(SIGABRT, {SIG_DFL, [], SA_RESTORER, 0x7f216eaf3340}, NULL, 8) = 0
rt_sigaction(SIGSEGV, {SIG_DFL, [], SA_RESTORER, 0x7f216eaf3340}, NULL, 8) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 810939466}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 811015414}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 811089419}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 811365422}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 811440825}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 811512335}) = 0
clock_gettime(CLOCK_MONOTONIC, {15654, 811585682}) = 0
munmap(0x7f216dc03000, 139876) = 0
munmap(0x7f216b969000, 300032) = 0
munmap(0x7f216be47000, 368337) = 0
munmap(0x7f216bea1000, 893952) = 0
munmap(0x7f216dc57000, 14848) = 0
munmap(0x7f216f62b000, 3072) = 0
munmap(0x7f216b9b3000, 542815) = 0
munmap(0x7f216f470000, 1372468) = 0
munmap(0x7f216dc26000, 66227) = 0
munmap(0x7f216bb7d000, 856585) = 0
munmap(0x41f9b000, 65536) = 0
munmap(0x4082d000, 65536) = 0
munmap(0x4084d000, 65536) = 0
munmap(0x4083d000, 65536) = 0
unlink("/dev/shm/mono.8828") = 0
exit_group(0) = ?
+++ exited with 0 +++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment