execve("./a.out", ["a.out"], [/* 36 vars */]) = 0 uname({sys="Linux", node="trent.cl.cam.ac.uk", ...}) = 0 brk(0) = 0x8049510 open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory) open("tls/i686/mmx/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("tls/mmx/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("i686/mmx/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("mmx/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/auto/groups/cprg/lib/tls/i686/mmx/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/auto/groups/cprg/lib/tls/i686/mmx", 0xbfffe720) = -1 ENOENT (No such file or directory) open("/auto/groups/cprg/lib/tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/auto/groups/cprg/lib/tls/i686", 0xbfffe720) = -1 ENOENT (No such file or directory) open("/auto/groups/cprg/lib/tls/mmx/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/auto/groups/cprg/lib/tls/mmx", 0xbfffe720) = -1 ENOENT (No such file or directory) open("/auto/groups/cprg/lib/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/auto/groups/cprg/lib/tls", 0xbfffe720) = -1 ENOENT (No such file or directory) open("/auto/groups/cprg/lib/i686/mmx/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/auto/groups/cprg/lib/i686/mmx", 0xbfffe720) = -1 ENOENT (No such file or directory) open("/auto/groups/cprg/lib/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/auto/groups/cprg/lib/i686", 0xbfffe720) = -1 ENOENT (No such file or directory) open("/auto/groups/cprg/lib/mmx/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/auto/groups/cprg/lib/mmx", 0xbfffe720) = -1 ENOENT (No such file or directory) open("/auto/groups/cprg/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/auto/groups/cprg/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 open("/etc/ld.so.cache", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=43120, ...}) = 0 old_mmap(NULL, 43120, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40016000 close(3) = 0 open("/lib/tls/libc.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360W\1"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=1539996, ...}) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40021000 old_mmap(0x42000000, 1267276, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x42000000 old_mmap(0x42130000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x130000) = 0x42130000 old_mmap(0x42133000, 9804, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x42133000 close(3) = 0 set_thread_area({entry_number:-1 -> 6, base_addr:0x40021740, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 munmap(0x40016000, 43120) = 0 rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 clone(child_stack=0, flags=CLONE_PARENT_SETTID|0x11, [7814], ) = 7814 wait4(7814, [WIFEXITED(s) && WEXITSTATUS(s) == 0], 0, NULL) = 7814 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 --- SIGCHLD (Child exited) @ 0 (0) --- exit_group(0) = ?