Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 858837 Details for
Bug 1058512
ENOSPC when there is plenty available (tmpfs and ext4)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
strace log which does not cause the issue (with -pipe)
strace-pipe.log (text/x-log), 1.91 MB, created by
Ben Boeckel
on 2014-02-03 19:38:06 UTC
(
hide
)
Description:
strace log which does not cause the issue (with -pipe)
Filename:
MIME Type:
Creator:
Ben Boeckel
Created:
2014-02-03 19:38:06 UTC
Size:
1.91 MB
patch
obsolete
>23445 execve("/usr/lib64/ccache/g++", ["g++", "circular.cxx", "-pipe"], [/* 61 vars */]) = 0 >23445 brk(0) = 0x88f000 >23445 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0bc11000 >23445 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) >23445 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 >23445 fstat(3, {st_mode=S_IFREG|0644, st_size=208178, ...}) = 0 >23445 mmap(NULL, 208178, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0bbde000 >23445 close(3) = 0 >23445 open("/lib64/libm.so.6", O_RDONLY|O_CLOEXEC) = 3 >23445 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220X\0\0\0\0\0\0"..., 832) = 832 >23445 fstat(3, {st_mode=S_IFREG|0755, st_size=1159944, ...}) = 0 >23445 mmap(NULL, 3170648, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0b6ec000 >23445 mprotect(0x7f9e0b7f1000, 2097152, PROT_NONE) = 0 >23445 mmap(0x7f9e0b9f1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x105000) = 0x7f9e0b9f1000 >23445 close(3) = 0 >23445 open("/lib64/libz.so.1", O_RDONLY|O_CLOEXEC) = 3 >23445 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\"\0\0\0\0\0\0"..., 832) = 832 >23445 fstat(3, {st_mode=S_IFREG|0755, st_size=90000, ...}) = 0 >23445 mmap(NULL, 2183688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0b4d6000 >23445 mprotect(0x7f9e0b4eb000, 2093056, PROT_NONE) = 0 >23445 mmap(0x7f9e0b6ea000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7f9e0b6ea000 >23445 close(3) = 0 >23445 open("/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 >23445 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\36\2\0\0\0\0\0"..., 832) = 832 >23445 fstat(3, {st_mode=S_IFREG|0755, st_size=2097264, ...}) = 0 >23445 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0bbdd000 >23445 mmap(NULL, 3924576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0b117000 >23445 mprotect(0x7f9e0b2cb000, 2097152, PROT_NONE) = 0 >23445 mmap(0x7f9e0b4cb000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b4000) = 0x7f9e0b4cb000 >23445 mmap(0x7f9e0b4d1000, 16992, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9e0b4d1000 >23445 close(3) = 0 >23445 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0bbdc000 >23445 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0bbda000 >23445 arch_prctl(ARCH_SET_FS, 0x7f9e0bbda740) = 0 >23445 mprotect(0x7f9e0b4cb000, 16384, PROT_READ) = 0 >23445 mprotect(0x7f9e0b6ea000, 4096, PROT_READ) = 0 >23445 mprotect(0x7f9e0b9f1000, 4096, PROT_READ) = 0 >23445 mprotect(0x613000, 4096, PROT_READ) = 0 >23445 mprotect(0x7f9e0bc12000, 4096, PROT_READ) = 0 >23445 munmap(0x7f9e0bbde000, 208178) = 0 >23445 brk(0) = 0x88f000 >23445 brk(0x8b0000) = 0x8b0000 >23445 brk(0) = 0x8b0000 >23445 stat("/home/boeckb/.ccache", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0 >23445 stat("/home/boeckb/.ccache/tmp", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0 >23445 access("/home/boeckb/.local/bin/g++", X_OK) = -1 ENOENT (No such file or directory) >23445 access("/usr/lib64/ccache/g++", X_OK) = 0 >23445 lstat("/usr/lib64/ccache/g++", {st_mode=S_IFLNK|0777, st_size=16, ...}) = 0 >23445 stat("/usr/lib64/ccache/g++", {st_mode=S_IFREG|0755, st_size=87720, ...}) = 0 >23445 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23445 lstat("/usr/lib64", {st_mode=S_IFDIR|0555, st_size=143360, ...}) = 0 >23445 lstat("/usr/lib64/ccache", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23445 lstat("/usr/lib64/ccache/g++", {st_mode=S_IFLNK|0777, st_size=16, ...}) = 0 >23445 readlink("/usr/lib64/ccache/g++", "../../bin/ccache", 4095) = 16 >23445 lstat("/usr/bin", {st_mode=S_IFDIR|0555, st_size=94208, ...}) = 0 >23445 lstat("/usr/bin/ccache", {st_mode=S_IFREG|0755, st_size=87720, ...}) = 0 >23445 access("/usr/local/bin/g++", X_OK) = -1 ENOENT (No such file or directory) >23445 access("/usr/bin/g++", X_OK) = 0 >23445 lstat("/usr/bin/g++", {st_mode=S_IFREG|0755, st_size=772656, ...}) = 0 >23445 stat("/usr/bin/g++", {st_mode=S_IFREG|0755, st_size=772656, ...}) = 0 >23445 dup(2) = 3 >23445 stat("/home/boeckb/.ccache/CACHEDIR.TAG", {st_mode=S_IFREG|0640, st_size=190, ...}) = 0 >23445 uname({sys="Linux", node="erythro", ...}) = 0 >23445 stat("circular.cxx", {st_mode=S_IFREG|0640, st_size=323, ...}) = 0 >23445 getpid() = 23445 >23445 stat("/home/boeckb/.ccache/b", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0 >23445 symlink("erythro:23445:1391456140", "/home/boeckb/.ccache/b/stats.lock") = 0 >23445 stat("/home/boeckb/.ccache/b/stats", {st_mode=S_IFREG|0640, st_size=87, ...}) = 0 >23445 open("/home/boeckb/.ccache/b/stats", O_RDONLY) = 4 >23445 read(4, "0\n0\n246\n1\n5211\n17\n0\n1\n1735\n0\n299"..., 1024) = 87 >23445 read(4, "", 937) = 0 >23445 close(4) = 0 >23445 open("/home/boeckb/.ccache/b/stats.tmp.erythro.23445", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 4 >23445 fstat(4, {st_mode=S_IFREG|0640, st_size=0, ...}) = 0 >23445 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0bc10000 >23445 write(4, "0\n0\n246\n1\n5211\n17\n0\n1\n1735\n0\n299"..., 87) = 87 >23445 close(4) = 0 >23445 munmap(0x7f9e0bc10000, 4096) = 0 >23445 rename("/home/boeckb/.ccache/b/stats.tmp.erythro.23445", "/home/boeckb/.ccache/b/stats") = 0 >23445 unlink("/home/boeckb/.ccache/b/stats.lock") = 0 >23445 execve("/usr/bin/g++", ["/usr/bin/g++", "circular.cxx", "-pipe"], [/* 62 vars */]) = 0 >23445 brk(0) = 0xe4e000 >23445 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb00a8c7000 >23445 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) >23445 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4 >23445 fstat(4, {st_mode=S_IFREG|0644, st_size=208178, ...}) = 0 >23445 mmap(NULL, 208178, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7fb00a894000 >23445 close(4) = 0 >23445 open("/lib64/libm.so.6", O_RDONLY|O_CLOEXEC) = 4 >23445 read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220X\0\0\0\0\0\0"..., 832) = 832 >23445 fstat(4, {st_mode=S_IFREG|0755, st_size=1159944, ...}) = 0 >23445 mmap(NULL, 3170648, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7fb00a3a2000 >23445 mprotect(0x7fb00a4a7000, 2097152, PROT_NONE) = 0 >23445 mmap(0x7fb00a6a7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x105000) = 0x7fb00a6a7000 >23445 close(4) = 0 >23445 open("/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 4 >23445 read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\36\2\0\0\0\0\0"..., 832) = 832 >23445 fstat(4, {st_mode=S_IFREG|0755, st_size=2097264, ...}) = 0 >23445 mmap(NULL, 3924576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7fb009fe3000 >23445 mprotect(0x7fb00a197000, 2097152, PROT_NONE) = 0 >23445 mmap(0x7fb00a397000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1b4000) = 0x7fb00a397000 >23445 mmap(0x7fb00a39d000, 16992, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fb00a39d000 >23445 close(4) = 0 >23445 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb00a893000 >23445 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb00a891000 >23445 arch_prctl(ARCH_SET_FS, 0x7fb00a891740) = 0 >23445 mprotect(0x7fb00a397000, 16384, PROT_READ) = 0 >23445 mprotect(0x7fb00a6a7000, 4096, PROT_READ) = 0 >23445 mprotect(0x6b9000, 8192, PROT_READ) = 0 >23445 mprotect(0x7fb00a8c8000, 4096, PROT_READ) = 0 >23445 munmap(0x7fb00a894000, 208178) = 0 >23445 brk(0) = 0xe4e000 >23445 brk(0) = 0xe4e000 >23445 brk(0xe70000) = 0xe70000 >23445 brk(0) = 0xe70000 >23445 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 4 >23445 fstat(4, {st_mode=S_IFREG|0644, st_size=106070960, ...}) = 0 >23445 mmap(NULL, 106070960, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7fb003aba000 >23445 close(4) = 0 >23445 open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 4 >23445 fstat(4, {st_mode=S_IFREG|0644, st_size=2492, ...}) = 0 >23445 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb00a8c6000 >23445 read(4, "# Locale name alias data base.\n#"..., 4096) = 2492 >23445 read(4, "", 4096) = 0 >23445 close(4) = 0 >23445 munmap(0x7fb00a8c6000, 4096) = 0 >23445 open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/gcc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23445 open("/usr/share/locale/en_US.utf8/LC_MESSAGES/gcc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23445 open("/usr/share/locale/en_US/LC_MESSAGES/gcc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23445 open("/usr/share/locale/en.UTF-8/LC_MESSAGES/gcc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23445 open("/usr/share/locale/en.utf8/LC_MESSAGES/gcc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23445 open("/usr/share/locale/en/LC_MESSAGES/gcc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23445 ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 >23445 rt_sigaction(SIGINT, {SIG_IGN, [INT], SA_RESTORER|SA_RESTART, 0x7fb00a018cb0}, {SIG_DFL, [], 0}, 8) = 0 >23445 rt_sigaction(SIGINT, {0x4043ea, [INT], SA_RESTORER|SA_RESTART, 0x7fb00a018cb0}, {SIG_IGN, [INT], SA_RESTORER|SA_RESTART, 0x7fb00a018cb0}, 8) = 0 >23445 rt_sigaction(SIGHUP, {SIG_IGN, [HUP], SA_RESTORER|SA_RESTART, 0x7fb00a018cb0}, {SIG_DFL, [], 0}, 8) = 0 >23445 rt_sigaction(SIGHUP, {0x4043ea, [HUP], SA_RESTORER|SA_RESTART, 0x7fb00a018cb0}, {SIG_IGN, [HUP], SA_RESTORER|SA_RESTART, 0x7fb00a018cb0}, 8) = 0 >23445 rt_sigaction(SIGTERM, {SIG_IGN, [TERM], SA_RESTORER|SA_RESTART, 0x7fb00a018cb0}, {SIG_DFL, [], 0}, 8) = 0 >23445 rt_sigaction(SIGTERM, {0x4043ea, [TERM], SA_RESTORER|SA_RESTART, 0x7fb00a018cb0}, {SIG_IGN, [TERM], SA_RESTORER|SA_RESTART, 0x7fb00a018cb0}, 8) = 0 >23445 rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7fb00a018cb0}, {SIG_DFL, [], 0}, 8) = 0 >23445 rt_sigaction(SIGPIPE, {0x4043ea, [PIPE], SA_RESTORER|SA_RESTART, 0x7fb00a018cb0}, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7fb00a018cb0}, 8) = 0 >23445 rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTORER|SA_RESTART, 0x7fb00a018cb0}, {SIG_DFL, [], 0}, 8) = 0 >23445 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0 >23445 setrlimit(RLIMIT_STACK, {rlim_cur=65536*1024, rlim_max=RLIM64_INFINITY}) = 0 >23445 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23445 lstat("/usr/bin", {st_mode=S_IFDIR|0555, st_size=94208, ...}) = 0 >23445 lstat("/usr/bin/g++", {st_mode=S_IFREG|0755, st_size=772656, ...}) = 0 >23445 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23445 lstat("/usr/bin", {st_mode=S_IFDIR|0555, st_size=94208, ...}) = 0 >23445 lstat("/usr/bin/g++", {st_mode=S_IFREG|0755, st_size=772656, ...}) = 0 >23445 access("circular.cxx", F_OK) = 0 >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/", X_OK) = 0 >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/", X_OK) = 0 >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/specs", R_OK) = -1 ENOENT (No such file or directory) >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../x86_64-redhat-linux/lib/x86_64-redhat-linux/4.8.2/specs", R_OK) = -1 ENOENT (No such file or directory) >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../x86_64-redhat-linux/lib/specs", R_OK) = -1 ENOENT (No such file or directory) >23445 access("/usr/lib/gcc/x86_64-redhat-linux/specs", R_OK) = -1 ENOENT (No such file or directory) >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/", X_OK) = 0 >23445 stat("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/lto-wrapper", {st_mode=S_IFREG|0755, st_size=552536, ...}) = 0 >23445 access("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/lto-wrapper", X_OK) = 0 >23445 access("/tmp", R_OK|W_OK|X_OK) = 0 >23445 getpid() = 23445 >23445 open("/tmp/ccEisogr.o", O_RDWR|O_CREAT|O_EXCL, 0600) = 4 >23445 close(4) = 0 >23445 stat("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/cc1plus", {st_mode=S_IFREG|0755, st_size=15582528, ...}) = 0 >23445 access("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/cc1plus", X_OK) = 0 >23445 stat("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/as", 0x7fffdb9895e0) = -1 ENOENT (No such file or directory) >23445 stat("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/as", 0x7fffdb9895e0) = -1 ENOENT (No such file or directory) >23445 stat("/usr/libexec/gcc/x86_64-redhat-linux/as", 0x7fffdb9895e0) = -1 ENOENT (No such file or directory) >23445 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/as", 0x7fffdb9895e0) = -1 ENOENT (No such file or directory) >23445 stat("/usr/lib/gcc/x86_64-redhat-linux/as", 0x7fffdb9895e0) = -1 ENOENT (No such file or directory) >23445 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../x86_64-redhat-linux/bin/x86_64-redhat-linux/4.8.2/as", 0x7fffdb9895e0) = -1 ENOENT (No such file or directory) >23445 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../x86_64-redhat-linux/bin/as", 0x7fffdb9895e0) = -1 ENOENT (No such file or directory) >23445 pipe([4, 5]) = 0 >23445 vfork( <unfinished ...> >23446 dup2(5, 1) = 1 >23446 close(5) = 0 >23446 close(4) = 0 >23446 execve("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/cc1plus", ["/usr/libexec/gcc/x86_64-redhat-l"..., "-quiet", "-D_GNU_SOURCE", "circular.cxx", "-quiet", "-dumpbase", "circular.cxx", "-mtune=generic", "-march=x86-64", "-auxbase", "circular", "-o", "-"], [/* 65 vars */] <unfinished ...> >23445 <... vfork resumed> ) = 23446 >23445 close(5) = 0 >23445 vfork( <unfinished ...> >23446 <... execve resumed> ) = 0 >23447 dup2(4, 0) = 0 >23447 close(4 <unfinished ...> >23446 brk(0 <unfinished ...> >23447 <... close resumed> ) = 0 >23446 <... brk resumed> ) = 0x2b16000 >23447 execve("/home/boeckb/.local/bin/as", ["as", "--64", "-o", "/tmp/ccEisogr.o"], [/* 65 vars */] <unfinished ...> >23446 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23447 <... execve resumed> ) = -1 ENOENT (No such file or directory) >23447 execve("/usr/lib64/ccache/as", ["as", "--64", "-o", "/tmp/ccEisogr.o"], [/* 65 vars */] <unfinished ...> >23446 <... mmap resumed> ) = 0x7fe2e1edb000 >23447 <... execve resumed> ) = -1 ENOENT (No such file or directory) >23447 execve("/usr/local/bin/as", ["as", "--64", "-o", "/tmp/ccEisogr.o"], [/* 65 vars */] <unfinished ...> >23446 access("/etc/ld.so.preload", R_OK <unfinished ...> >23447 <... execve resumed> ) = -1 ENOENT (No such file or directory) >23446 <... access resumed> ) = -1 ENOENT (No such file or directory) >23447 execve("/usr/bin/as", ["as", "--64", "-o", "/tmp/ccEisogr.o"], [/* 65 vars */] <unfinished ...> >23446 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=208178, ...}) = 0 >23445 <... vfork resumed> ) = 23447 >23446 mmap(NULL, 208178, PROT_READ, MAP_PRIVATE, 4, 0 <unfinished ...> >23445 close(4 <unfinished ...> >23446 <... mmap resumed> ) = 0x7fe2e1ea8000 >23446 close(4 <unfinished ...> >23447 <... execve resumed> ) = 0 >23446 <... close resumed> ) = 0 >23445 <... close resumed> ) = 0 >23447 brk(0 <unfinished ...> >23446 open("/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC <unfinished ...> >23447 <... brk resumed> ) = 0x2110000 >23445 wait4(23446, <unfinished ...> >23446 <... open resumed> ) = 4 >23447 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23446 read(4, <unfinished ...> >23447 <... mmap resumed> ) = 0x7fd0d5ef6000 >23446 <... read resumed> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"..., 832) = 832 >23447 access("/etc/ld.so.preload", R_OK <unfinished ...> >23446 fstat(4, <unfinished ...> >23447 <... access resumed> ) = -1 ENOENT (No such file or directory) >23446 <... fstat resumed> {st_mode=S_IFREG|0755, st_size=19512, ...}) = 0 >23447 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC <unfinished ...> >23446 mmap(NULL, 2109744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0 <unfinished ...> >23447 <... open resumed> ) = 4 >23446 <... mmap resumed> ) = 0x7fe2e1ab9000 >23447 fstat(4, <unfinished ...> >23446 mprotect(0x7fe2e1abc000, 2093056, PROT_NONE <unfinished ...> >23447 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=208178, ...}) = 0 >23446 <... mprotect resumed> ) = 0 >23447 mmap(NULL, 208178, PROT_READ, MAP_PRIVATE, 4, 0 <unfinished ...> >23446 mmap(0x7fe2e1cbb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2000 <unfinished ...> >23447 <... mmap resumed> ) = 0x7fd0d5ec3000 >23446 <... mmap resumed> ) = 0x7fe2e1cbb000 >23447 close(4) = 0 >23446 close(4 <unfinished ...> >23447 open("/lib64/libopcodes-2.23.2.so", O_RDONLY|O_CLOEXEC <unfinished ...> >23446 <... close resumed> ) = 0 >23447 <... open resumed> ) = 4 >23447 read(4, <unfinished ...> >23446 open("/lib64/libmpc.so.3", O_RDONLY|O_CLOEXEC <unfinished ...> >23447 <... read resumed> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\307\2\0\0\0\0\0"..., 832) = 832 >23446 <... open resumed> ) = 4 >23447 fstat(4, <unfinished ...> >23446 read(4, <unfinished ...> >23447 <... fstat resumed> {st_mode=S_IFREG|0755, st_size=980744, ...}) = 0 >23446 <... read resumed> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@L\0\0\0\0\0\0"..., 832) = 832 >23447 mmap(NULL, 3075488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0 <unfinished ...> >23446 fstat(4, <unfinished ...> >23447 <... mmap resumed> ) = 0x7fd0d59e9000 >23446 <... fstat resumed> {st_mode=S_IFREG|0755, st_size=98720, ...}) = 0 >23447 mprotect(0x7fd0d5a23000, 2093056, PROT_NONE <unfinished ...> >23446 mmap(NULL, 2192896, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0 <unfinished ...> >23447 <... mprotect resumed> ) = 0 >23446 <... mmap resumed> ) = 0x7fe2e18a1000 >23447 mmap(0x7fd0d5c22000, 745472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x39000 <unfinished ...> >23446 mprotect(0x7fe2e18b8000, 2093056, PROT_NONE <unfinished ...> >23447 <... mmap resumed> ) = 0x7fd0d5c22000 >23446 <... mprotect resumed> ) = 0 >23447 close(4 <unfinished ...> >23446 mmap(0x7fe2e1ab7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x16000 <unfinished ...> >23447 <... close resumed> ) = 0 >23446 <... mmap resumed> ) = 0x7fe2e1ab7000 >23447 open("/lib64/libbfd-2.23.2.so", O_RDONLY|O_CLOEXEC <unfinished ...> >23446 close(4 <unfinished ...> >23447 <... open resumed> ) = 4 >23446 <... close resumed> ) = 0 >23447 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\262\3\0\0\0\0\0"..., 832) = 832 >23446 open("/lib64/libmpfr.so.4", O_RDONLY|O_CLOEXEC <unfinished ...> >23447 fstat(4, {st_mode=S_IFREG|0755, st_size=1111488, ...}) = 0 >23446 <... open resumed> ) = 4 >23447 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23446 read(4, <unfinished ...> >23447 <... mmap resumed> ) = 0x7fd0d5ec2000 >23446 <... read resumed> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\252\0\0\0\0\0\0"..., 832) = 832 >23447 mmap(NULL, 3216928, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0 <unfinished ...> >23446 fstat(4, <unfinished ...> >23447 <... mmap resumed> ) = 0x7fd0d56d7000 >23446 <... fstat resumed> {st_mode=S_IFREG|0755, st_size=374352, ...}) = 0 >23447 mprotect(0x7fd0d57ce000, 2097152, PROT_NONE <unfinished ...> >23446 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23447 <... mprotect resumed> ) = 0 >23446 <... mmap resumed> ) = 0x7fe2e1ea7000 >23447 mmap(0x7fd0d59ce000, 94208, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xf7000 <unfinished ...> >23446 mmap(NULL, 2468096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0 <unfinished ...> >23447 <... mmap resumed> ) = 0x7fd0d59ce000 >23446 <... mmap resumed> ) = 0x7fe2e1646000 >23447 mmap(0x7fd0d59e5000, 13856, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23446 mprotect(0x7fe2e169f000, 2093056, PROT_NONE <unfinished ...> >23447 <... mmap resumed> ) = 0x7fd0d59e5000 >23446 <... mprotect resumed> ) = 0 >23447 close(4 <unfinished ...> >23446 mmap(0x7fe2e189e000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x58000 <unfinished ...> >23447 <... close resumed> ) = 0 >23446 <... mmap resumed> ) = 0x7fe2e189e000 >23447 open("/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC <unfinished ...> >23446 close(4 <unfinished ...> >23447 <... open resumed> ) = 4 >23446 <... close resumed> ) = 0 >23447 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"..., 832) = 832 >23446 open("/lib64/libgmp.so.10", O_RDONLY|O_CLOEXEC <unfinished ...> >23447 fstat(4, {st_mode=S_IFREG|0755, st_size=19512, ...}) = 0 >23446 <... open resumed> ) = 4 >23447 mmap(NULL, 2109744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0 <unfinished ...> >23446 read(4, <unfinished ...> >23447 <... mmap resumed> ) = 0x7fd0d54d3000 >23446 <... read resumed> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\300\0\0\0\0\0\0"..., 832) = 832 >23447 mprotect(0x7fd0d54d6000, 2093056, PROT_NONE <unfinished ...> >23446 fstat(4, <unfinished ...> >23447 <... mprotect resumed> ) = 0 >23446 <... fstat resumed> {st_mode=S_IFREG|0755, st_size=487632, ...}) = 0 >23447 mmap(0x7fd0d56d5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2000 <unfinished ...> >23446 mmap(NULL, 2581056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0 <unfinished ...> >23447 <... mmap resumed> ) = 0x7fd0d56d5000 >23446 <... mmap resumed> ) = 0x7fe2e13cf000 >23447 close(4 <unfinished ...> >23446 mprotect(0x7fe2e143d000, 2093056, PROT_NONE <unfinished ...> >23447 <... close resumed> ) = 0 >23446 <... mprotect resumed> ) = 0 >23447 open("/lib64/libz.so.1", O_RDONLY|O_CLOEXEC <unfinished ...> >23446 mmap(0x7fe2e163c000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x6d000 <unfinished ...> >23447 <... open resumed> ) = 4 >23446 <... mmap resumed> ) = 0x7fe2e163c000 >23447 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\"\0\0\0\0\0\0"..., 832) = 832 >23446 close(4 <unfinished ...> >23447 fstat(4, <unfinished ...> >23446 <... close resumed> ) = 0 >23447 <... fstat resumed> {st_mode=S_IFREG|0755, st_size=90000, ...}) = 0 >23447 mmap(NULL, 2183688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0 <unfinished ...> >23446 open("/lib64/libz.so.1", O_RDONLY|O_CLOEXEC <unfinished ...> >23447 <... mmap resumed> ) = 0x7fd0d52bd000 >23446 <... open resumed> ) = 4 >23447 mprotect(0x7fd0d52d2000, 2093056, PROT_NONE <unfinished ...> >23446 read(4, <unfinished ...> >23447 <... mprotect resumed> ) = 0 >23446 <... read resumed> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\"\0\0\0\0\0\0"..., 832) = 832 >23447 mmap(0x7fd0d54d1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x14000 <unfinished ...> >23446 fstat(4, <unfinished ...> >23447 <... mmap resumed> ) = 0x7fd0d54d1000 >23446 <... fstat resumed> {st_mode=S_IFREG|0755, st_size=90000, ...}) = 0 >23447 close(4 <unfinished ...> >23446 mmap(NULL, 2183688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0 <unfinished ...> >23447 <... close resumed> ) = 0 >23446 <... mmap resumed> ) = 0x7fe2e11b9000 >23447 open("/lib64/libc.so.6", O_RDONLY|O_CLOEXEC <unfinished ...> >23446 mprotect(0x7fe2e11ce000, 2093056, PROT_NONE <unfinished ...> >23447 <... open resumed> ) = 4 >23447 read(4, <unfinished ...> >23446 <... mprotect resumed> ) = 0 >23447 <... read resumed> "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\36\2\0\0\0\0\0"..., 832) = 832 >23446 mmap(0x7fe2e13cd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x14000 <unfinished ...> >23447 fstat(4, <unfinished ...> >23446 <... mmap resumed> ) = 0x7fe2e13cd000 >23447 <... fstat resumed> {st_mode=S_IFREG|0755, st_size=2097264, ...}) = 0 >23446 close(4 <unfinished ...> >23447 mmap(NULL, 3924576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0 <unfinished ...> >23446 <... close resumed> ) = 0 >23447 <... mmap resumed> ) = 0x7fd0d4efe000 >23447 mprotect(0x7fd0d50b2000, 2097152, PROT_NONE <unfinished ...> >23446 open("/lib64/libm.so.6", O_RDONLY|O_CLOEXEC <unfinished ...> >23447 <... mprotect resumed> ) = 0 >23447 mmap(0x7fd0d52b2000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1b4000 <unfinished ...> >23446 <... open resumed> ) = 4 >23447 <... mmap resumed> ) = 0x7fd0d52b2000 >23446 read(4, <unfinished ...> >23447 mmap(0x7fd0d52b8000, 16992, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23446 <... read resumed> "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220X\0\0\0\0\0\0"..., 832) = 832 >23447 <... mmap resumed> ) = 0x7fd0d52b8000 >23446 fstat(4, <unfinished ...> >23447 close(4 <unfinished ...> >23446 <... fstat resumed> {st_mode=S_IFREG|0755, st_size=1159944, ...}) = 0 >23447 <... close resumed> ) = 0 >23446 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23447 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23446 <... mmap resumed> ) = 0x7fe2e1ea6000 >23447 <... mmap resumed> ) = 0x7fd0d5ec1000 >23446 mmap(NULL, 3170648, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0 <unfinished ...> >23447 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23446 <... mmap resumed> ) = 0x7fe2e0eb2000 >23447 <... mmap resumed> ) = 0x7fd0d5ebf000 >23446 mprotect(0x7fe2e0fb7000, 2097152, PROT_NONE <unfinished ...> >23447 arch_prctl(ARCH_SET_FS, 0x7fd0d5ebf740) = 0 >23446 <... mprotect resumed> ) = 0 >23446 mmap(0x7fe2e11b7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x105000) = 0x7fe2e11b7000 >23446 close(4) = 0 >23447 mprotect(0x7fd0d52b2000, 16384, PROT_READ <unfinished ...> >23446 open("/lib64/libc.so.6", O_RDONLY|O_CLOEXEC <unfinished ...> >23447 <... mprotect resumed> ) = 0 >23447 mprotect(0x7fd0d54d1000, 4096, PROT_READ <unfinished ...> >23446 <... open resumed> ) = 4 >23447 <... mprotect resumed> ) = 0 >23446 read(4, <unfinished ...> >23447 mprotect(0x7fd0d56d5000, 4096, PROT_READ <unfinished ...> >23446 <... read resumed> "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\36\2\0\0\0\0\0"..., 832) = 832 >23447 <... mprotect resumed> ) = 0 >23446 fstat(4, {st_mode=S_IFREG|0755, st_size=2097264, ...}) = 0 >23446 mmap(NULL, 3924576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7fe2e0af3000 >23446 mprotect(0x7fe2e0ca7000, 2097152, PROT_NONE) = 0 >23446 mmap(0x7fe2e0ea7000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1b4000) = 0x7fe2e0ea7000 >23446 mmap(0x7fe2e0ead000, 16992, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe2e0ead000 >23446 close(4) = 0 >23446 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23447 mprotect(0x7fd0d59ce000, 69632, PROT_READ <unfinished ...> >23446 <... mmap resumed> ) = 0x7fe2e1ea5000 >23447 <... mprotect resumed> ) = 0 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1ea3000 >23446 arch_prctl(ARCH_SET_FS, 0x7fe2e1ea3840) = 0 >23446 mprotect(0x7fe2e0ea7000, 16384, PROT_READ) = 0 >23446 mprotect(0x7fe2e11b7000, 4096, PROT_READ) = 0 >23446 mprotect(0x7fe2e13cd000, 4096, PROT_READ) = 0 >23446 mprotect(0x7fe2e163c000, 4096, PROT_READ <unfinished ...> >23447 mprotect(0x7fd0d5c22000, 741376, PROT_READ <unfinished ...> >23446 <... mprotect resumed> ) = 0 >23447 <... mprotect resumed> ) = 0 >23446 mprotect(0x7fe2e189e000, 8192, PROT_READ) = 0 >23446 mprotect(0x7fe2e1ab7000, 4096, PROT_READ) = 0 >23447 mprotect(0x652000, 4096, PROT_READ <unfinished ...> >23446 mprotect(0x7fe2e1cbb000, 4096, PROT_READ <unfinished ...> >23447 <... mprotect resumed> ) = 0 >23446 <... mprotect resumed> ) = 0 >23447 mprotect(0x7fd0d5ef7000, 4096, PROT_READ) = 0 >23447 munmap(0x7fd0d5ec3000, 208178) = 0 >23447 getrusage(RUSAGE_SELF, {ru_utime={0, 0}, ru_stime={0, 1000}, ...}) = 0 >23447 brk(0) = 0x2110000 >23447 brk(0x2131000) = 0x2131000 >23447 brk(0) = 0x2131000 >23447 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 4 >23447 fstat(4, {st_mode=S_IFREG|0644, st_size=106070960, ...}) = 0 >23447 mmap(NULL, 106070960, PROT_READ, MAP_PRIVATE, 4, 0 <unfinished ...> >23446 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23447 <... mmap resumed> ) = 0x7fd0ce9d5000 >23446 <... mmap resumed> ) = 0x7fe2e1ea2000 >23447 close(4) = 0 >23446 mprotect(0x14ca000, 24576, PROT_READ <unfinished ...> >23447 brk(0 <unfinished ...> >23446 <... mprotect resumed> ) = 0 >23447 <... brk resumed> ) = 0x2131000 >23446 mprotect(0x7fe2e1edc000, 4096, PROT_READ) = 0 >23446 munmap(0x7fe2e1ea8000, 208178 <unfinished ...> >23447 mmap(NULL, 528384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23446 <... munmap resumed> ) = 0 >23447 <... mmap resumed> ) = 0x7fd0d5e3e000 >23446 getrlimit(RLIMIT_STACK, {rlim_cur=65536*1024, rlim_max=RLIM64_INFINITY}) = 0 >23446 brk(0) = 0x2b16000 >23447 mmap(NULL, 528384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23446 brk(0 <unfinished ...> >23447 <... mmap resumed> ) = 0x7fd0d5dbd000 >23446 <... brk resumed> ) = 0x2b16000 >23446 brk(0x2b37000) = 0x2b37000 >23446 brk(0) = 0x2b37000 >23446 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=106070960, ...}) = 0 >23446 mmap(NULL, 106070960, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7fe2da5ca000 >23446 close(4) = 0 >23446 open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC <unfinished ...> >23447 mmap(NULL, 528384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23446 <... open resumed> ) = 4 >23447 <... mmap resumed> ) = 0x7fd0d5d3c000 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2492, ...}) = 0 >23446 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1eda000 >23446 read(4, "# Locale name alias data base.\n#"..., 4096) = 2492 >23446 read(4, "", 4096) = 0 >23446 close(4) = 0 >23446 munmap(0x7fe2e1eda000, 4096) = 0 >23446 open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/gcc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23446 open("/usr/share/locale/en_US.utf8/LC_MESSAGES/gcc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23446 open("/usr/share/locale/en_US/LC_MESSAGES/gcc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23447 mmap(NULL, 528384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23446 open("/usr/share/locale/en.UTF-8/LC_MESSAGES/gcc.mo", O_RDONLY <unfinished ...> >23447 <... mmap resumed> ) = 0x7fd0ce954000 >23446 <... open resumed> ) = -1 ENOENT (No such file or directory) >23446 open("/usr/share/locale/en.utf8/LC_MESSAGES/gcc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23446 open("/usr/share/locale/en/LC_MESSAGES/gcc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23446 ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 >23446 rt_sigaction(SIGSEGV, {0x5f594f, [SEGV], SA_RESTORER|SA_RESTART, 0x7fe2e0b28cb0}, {SIG_DFL, [], 0}, 8) = 0 >23446 rt_sigaction(SIGILL, {0x5f594f, [ILL], SA_RESTORER|SA_RESTART, 0x7fe2e0b28cb0}, {SIG_DFL, [], 0}, 8) = 0 >23446 rt_sigaction(SIGBUS, {0x5f594f, [BUS], SA_RESTORER|SA_RESTART, 0x7fe2e0b28cb0}, {SIG_DFL, [], 0}, 8) = 0 >23446 rt_sigaction(SIGABRT, {0x5f594f, [ABRT], SA_RESTORER|SA_RESTART, 0x7fe2e0b28cb0}, <unfinished ...> >23447 stat("/tmp/ccEisogr.o", <unfinished ...> >23446 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0 >23447 <... stat resumed> {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 >23446 rt_sigaction(SIGFPE, {0x5f594f, [FPE], SA_RESTORER|SA_RESTART, 0x7fe2e0b28cb0}, <unfinished ...> >23447 open("/tmp/ccEisogr.o", O_RDWR|O_CREAT|O_TRUNC, 0666 <unfinished ...> >23446 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0 >23447 <... open resumed> ) = 4 >23447 fcntl(4, F_GETFD <unfinished ...> >23446 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23447 <... fcntl resumed> ) = 0 >23446 <... mmap resumed> ) = 0x7fe2e1eda000 >23447 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 >23446 mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23447 mmap(NULL, 528384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23446 <... mmap resumed> ) = 0x7fe2e1eb9000 >23447 <... mmap resumed> ) = 0x7fd0ce8d3000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1eb7000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1eb5000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1eb3000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23447 brk(0 <unfinished ...> >23446 <... mmap resumed> ) = 0x7fe2e1eb1000 >23447 <... brk resumed> ) = 0x2131000 >23447 brk(0x2152000 <unfinished ...> >23446 mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23447 <... brk resumed> ) = 0x2152000 >23446 <... mmap resumed> ) = 0x7fe2e1ead000 >23447 mmap(NULL, 528384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fd0ce852000 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2da3ca000 >23446 brk(0) = 0x2b37000 >23446 brk(0x2b5b000) = 0x2b5b000 >23447 brk(0 <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23447 <... brk resumed> ) = 0x2152000 >23446 <... mmap resumed> ) = 0x7fe2e1eab000 >23447 brk(0) = 0x2152000 >23447 brk(0x2151000) = 0x2151000 >23446 open("/proc/meminfo", O_RDONLY|O_CLOEXEC <unfinished ...> >23447 brk(0) = 0x2151000 >23446 <... open resumed> ) = 4 >23446 fstat(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 >23446 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1eaa000 >23446 read(4, <unfinished ...> >23447 mmap(NULL, 528384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fd0ce7d1000 >23446 <... read resumed> "MemTotal: 8167340 kB\nMemF"..., 1024) = 1024 >23446 close(4) = 0 >23446 munmap(0x7fe2e1eaa000, 4096) = 0 >23446 getrlimit(RLIMIT_AS, {rlim_cur=RLIM64_INFINITY, rlim_max=RLIM64_INFINITY}) = 0 >23446 open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 4 >23446 fstat(4, <unfinished ...> >23447 open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC <unfinished ...> >23446 <... fstat resumed> {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 >23447 <... open resumed> ) = 5 >23446 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23447 fstat(5, <unfinished ...> >23446 <... mmap resumed> ) = 0x7fe2e1eaa000 >23447 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=2492, ...}) = 0 >23446 read(4, <unfinished ...> >23447 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fd0d5ef5000 >23447 read(5, "# Locale name alias data base.\n#"..., 4096) = 2492 >23447 read(5, "", 4096) = 0 >23446 <... read resumed> "MemTotal: 8167340 kB\nMemF"..., 1024) = 1024 >23447 close(5 <unfinished ...> >23446 close(4 <unfinished ...> >23447 <... close resumed> ) = 0 >23446 <... close resumed> ) = 0 >23447 munmap(0x7fd0d5ef5000, 4096 <unfinished ...> >23446 munmap(0x7fe2e1eaa000, 4096 <unfinished ...> >23447 <... munmap resumed> ) = 0 >23446 <... munmap resumed> ) = 0 >23447 open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/gas.mo", O_RDONLY <unfinished ...> >23446 getrlimit(RLIMIT_AS, <unfinished ...> >23447 <... open resumed> ) = -1 ENOENT (No such file or directory) >23446 <... getrlimit resumed> {rlim_cur=RLIM64_INFINITY, rlim_max=RLIM64_INFINITY}) = 0 >23447 open("/usr/share/locale/en_US.utf8/LC_MESSAGES/gas.mo", O_RDONLY <unfinished ...> >23446 getrlimit(RLIMIT_RSS, <unfinished ...> >23447 <... open resumed> ) = -1 ENOENT (No such file or directory) >23446 <... getrlimit resumed> {rlim_cur=RLIM64_INFINITY, rlim_max=RLIM64_INFINITY}) = 0 >23447 open("/usr/share/locale/en_US/LC_MESSAGES/gas.mo", O_RDONLY <unfinished ...> >23446 open("/proc/meminfo", O_RDONLY|O_CLOEXEC <unfinished ...> >23447 <... open resumed> ) = -1 ENOENT (No such file or directory) >23447 open("/usr/share/locale/en.UTF-8/LC_MESSAGES/gas.mo", O_RDONLY <unfinished ...> >23446 <... open resumed> ) = 4 >23447 <... open resumed> ) = -1 ENOENT (No such file or directory) >23446 fstat(4, <unfinished ...> >23447 open("/usr/share/locale/en.utf8/LC_MESSAGES/gas.mo", O_RDONLY <unfinished ...> >23446 <... fstat resumed> {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 >23447 <... open resumed> ) = -1 ENOENT (No such file or directory) >23446 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23447 open("/usr/share/locale/en/LC_MESSAGES/gas.mo", O_RDONLY <unfinished ...> >23446 <... mmap resumed> ) = 0x7fe2e1eaa000 >23447 <... open resumed> ) = -1 ENOENT (No such file or directory) >23446 read(4, <unfinished ...> >23447 fstat(0, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 >23447 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fd0d5ef5000 >23447 read(0, <unfinished ...> >23446 <... read resumed> "MemTotal: 8167340 kB\nMemF"..., 1024) = 1024 >23446 close(4) = 0 >23446 munmap(0x7fe2e1eaa000, 4096) = 0 >23446 getrlimit(RLIMIT_AS, {rlim_cur=RLIM64_INFINITY, rlim_max=RLIM64_INFINITY}) = 0 >23446 open("/dev/urandom", O_RDONLY) = 4 >23446 read(4, "(-\30`\3174\343\354", 8) = 8 >23446 close(4) = 0 >23446 ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 >23446 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/", X_OK) = 0 >23446 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/", X_OK) = 0 >23446 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/", X_OK) = 0 >23446 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/", X_OK) = 0 >23446 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 stat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include-fixed", 0x7fff5d97c870) = -1 ENOENT (No such file or directory) >23446 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../x86_64-redhat-linux/include", 0x7fff5d97c870) = -1 ENOENT (No such file or directory) >23446 stat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 stat("circular.cxx.gch", 0x7fff5d97c8c0) = -1 ENOENT (No such file or directory) >23446 open("circular.cxx", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0640, st_size=323, ...}) = 0 >23446 read(4, "#include <boost/circular_buffer."..., 323) = 323 >23446 close(4) = 0 >23446 mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1e9e000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1ea9000 >23446 brk(0) = 0x2b5b000 >23446 brk(0x2b7c000) = 0x2b7c000 >23446 fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 >23446 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1ea8000 >23446 stat("/home/boeckb/misc/code/sb/cir", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0 >23446 stat(".", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/stdc-predef.h", 0x7fff5d97b730) = -1 ENOENT (No such file or directory) >23446 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/stdc-predef.h.gch", 0x7fff5d97c870) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/stdc-predef.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/stdc-predef.h", 0x7fff5d97b730) = -1 ENOENT (No such file or directory) >23446 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/stdc-predef.h.gch", 0x7fff5d97c870) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/stdc-predef.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/stdc-predef.h", 0x7fff5d97b730) = -1 ENOENT (No such file or directory) >23446 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/stdc-predef.h.gch", 0x7fff5d97c870) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/stdc-predef.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdc-predef.h", 0x7fff5d97b730) = -1 ENOENT (No such file or directory) >23446 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdc-predef.h.gch", 0x7fff5d97c870) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdc-predef.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/stdc-predef.h", 0x7fff5d97b730) = -1 ENOENT (No such file or directory) >23446 stat("/usr/local/include/stdc-predef.h.gch", 0x7fff5d97c870) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/stdc-predef.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/stdc-predef.h", {st_mode=S_IFREG|0644, st_size=1629, ...}) = 0 >23446 stat("/usr/include/stdc-predef.h.gch", 0x7fff5d97c870) = -1 ENOENT (No such file or directory) >23446 open("/usr/include/stdc-predef.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1629, ...}) = 0 >23446 read(4, "/* Copyright (C) 1991-2013 Free "..., 1629) = 1629 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/circular_buffer.hpp.gch", 0x7fff5d97c610) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/circular_buffer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/circular_buffer.hpp.gch", 0x7fff5d97c610) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/circular_buffer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/circular_buffer.hpp.gch", 0x7fff5d97c610) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/circular_buffer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/circular_buffer.hpp.gch", 0x7fff5d97c610) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/circular_buffer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 stat("/usr/local/include/boost/circular_buffer.hpp.gch", 0x7fff5d97c610) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/circular_buffer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/circular_buffer.hpp", {st_mode=S_IFREG|0644, st_size=2540, ...}) = 0 >23446 stat("/usr/include/boost/circular_buffer.hpp.gch", 0x7fff5d97c610) = -1 ENOENT (No such file or directory) >23446 open("/usr/include/boost/circular_buffer.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2540, ...}) = 0 >23446 read(4, "// Circular buffer library heade"..., 2540) = 2540 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/circular_buffer_fwd.hpp.gch", 0x7fff5d97c610) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/circular_buffer_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/circular_buffer_fwd.hpp.gch", 0x7fff5d97c610) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/circular_buffer_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/circular_buffer_fwd.hpp.gch", 0x7fff5d97c610) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/circular_buffer_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/circular_buffer_fwd.hpp.gch", 0x7fff5d97c610) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/circular_buffer_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 stat("/usr/local/include/boost/circular_buffer_fwd.hpp.gch", 0x7fff5d97c610) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/circular_buffer_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/circular_buffer_fwd.hpp", {st_mode=S_IFREG|0644, st_size=1157, ...}) = 0 >23446 stat("/usr/include/boost/circular_buffer_fwd.hpp.gch", 0x7fff5d97c610) = -1 ENOENT (No such file or directory) >23446 open("/usr/include/boost/circular_buffer_fwd.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1157, ...}) = 0 >23446 read(4, "// Forward declaration of the ci"..., 1157) = 1157 >23446 close(4) = 0 >23446 brk(0) = 0x2b7c000 >23446 brk(0x2b9d000) = 0x2b9d000 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/config.hpp", {st_mode=S_IFREG|0644, st_size=2074, ...}) = 0 >23446 open("/usr/include/boost/config.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2074, ...}) = 0 >23446 read(4, "// Boost config.hpp configurati"..., 2074) = 2074 >23446 close(4) = 0 >23446 mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1e9a000 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/config/user.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/config/user.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/config/user.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/config/user.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/config/user.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/config/user.hpp", {st_mode=S_IFREG|0644, st_size=5157, ...}) = 0 >23446 open("/usr/include/boost/config/user.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5157, ...}) = 0 >23446 read(4, "// boost/config/user.hpp -----"..., 5157) = 5157 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/config/select_compiler_config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/config/select_compiler_config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/config/select_compiler_config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/config/select_compiler_config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/config/select_compiler_config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/config/select_compiler_config.hpp", {st_mode=S_IFREG|0644, st_size=3701, ...}) = 0 >23446 open("/usr/include/boost/config/select_compiler_config.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3701, ...}) = 0 >23446 read(4, "// Boost compiler configuration"..., 3701) = 3701 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/include/boost/boost/config/compiler/gcc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/config/compiler/gcc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/config/compiler/gcc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/config/compiler/gcc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/config/compiler/gcc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/config/compiler/gcc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/config/compiler", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/config/compiler/gcc.hpp", {st_mode=S_IFREG|0644, st_size=9358, ...}) = 0 >23446 open("/usr/include/boost/config/compiler/gcc.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=9358, ...}) = 0 >23446 read(4, "// (C) Copyright John Maddock 2"..., 9358) = 9358 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/config/select_stdlib_config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/config/select_stdlib_config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/config/select_stdlib_config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/config/select_stdlib_config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/config/select_stdlib_config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/config/select_stdlib_config.hpp", {st_mode=S_IFREG|0644, st_size=2984, ...}) = 0 >23446 open("/usr/include/boost/config/select_stdlib_config.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2984, ...}) = 0 >23446 read(4, "// Boost compiler configuration"..., 2984) = 2984 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/cstddef", {st_mode=S_IFREG|0644, st_size=1603, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/cstddef", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1603, ...}) = 0 >23446 read(4, "// -*- C++ -*- forwarding header"..., 1603) = 1603 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/c++config.h", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/c++config.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++config.h", {st_mode=S_IFREG|0644, st_size=96174, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++config.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=96174, ...}) = 0 >23446 read(4, "#ifndef _CPP_CPPCONFIG_WRAPPER\n#"..., 96174) = 96174 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/wordsize.h", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/wordsize.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/wordsize.h", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/bits/wordsize.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/bits", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/bits/wordsize.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits/wordsize.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/bits", 0x7fff5d97b4d0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/bits/wordsize.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/bits/wordsize.h", {st_mode=S_IFREG|0644, st_size=327, ...}) = 0 >23446 open("/usr/include/bits/wordsize.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=327, ...}) = 0 >23446 read(4, "/* Determine the wordsize from t"..., 327) = 327 >23446 close(4) = 0 >23446 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1e5a000 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/os_defines.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/os_defines.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/os_defines.h", {st_mode=S_IFREG|0644, st_size=1783, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/os_defines.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1783, ...}) = 0 >23446 read(4, "// Specific definitions for GNU/"..., 1783) = 1783 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/features.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/features.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/features.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/features.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/features.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/features.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/features.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/features.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/features.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/features.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/features.h", {st_mode=S_IFREG|0644, st_size=12807, ...}) = 0 >23446 open("/usr/include/features.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=12807, ...}) = 0 >23446 brk(0) = 0x2b9d000 >23446 brk(0x2bc0000) = 0x2bc0000 >23446 read(4, "/* Copyright (C) 1991-2013 Free "..., 12807) = 12807 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/sys", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/sys/cdefs.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/sys", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/sys/cdefs.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/sys", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/sys/cdefs.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/sys", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/sys/cdefs.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/sys", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/sys/cdefs.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/sys", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/sys/cdefs.h", {st_mode=S_IFREG|0644, st_size=14503, ...}) = 0 >23446 open("/usr/include/sys/cdefs.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=14503, ...}) = 0 >23446 read(4, "/* Copyright (C) 1992-2013 Free "..., 14503) = 14503 >23446 close(4) = 0 >23446 open("/usr/include/bits/wordsize.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=327, ...}) = 0 >23446 read(4, "/* Determine the wordsize from t"..., 327) = 327 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/gnu", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/gnu/stubs.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/gnu", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/gnu/stubs.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/gnu", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/gnu/stubs.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/gnu", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/gnu/stubs.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/gnu", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/gnu/stubs.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/gnu/stubs.h", {st_mode=S_IFREG|0644, st_size=384, ...}) = 0 >23446 open("/usr/include/gnu/stubs.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=384, ...}) = 0 >23446 read(4, "/* This file is automatically ge"..., 384) = 384 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/gnu", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/gnu/stubs-64.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/gnu", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/gnu/stubs-64.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/gnu", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/gnu/stubs-64.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/gnu", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/gnu/stubs-64.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/gnu", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/gnu/stubs-64.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/gnu/stubs-64.h", {st_mode=S_IFREG|0644, st_size=604, ...}) = 0 >23446 open("/usr/include/gnu/stubs-64.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=604, ...}) = 0 >23446 read(4, "/* This file is automatically ge"..., 604) = 604 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/cpu_defines.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/cpu_defines.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/cpu_defines.h", {st_mode=S_IFREG|0644, st_size=1333, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/cpu_defines.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1333, ...}) = 0 >23446 read(4, "// Specific definitions for gene"..., 1333) = 1333 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/stddef.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/stddef.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/stddef.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/stddef.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/stddef.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/stddef.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h", {st_mode=S_IFREG|0644, st_size=13619, ...}) = 0 >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=13619, ...}) = 0 >23446 read(4, "/* Copyright (C) 1989-2013 Free "..., 13619) = 13619 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/config/no_tr1/utility.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/config/no_tr1/utility.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/config/no_tr1/utility.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/config/no_tr1/utility.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/config/no_tr1/utility.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/config/no_tr1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/config/no_tr1/utility.hpp", {st_mode=S_IFREG|0644, st_size=854, ...}) = 0 >23446 open("/usr/include/boost/config/no_tr1/utility.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=854, ...}) = 0 >23446 read(4, "// (C) Copyright John Maddock 2"..., 854) = 854 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/utility", {st_mode=S_IFREG|0644, st_size=5348, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/utility", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5348, ...}) = 0 >23446 read(4, "// <utility> -*- C++ -*-\n\n// Cop"..., 5348) = 5348 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/stl_relops.h", {st_mode=S_IFREG|0644, st_size=4599, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/stl_relops.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4599, ...}) = 0 >23446 read(4, "// std::rel_ops implementation -"..., 4599) = 4599 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/stl_pair.h", {st_mode=S_IFREG|0644, st_size=9865, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/stl_pair.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=9865, ...}) = 0 >23446 read(4, "// Pair implementation -*- C++ -"..., 9865) = 9865 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/move.h", {st_mode=S_IFREG|0644, st_size=5804, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/move.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5804, ...}) = 0 >23446 read(4, "// Move, forward and identity fo"..., 5804) = 5804 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/concept_check.h", {st_mode=S_IFREG|0644, st_size=3340, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/concept_check.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3340, ...}) = 0 >23446 read(4, "// Concept-checking control -*- "..., 3340) = 3340 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/include/boost/boost/config/stdlib/libstdcpp3.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/config/stdlib/libstdcpp3.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/config/stdlib/libstdcpp3.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/config/stdlib/libstdcpp3.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/config/stdlib/libstdcpp3.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/config/stdlib/libstdcpp3.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/config/stdlib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/config/stdlib/libstdcpp3.hpp", {st_mode=S_IFREG|0644, st_size=6164, ...}) = 0 >23446 open("/usr/include/boost/config/stdlib/libstdcpp3.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=6164, ...}) = 0 >23446 read(4, "// (C) Copyright John Maddock 2"..., 6164) = 6164 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/unistd.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/unistd.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/unistd.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/unistd.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/unistd.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/unistd.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/unistd.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/unistd.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/unistd.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/unistd.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/unistd.h", {st_mode=S_IFREG|0644, st_size=42762, ...}) = 0 >23446 open("/usr/include/unistd.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=42762, ...}) = 0 >23446 read(4, "/* Copyright (C) 1991-2013 Free "..., 42762) = 42762 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/posix_opt.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/posix_opt.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/posix_opt.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/bits/posix_opt.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/bits/posix_opt.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits/posix_opt.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/bits/posix_opt.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/bits/posix_opt.h", {st_mode=S_IFREG|0644, st_size=5766, ...}) = 0 >23446 open("/usr/include/bits/posix_opt.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5766, ...}) = 0 >23446 read(4, "/* Define POSIX options for Linu"..., 5766) = 5766 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/environments.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/environments.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/environments.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/bits/environments.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/bits/environments.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits/environments.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/bits/environments.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/bits/environments.h", {st_mode=S_IFREG|0644, st_size=3790, ...}) = 0 >23446 open("/usr/include/bits/environments.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3790, ...}) = 0 >23446 read(4, "/* Copyright (C) 1999-2013 Free "..., 3790) = 3790 >23446 close(4) = 0 >23446 open("/usr/include/bits/wordsize.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=327, ...}) = 0 >23446 read(4, "/* Determine the wordsize from t"..., 327) = 327 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/types.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/types.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/types.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/bits/types.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/bits/types.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits/types.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/bits/types.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/bits/types.h", {st_mode=S_IFREG|0644, st_size=7563, ...}) = 0 >23446 open("/usr/include/bits/types.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=7563, ...}) = 0 >23446 read(4, "/* bits/types.h -- definitions o"..., 7563) = 7563 >23446 close(4) = 0 >23446 open("/usr/include/bits/wordsize.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=327, ...}) = 0 >23446 read(4, "/* Determine the wordsize from t"..., 327) = 327 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/typesizes.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/typesizes.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/typesizes.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/bits/typesizes.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/bits/typesizes.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits/typesizes.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/bits/typesizes.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/bits/typesizes.h", {st_mode=S_IFREG|0644, st_size=3230, ...}) = 0 >23446 open("/usr/include/bits/typesizes.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3230, ...}) = 0 >23446 read(4, "/* bits/typesizes.h -- underlyin"..., 3230) = 3230 >23446 close(4) = 0 >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=13619, ...}) = 0 >23446 read(4, "/* Copyright (C) 1989-2013 Free "..., 13619) = 13619 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/confname.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/confname.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/confname.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/bits/confname.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/bits/confname.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits/confname.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/bits/confname.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/bits/confname.h", {st_mode=S_IFREG|0644, st_size=23708, ...}) = 0 >23446 open("/usr/include/bits/confname.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=23708, ...}) = 0 >23446 read(4, "/* `sysconf', `pathconf', and `c"..., 23708) = 23708 >23446 close(4) = 0 >23446 mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1e4a000 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/getopt.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/getopt.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/getopt.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/getopt.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/getopt.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/getopt.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/getopt.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/getopt.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/getopt.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/getopt.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/getopt.h", {st_mode=S_IFREG|0644, st_size=6644, ...}) = 0 >23446 open("/usr/include/getopt.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=6644, ...}) = 0 >23446 read(4, "/* Declarations for getopt.\n C"..., 6644) = 6644 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/config/select_platform_config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/config/select_platform_config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/config/select_platform_config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/config/select_platform_config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/config/select_platform_config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/config/select_platform_config.hpp", {st_mode=S_IFREG|0644, st_size=3223, ...}) = 0 >23446 open("/usr/include/boost/config/select_platform_config.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3223, ...}) = 0 >23446 read(4, "// Boost compiler configuration"..., 3223) = 3223 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/include/boost/boost/config/platform/linux.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/config/platform/linux.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/config/platform/linux.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/config/platform/linux.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/config/platform/linux.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/config/platform/linux.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/config/platform", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/config/platform/linux.hpp", {st_mode=S_IFREG|0644, st_size=2556, ...}) = 0 >23446 open("/usr/include/boost/config/platform/linux.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2556, ...}) = 0 >23446 read(4, "// (C) Copyright John Maddock 2"..., 2556) = 2556 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/cstdlib", {st_mode=S_IFREG|0644, st_size=6157, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/cstdlib", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=6157, ...}) = 0 >23446 read(4, "// -*- C++ -*- forwarding header"..., 6157) = 6157 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/stdlib.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/stdlib.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/stdlib.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/stdlib.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/stdlib.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/stdlib.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdlib.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdlib.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/stdlib.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/stdlib.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/stdlib.h", {st_mode=S_IFREG|0644, st_size=33927, ...}) = 0 >23446 open("/usr/include/stdlib.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=33927, ...}) = 0 >23446 read(4, "/* Copyright (C) 1991-2013 Free "..., 33927) = 33927 >23446 close(4) = 0 >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=13619, ...}) = 0 >23446 read(4, "/* Copyright (C) 1989-2013 Free "..., 13619) = 13619 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/waitflags.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/waitflags.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/waitflags.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/bits/waitflags.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/bits/waitflags.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits/waitflags.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/bits/waitflags.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/bits/waitflags.h", {st_mode=S_IFREG|0644, st_size=1628, ...}) = 0 >23446 open("/usr/include/bits/waitflags.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1628, ...}) = 0 >23446 read(4, "/* Definitions of flag bits for "..., 1628) = 1628 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/waitstatus.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/waitstatus.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/waitstatus.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/bits/waitstatus.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/bits/waitstatus.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits/waitstatus.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/bits/waitstatus.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/bits/waitstatus.h", {st_mode=S_IFREG|0644, st_size=3552, ...}) = 0 >23446 open("/usr/include/bits/waitstatus.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3552, ...}) = 0 >23446 read(4, "/* Definitions of status bits fo"..., 3552) = 3552 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/endian.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/endian.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/endian.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/endian.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/endian.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/endian.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/endian.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/endian.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/endian.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/endian.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/endian.h", {st_mode=S_IFREG|0644, st_size=2937, ...}) = 0 >23446 open("/usr/include/endian.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2937, ...}) = 0 >23446 read(4, "/* Copyright (C) 1992-2013 Free "..., 2937) = 2937 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/endian.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/endian.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/endian.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/bits/endian.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/bits/endian.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits/endian.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/bits/endian.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/bits/endian.h", {st_mode=S_IFREG|0644, st_size=176, ...}) = 0 >23446 open("/usr/include/bits/endian.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=176, ...}) = 0 >23446 read(4, "/* i386/x86_64 are little-endian"..., 176) = 176 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/byteswap.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/byteswap.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/byteswap.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/bits/byteswap.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/bits/byteswap.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits/byteswap.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/bits/byteswap.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/bits/byteswap.h", {st_mode=S_IFREG|0644, st_size=5664, ...}) = 0 >23446 open("/usr/include/bits/byteswap.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5664, ...}) = 0 >23446 read(4, "/* Macros to swap the order of b"..., 5664) = 5664 >23446 close(4) = 0 >23446 open("/usr/include/bits/wordsize.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=327, ...}) = 0 >23446 read(4, "/* Determine the wordsize from t"..., 327) = 327 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/byteswap-16.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/byteswap-16.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/byteswap-16.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/bits/byteswap-16.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/bits/byteswap-16.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits/byteswap-16.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/bits/byteswap-16.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/bits/byteswap-16.h", {st_mode=S_IFREG|0644, st_size=1731, ...}) = 0 >23446 open("/usr/include/bits/byteswap-16.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1731, ...}) = 0 >23446 read(4, "/* Macros to swap the order of b"..., 1731) = 1731 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/xlocale.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/xlocale.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/xlocale.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/xlocale.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/xlocale.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/xlocale.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/xlocale.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/xlocale.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/xlocale.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/xlocale.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/xlocale.h", {st_mode=S_IFREG|0644, st_size=1689, ...}) = 0 >23446 open("/usr/include/xlocale.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1689, ...}) = 0 >23446 read(4, "/* Definition of locale datatype"..., 1689) = 1689 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/sys", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/sys/types.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/sys", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/sys/types.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/sys", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/sys/types.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/sys", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/sys/types.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/sys", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/sys/types.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/sys", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/sys/types.h", {st_mode=S_IFREG|0644, st_size=6705, ...}) = 0 >23446 open("/usr/include/sys/types.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=6705, ...}) = 0 >23446 read(4, "/* Copyright (C) 1991-2013 Free "..., 6705) = 6705 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/time.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/time.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/time.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/time.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/time.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/time.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/time.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/time.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/time.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/time.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/time.h", {st_mode=S_IFREG|0644, st_size=13724, ...}) = 0 >23446 open("/usr/include/time.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=13724, ...}) = 0 >23446 read(4, "/* Copyright (C) 1991-2013 Free "..., 13724) = 13724 >23446 close(4) = 0 >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=13619, ...}) = 0 >23446 read(4, "/* Copyright (C) 1989-2013 Free "..., 13619) = 13619 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/sys", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/sys/select.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/sys", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/sys/select.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/sys", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/sys/select.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/sys", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/sys/select.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/sys", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/sys/select.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/sys", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/sys/select.h", {st_mode=S_IFREG|0644, st_size=4193, ...}) = 0 >23446 open("/usr/include/sys/select.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4193, ...}) = 0 >23446 read(4, "/* `fd_set' type and related mac"..., 4193) = 4193 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/select.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/select.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/select.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/bits/select.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/bits/select.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits/select.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/bits/select.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/bits/select.h", {st_mode=S_IFREG|0644, st_size=2105, ...}) = 0 >23446 open("/usr/include/bits/select.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2105, ...}) = 0 >23446 read(4, "/* Copyright (C) 1997-2013 Free "..., 2105) = 2105 >23446 close(4) = 0 >23446 open("/usr/include/bits/wordsize.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=327, ...}) = 0 >23446 read(4, "/* Determine the wordsize from t"..., 327) = 327 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/sigset.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/sigset.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/sigset.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/bits/sigset.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/bits/sigset.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits/sigset.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/bits/sigset.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/bits/sigset.h", {st_mode=S_IFREG|0644, st_size=4553, ...}) = 0 >23446 open("/usr/include/bits/sigset.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4553, ...}) = 0 >23446 read(4, "/* __sig_atomic_t, __sigset_t, a"..., 4553) = 4553 >23446 close(4) = 0 >23446 open("/usr/include/time.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=13724, ...}) = 0 >23446 read(4, "/* Copyright (C) 1991-2013 Free "..., 13724) = 13724 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/time.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/time.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/time.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/bits/time.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/bits/time.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits/time.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/bits/time.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/bits/time.h", {st_mode=S_IFREG|0644, st_size=3314, ...}) = 0 >23446 open("/usr/include/bits/time.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3314, ...}) = 0 >23446 read(4, "/* System-dependent timing defin"..., 3314) = 3314 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/sys", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/sys/sysmacros.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/sys", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/sys/sysmacros.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/sys", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/sys/sysmacros.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/sys", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/sys/sysmacros.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/sys", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/sys/sysmacros.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/sys", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/sys/sysmacros.h", {st_mode=S_IFREG|0644, st_size=2278, ...}) = 0 >23446 open("/usr/include/sys/sysmacros.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2278, ...}) = 0 >23446 read(4, "/* Definitions of macros to acce"..., 2278) = 2278 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/pthreadtypes.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/pthreadtypes.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/pthreadtypes.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/bits/pthreadtypes.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/bits/pthreadtypes.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits/pthreadtypes.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/bits/pthreadtypes.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/bits/pthreadtypes.h", {st_mode=S_IFREG|0644, st_size=6367, ...}) = 0 >23446 open("/usr/include/bits/pthreadtypes.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=6367, ...}) = 0 >23446 read(4, "/* Copyright (C) 2002-2013 Free "..., 6367) = 6367 >23446 close(4) = 0 >23446 open("/usr/include/bits/wordsize.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=327, ...}) = 0 >23446 read(4, "/* Determine the wordsize from t"..., 327) = 327 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/alloca.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/alloca.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/alloca.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/alloca.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/alloca.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/alloca.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/alloca.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/alloca.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/alloca.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/alloca.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/alloca.h", {st_mode=S_IFREG|0644, st_size=1203, ...}) = 0 >23446 open("/usr/include/alloca.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1203, ...}) = 0 >23446 read(4, "/* Copyright (C) 1992-2013 Free "..., 1203) = 1203 >23446 close(4) = 0 >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=13619, ...}) = 0 >23446 read(4, "/* Copyright (C) 1989-2013 Free "..., 13619) = 13619 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/stdlib-float.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/stdlib-float.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/stdlib-float.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/bits/stdlib-float.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/bits/stdlib-float.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits/stdlib-float.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/bits/stdlib-float.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/bits/stdlib-float.h", {st_mode=S_IFREG|0644, st_size=1156, ...}) = 0 >23446 open("/usr/include/bits/stdlib-float.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1156, ...}) = 0 >23446 read(4, "/* Floating-point inline functio"..., 1156) = 1156 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/config/posix_features.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/config/posix_features.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/config/posix_features.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/config/posix_features.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/config/posix_features.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/config/posix_features.hpp", {st_mode=S_IFREG|0644, st_size=3736, ...}) = 0 >23446 open("/usr/include/boost/config/posix_features.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3736, ...}) = 0 >23446 read(4, "// (C) Copyright John Maddock 2"..., 3736) = 3736 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/config/suffix.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/config/suffix.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/config/suffix.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/config/suffix.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/config/suffix.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/config/suffix.hpp", {st_mode=S_IFREG|0644, st_size=32959, ...}) = 0 >23446 open("/usr/include/boost/config/suffix.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=32959, ...}) = 0 >23446 read(4, "// Boost config.hpp configurati"..., 32959) = 32959 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/memory", {st_mode=S_IFREG|0644, st_size=2874, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/memory", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2874, ...}) = 0 >23446 read(4, "// <memory> -*- C++ -*-\n\n// Copy"..., 2874) = 2874 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/stl_algobase.h", {st_mode=S_IFREG|0644, st_size=42400, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/stl_algobase.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=42400, ...}) = 0 >23446 read(4, "// Core algorithmic facilities -"..., 42400) = 42400 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/functexcept.h", {st_mode=S_IFREG|0644, st_size=3116, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/functexcept.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3116, ...}) = 0 >23446 read(4, "// Function-Based Exception Supp"..., 3116) = 3116 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/exception_defines.h", {st_mode=S_IFREG|0644, st_size=1643, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/exception_defines.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1643, ...}) = 0 >23446 read(4, "// -fno-exceptions Support -*- C"..., 1643) = 1643 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/cpp_type_traits.h", {st_mode=S_IFREG|0644, st_size=9789, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/cpp_type_traits.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=9789, ...}) = 0 >23446 read(4, "// The -*- C++ -*- type traits "..., 9789) = 9789 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/ext", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/ext/type_traits.h", {st_mode=S_IFREG|0644, st_size=5777, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/ext/type_traits.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5777, ...}) = 0 >23446 read(4, "// -*- C++ -*-\n\n// Copyright (C)"..., 5777) = 5777 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/ext", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/ext/numeric_traits.h", {st_mode=S_IFREG|0644, st_size=4575, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/ext/numeric_traits.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4575, ...}) = 0 >23446 read(4, "// -*- C++ -*-\n\n// Copyright (C)"..., 4575) = 4575 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/stl_iterator_base_types.h", {st_mode=S_IFREG|0644, st_size=8388, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/stl_iterator_base_types.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=8388, ...}) = 0 >23446 read(4, "// Types used in iterator implem"..., 8388) = 8388 >23446 close(4) = 0 >23446 mmap(NULL, 524288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1dca000 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/stl_iterator_base_funcs.h", {st_mode=S_IFREG|0644, st_size=6961, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/stl_iterator_base_funcs.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=6961, ...}) = 0 >23446 read(4, "// Functions used by iterators -"..., 6961) = 6961 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/debug", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/debug/debug.h", {st_mode=S_IFREG|0644, st_size=5354, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/debug/debug.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5354, ...}) = 0 >23446 read(4, "// Debugging support implementat"..., 5354) = 5354 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/stl_iterator.h", {st_mode=S_IFREG|0644, st_size=36625, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/stl_iterator.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=36625, ...}) = 0 >23446 read(4, "// Iterators -*- C++ -*-\n\n// Cop"..., 36625) = 36625 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/allocator.h", {st_mode=S_IFREG|0644, st_size=6245, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/allocator.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=6245, ...}) = 0 >23446 read(4, "// Allocators -*- C++ -*-\n\n// Co"..., 6245) = 6245 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/c++allocator.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/c++allocator.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++allocator.h", {st_mode=S_IFREG|0644, st_size=1849, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++allocator.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1849, ...}) = 0 >23446 read(4, "// Base to std::allocator -*- C+"..., 1849) = 1849 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/ext", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/ext/new_allocator.h", {st_mode=S_IFREG|0644, st_size=4436, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/ext/new_allocator.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4436, ...}) = 0 >23446 read(4, "// Allocator that wraps operator"..., 4436) = 4436 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/new", {st_mode=S_IFREG|0644, st_size=4184, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/new", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4184, ...}) = 0 >23446 read(4, "// The -*- C++ -*- dynamic memor"..., 4184) = 4184 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/exception", {st_mode=S_IFREG|0644, st_size=5069, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/exception", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5069, ...}) = 0 >23446 read(4, "// Exception Handling support he"..., 5069) = 5069 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/atomic_lockfree_defines.h", {st_mode=S_IFREG|0644, st_size=2253, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/atomic_lockfree_defines.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2253, ...}) = 0 >23446 read(4, "// -*- C++ -*- header.\n\n// Copyr"..., 2253) = 2253 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/memoryfwd.h", {st_mode=S_IFREG|0644, st_size=2419, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/memoryfwd.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2419, ...}) = 0 >23446 read(4, "// <memory> Forward declarations"..., 2419) = 2419 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/stl_construct.h", {st_mode=S_IFREG|0644, st_size=5170, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/stl_construct.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5170, ...}) = 0 >23446 read(4, "// nonstandard construct and des"..., 5170) = 5170 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/ext", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/ext/alloc_traits.h", {st_mode=S_IFREG|0644, st_size=8169, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/ext/alloc_traits.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=8169, ...}) = 0 >23446 read(4, "// Allocator traits -*- C++ -*-\n"..., 8169) = 8169 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/stl_uninitialized.h", {st_mode=S_IFREG|0644, st_size=20433, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/stl_uninitialized.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=20433, ...}) = 0 >23446 read(4, "// Raw memory manipulators -*- C"..., 20433) = 20433 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/stl_tempbuf.h", {st_mode=S_IFREG|0644, st_size=8344, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/stl_tempbuf.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=8344, ...}) = 0 >23446 read(4, "// Temporary buffer implementati"..., 8344) = 8344 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/stl_raw_storage_iter.h", {st_mode=S_IFREG|0644, st_size=3455, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/stl_raw_storage_iter.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3455, ...}) = 0 >23446 read(4, "// -*- C++ -*-\n\n// Copyright (C)"..., 3455) = 3455 >23446 close(4) = 0 >23446 mmap(NULL, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2da2ca000 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/auto_ptr.h", {st_mode=S_IFREG|0644, st_size=10524, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/backward/auto_ptr.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=10524, ...}) = 0 >23446 read(4, "// auto_ptr implementation -*- C"..., 10524) = 10524 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/detail/workaround.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/detail/workaround.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/detail/workaround.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/detail/workaround.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/detail/workaround.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/detail/workaround.hpp", {st_mode=S_IFREG|0644, st_size=7285, ...}) = 0 >23446 open("/usr/include/boost/detail/workaround.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=7285, ...}) = 0 >23446 read(4, "// Copyright David Abrahams 2002"..., 7285) = 7285 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/assert.hpp", {st_mode=S_IFREG|0644, st_size=4250, ...}) = 0 >23446 open("/usr/include/boost/assert.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4250, ...}) = 0 >23446 read(4, "//\n// boost/assert.hpp - BOOST_"..., 4250) = 4250 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/assert.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/assert.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/assert.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/assert.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/assert.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/assert.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/assert.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/assert.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/assert.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/assert.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/assert.h", {st_mode=S_IFREG|0644, st_size=3571, ...}) = 0 >23446 open("/usr/include/assert.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3571, ...}) = 0 >23446 read(4, "/* Copyright (C) 1991-2013 Free "..., 3571) = 3571 >23446 close(4) = 0 >23446 open("/usr/include/c++/4.8.2/cstdlib", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=6157, ...}) = 0 >23446 read(4, "// -*- C++ -*- forwarding header"..., 6157) = 6157 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/iostream", {st_mode=S_IFREG|0644, st_size=2689, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/iostream", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2689, ...}) = 0 >23446 read(4, "// Standard iostream objects -*-"..., 2689) = 2689 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/ostream", {st_mode=S_IFREG|0644, st_size=19635, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/ostream", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=19635, ...}) = 0 >23446 read(4, "// Output streams -*- C++ -*-\n\n/"..., 19635) = 19635 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/ios", {st_mode=S_IFREG|0644, st_size=1602, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/ios", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1602, ...}) = 0 >23446 read(4, "// Iostreams base classes -*- C+"..., 1602) = 1602 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/iosfwd", {st_mode=S_IFREG|0644, st_size=6850, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/iosfwd", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=6850, ...}) = 0 >23446 read(4, "// <iosfwd> Forward declarations"..., 6850) = 6850 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/stringfwd.h", {st_mode=S_IFREG|0644, st_size=2426, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/stringfwd.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2426, ...}) = 0 >23446 read(4, "// <string> Forward declarations"..., 2426) = 2426 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/postypes.h", {st_mode=S_IFREG|0644, st_size=8208, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/postypes.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=8208, ...}) = 0 >23446 read(4, "// Position types -*- C++ -*-\n\n/"..., 8208) = 8208 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/cwchar", {st_mode=S_IFREG|0644, st_size=6497, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/cwchar", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=6497, ...}) = 0 >23446 read(4, "// -*- C++ -*- forwarding header"..., 6497) = 6497 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/wchar.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/wchar.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/wchar.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/wchar.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/wchar.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/wchar.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/wchar.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/wchar.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/wchar.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/wchar.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/wchar.h", {st_mode=S_IFREG|0644, st_size=31999, ...}) = 0 >23446 open("/usr/include/wchar.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=31999, ...}) = 0 >23446 read(4, "/* Copyright (C) 1995-2013 Free "..., 31999) = 31999 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/stdio.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/stdio.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/stdio.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/stdio.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/stdio.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/stdio.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdio.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdio.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/stdio.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/stdio.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/stdio.h", {st_mode=S_IFREG|0644, st_size=31639, ...}) = 0 >23446 open("/usr/include/stdio.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=31639, ...}) = 0 >23446 read(4, "/* Define ISO C stdio on top of "..., 31639) = 31639 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/stdarg.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/stdarg.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/stdarg.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/stdarg.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/stdarg.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/stdarg.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdarg.h", {st_mode=S_IFREG|0644, st_size=4075, ...}) = 0 >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdarg.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4075, ...}) = 0 >23446 read(4, "/* Copyright (C) 1989-2013 Free "..., 4075) = 4075 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/wchar.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/wchar.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/wchar.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/bits/wchar.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/bits/wchar.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits/wchar.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/bits/wchar.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/bits/wchar.h", {st_mode=S_IFREG|0644, st_size=1905, ...}) = 0 >23446 open("/usr/include/bits/wchar.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1905, ...}) = 0 >23446 read(4, "/* wchar_t type related definiti"..., 1905) = 1905 >23446 close(4) = 0 >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=13619, ...}) = 0 >23446 read(4, "/* Copyright (C) 1989-2013 Free "..., 13619) = 13619 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/char_traits.h", {st_mode=S_IFREG|0644, st_size=17360, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/char_traits.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=17360, ...}) = 0 >23446 read(4, "// Character Traits for use by s"..., 17360) = 17360 >23446 close(4) = 0 >23446 open("/usr/include/c++/4.8.2/cwchar", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=6497, ...}) = 0 >23446 read(4, "// -*- C++ -*- forwarding header"..., 6497) = 6497 >23446 close(4) = 0 >23446 open("/usr/include/wchar.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=31999, ...}) = 0 >23446 read(4, "/* Copyright (C) 1995-2013 Free "..., 31999) = 31999 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/localefwd.h", {st_mode=S_IFREG|0644, st_size=5220, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/localefwd.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5220, ...}) = 0 >23446 read(4, "// <locale> Forward declarations"..., 5220) = 5220 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/c++locale.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/c++locale.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++locale.h", {st_mode=S_IFREG|0644, st_size=3304, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++locale.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3304, ...}) = 0 >23446 read(4, "// Wrapper for underlying C-lang"..., 3304) = 3304 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/clocale", {st_mode=S_IFREG|0644, st_size=1905, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/clocale", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1905, ...}) = 0 >23446 read(4, "// -*- C++ -*- forwarding header"..., 1905) = 1905 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/locale.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/locale.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/locale.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/locale.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/locale.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/locale.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/locale.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/locale.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/locale.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/locale.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/locale.h", {st_mode=S_IFREG|0644, st_size=7941, ...}) = 0 >23446 open("/usr/include/locale.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=7941, ...}) = 0 >23446 read(4, "/* Copyright (C) 1991-2013 Free "..., 7941) = 7941 >23446 close(4) = 0 >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=13619, ...}) = 0 >23446 read(4, "/* Copyright (C) 1989-2013 Free "..., 13619) = 13619 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/locale.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/locale.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/locale.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/bits/locale.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/bits/locale.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits/locale.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/bits/locale.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/bits/locale.h", {st_mode=S_IFREG|0644, st_size=1367, ...}) = 0 >23446 open("/usr/include/bits/locale.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1367, ...}) = 0 >23446 read(4, "/* Definition of locale category"..., 1367) = 1367 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/cctype", {st_mode=S_IFREG|0644, st_size=2409, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/cctype", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2409, ...}) = 0 >23446 read(4, "// -*- C++ -*- forwarding header"..., 2409) = 2409 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/ctype.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/ctype.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/ctype.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/ctype.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/ctype.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/ctype.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/ctype.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/ctype.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/ctype.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/ctype.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/ctype.h", {st_mode=S_IFREG|0644, st_size=11748, ...}) = 0 >23446 open("/usr/include/ctype.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=11748, ...}) = 0 >23446 read(4, "/* Copyright (C) 1991-2013 Free "..., 11748) = 11748 >23446 close(4) = 0 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2da0ca000 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/ios_base.h", {st_mode=S_IFREG|0644, st_size=28515, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/ios_base.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=28515, ...}) = 0 >23446 read(4, "// Iostreams base classes -*- C+"..., 28515) = 28515 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/ext", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/ext/atomicity.h", {st_mode=S_IFREG|0644, st_size=3493, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/ext/atomicity.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3493, ...}) = 0 >23446 read(4, "// Support for atomic operations"..., 3493) = 3493 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/gthr.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/gthr.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/gthr.h", {st_mode=S_IFREG|0644, st_size=5608, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/gthr.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5608, ...}) = 0 >23446 read(4, "/* Threads compatibility routine"..., 5608) = 5608 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/gthr-default.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/gthr-default.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/gthr-default.h", {st_mode=S_IFREG|0644, st_size=24237, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/gthr-default.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=24237, ...}) = 0 >23446 read(4, "/* Threads compatibility routine"..., 24237) = 24237 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/pthread.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/pthread.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/pthread.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/pthread.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/pthread.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/pthread.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/pthread.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/pthread.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/pthread.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/pthread.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/pthread.h", {st_mode=S_IFREG|0644, st_size=41510, ...}) = 0 >23446 open("/usr/include/pthread.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=41510, ...}) = 0 >23446 brk(0) = 0x2bc0000 >23446 brk(0x2be4000) = 0x2be4000 >23446 read(4, "/* Copyright (C) 2002-2013 Free "..., 41510) = 41510 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/sched.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/sched.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/sched.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/sched.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/sched.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/sched.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/sched.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/sched.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/sched.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/sched.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/sched.h", {st_mode=S_IFREG|0644, st_size=4629, ...}) = 0 >23446 open("/usr/include/sched.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4629, ...}) = 0 >23446 read(4, "/* Definitions for POSIX 1003.1b"..., 4629) = 4629 >23446 close(4) = 0 >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=13619, ...}) = 0 >23446 read(4, "/* Copyright (C) 1989-2013 Free "..., 13619) = 13619 >23446 close(4) = 0 >23446 open("/usr/include/time.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=13724, ...}) = 0 >23446 read(4, "/* Copyright (C) 1991-2013 Free "..., 13724) = 13724 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/sched.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/sched.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/sched.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/bits/sched.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/bits/sched.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits/sched.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/bits/sched.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/bits/sched.h", {st_mode=S_IFREG|0644, st_size=7495, ...}) = 0 >23446 open("/usr/include/bits/sched.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=7495, ...}) = 0 >23446 read(4, "/* Definitions of constants and "..., 7495) = 7495 >23446 close(4) = 0 >23446 open("/usr/include/time.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=13724, ...}) = 0 >23446 read(4, "/* Copyright (C) 1991-2013 Free "..., 13724) = 13724 >23446 close(4) = 0 >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=13619, ...}) = 0 >23446 read(4, "/* Copyright (C) 1989-2013 Free "..., 13619) = 13619 >23446 close(4) = 0 >23446 open("/usr/include/bits/time.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3314, ...}) = 0 >23446 read(4, "/* System-dependent timing defin"..., 3314) = 3314 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/timex.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/timex.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/timex.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/bits/timex.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/bits/timex.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits/timex.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/bits/timex.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/bits/timex.h", {st_mode=S_IFREG|0644, st_size=4469, ...}) = 0 >23446 open("/usr/include/bits/timex.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4469, ...}) = 0 >23446 read(4, "/* Copyright (C) 1995-2013 Free "..., 4469) = 4469 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/setjmp.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/setjmp.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/setjmp.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/bits/setjmp.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/bits/setjmp.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bits/setjmp.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/bits", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/bits/setjmp.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/bits/setjmp.h", {st_mode=S_IFREG|0644, st_size=1286, ...}) = 0 >23446 open("/usr/include/bits/setjmp.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1286, ...}) = 0 >23446 read(4, "/* Copyright (C) 2001-2013 Free "..., 1286) = 1286 >23446 close(4) = 0 >23446 open("/usr/include/bits/wordsize.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=327, ...}) = 0 >23446 read(4, "/* Determine the wordsize from t"..., 327) = 327 >23446 close(4) = 0 >23446 open("/usr/include/bits/wordsize.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=327, ...}) = 0 >23446 read(4, "/* Determine the wordsize from t"..., 327) = 327 >23446 close(4) = 0 >23446 brk(0) = 0x2be4000 >23446 brk(0) = 0x2be4000 >23446 brk(0x2bda000) = 0x2bda000 >23446 brk(0) = 0x2bda000 >23446 brk(0) = 0x2bda000 >23446 brk(0) = 0x2bda000 >23446 brk(0x2bd4000) = 0x2bd4000 >23446 brk(0) = 0x2bd4000 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/atomic_word.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/atomic_word.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/atomic_word.h", {st_mode=S_IFREG|0644, st_size=1924, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/atomic_word.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1924, ...}) = 0 >23446 read(4, "// Low-level type for atomic ope"..., 1924) = 1924 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/locale_classes.h", {st_mode=S_IFREG|0644, st_size=22985, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/locale_classes.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=22985, ...}) = 0 >23446 read(4, "// Locale support -*- C++ -*-\n\n/"..., 22985) = 22985 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/string", {st_mode=S_IFREG|0644, st_size=1943, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/string", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1943, ...}) = 0 >23446 read(4, "// Components for manipulating s"..., 1943) = 1943 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/ostream_insert.h", {st_mode=S_IFREG|0644, st_size=4002, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/ostream_insert.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4002, ...}) = 0 >23446 read(4, "// Helpers for ostream inserters"..., 4002) = 4002 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/cxxabi_forced.h", {st_mode=S_IFREG|0644, st_size=1811, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/cxxabi_forced.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1811, ...}) = 0 >23446 read(4, "// cxxabi.h subset for cancellat"..., 1811) = 1811 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/stl_function.h", {st_mode=S_IFREG|0644, st_size=22585, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/stl_function.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=22585, ...}) = 0 >23446 read(4, "// Functor implementations -*- C"..., 22585) = 22585 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/binders.h", {st_mode=S_IFREG|0644, st_size=7005, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/backward/binders.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=7005, ...}) = 0 >23446 read(4, "// Functor implementations -*- C"..., 7005) = 7005 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/range_access.h", {st_mode=S_IFREG|0644, st_size=3132, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/range_access.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3132, ...}) = 0 >23446 read(4, "// <range_access.h> -*- C++ -*-\n"..., 3132) = 3132 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/basic_string.h", {st_mode=S_IFREG|0644, st_size=112117, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/basic_string.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=112117, ...}) = 0 >23446 brk(0) = 0x2bd4000 >23446 brk(0x2bf5000) = 0x2bf5000 >23446 read(4, "// Components for manipulating s"..., 112117) = 112117 >23446 close(4) = 0 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d9eca000 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/basic_string.tcc", {st_mode=S_IFREG|0644, st_size=39353, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/basic_string.tcc", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=39353, ...}) = 0 >23446 read(4, "// Components for manipulating s"..., 39353) = 39353 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/locale_classes.tcc", {st_mode=S_IFREG|0644, st_size=8381, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/locale_classes.tcc", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=8381, ...}) = 0 >23446 read(4, "// Locale support -*- C++ -*-\n\n/"..., 8381) = 8381 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/streambuf", {st_mode=S_IFREG|0644, st_size=29160, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/streambuf", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=29160, ...}) = 0 >23446 read(4, "// Stream buffer classes -*- C++"..., 29160) = 29160 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/streambuf.tcc", {st_mode=S_IFREG|0644, st_size=4929, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/streambuf.tcc", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4929, ...}) = 0 >23446 read(4, "// Stream buffer classes -*- C++"..., 4929) = 4929 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/basic_ios.h", {st_mode=S_IFREG|0644, st_size=15116, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/basic_ios.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=15116, ...}) = 0 >23446 read(4, "// Iostreams base classes -*- C+"..., 15116) = 15116 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/locale_facets.h", {st_mode=S_IFREG|0644, st_size=90971, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/locale_facets.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=90971, ...}) = 0 >23446 read(4, "// Locale support -*- C++ -*-\n\n/"..., 90971) = 90971 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/cwctype", {st_mode=S_IFREG|0644, st_size=2793, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/cwctype", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2793, ...}) = 0 >23446 read(4, "// -*- C++ -*- forwarding header"..., 2793) = 2793 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/wctype.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/wctype.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/wctype.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/wctype.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/wctype.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/wctype.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/wctype.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/wctype.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/wctype.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/wctype.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/wctype.h", {st_mode=S_IFREG|0644, st_size=11130, ...}) = 0 >23446 open("/usr/include/wctype.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=11130, ...}) = 0 >23446 read(4, "/* Copyright (C) 1996-2013 Free "..., 11130) = 11130 >23446 close(4) = 0 >23446 open("/usr/include/wchar.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=31999, ...}) = 0 >23446 read(4, "/* Copyright (C) 1995-2013 Free "..., 31999) = 31999 >23446 close(4) = 0 >23446 open("/usr/include/c++/4.8.2/cctype", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2409, ...}) = 0 >23446 read(4, "// -*- C++ -*- forwarding header"..., 2409) = 2409 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/ctype_base.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/ctype_base.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/ctype_base.h", {st_mode=S_IFREG|0644, st_size=2242, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/ctype_base.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2242, ...}) = 0 >23446 read(4, "// Locale support -*- C++ -*-\n\n/"..., 2242) = 2242 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/streambuf_iterator.h", {st_mode=S_IFREG|0644, st_size=12624, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/streambuf_iterator.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=12624, ...}) = 0 >23446 read(4, "// Streambuf iterators\n\n// Copyr"..., 12624) = 12624 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/ctype_inline.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/ctype_inline.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/ctype_inline.h", {st_mode=S_IFREG|0644, st_size=2284, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/ctype_inline.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2284, ...}) = 0 >23446 read(4, "// Locale support -*- C++ -*-\n\n/"..., 2284) = 2284 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/locale_facets.tcc", {st_mode=S_IFREG|0644, st_size=38935, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/locale_facets.tcc", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=38935, ...}) = 0 >23446 read(4, "// Locale support -*- C++ -*-\n\n/"..., 38935) = 38935 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/basic_ios.tcc", {st_mode=S_IFREG|0644, st_size=6032, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/basic_ios.tcc", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=6032, ...}) = 0 >23446 read(4, "// basic_ios member functions -*"..., 6032) = 6032 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/ostream.tcc", {st_mode=S_IFREG|0644, st_size=12315, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/ostream.tcc", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=12315, ...}) = 0 >23446 read(4, "// ostream classes -*- C++ -*-\n\n"..., 12315) = 12315 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/istream", {st_mode=S_IFREG|0644, st_size=29849, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/istream", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=29849, ...}) = 0 >23446 read(4, "// Input streams -*- C++ -*-\n\n//"..., 29849) = 29849 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/istream.tcc", {st_mode=S_IFREG|0644, st_size=30933, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/istream.tcc", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=30933, ...}) = 0 >23446 read(4, "// istream classes -*- C++ -*-\n\n"..., 30933) = 30933 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/current_function.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/current_function.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/current_function.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/current_function.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/current_function.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/current_function.hpp", {st_mode=S_IFREG|0644, st_size=1511, ...}) = 0 >23446 open("/usr/include/boost/current_function.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1511, ...}) = 0 >23446 read(4, "#ifndef BOOST_CURRENT_FUNCTION_H"..., 1511) = 1511 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/static_assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/static_assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/static_assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/static_assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/static_assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/static_assert.hpp", {st_mode=S_IFREG|0644, st_size=7891, ...}) = 0 >23446 open("/usr/include/boost/static_assert.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=7891, ...}) = 0 >23446 read(4, "// (C) Copyright John Maddock 2"..., 7891) = 7891 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/detail/iterator.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/detail/iterator.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/detail/iterator.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/detail/iterator.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/detail/iterator.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/detail/iterator.hpp", {st_mode=S_IFREG|0644, st_size=15832, ...}) = 0 >23446 open("/usr/include/boost/detail/iterator.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=15832, ...}) = 0 >23446 read(4, "// (C) Copyright David Abrahams "..., 15832) = 15832 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/iterator", {st_mode=S_IFREG|0644, st_size=2644, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/iterator", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2644, ...}) = 0 >23446 read(4, "// <iterator> -*- C++ -*-\n\n// Co"..., 2644) = 2644 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/stream_iterator.h", {st_mode=S_IFREG|0644, st_size=6597, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/stream_iterator.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=6597, ...}) = 0 >23446 read(4, "// Stream iterators\n\n// Copyrigh"..., 6597) = 6597 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_convertible.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_convertible.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_convertible.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_convertible.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_convertible.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_convertible.hpp", {st_mode=S_IFREG|0644, st_size=16516, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_convertible.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=16516, ...}) = 0 >23446 read(4, "\n// Copyright 2000 John Maddock "..., 16516) = 16516 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/intrinsics.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/intrinsics.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/intrinsics.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/intrinsics.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/intrinsics.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/intrinsics.hpp", {st_mode=S_IFREG|0644, st_size=15625, ...}) = 0 >23446 open("/usr/include/boost/type_traits/intrinsics.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=15625, ...}) = 0 >23446 read(4, "// (C) Copyright Steve Cleary, "..., 15625) = 15625 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/config.hpp", {st_mode=S_IFREG|0644, st_size=2571, ...}) = 0 >23446 open("/usr/include/boost/type_traits/config.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2571, ...}) = 0 >23446 read(4, "\n// (C) Copyright Steve Cleary,"..., 2571) = 2571 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_same.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_same.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_same.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_same.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_same.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_same.hpp", {st_mode=S_IFREG|0644, st_size=3229, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_same.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3229, ...}) = 0 >23446 read(4, "\n// (C) Copyright Dave Abrahams"..., 3229) = 3229 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/int.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/int.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/int.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/int.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/int.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/int.hpp", {st_mode=S_IFREG|0644, st_size=622, ...}) = 0 >23446 open("/usr/include/boost/mpl/int.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=622, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_INT_HPP_INCLU"..., 622) = 622 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/int_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/int_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/int_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/int_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/int_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/int_fwd.hpp", {st_mode=S_IFREG|0644, st_size=784, ...}) = 0 >23446 open("/usr/include/boost/mpl/int_fwd.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=784, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_INT_FWD_HPP_I"..., 784) = 784 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/adl_barrier.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/adl_barrier.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/adl_barrier.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/adl_barrier.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/adl_barrier.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/adl_barrier.hpp", {st_mode=S_IFREG|0644, st_size=1669, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/adl_barrier.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1669, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_ADL_BARRI"..., 1669) = 1669 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/adl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/adl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/adl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/adl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/adl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/adl.hpp", {st_mode=S_IFREG|0644, st_size=1518, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/adl.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1518, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_AD"..., 1518) = 1518 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/msvc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/msvc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/msvc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/msvc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/msvc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/msvc.hpp", {st_mode=S_IFREG|0644, st_size=603, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/msvc.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=603, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_MS"..., 603) = 603 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/intel.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/intel.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/intel.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/intel.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/intel.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/intel.hpp", {st_mode=S_IFREG|0644, st_size=615, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/intel.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=615, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_IN"..., 615) = 615 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/gcc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/gcc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/gcc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/gcc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/gcc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/gcc.hpp", {st_mode=S_IFREG|0644, st_size=693, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/gcc.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=693, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_GC"..., 693) = 693 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/workaround.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/workaround.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/workaround.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/workaround.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/workaround.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/workaround.hpp", {st_mode=S_IFREG|0644, st_size=606, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/workaround.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=606, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_WO"..., 606) = 606 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/nttp_decl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/nttp_decl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/nttp_decl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/nttp_decl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/nttp_decl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/nttp_decl.hpp", {st_mode=S_IFREG|0644, st_size=952, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/nttp_decl.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=952, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_NTTP_DECL"..., 952) = 952 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/nttp.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/nttp.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/nttp.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/nttp.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/nttp.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/nttp.hpp", {st_mode=S_IFREG|0644, st_size=1112, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/nttp.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1112, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_NT"..., 1112) = 1112 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/integral_wrapper.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/integral_wrapper.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/integral_wrapper.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/integral_wrapper.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/integral_wrapper.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/integral_wrapper.hpp", {st_mode=S_IFREG|0644, st_size=3618, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/integral_wrapper.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3618, ...}) = 0 >23446 read(4, "\n// Copyright Aleksey Gurtovoy 2"..., 3618) = 3618 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/integral_c_tag.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/integral_c_tag.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/integral_c_tag.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/integral_c_tag.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/integral_c_tag.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/integral_c_tag.hpp", {st_mode=S_IFREG|0644, st_size=838, ...}) = 0 >23446 open("/usr/include/boost/mpl/integral_c_tag.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=838, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_INTEGRAL_C_TA"..., 838) = 838 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/static_constant.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/static_constant.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/static_constant.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/static_constant.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/static_constant.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/static_constant.hpp", {st_mode=S_IFREG|0644, st_size=794, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/static_constant.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=794, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_ST"..., 794) = 794 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/static_cast.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/static_cast.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/static_cast.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/static_cast.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/static_cast.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/static_cast.hpp", {st_mode=S_IFREG|0644, st_size=878, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/static_cast.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=878, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_STATIC_CA"..., 878) = 878 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/cat.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/cat.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/cat.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/cat.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/cat.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/cat.hpp", {st_mode=S_IFREG|0644, st_size=957, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/cat.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=957, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 957) = 957 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/config/config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/config/config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/config/config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/config/config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/config/config.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/config/config.hpp", {st_mode=S_IFREG|0644, st_size=4638, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/config/config.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4638, ...}) = 0 >23446 read(4, "# /* ***************************"..., 4638) = 4638 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/template_arity_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/template_arity_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/template_arity_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/template_arity_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/template_arity_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/template_arity_fwd.hpp", {st_mode=S_IFREG|0644, st_size=680, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/template_arity_fwd.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=680, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_TEMPLATE_"..., 680) = 680 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/preprocessor/params.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/preprocessor/params.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/preprocessor/params.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/preprocessor/params.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/preprocessor/params.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessor/params.hpp", {st_mode=S_IFREG|0644, st_size=2031, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/preprocessor/params.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2031, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_PREPROCES"..., 2031) = 2031 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/preprocessor.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/preprocessor.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/preprocessor.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/preprocessor.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/preprocessor.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/preprocessor.hpp", {st_mode=S_IFREG|0644, st_size=1220, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/preprocessor.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1220, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_PR"..., 1220) = 1220 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/comma_if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/comma_if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/comma_if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/comma_if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/comma_if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/comma_if.hpp", {st_mode=S_IFREG|0644, st_size=752, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/comma_if.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=752, ...}) = 0 >23446 read(4, "# /* ***************************"..., 752) = 752 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/punctuation/comma_if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/punctuation/comma_if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/punctuation/comma_if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/punctuation/comma_if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/punctuation/comma_if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/punctuation", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/punctuation/comma_if.hpp", {st_mode=S_IFREG|0644, st_size=1012, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/punctuation/comma_if.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1012, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 1012) = 1012 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/control/if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/control/if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/control/if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/control/if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/control/if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/control", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/control/if.hpp", {st_mode=S_IFREG|0644, st_size=906, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/control/if.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=906, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 906) = 906 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/control/iif.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/control/iif.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/control/iif.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/control/iif.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/control/iif.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/control", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/control/iif.hpp", {st_mode=S_IFREG|0644, st_size=1325, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/control/iif.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1325, ...}) = 0 >23446 read(4, "# /* ***************************"..., 1325) = 1325 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/logical/bool.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/logical/bool.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/logical/bool.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/logical/bool.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/logical/bool.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/logical", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/logical/bool.hpp", {st_mode=S_IFREG|0644, st_size=8153, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/logical/bool.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=8153, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 8153) = 8153 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/facilities/empty.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/facilities/empty.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/facilities/empty.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/facilities/empty.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/facilities/empty.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/facilities", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/facilities/empty.hpp", {st_mode=S_IFREG|0644, st_size=516, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/facilities/empty.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=516, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 516) = 516 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/punctuation/comma.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/punctuation/comma.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/punctuation/comma.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/punctuation/comma.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/punctuation/comma.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/punctuation", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/punctuation/comma.hpp", {st_mode=S_IFREG|0644, st_size=520, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/punctuation/comma.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=520, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 520) = 520 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/repeat.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/repeat.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/repeat.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/repeat.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/repeat.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/repeat.hpp", {st_mode=S_IFREG|0644, st_size=745, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/repeat.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=745, ...}) = 0 >23446 read(4, "# /* ***************************"..., 745) = 745 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/repetition/repeat.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/repetition/repeat.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/repetition/repeat.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/repetition/repeat.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/repetition/repeat.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/repetition", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/repetition/repeat.hpp", {st_mode=S_IFREG|0644, st_size=60818, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/repetition/repeat.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=60818, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 60818) = 60818 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/debug/error.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/debug/error.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/debug/error.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/debug/error.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/debug/error.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/debug", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/debug/error.hpp", {st_mode=S_IFREG|0644, st_size=1574, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/debug/error.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1574, ...}) = 0 >23446 read(4, "# /* ***************************"..., 1574) = 1574 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/detail/auto_rec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/detail/auto_rec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/detail/auto_rec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/detail/auto_rec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/detail/auto_rec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/detail/auto_rec.hpp", {st_mode=S_IFREG|0644, st_size=26136, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/detail/auto_rec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=26136, ...}) = 0 >23446 read(4, "# /* ***************************"..., 26136) = 26136 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/tuple/eat.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/tuple/eat.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/tuple/eat.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/tuple/eat.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/tuple/eat.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/tuple", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/tuple/eat.hpp", {st_mode=S_IFREG|0644, st_size=12923, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/tuple/eat.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=12923, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 12923) = 12923 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/inc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/inc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/inc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/inc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/inc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/inc.hpp", {st_mode=S_IFREG|0644, st_size=736, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/inc.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=736, ...}) = 0 >23446 read(4, "# /* ***************************"..., 736) = 736 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/arithmetic/inc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/arithmetic/inc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/arithmetic/inc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/arithmetic/inc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/arithmetic/inc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/arithmetic", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/arithmetic/inc.hpp", {st_mode=S_IFREG|0644, st_size=8297, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/arithmetic/inc.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=8297, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 8297) = 8297 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/lambda.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/lambda.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/lambda.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/lambda.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/lambda.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/lambda.hpp", {st_mode=S_IFREG|0644, st_size=1015, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/lambda.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1015, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_LA"..., 1015) = 1015 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/ttp.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/ttp.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/ttp.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/ttp.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/ttp.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/ttp.hpp", {st_mode=S_IFREG|0644, st_size=1270, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/ttp.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1270, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_TT"..., 1270) = 1270 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/ctps.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/ctps.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/ctps.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/ctps.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/ctps.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/ctps.hpp", {st_mode=S_IFREG|0644, st_size=926, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/ctps.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=926, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_CT"..., 926) = 926 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/overload_resolution.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/overload_resolution.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/overload_resolution.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/overload_resolution.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/overload_resolution.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/overload_resolution.hpp", {st_mode=S_IFREG|0644, st_size=936, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/overload_resolution.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=936, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_OV"..., 936) = 936 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/integral_constant.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/integral_constant.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/integral_constant.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/integral_constant.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/integral_constant.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/integral_constant.hpp", {st_mode=S_IFREG|0644, st_size=1411, ...}) = 0 >23446 open("/usr/include/boost/type_traits/integral_constant.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1411, ...}) = 0 >23446 read(4, "// (C) Copyright John Maddock 2"..., 1411) = 1411 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/bool.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/bool.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/bool.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/bool.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/bool.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/bool.hpp", {st_mode=S_IFREG|0644, st_size=1051, ...}) = 0 >23446 open("/usr/include/boost/mpl/bool.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1051, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_BOOL_HPP_INCL"..., 1051) = 1051 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/bool_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/bool_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/bool_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/bool_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/bool_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/bool_fwd.hpp", {st_mode=S_IFREG|0644, st_size=873, ...}) = 0 >23446 open("/usr/include/boost/mpl/bool_fwd.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=873, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_BOOL_FWD_HPP_"..., 873) = 873 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/integral_c.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/integral_c.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/integral_c.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/integral_c.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/integral_c.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/integral_c.hpp", {st_mode=S_IFREG|0644, st_size=1616, ...}) = 0 >23446 open("/usr/include/boost/mpl/integral_c.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1616, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_INTEGRAL_C_HP"..., 1616) = 1616 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/integral_c_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/integral_c_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/integral_c_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/integral_c_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/integral_c_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/integral_c_fwd.hpp", {st_mode=S_IFREG|0644, st_size=1000, ...}) = 0 >23446 open("/usr/include/boost/mpl/integral_c_fwd.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1000, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_INTEGRAL_C_FW"..., 1000) = 1000 >23446 close(4) = 0 >23446 open("/usr/include/boost/mpl/aux_/integral_wrapper.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3618, ...}) = 0 >23446 read(4, "\n// Copyright Aleksey Gurtovoy 2"..., 3618) = 3618 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/lambda_support.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/lambda_support.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/lambda_support.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/lambda_support.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/lambda_support.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/lambda_support.hpp", {st_mode=S_IFREG|0644, st_size=5473, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/lambda_support.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5473, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_LAMBDA_SU"..., 5473) = 5473 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_reference.hpp", {st_mode=S_IFREG|0644, st_size=1349, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_reference.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1349, ...}) = 0 >23446 read(4, "\n// (C) Copyright Dave Abrahams"..., 1349) = 1349 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_lvalue_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_lvalue_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_lvalue_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_lvalue_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_lvalue_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_lvalue_reference.hpp", {st_mode=S_IFREG|0644, st_size=4681, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_lvalue_reference.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4681, ...}) = 0 >23446 read(4, "\n// (C) Copyright Dave Abrahams"..., 4681) = 4681 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_rvalue_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_rvalue_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_rvalue_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_rvalue_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_rvalue_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_rvalue_reference.hpp", {st_mode=S_IFREG|0644, st_size=882, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_rvalue_reference.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=882, ...}) = 0 >23446 read(4, "\n// (C) John Maddock 2010. \n// "..., 882) = 882 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/ice.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/ice.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/ice.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/ice.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/ice.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/ice.hpp", {st_mode=S_IFREG|0644, st_size=768, ...}) = 0 >23446 open("/usr/include/boost/type_traits/ice.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=768, ...}) = 0 >23446 read(4, "\n// (C) Copyright John Maddock "..., 768) = 768 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/detail/yes_no_type.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/detail/yes_no_type.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/detail/yes_no_type.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/detail/yes_no_type.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/detail/yes_no_type.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail/yes_no_type.hpp", {st_mode=S_IFREG|0644, st_size=726, ...}) = 0 >23446 open("/usr/include/boost/type_traits/detail/yes_no_type.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=726, ...}) = 0 >23446 read(4, "\n// (C) Copyright John Maddock "..., 726) = 726 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/detail/ice_or.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/detail/ice_or.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/detail/ice_or.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/detail/ice_or.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/detail/ice_or.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail/ice_or.hpp", {st_mode=S_IFREG|0644, st_size=999, ...}) = 0 >23446 open("/usr/include/boost/type_traits/detail/ice_or.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=999, ...}) = 0 >23446 read(4, "// (C) Copyright John Maddock a"..., 999) = 999 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/detail/ice_and.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/detail/ice_and.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/detail/ice_and.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/detail/ice_and.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/detail/ice_and.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail/ice_and.hpp", {st_mode=S_IFREG|0644, st_size=996, ...}) = 0 >23446 open("/usr/include/boost/type_traits/detail/ice_and.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=996, ...}) = 0 >23446 read(4, "// (C) Copyright John Maddock a"..., 996) = 996 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/detail/ice_not.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/detail/ice_not.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/detail/ice_not.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/detail/ice_not.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/detail/ice_not.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail/ice_not.hpp", {st_mode=S_IFREG|0644, st_size=777, ...}) = 0 >23446 open("/usr/include/boost/type_traits/detail/ice_not.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=777, ...}) = 0 >23446 read(4, "// (C) Copyright John Maddock a"..., 777) = 777 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/detail/ice_eq.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/detail/ice_eq.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/detail/ice_eq.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/detail/ice_eq.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/detail/ice_eq.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail/ice_eq.hpp", {st_mode=S_IFREG|0644, st_size=972, ...}) = 0 >23446 open("/usr/include/boost/type_traits/detail/ice_eq.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=972, ...}) = 0 >23446 read(4, "// (C) Copyright John Maddock a"..., 972) = 972 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_volatile.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_volatile.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_volatile.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_volatile.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_volatile.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_volatile.hpp", {st_mode=S_IFREG|0644, st_size=4852, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_volatile.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4852, ...}) = 0 >23446 read(4, "\n// (C) Copyright Dave Abrahams"..., 4852) = 4852 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/detail/cv_traits_impl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/detail/cv_traits_impl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/detail/cv_traits_impl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/detail/cv_traits_impl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/detail/cv_traits_impl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail/cv_traits_impl.hpp", {st_mode=S_IFREG|0644, st_size=2708, ...}) = 0 >23446 open("/usr/include/boost/type_traits/detail/cv_traits_impl.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2708, ...}) = 0 >23446 read(4, "\n// (C) Copyright Dave Abrahams"..., 2708) = 2708 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_array.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_array.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_array.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_array.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_array.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_array.hpp", {st_mode=S_IFREG|0644, st_size=3201, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_array.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3201, ...}) = 0 >23446 read(4, "\n// (C) Copyright Dave Abrahams"..., 3201) = 3201 >23446 close(4) = 0 >23446 open("/usr/include/c++/4.8.2/cstddef", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1603, ...}) = 0 >23446 read(4, "// -*- C++ -*- forwarding header"..., 1603) = 1603 >23446 close(4) = 0 >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=13619, ...}) = 0 >23446 read(4, "/* Copyright (C) 1989-2013 Free "..., 13619) = 13619 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 mmap(NULL, 4194304, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d9aca000 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_arithmetic.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_arithmetic.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_arithmetic.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_arithmetic.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_arithmetic.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_arithmetic.hpp", {st_mode=S_IFREG|0644, st_size=1483, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_arithmetic.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1483, ...}) = 0 >23446 read(4, "\n// (C) Copyright Steve Cleary,"..., 1483) = 1483 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_integral.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_integral.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_integral.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_integral.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_integral.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_integral.hpp", {st_mode=S_IFREG|0644, st_size=3467, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_integral.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3467, ...}) = 0 >23446 read(4, "\n// (C) Copyright Steve Cleary,"..., 3467) = 3467 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_float.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_float.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_float.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_float.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_float.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_float.hpp", {st_mode=S_IFREG|0644, st_size=997, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_float.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=997, ...}) = 0 >23446 read(4, "\n// (C) Copyright Steve Cleary,"..., 997) = 997 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_void.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_void.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_void.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_void.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_void.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_void.hpp", {st_mode=S_IFREG|0644, st_size=1189, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_void.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1189, ...}) = 0 >23446 read(4, "\n// (C) Copyright Steve Cleary,"..., 1189) = 1189 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_abstract.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_abstract.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_abstract.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_abstract.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_abstract.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_abstract.hpp", {st_mode=S_IFREG|0644, st_size=4570, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_abstract.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4570, ...}) = 0 >23446 read(4, "#ifndef BOOST_TT_IS_ABSTRACT_CLA"..., 4570) = 4570 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/add_lvalue_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/add_lvalue_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/add_lvalue_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/add_lvalue_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/add_lvalue_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/add_lvalue_reference.hpp", {st_mode=S_IFREG|0644, st_size=750, ...}) = 0 >23446 open("/usr/include/boost/type_traits/add_lvalue_reference.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=750, ...}) = 0 >23446 read(4, "// Copyright 2010 John Maddock\n"..., 750) = 750 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/add_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/add_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/add_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/add_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/add_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/add_reference.hpp", {st_mode=S_IFREG|0644, st_size=2748, ...}) = 0 >23446 open("/usr/include/boost/type_traits/add_reference.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2748, ...}) = 0 >23446 read(4, "\n// (C) Copyright Steve Cleary,"..., 2748) = 2748 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/detail/type_trait_def.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/detail/type_trait_def.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/detail/type_trait_def.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/detail/type_trait_def.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/detail/type_trait_def.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail/type_trait_def.hpp", {st_mode=S_IFREG|0644, st_size=1578, ...}) = 0 >23446 open("/usr/include/boost/type_traits/detail/type_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1578, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 1578) = 1578 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/detail/type_trait_undef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/detail/type_trait_undef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/detail/type_trait_undef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/detail/type_trait_undef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/detail/type_trait_undef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail/type_trait_undef.hpp", {st_mode=S_IFREG|0644, st_size=625, ...}) = 0 >23446 open("/usr/include/boost/type_traits/detail/type_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=625, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 625) = 625 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/type_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1578, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 1578) = 1578 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/type_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=625, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 625) = 625 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/add_rvalue_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/add_rvalue_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/add_rvalue_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/add_rvalue_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/add_rvalue_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/add_rvalue_reference.hpp", {st_mode=S_IFREG|0644, st_size=2429, ...}) = 0 >23446 open("/usr/include/boost/type_traits/add_rvalue_reference.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2429, ...}) = 0 >23446 read(4, "// add_rvalue_reference.hpp --"..., 2429) = 2429 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/type_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1578, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 1578) = 1578 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/type_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=625, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 625) = 625 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_function.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_function.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_function.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_function.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_function.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_function.hpp", {st_mode=S_IFREG|0644, st_size=3086, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_function.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3086, ...}) = 0 >23446 read(4, "\n// Copyright 2000 John Maddock"..., 3086) = 3086 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/detail/false_result.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/detail/false_result.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/detail/false_result.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/detail/false_result.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/detail/false_result.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail/false_result.hpp", {st_mode=S_IFREG|0644, st_size=767, ...}) = 0 >23446 open("/usr/include/boost/type_traits/detail/false_result.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=767, ...}) = 0 >23446 read(4, "// Copyright David Abrahams 200"..., 767) = 767 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/detail/is_function_ptr_helper.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/detail/is_function_ptr_helper.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/detail/is_function_ptr_helper.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/detail/is_function_ptr_helper.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/detail/is_function_ptr_helper.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail/is_function_ptr_helper.hpp", {st_mode=S_IFREG|0644, st_size=19787, ...}) = 0 >23446 open("/usr/include/boost/type_traits/detail/is_function_ptr_helper.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=19787, ...}) = 0 >23446 read(4, "\n// Copyright 2000 John Maddock"..., 19787) = 19787 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/circular_buffer/debug.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/circular_buffer/debug.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/circular_buffer/debug.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/circular_buffer/debug.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/circular_buffer/debug.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/circular_buffer", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/circular_buffer/debug.hpp", {st_mode=S_IFREG|0644, st_size=6508, ...}) = 0 >23446 open("/usr/include/boost/circular_buffer/debug.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=6508, ...}) = 0 >23446 read(4, "// Debug support for the circula"..., 6508) = 6508 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/circular_buffer/details.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/circular_buffer/details.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/circular_buffer/details.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/circular_buffer/details.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/circular_buffer/details.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/circular_buffer", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/circular_buffer/details.hpp", {st_mode=S_IFREG|0644, st_size=15371, ...}) = 0 >23446 open("/usr/include/boost/circular_buffer/details.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=15371, ...}) = 0 >23446 read(4, "// Helper classes and functions "..., 15371) = 15371 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/iterator.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/iterator.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/iterator.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/iterator.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/iterator.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/iterator.hpp", {st_mode=S_IFREG|0644, st_size=1983, ...}) = 0 >23446 open("/usr/include/boost/iterator.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1983, ...}) = 0 >23446 read(4, "// iterator.hpp workarounds for"..., 1983) = 1983 >23446 close(4) = 0 >23446 open("/usr/include/c++/4.8.2/cstddef", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1603, ...}) = 0 >23446 read(4, "// -*- C++ -*- forwarding header"..., 1603) = 1603 >23446 close(4) = 0 >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=13619, ...}) = 0 >23446 read(4, "/* Copyright (C) 1989-2013 Free "..., 13619) = 13619 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/throw_exception.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/throw_exception.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/throw_exception.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/throw_exception.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/throw_exception.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/throw_exception.hpp", {st_mode=S_IFREG|0644, st_size=2898, ...}) = 0 >23446 open("/usr/include/boost/throw_exception.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2898, ...}) = 0 >23446 read(4, "#ifndef UUID_AA15E74A856F11E08B8"..., 2898) = 2898 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/exception/detail/attribute_noreturn.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/exception/detail/attribute_noreturn.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/exception/detail/attribute_noreturn.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/exception/detail/attribute_noreturn.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/exception/detail/attribute_noreturn.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/exception", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/exception/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/exception/detail/attribute_noreturn.hpp", {st_mode=S_IFREG|0644, st_size=526, ...}) = 0 >23446 open("/usr/include/boost/exception/detail/attribute_noreturn.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=526, ...}) = 0 >23446 read(4, "//Copyright (c) 2009 Emil Dotche"..., 526) = 526 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/exception/exception.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/exception/exception.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/exception/exception.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/exception/exception.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/exception/exception.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/exception", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/exception/exception.hpp", {st_mode=S_IFREG|0644, st_size=12131, ...}) = 0 >23446 open("/usr/include/boost/exception/exception.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=12131, ...}) = 0 >23446 read(4, "//Copyright (c) 2006-2009 Emil D"..., 12131) = 12131 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/detail/no_exceptions_support.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/detail/no_exceptions_support.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/detail/no_exceptions_support.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/detail/no_exceptions_support.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/detail/no_exceptions_support.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/detail/no_exceptions_support.hpp", {st_mode=S_IFREG|0644, st_size=1997, ...}) = 0 >23446 open("/usr/include/boost/detail/no_exceptions_support.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1997, ...}) = 0 >23446 read(4, "#ifndef BOOST_DETAIL_NO_EXCEPTIO"..., 1997) = 1997 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/circular_buffer/base.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/circular_buffer/base.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/circular_buffer/base.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/circular_buffer/base.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/circular_buffer/base.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/circular_buffer", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/circular_buffer/base.hpp", {st_mode=S_IFREG|0644, st_size=133161, ...}) = 0 >23446 open("/usr/include/boost/circular_buffer/base.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=133161, ...}) = 0 >23446 mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1da9000 >23446 read(4, "// Implementation of the base ci"..., 133161) = 133161 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/call_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/call_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/call_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/call_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/call_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/call_traits.hpp", {st_mode=S_IFREG|0644, st_size=773, ...}) = 0 >23446 open("/usr/include/boost/call_traits.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=773, ...}) = 0 >23446 read(4, "// (C) Copyright Steve Cleary, "..., 773) = 773 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/detail/call_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/detail/call_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/detail/call_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/detail/call_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/detail/call_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/detail/call_traits.hpp", {st_mode=S_IFREG|0644, st_size=4322, ...}) = 0 >23446 open("/usr/include/boost/detail/call_traits.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4322, ...}) = 0 >23446 read(4, "// (C) Copyright Steve Cleary, "..., 4322) = 4322 >23446 close(4) = 0 >23446 open("/usr/include/c++/4.8.2/cstddef", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1603, ...}) = 0 >23446 read(4, "// -*- C++ -*- forwarding header"..., 1603) = 1603 >23446 close(4) = 0 >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=13619, ...}) = 0 >23446 read(4, "/* Copyright (C) 1989-2013 Free "..., 13619) = 13619 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_enum.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_enum.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_enum.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_enum.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_enum.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_enum.hpp", {st_mode=S_IFREG|0644, st_size=5641, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_enum.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5641, ...}) = 0 >23446 read(4, "\n// (C) Copyright Dave Abrahams"..., 5641) = 5641 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_pointer.hpp", {st_mode=S_IFREG|0644, st_size=5119, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_pointer.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5119, ...}) = 0 >23446 read(4, "\n// (C) Copyright Dave Abrahams"..., 5119) = 5119 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_member_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_member_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_member_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_member_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_member_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_member_pointer.hpp", {st_mode=S_IFREG|0644, st_size=4363, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_member_pointer.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4363, ...}) = 0 >23446 read(4, "\n// (C) Copyright Dave Abrahams"..., 4363) = 4363 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_member_function_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_member_function_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_member_function_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_member_function_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_member_function_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_member_function_pointer.hpp", {st_mode=S_IFREG|0644, st_size=4113, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_member_function_pointer.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4113, ...}) = 0 >23446 read(4, "\n// (C) Copyright Dave Abrahams"..., 4113) = 4113 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp", {st_mode=S_IFREG|0644, st_size=77890, ...}) = 0 >23446 open("/usr/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=77890, ...}) = 0 >23446 read(4, "\n// (C) Copyright Dave Abrahams"..., 77890) = 77890 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/remove_cv.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/remove_cv.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/remove_cv.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/remove_cv.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/remove_cv.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/remove_cv.hpp", {st_mode=S_IFREG|0644, st_size=2412, ...}) = 0 >23446 open("/usr/include/boost/type_traits/remove_cv.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2412, ...}) = 0 >23446 read(4, "\n// (C) Copyright Dave Abrahams"..., 2412) = 2412 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/broken_compiler_spec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/broken_compiler_spec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/broken_compiler_spec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/broken_compiler_spec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/broken_compiler_spec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/broken_compiler_spec.hpp", {st_mode=S_IFREG|0644, st_size=5553, ...}) = 0 >23446 open("/usr/include/boost/type_traits/broken_compiler_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5553, ...}) = 0 >23446 read(4, "\n// Copyright 2001-2003 Aleksey"..., 5553) = 5553 >23446 close(4) = 0 >23446 open("/usr/include/c++/4.8.2/cstddef", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1603, ...}) = 0 >23446 read(4, "// -*- C++ -*- forwarding header"..., 1603) = 1603 >23446 close(4) = 0 >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=13619, ...}) = 0 >23446 read(4, "/* Copyright (C) 1989-2013 Free "..., 13619) = 13619 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/type_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1578, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 1578) = 1578 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/type_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=625, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 625) = 625 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/concept_check.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/concept_check.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/concept_check.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/concept_check.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/concept_check.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/concept_check.hpp", {st_mode=S_IFREG|0644, st_size=32105, ...}) = 0 >23446 open("/usr/include/boost/concept_check.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=32105, ...}) = 0 >23446 read(4, "//\n// (C) Copyright Jeremy Siek "..., 32105) = 32105 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/concept/assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/concept/assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/concept/assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/concept/assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/concept/assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/concept", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/concept/assert.hpp", {st_mode=S_IFREG|0644, st_size=1864, ...}) = 0 >23446 open("/usr/include/boost/concept/assert.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1864, ...}) = 0 >23446 read(4, "// Copyright David Abrahams 2006"..., 1864) = 1864 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/concept/detail/general.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/concept/detail/general.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/concept/detail/general.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/concept/detail/general.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/concept/detail/general.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/concept", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/concept/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/concept/detail/general.hpp", {st_mode=S_IFREG|0644, st_size=1949, ...}) = 0 >23446 open("/usr/include/boost/concept/detail/general.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1949, ...}) = 0 >23446 read(4, "// Copyright David Abrahams 2006"..., 1949) = 1949 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/concept/detail/backward_compatibility.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/concept/detail/backward_compatibility.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/concept/detail/backward_compatibility.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/concept/detail/backward_compatibility.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/concept/detail/backward_compatibility.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/concept", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/concept/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/concept/detail/backward_compatibility.hpp", {st_mode=S_IFREG|0644, st_size=563, ...}) = 0 >23446 open("/usr/include/boost/concept/detail/backward_compatibility.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=563, ...}) = 0 >23446 read(4, "// Copyright David Abrahams 2009"..., 563) = 563 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/concept/detail/has_constraints.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/concept/detail/has_constraints.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/concept/detail/has_constraints.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/concept/detail/has_constraints.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/concept/detail/has_constraints.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/concept", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/concept/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/concept/detail/has_constraints.hpp", {st_mode=S_IFREG|0644, st_size=1636, ...}) = 0 >23446 open("/usr/include/boost/concept/detail/has_constraints.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1636, ...}) = 0 >23446 read(4, "// Copyright David Abrahams 2006"..., 1636) = 1636 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/if.hpp", {st_mode=S_IFREG|0644, st_size=3013, ...}) = 0 >23446 open("/usr/include/boost/mpl/if.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3013, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_IF_HPP_INCLUD"..., 3013) = 3013 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/value_wknd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/value_wknd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/value_wknd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/value_wknd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/value_wknd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/value_wknd.hpp", {st_mode=S_IFREG|0644, st_size=2138, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/value_wknd.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2138, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_VALUE_WKN"..., 2138) = 2138 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/integral.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/integral.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/integral.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/integral.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/integral.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/integral.hpp", {st_mode=S_IFREG|0644, st_size=1152, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/integral.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1152, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_IN"..., 1152) = 1152 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/eti.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/eti.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/eti.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/eti.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/eti.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/eti.hpp", {st_mode=S_IFREG|0644, st_size=1337, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/eti.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1337, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_ET"..., 1337) = 1337 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/na_spec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/na_spec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/na_spec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/na_spec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/na_spec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/na_spec.hpp", {st_mode=S_IFREG|0644, st_size=4555, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/na_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4555, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_NA_SPEC_H"..., 4555) = 4555 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/lambda_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/lambda_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/lambda_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/lambda_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/lambda_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/lambda_fwd.hpp", {st_mode=S_IFREG|0644, st_size=1310, ...}) = 0 >23446 open("/usr/include/boost/mpl/lambda_fwd.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1310, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_LAMBDA_FWD_HP"..., 1310) = 1310 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/void_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/void_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/void_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/void_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/void_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/void_fwd.hpp", {st_mode=S_IFREG|0644, st_size=706, ...}) = 0 >23446 open("/usr/include/boost/mpl/void_fwd.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=706, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_VOID_FWD_HPP_"..., 706) = 706 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/na.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/na.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/na.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/na.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/na.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/na.hpp", {st_mode=S_IFREG|0644, st_size=1746, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/na.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1746, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_NA_HPP_IN"..., 1746) = 1746 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/na_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/na_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/na_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/na_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/na_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/na_fwd.hpp", {st_mode=S_IFREG|0644, st_size=778, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/na_fwd.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=778, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_NA_FWD_HP"..., 778) = 778 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/lambda_arity_param.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/lambda_arity_param.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/lambda_arity_param.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/lambda_arity_param.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/lambda_arity_param.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/lambda_arity_param.hpp", {st_mode=S_IFREG|0644, st_size=813, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/lambda_arity_param.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=813, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_LAMBDA_AR"..., 813) = 813 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/arity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/arity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/arity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/arity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/arity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/arity.hpp", {st_mode=S_IFREG|0644, st_size=1199, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/arity.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1199, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_ARITY_HPP"..., 1199) = 1199 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/dtp.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/dtp.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/dtp.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/dtp.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/dtp.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/dtp.hpp", {st_mode=S_IFREG|0644, st_size=1673, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/dtp.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1673, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_DT"..., 1673) = 1673 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/preprocessor/enum.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/preprocessor/enum.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/preprocessor/enum.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/preprocessor/enum.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/preprocessor/enum.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessor/enum.hpp", {st_mode=S_IFREG|0644, st_size=1759, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/preprocessor/enum.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1759, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_PREPROCES"..., 1759) = 1759 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/preprocessor/def_params_tail.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/preprocessor/def_params_tail.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/preprocessor/def_params_tail.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp", {st_mode=S_IFREG|0644, st_size=4587, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4587, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_PREPROCES"..., 4587) = 4587 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/limits/arity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/limits/arity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/limits/arity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/limits/arity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/limits/arity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/limits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/limits/arity.hpp", {st_mode=S_IFREG|0644, st_size=639, ...}) = 0 >23446 open("/usr/include/boost/mpl/limits/arity.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=639, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_LIMITS_ARITY_"..., 639) = 639 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/logical/and.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/logical/and.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/logical/and.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/logical/and.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/logical/and.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/logical", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/logical/and.hpp", {st_mode=S_IFREG|0644, st_size=916, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/logical/and.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=916, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 916) = 916 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/logical/bitand.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/logical/bitand.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/logical/bitand.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/logical/bitand.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/logical/bitand.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/logical", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/logical/bitand.hpp", {st_mode=S_IFREG|0644, st_size=1415, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/logical/bitand.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1415, ...}) = 0 >23446 read(4, "# /* ***************************"..., 1415) = 1415 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/identity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/identity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/identity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/identity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/identity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/identity.hpp", {st_mode=S_IFREG|0644, st_size=751, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/identity.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=751, ...}) = 0 >23446 read(4, "# /* ***************************"..., 751) = 751 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/facilities/identity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/facilities/identity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/facilities/identity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/facilities/identity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/facilities/identity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/facilities", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/facilities/identity.hpp", {st_mode=S_IFREG|0644, st_size=606, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/facilities/identity.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=606, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 606) = 606 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/empty.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/empty.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/empty.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/empty.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/empty.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/empty.hpp", {st_mode=S_IFREG|0644, st_size=742, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/empty.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=742, ...}) = 0 >23446 read(4, "# /* ***************************"..., 742) = 742 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/arithmetic/add.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/arithmetic/add.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/arithmetic/add.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/arithmetic/add.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/arithmetic/add.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/arithmetic", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/arithmetic/add.hpp", {st_mode=S_IFREG|0644, st_size=1858, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/arithmetic/add.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1858, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 1858) = 1858 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/arithmetic/dec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/arithmetic/dec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/arithmetic/dec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/arithmetic/dec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/arithmetic/dec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/arithmetic", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/arithmetic/dec.hpp", {st_mode=S_IFREG|0644, st_size=8293, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/arithmetic/dec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=8293, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 8293) = 8293 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/control/while.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/control/while.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/control/while.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/control/while.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/control/while.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/control", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/control/while.hpp", {st_mode=S_IFREG|0644, st_size=17561, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/control/while.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=17561, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 17561) = 17561 >23446 close(4) = 0 >23446 open("/usr/include/boost/preprocessor/detail/auto_rec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=26136, ...}) = 0 >23446 read(4, "# /* ***************************"..., 26136) = 26136 >23446 close(4) = 0 >23446 brk(0) = 0x2bf5000 >23446 brk(0x2c16000) = 0x2c16000 >23446 brk(0) = 0x2c16000 >23446 brk(0) = 0x2c16000 >23446 brk(0x2c14000) = 0x2c14000 >23446 brk(0) = 0x2c14000 >23446 brk(0) = 0x2c14000 >23446 brk(0) = 0x2c14000 >23446 brk(0x2c12000) = 0x2c12000 >23446 brk(0) = 0x2c12000 >23446 brk(0) = 0x2c12000 >23446 brk(0) = 0x2c12000 >23446 brk(0x2c11000) = 0x2c11000 >23446 brk(0) = 0x2c11000 >23446 brk(0) = 0x2c11000 >23446 brk(0) = 0x2c11000 >23446 brk(0x2c0b000) = 0x2c0b000 >23446 brk(0) = 0x2c0b000 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/list/fold_left.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/list/fold_left.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/list/fold_left.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/list/fold_left.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/list/fold_left.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/list", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/list/fold_left.hpp", {st_mode=S_IFREG|0644, st_size=21383, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/list/fold_left.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=21383, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 21383) = 21383 >23446 close(4) = 0 >23446 open("/usr/include/boost/preprocessor/control/while.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=17561, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 17561) = 17561 >23446 close(4) = 0 >23446 open("/usr/include/boost/preprocessor/detail/auto_rec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=26136, ...}) = 0 >23446 read(4, "# /* ***************************"..., 26136) = 26136 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/list/detail/fold_left.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/list/detail/fold_left.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/list/detail/fold_left.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/list/detail/fold_left.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/list/detail/fold_left.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/list", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/list/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/list/detail/fold_left.hpp", {st_mode=S_IFREG|0644, st_size=62809, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/list/detail/fold_left.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=62809, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 62809) = 62809 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/control/expr_iif.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/control/expr_iif.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/control/expr_iif.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/control/expr_iif.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/control/expr_iif.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/control", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/control/expr_iif.hpp", {st_mode=S_IFREG|0644, st_size=1224, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/control/expr_iif.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1224, ...}) = 0 >23446 read(4, "# /* ***************************"..., 1224) = 1224 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/list/adt.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/list/adt.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/list/adt.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/list/adt.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/list/adt.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/list", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/list/adt.hpp", {st_mode=S_IFREG|0644, st_size=2171, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/list/adt.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2171, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 2171) = 2171 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/detail/is_binary.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/detail/is_binary.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/detail/is_binary.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/detail/is_binary.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/detail/is_binary.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/detail/is_binary.hpp", {st_mode=S_IFREG|0644, st_size=1241, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/detail/is_binary.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1241, ...}) = 0 >23446 read(4, "# /* ***************************"..., 1241) = 1241 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/detail/check.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/detail/check.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/detail/check.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/detail/check.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/detail/check.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/detail/check.hpp", {st_mode=S_IFREG|0644, st_size=2183, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/detail/check.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2183, ...}) = 0 >23446 read(4, "# /* ***************************"..., 2183) = 2183 >23446 close(4) = 0 >23446 brk(0) = 0x2c0b000 >23446 brk(0x2c2c000) = 0x2c2c000 >23446 brk(0) = 0x2c2c000 >23446 brk(0) = 0x2c2c000 >23446 brk(0x2c2a000) = 0x2c2a000 >23446 brk(0) = 0x2c2a000 >23446 brk(0) = 0x2c2a000 >23446 brk(0) = 0x2c2a000 >23446 brk(0x2c28000) = 0x2c28000 >23446 brk(0) = 0x2c28000 >23446 brk(0) = 0x2c28000 >23446 brk(0) = 0x2c28000 >23446 brk(0x2c27000) = 0x2c27000 >23446 brk(0) = 0x2c27000 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/logical/compl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/logical/compl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/logical/compl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/logical/compl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/logical/compl.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/logical", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/logical/compl.hpp", {st_mode=S_IFREG|0644, st_size=1306, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/logical/compl.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1306, ...}) = 0 >23446 read(4, "# /* ***************************"..., 1306) = 1306 >23446 close(4) = 0 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d98ca000 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/list/fold_right.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/list/fold_right.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/list/fold_right.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/list/fold_right.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/list/fold_right.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/list", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/list/fold_right.hpp", {st_mode=S_IFREG|0644, st_size=1326, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/list/fold_right.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1326, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 1326) = 1326 >23446 close(4) = 0 >23446 open("/usr/include/boost/preprocessor/detail/auto_rec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=26136, ...}) = 0 >23446 read(4, "# /* ***************************"..., 26136) = 26136 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/list/detail/fold_right.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/list/detail/fold_right.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/list/detail/fold_right.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/list/detail/fold_right.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/list/detail/fold_right.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/list", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/list/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/list/detail/fold_right.hpp", {st_mode=S_IFREG|0644, st_size=29437, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/list/detail/fold_right.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=29437, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 29437) = 29437 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/list/reverse.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/list/reverse.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/list/reverse.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/list/reverse.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/list/reverse.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/list", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/list/reverse.hpp", {st_mode=S_IFREG|0644, st_size=1427, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/list/reverse.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1427, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 1427) = 1427 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/control/detail/while.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/control/detail/while.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/control/detail/while.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/control/detail/while.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/control/detail/while.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/control", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/control/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/control/detail/while.hpp", {st_mode=S_IFREG|0644, st_size=67561, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/control/detail/while.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=67561, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 67561) = 67561 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/tuple/elem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/tuple/elem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/tuple/elem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/tuple/elem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/tuple/elem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/tuple", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/tuple/elem.hpp", {st_mode=S_IFREG|0644, st_size=52689, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/tuple/elem.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=52689, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 52689) = 52689 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/facilities/overload.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/facilities/overload.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/facilities/overload.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/facilities/overload.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/facilities/overload.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/facilities", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/facilities/overload.hpp", {st_mode=S_IFREG|0644, st_size=1150, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/facilities/overload.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1150, ...}) = 0 >23446 read(4, "# /* ***************************"..., 1150) = 1150 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/variadic/size.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/variadic/size.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/variadic/size.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/variadic/size.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/variadic/size.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/variadic", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/variadic/size.hpp", {st_mode=S_IFREG|0644, st_size=2133, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/variadic/size.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2133, ...}) = 0 >23446 read(4, "# /* ***************************"..., 2133) = 2133 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/tuple/rem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/tuple/rem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/tuple/rem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/tuple/rem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/tuple/rem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/tuple", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/tuple/rem.hpp", {st_mode=S_IFREG|0644, st_size=24648, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/tuple/rem.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=24648, ...}) = 0 >23446 read(4, "# /* ***************************"..., 24648) = 24648 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/variadic/elem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/variadic/elem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/variadic/elem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/variadic/elem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/variadic/elem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/variadic", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/variadic/elem.hpp", {st_mode=S_IFREG|0644, st_size=14196, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/variadic/elem.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=14196, ...}) = 0 >23446 read(4, "# /* ***************************"..., 14196) = 14196 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/arithmetic/sub.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/arithmetic/sub.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/arithmetic/sub.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/arithmetic/sub.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/arithmetic/sub.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/arithmetic", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/arithmetic/sub.hpp", {st_mode=S_IFREG|0644, st_size=1808, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/arithmetic/sub.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1808, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 1808) = 1808 >23446 close(4) = 0 >23446 brk(0) = 0x2c27000 >23446 brk(0x2c49000) = 0x2c49000 >23446 brk(0) = 0x2c49000 >23446 brk(0) = 0x2c49000 >23446 brk(0x2c3f000) = 0x2c3f000 >23446 brk(0) = 0x2c3f000 >23446 brk(0) = 0x2c3f000 >23446 brk(0) = 0x2c3f000 >23446 brk(0x2c3d000) = 0x2c3d000 >23446 brk(0) = 0x2c3d000 >23446 brk(0) = 0x2c3d000 >23446 brk(0) = 0x2c3d000 >23446 brk(0x2c3b000) = 0x2c3b000 >23446 brk(0) = 0x2c3b000 >23446 brk(0) = 0x2c3b000 >23446 brk(0) = 0x2c3b000 >23446 brk(0x2c39000) = 0x2c39000 >23446 brk(0) = 0x2c39000 >23446 brk(0) = 0x2c39000 >23446 brk(0) = 0x2c39000 >23446 brk(0x2c37000) = 0x2c37000 >23446 brk(0) = 0x2c37000 >23446 brk(0) = 0x2c37000 >23446 brk(0) = 0x2c37000 >23446 brk(0x2c33000) = 0x2c33000 >23446 brk(0) = 0x2c33000 >23446 brk(0) = 0x2c33000 >23446 brk(0x2c56000) = 0x2c56000 >23446 brk(0) = 0x2c56000 >23446 brk(0) = 0x2c56000 >23446 brk(0x2c4f000) = 0x2c4f000 >23446 brk(0) = 0x2c4f000 >23446 brk(0) = 0x2c4f000 >23446 brk(0) = 0x2c4f000 >23446 brk(0x2c4d000) = 0x2c4d000 >23446 brk(0) = 0x2c4d000 >23446 brk(0) = 0x2c4d000 >23446 brk(0) = 0x2c4d000 >23446 brk(0x2c4b000) = 0x2c4b000 >23446 brk(0) = 0x2c4b000 >23446 brk(0) = 0x2c4b000 >23446 brk(0) = 0x2c4b000 >23446 brk(0x2c47000) = 0x2c47000 >23446 brk(0) = 0x2c47000 >23446 brk(0) = 0x2c47000 >23446 brk(0) = 0x2c47000 >23446 brk(0x2c45000) = 0x2c45000 >23446 brk(0) = 0x2c45000 >23446 brk(0) = 0x2c45000 >23446 brk(0) = 0x2c45000 >23446 brk(0x2c42000) = 0x2c42000 >23446 brk(0) = 0x2c42000 >23446 brk(0) = 0x2c42000 >23446 brk(0x2c63000) = 0x2c63000 >23446 brk(0) = 0x2c63000 >23446 brk(0) = 0x2c63000 >23446 brk(0x2c5c000) = 0x2c5c000 >23446 brk(0) = 0x2c5c000 >23446 brk(0) = 0x2c5c000 >23446 brk(0) = 0x2c5c000 >23446 brk(0x2c5a000) = 0x2c5a000 >23446 brk(0) = 0x2c5a000 >23446 brk(0) = 0x2c5a000 >23446 brk(0) = 0x2c5a000 >23446 brk(0x2c58000) = 0x2c58000 >23446 brk(0) = 0x2c58000 >23446 brk(0) = 0x2c58000 >23446 brk(0) = 0x2c58000 >23446 brk(0x2c54000) = 0x2c54000 >23446 brk(0) = 0x2c54000 >23446 brk(0) = 0x2c54000 >23446 brk(0) = 0x2c54000 >23446 brk(0x2c52000) = 0x2c52000 >23446 brk(0) = 0x2c52000 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/conversion_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/conversion_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/conversion_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/conversion_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/conversion_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/conversion_traits.hpp", {st_mode=S_IFREG|0644, st_size=658, ...}) = 0 >23446 open("/usr/include/boost/type_traits/conversion_traits.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=658, ...}) = 0 >23446 read(4, "\n// Copyright 2000 John Maddock "..., 658) = 658 >23446 close(4) = 0 >23446 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1d68000 >23446 munmap(0x7fe2e1eb9000, 135168) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/assert.hpp", {st_mode=S_IFREG|0644, st_size=14171, ...}) = 0 >23446 open("/usr/include/boost/mpl/assert.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=14171, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_ASSERT_HPP_IN"..., 14171) = 14171 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/not.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/not.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/not.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/not.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/not.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/not.hpp", {st_mode=S_IFREG|0644, st_size=1131, ...}) = 0 >23446 open("/usr/include/boost/mpl/not.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1131, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_NOT_HPP_INCLU"..., 1131) = 1131 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/nested_type_wknd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/nested_type_wknd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/nested_type_wknd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/nested_type_wknd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/nested_type_wknd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/nested_type_wknd.hpp", {st_mode=S_IFREG|0644, st_size=1379, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/nested_type_wknd.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1379, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_NESTED_TY"..., 1379) = 1379 >23446 close(4) = 0 >23446 brk(0) = 0x2c52000 >23446 brk(0x2c73000) = 0x2c73000 >23446 brk(0) = 0x2c73000 >23446 brk(0) = 0x2c73000 >23446 brk(0x2c71000) = 0x2c71000 >23446 brk(0) = 0x2c71000 >23446 brk(0) = 0x2c71000 >23446 brk(0) = 0x2c71000 >23446 brk(0x2c6d000) = 0x2c6d000 >23446 brk(0) = 0x2c6d000 >23446 brk(0) = 0x2c6d000 >23446 brk(0) = 0x2c6d000 >23446 brk(0x2c6b000) = 0x2c6b000 >23446 brk(0) = 0x2c6b000 >23446 brk(0) = 0x2c6b000 >23446 brk(0) = 0x2c6b000 >23446 brk(0x2c67000) = 0x2c67000 >23446 brk(0) = 0x2c67000 >23446 brk(0) = 0x2c67000 >23446 brk(0) = 0x2c67000 >23446 brk(0x2c65000) = 0x2c65000 >23446 brk(0) = 0x2c65000 >23446 brk(0) = 0x2c65000 >23446 brk(0) = 0x2c65000 >23446 brk(0x2c63000) = 0x2c63000 >23446 brk(0) = 0x2c63000 >23446 brk(0) = 0x2c63000 >23446 brk(0) = 0x2c63000 >23446 brk(0x2c61000) = 0x2c61000 >23446 brk(0) = 0x2c61000 >23446 brk(0) = 0x2c61000 >23446 brk(0) = 0x2c61000 >23446 brk(0x2c5f000) = 0x2c5f000 >23446 brk(0) = 0x2c5f000 >23446 brk(0) = 0x2c5f000 >23446 brk(0) = 0x2c5f000 >23446 brk(0x2c5d000) = 0x2c5d000 >23446 brk(0) = 0x2c5d000 >23446 brk(0) = 0x2c5d000 >23446 brk(0) = 0x2c5d000 >23446 brk(0x2c5b000) = 0x2c5b000 >23446 brk(0) = 0x2c5b000 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/yes_no.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/yes_no.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/yes_no.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/yes_no.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/yes_no.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/yes_no.hpp", {st_mode=S_IFREG|0644, st_size=1285, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/yes_no.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1285, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_YES_NO_HP"..., 1285) = 1285 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/arrays.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/arrays.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/arrays.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/arrays.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/arrays.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/arrays.hpp", {st_mode=S_IFREG|0644, st_size=934, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/arrays.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=934, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_AR"..., 934) = 934 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/pp_counter.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/pp_counter.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/pp_counter.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/pp_counter.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/pp_counter.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/pp_counter.hpp", {st_mode=S_IFREG|0644, st_size=822, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/pp_counter.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=822, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_PP"..., 822) = 822 >23446 close(4) = 0 >23446 open("/usr/include/c++/4.8.2/cstddef", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1603, ...}) = 0 >23446 read(4, "// -*- C++ -*- forwarding header"..., 1603) = 1603 >23446 close(4) = 0 >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=13619, ...}) = 0 >23446 read(4, "/* Copyright (C) 1989-2013 Free "..., 13619) = 13619 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/concept/usage.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/concept/usage.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/concept/usage.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/concept/usage.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/concept/usage.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/concept", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/concept/usage.hpp", {st_mode=S_IFREG|0644, st_size=1213, ...}) = 0 >23446 open("/usr/include/boost/concept/usage.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1213, ...}) = 0 >23446 read(4, "// Copyright David Abrahams 2006"..., 1213) = 1213 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/concept/detail/concept_def.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/concept/detail/concept_def.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/concept/detail/concept_def.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/concept/detail/concept_def.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/concept/detail/concept_def.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/concept", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/concept/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/concept/detail/concept_def.hpp", {st_mode=S_IFREG|0644, st_size=3124, ...}) = 0 >23446 open("/usr/include/boost/concept/detail/concept_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3124, ...}) = 0 >23446 read(4, "// Copyright David Abrahams 2006"..., 3124) = 3124 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/seq/for_each_i.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/seq/for_each_i.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/seq/for_each_i.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/seq/for_each_i.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/seq/for_each_i.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/seq", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/seq/for_each_i.hpp", {st_mode=S_IFREG|0644, st_size=3352, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/seq/for_each_i.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3352, ...}) = 0 >23446 read(4, "# /* ***************************"..., 3352) = 3352 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/repetition/for.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/repetition/for.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/repetition/for.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/repetition/for.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/repetition/for.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/repetition", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/repetition/for.hpp", {st_mode=S_IFREG|0644, st_size=16580, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/repetition/for.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=16580, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 16580) = 16580 >23446 close(4) = 0 >23446 open("/usr/include/boost/preprocessor/detail/auto_rec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=26136, ...}) = 0 >23446 read(4, "# /* ***************************"..., 26136) = 26136 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/repetition/detail/for.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/repetition/detail/for.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/repetition/detail/for.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/repetition/detail/for.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/repetition/detail/for.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/repetition", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/repetition/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/repetition/detail/for.hpp", {st_mode=S_IFREG|0644, st_size=72883, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/repetition/detail/for.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=72883, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 72883) = 72883 >23446 close(4) = 0 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d96ca000 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/seq/seq.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/seq/seq.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/seq/seq.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/seq/seq.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/seq/seq.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/seq", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/seq/seq.hpp", {st_mode=S_IFREG|0644, st_size=1672, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/seq/seq.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1672, ...}) = 0 >23446 read(4, "# /* ***************************"..., 1672) = 1672 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/seq/elem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/seq/elem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/seq/elem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/seq/elem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/seq/elem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/seq", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/seq/elem.hpp", {st_mode=S_IFREG|0644, st_size=16226, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/seq/elem.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=16226, ...}) = 0 >23446 read(4, "# /* ***************************"..., 16226) = 16226 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/seq/size.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/seq/size.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/seq/size.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/seq/size.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/seq/size.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/seq", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/seq/size.hpp", {st_mode=S_IFREG|0644, st_size=29171, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/seq/size.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=29171, ...}) = 0 >23446 read(4, "# /* ***************************"..., 29171) = 29171 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/seq/enum.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/seq/enum.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/seq/enum.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/seq/enum.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/seq/enum.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/seq", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/seq/enum.hpp", {st_mode=S_IFREG|0644, st_size=16273, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/seq/enum.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=16273, ...}) = 0 >23446 read(4, "# /* ***************************"..., 16273) = 16273 >23446 close(4) = 0 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d94ca000 >23446 brk(0) = 0x2c5b000 >23446 brk(0x2c7e000) = 0x2c7e000 >23446 brk(0) = 0x2c7e000 >23446 brk(0) = 0x2c7e000 >23446 brk(0x2c77000) = 0x2c77000 >23446 brk(0) = 0x2c77000 >23446 brk(0) = 0x2c77000 >23446 brk(0) = 0x2c77000 >23446 brk(0x2c75000) = 0x2c75000 >23446 brk(0) = 0x2c75000 >23446 brk(0) = 0x2c75000 >23446 brk(0) = 0x2c75000 >23446 brk(0x2c71000) = 0x2c71000 >23446 brk(0) = 0x2c71000 >23446 brk(0) = 0x2c71000 >23446 brk(0) = 0x2c71000 >23446 brk(0x2c6f000) = 0x2c6f000 >23446 brk(0) = 0x2c6f000 >23446 brk(0) = 0x2c6f000 >23446 brk(0) = 0x2c6f000 >23446 brk(0x2c6d000) = 0x2c6d000 >23446 brk(0) = 0x2c6d000 >23446 mmap(NULL, 4194304, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d90ca000 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d8eca000 >23446 brk(0) = 0x2c6d000 >23446 brk(0x2c8e000) = 0x2c8e000 >23446 brk(0) = 0x2c8e000 >23446 brk(0) = 0x2c8e000 >23446 brk(0x2c8c000) = 0x2c8c000 >23446 brk(0) = 0x2c8c000 >23446 brk(0) = 0x2c8c000 >23446 brk(0) = 0x2c8c000 >23446 brk(0x2c8a000) = 0x2c8a000 >23446 brk(0) = 0x2c8a000 >23446 brk(0) = 0x2c8a000 >23446 brk(0) = 0x2c8a000 >23446 brk(0x2c86000) = 0x2c86000 >23446 brk(0) = 0x2c86000 >23446 brk(0) = 0x2c86000 >23446 brk(0) = 0x2c86000 >23446 brk(0x2c84000) = 0x2c84000 >23446 brk(0) = 0x2c84000 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d8cca000 >23446 brk(0) = 0x2c84000 >23446 brk(0x2ca5000) = 0x2ca5000 >23446 brk(0) = 0x2ca5000 >23446 brk(0) = 0x2ca5000 >23446 brk(0x2c9c000) = 0x2c9c000 >23446 brk(0) = 0x2c9c000 >23446 brk(0) = 0x2c9c000 >23446 brk(0) = 0x2c9c000 >23446 brk(0x2c99000) = 0x2c99000 >23446 brk(0) = 0x2c99000 >23446 brk(0) = 0x2c99000 >23446 brk(0) = 0x2c99000 >23446 brk(0x2c94000) = 0x2c94000 >23446 brk(0) = 0x2c94000 >23446 brk(0) = 0x2c94000 >23446 brk(0) = 0x2c94000 >23446 brk(0x2c92000) = 0x2c92000 >23446 brk(0) = 0x2c92000 >23446 brk(0) = 0x2c92000 >23446 brk(0) = 0x2c92000 >23446 brk(0x2c8e000) = 0x2c8e000 >23446 brk(0) = 0x2c8e000 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d8aca000 >23446 brk(0) = 0x2c8e000 >23446 brk(0x2cb0000) = 0x2cb0000 >23446 brk(0) = 0x2cb0000 >23446 brk(0) = 0x2cb0000 >23446 brk(0x2ca7000) = 0x2ca7000 >23446 brk(0) = 0x2ca7000 >23446 brk(0) = 0x2ca7000 >23446 brk(0) = 0x2ca7000 >23446 brk(0x2ca5000) = 0x2ca5000 >23446 brk(0) = 0x2ca5000 >23446 brk(0) = 0x2ca5000 >23446 brk(0) = 0x2ca5000 >23446 brk(0x2c9f000) = 0x2c9f000 >23446 brk(0) = 0x2c9f000 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d88ca000 >23446 brk(0) = 0x2c9f000 >23446 brk(0x2cc6000) = 0x2cc6000 >23446 brk(0) = 0x2cc6000 >23446 brk(0) = 0x2cc6000 >23446 brk(0x2cbf000) = 0x2cbf000 >23446 brk(0) = 0x2cbf000 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d86ca000 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/concept/detail/concept_undef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/concept/detail/concept_undef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/concept/detail/concept_undef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/concept/detail/concept_undef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/concept/detail/concept_undef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/concept", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/concept/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/concept/detail/concept_undef.hpp", {st_mode=S_IFREG|0644, st_size=240, ...}) = 0 >23446 open("/usr/include/boost/concept/detail/concept_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=240, ...}) = 0 >23446 read(4, "// Copyright David Abrahams 2006"..., 240) = 240 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/limits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/limits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/limits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/limits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/limits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/limits.hpp", {st_mode=S_IFREG|0644, st_size=6146, ...}) = 0 >23446 open("/usr/include/boost/limits.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=6146, ...}) = 0 >23446 read(4, "\n// (C) Copyright John maddock "..., 6146) = 6146 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/limits", {st_mode=S_IFREG|0644, st_size=67254, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/limits", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=67254, ...}) = 0 >23446 read(4, "// The template and inlines for "..., 67254) = 67254 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/iterator/reverse_iterator.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/iterator/reverse_iterator.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/iterator/reverse_iterator.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/iterator/reverse_iterator.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/iterator/reverse_iterator.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/iterator", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/iterator/reverse_iterator.hpp", {st_mode=S_IFREG|0644, st_size=1930, ...}) = 0 >23446 open("/usr/include/boost/iterator/reverse_iterator.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1930, ...}) = 0 >23446 read(4, "// (C) Copyright David Abrahams "..., 1930) = 1930 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/next_prior.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/next_prior.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/next_prior.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/next_prior.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/next_prior.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/next_prior.hpp", {st_mode=S_IFREG|0644, st_size=1296, ...}) = 0 >23446 open("/usr/include/boost/next_prior.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1296, ...}) = 0 >23446 read(4, "// Boost next_prior.hpp header "..., 1296) = 1296 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/iterator/iterator_adaptor.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/iterator/iterator_adaptor.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/iterator/iterator_adaptor.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/iterator/iterator_adaptor.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/iterator/iterator_adaptor.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/iterator", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/iterator/iterator_adaptor.hpp", {st_mode=S_IFREG|0644, st_size=11369, ...}) = 0 >23446 open("/usr/include/boost/iterator/iterator_adaptor.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=11369, ...}) = 0 >23446 read(4, "// (C) Copyright David Abrahams "..., 11369) = 11369 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/iterator/iterator_categories.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/iterator/iterator_categories.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/iterator/iterator_categories.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/iterator/iterator_categories.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/iterator/iterator_categories.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/iterator", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/iterator/iterator_categories.hpp", {st_mode=S_IFREG|0644, st_size=5323, ...}) = 0 >23446 open("/usr/include/boost/iterator/iterator_categories.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5323, ...}) = 0 >23446 read(4, "// (C) Copyright Jeremy Siek 200"..., 5323) = 5323 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/iterator/detail/config_def.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/iterator/detail/config_def.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/iterator/detail/config_def.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/iterator/detail/config_def.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/iterator/detail/config_def.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/iterator", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/iterator/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/iterator/detail/config_def.hpp", {st_mode=S_IFREG|0644, st_size=4466, ...}) = 0 >23446 open("/usr/include/boost/iterator/detail/config_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4466, ...}) = 0 >23446 read(4, "// (C) Copyright David Abrahams "..., 4466) = 4466 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/eval_if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/eval_if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/eval_if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/eval_if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/eval_if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/eval_if.hpp", {st_mode=S_IFREG|0644, st_size=1864, ...}) = 0 >23446 open("/usr/include/boost/mpl/eval_if.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1864, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_EVAL_IF_HPP_I"..., 1864) = 1864 >23446 close(4) = 0 >23446 brk(0) = 0x2cbf000 >23446 brk(0x2ce0000) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0x2cd8000) = 0x2cd8000 >23446 brk(0) = 0x2cd8000 >23446 brk(0) = 0x2cd8000 >23446 brk(0) = 0x2cd8000 >23446 brk(0x2cd6000) = 0x2cd6000 >23446 brk(0) = 0x2cd6000 >23446 brk(0) = 0x2cd6000 >23446 brk(0) = 0x2cd6000 >23446 brk(0x2cd3000) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0x2ccf000) = 0x2ccf000 >23446 brk(0) = 0x2ccf000 >23446 brk(0) = 0x2ccf000 >23446 brk(0) = 0x2ccf000 >23446 brk(0x2ccd000) = 0x2ccd000 >23446 brk(0) = 0x2ccd000 >23446 brk(0) = 0x2ccd000 >23446 brk(0x2cee000) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0x2ce6000) = 0x2ce6000 >23446 brk(0) = 0x2ce6000 >23446 brk(0) = 0x2ce6000 >23446 brk(0) = 0x2ce6000 >23446 brk(0x2ce5000) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0x2ce2000) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0x2cde000) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0x2cdc000) = 0x2cdc000 >23446 brk(0) = 0x2cdc000 >23446 brk(0) = 0x2cdc000 >23446 brk(0) = 0x2cdc000 >23446 brk(0x2cd9000) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0x2cd8000) = 0x2cd8000 >23446 brk(0) = 0x2cd8000 >23446 brk(0) = 0x2cd8000 >23446 brk(0) = 0x2cd8000 >23446 brk(0x2cd5000) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0x2cd3000) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0x2cd0000) = 0x2cd0000 >23446 brk(0) = 0x2cd0000 >23446 brk(0) = 0x2cd0000 >23446 brk(0) = 0x2cd0000 >23446 brk(0x2ccd000) = 0x2ccd000 >23446 brk(0) = 0x2ccd000 >23446 brk(0) = 0x2ccd000 >23446 brk(0) = 0x2ccd000 >23446 brk(0x2ccb000) = 0x2ccb000 >23446 brk(0) = 0x2ccb000 >23446 brk(0) = 0x2ccb000 >23446 brk(0) = 0x2ccb000 >23446 brk(0x2cc8000) = 0x2cc8000 >23446 brk(0) = 0x2cc8000 >23446 brk(0) = 0x2cc8000 >23446 brk(0) = 0x2cc8000 >23446 brk(0x2cc3000) = 0x2cc3000 >23446 brk(0) = 0x2cc3000 >23446 brk(0) = 0x2cc3000 >23446 brk(0) = 0x2cc3000 >23446 brk(0x2cbf000) = 0x2cbf000 >23446 brk(0) = 0x2cbf000 >23446 brk(0) = 0x2cbf000 >23446 brk(0x2ce0000) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0x2cd6000) = 0x2cd6000 >23446 brk(0) = 0x2cd6000 >23446 brk(0) = 0x2cd6000 >23446 brk(0) = 0x2cd6000 >23446 brk(0x2cd4000) = 0x2cd4000 >23446 brk(0) = 0x2cd4000 >23446 brk(0) = 0x2cd4000 >23446 brk(0) = 0x2cd4000 >23446 brk(0x2cd1000) = 0x2cd1000 >23446 brk(0) = 0x2cd1000 >23446 brk(0) = 0x2cd1000 >23446 brk(0) = 0x2cd1000 >23446 brk(0x2ccd000) = 0x2ccd000 >23446 brk(0) = 0x2ccd000 >23446 brk(0) = 0x2ccd000 >23446 brk(0) = 0x2ccd000 >23446 brk(0x2ccb000) = 0x2ccb000 >23446 brk(0) = 0x2ccb000 >23446 brk(0) = 0x2ccb000 >23446 brk(0x2cec000) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0x2ce4000) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0x2ce2000) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0x2ce0000) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0x2cdc000) = 0x2cdc000 >23446 brk(0) = 0x2cdc000 >23446 brk(0) = 0x2cdc000 >23446 brk(0) = 0x2cdc000 >23446 brk(0x2cda000) = 0x2cda000 >23446 brk(0) = 0x2cda000 >23446 brk(0) = 0x2cda000 >23446 brk(0) = 0x2cda000 >23446 brk(0x2cd7000) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0x2cd5000) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0x2cd3000) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/identity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/identity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/identity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/identity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/identity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/identity.hpp", {st_mode=S_IFREG|0644, st_size=1058, ...}) = 0 >23446 open("/usr/include/boost/mpl/identity.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1058, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_IDENTITY_HPP_"..., 1058) = 1058 >23446 close(4) = 0 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d84ca000 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/placeholders.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/placeholders.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/placeholders.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/placeholders.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/placeholders.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/placeholders.hpp", {st_mode=S_IFREG|0644, st_size=2561, ...}) = 0 >23446 open("/usr/include/boost/mpl/placeholders.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2561, ...}) = 0 >23446 read(4, "\n#if !defined(BOOST_PP_IS_ITERAT"..., 2561) = 2561 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/arg.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/arg.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/arg.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/arg.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/arg.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/arg.hpp", {st_mode=S_IFREG|0644, st_size=3318, ...}) = 0 >23446 open("/usr/include/boost/mpl/arg.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3318, ...}) = 0 >23446 read(4, "\n#if !defined(BOOST_PP_IS_ITERAT"..., 3318) = 3318 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/arg_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/arg_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/arg_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/arg_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/arg_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/arg_fwd.hpp", {st_mode=S_IFREG|0644, st_size=817, ...}) = 0 >23446 open("/usr/include/boost/mpl/arg_fwd.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=817, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_ARG_FWD_HPP_I"..., 817) = 817 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/na_assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/na_assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/na_assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/na_assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/na_assert.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/na_assert.hpp", {st_mode=S_IFREG|0644, st_size=1066, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/na_assert.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1066, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_NA_ASSERT"..., 1066) = 1066 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/arity_spec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/arity_spec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/arity_spec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/arity_spec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/arity_spec.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/arity_spec.hpp", {st_mode=S_IFREG|0644, st_size=1941, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1941, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_ARITY_SPE"..., 1941) = 1941 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/arg_typedef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/arg_typedef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/arg_typedef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/arg_typedef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/arg_typedef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/arg_typedef.hpp", {st_mode=S_IFREG|0644, st_size=886, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/arg_typedef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=886, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_ARG_TYPED"..., 886) = 886 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/use_preprocessed.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/use_preprocessed.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/use_preprocessed.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/use_preprocessed.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/use_preprocessed.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/use_preprocessed.hpp", {st_mode=S_IFREG|0644, st_size=640, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/use_preprocessed.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=640, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_US"..., 640) = 640 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/include_preprocessed.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/include_preprocessed.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/include_preprocessed.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/include_preprocessed.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/include_preprocessed.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/include_preprocessed.hpp", {st_mode=S_IFREG|0644, st_size=1452, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/include_preprocessed.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1452, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 1452) = 1452 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/compiler.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/compiler.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/compiler.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/compiler.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/compiler.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/compiler.hpp", {st_mode=S_IFREG|0644, st_size=2239, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/compiler.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2239, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_CO"..., 2239) = 2239 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/stringize.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/stringize.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/stringize.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/stringize.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/stringize.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/stringize.hpp", {st_mode=S_IFREG|0644, st_size=1027, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/stringize.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1027, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 1027) = 1027 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/include/boost/mpl/aux_/boost/mpl/aux_/preprocessed/gcc/arg.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/preprocessed/gcc/arg.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/preprocessed/gcc/arg.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/preprocessed/gcc/arg.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp", {st_mode=S_IFREG|0644, st_size=2893, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2893, ...}) = 0 >23446 read(4, "\n// Copyright Peter Dimov 2001-2"..., 2893) = 2893 >23446 close(4) = 0 >23446 open("/usr/include/boost/mpl/aux_/include_preprocessed.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1452, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 1452) = 1452 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/include/boost/mpl/aux_/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp", {st_mode=S_IFREG|0644, st_size=2211, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2211, ...}) = 0 >23446 read(4, "\n// Copyright Aleksey Gurtovoy 2"..., 2211) = 2211 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/iterator/detail/config_undef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/iterator/detail/config_undef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/iterator/detail/config_undef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/iterator/detail/config_undef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/iterator/detail/config_undef.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/iterator", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/iterator/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/iterator/detail/config_undef.hpp", {st_mode=S_IFREG|0644, st_size=722, ...}) = 0 >23446 open("/usr/include/boost/iterator/detail/config_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=722, ...}) = 0 >23446 read(4, "// (C) Copyright Thomas Witt "..., 722) = 722 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/iterator/iterator_facade.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/iterator/iterator_facade.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/iterator/iterator_facade.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/iterator/iterator_facade.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/iterator/iterator_facade.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/iterator", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/iterator/iterator_facade.hpp", {st_mode=S_IFREG|0644, st_size=29091, ...}) = 0 >23446 open("/usr/include/boost/iterator/iterator_facade.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=29091, ...}) = 0 >23446 read(4, "// (C) Copyright David Abrahams "..., 29091) = 29091 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/iterator/interoperable.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/iterator/interoperable.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/iterator/interoperable.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/iterator/interoperable.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/iterator/interoperable.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/iterator", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/iterator/interoperable.hpp", {st_mode=S_IFREG|0644, st_size=1475, ...}) = 0 >23446 open("/usr/include/boost/iterator/interoperable.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1475, ...}) = 0 >23446 read(4, "// (C) Copyright David Abrahams "..., 1475) = 1475 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/or.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/or.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/or.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/or.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/or.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/or.hpp", {st_mode=S_IFREG|0644, st_size=1679, ...}) = 0 >23446 open("/usr/include/boost/mpl/or.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1679, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_OR_HPP_INCLUD"..., 1679) = 1679 >23446 close(4) = 0 >23446 open("/usr/include/boost/mpl/aux_/include_preprocessed.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1452, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 1452) = 1452 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/include/boost/mpl/aux_/boost/mpl/aux_/preprocessed/gcc/or.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/preprocessed/gcc/or.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/preprocessed/gcc/or.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/preprocessed/gcc/or.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/preprocessed/gcc/or.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/preprocessed/gcc/or.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc/or.hpp", {st_mode=S_IFREG|0644, st_size=1258, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/preprocessed/gcc/or.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1258, ...}) = 0 >23446 read(4, "\n// Copyright Aleksey Gurtovoy 2"..., 1258) = 1258 >23446 close(4) = 0 >23446 brk(0) = 0x2cd3000 >23446 brk(0x2cf6000) = 0x2cf6000 >23446 brk(0) = 0x2cf6000 >23446 brk(0) = 0x2cf6000 >23446 brk(0x2cef000) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0x2ced000) = 0x2ced000 >23446 brk(0) = 0x2ced000 >23446 brk(0) = 0x2ced000 >23446 brk(0) = 0x2ced000 >23446 brk(0x2ce9000) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0x2ce5000) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0x2ce3000) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0x2ce1000) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0x2cde000) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0x2cd9000) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0x2cd5000) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0x2cd3000) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0x2cf4000) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0x2cec000) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0x2cea000) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0x2ce7000) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0x2ce3000) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0x2ce1000) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0x2cdf000) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0x2cdc000) = 0x2cdc000 >23446 brk(0) = 0x2cdc000 >23446 brk(0) = 0x2cdc000 >23446 brk(0) = 0x2cdc000 >23446 brk(0x2cd7000) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0x2cd3000) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0x2cf4000) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0x2cea000) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0x2ce8000) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0x2ce5000) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0x2ce1000) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0x2cdf000) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0x2cdd000) = 0x2cdd000 >23446 brk(0) = 0x2cdd000 >23446 brk(0) = 0x2cdd000 >23446 brk(0) = 0x2cdd000 >23446 brk(0x2cda000) = 0x2cda000 >23446 brk(0) = 0x2cda000 >23446 brk(0) = 0x2cda000 >23446 brk(0) = 0x2cda000 >23446 brk(0x2cd5000) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0x2cd3000) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 open("/usr/include/boost/iterator/detail/config_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4466, ...}) = 0 >23446 read(4, "// (C) Copyright David Abrahams "..., 4466) = 4466 >23446 close(4) = 0 >23446 open("/usr/include/boost/iterator/detail/config_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=722, ...}) = 0 >23446 read(4, "// (C) Copyright Thomas Witt "..., 722) = 722 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/iterator/iterator_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/iterator/iterator_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/iterator/iterator_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/iterator/iterator_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/iterator/iterator_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/iterator", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/iterator/iterator_traits.hpp", {st_mode=S_IFREG|0644, st_size=2034, ...}) = 0 >23446 open("/usr/include/boost/iterator/iterator_traits.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2034, ...}) = 0 >23446 read(4, "// Copyright David Abrahams 2003"..., 2034) = 2034 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/iterator/detail/facade_iterator_category.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/iterator/detail/facade_iterator_category.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/iterator/detail/facade_iterator_category.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/iterator/detail/facade_iterator_category.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/iterator/detail/facade_iterator_category.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/iterator", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/iterator/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/iterator/detail/facade_iterator_category.hpp", {st_mode=S_IFREG|0644, st_size=6340, ...}) = 0 >23446 open("/usr/include/boost/iterator/detail/facade_iterator_category.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=6340, ...}) = 0 >23446 read(4, "// Copyright David Abrahams 2003"..., 6340) = 6340 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/and.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/and.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/and.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/and.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/and.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/and.hpp", {st_mode=S_IFREG|0644, st_size=1650, ...}) = 0 >23446 open("/usr/include/boost/mpl/and.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1650, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AND_HPP_INCLU"..., 1650) = 1650 >23446 close(4) = 0 >23446 open("/usr/include/boost/mpl/aux_/include_preprocessed.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1452, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 1452) = 1452 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/include/boost/mpl/aux_/boost/mpl/aux_/preprocessed/gcc/and.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/preprocessed/gcc/and.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/preprocessed/gcc/and.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/preprocessed/gcc/and.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/preprocessed/gcc/and.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/preprocessed/gcc/and.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc/and.hpp", {st_mode=S_IFREG|0644, st_size=1257, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/preprocessed/gcc/and.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1257, ...}) = 0 >23446 read(4, "\n// Copyright Aleksey Gurtovoy 2"..., 1257) = 1257 >23446 close(4) = 0 >23446 brk(0) = 0x2cd3000 >23446 brk(0x2cf4000) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0x2cec000) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0x2cea000) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0x2ce7000) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0x2ce3000) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0x2ce1000) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0x2d02000) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0x2cfb000) = 0x2cfb000 >23446 brk(0) = 0x2cfb000 >23446 brk(0) = 0x2cfb000 >23446 brk(0) = 0x2cfb000 >23446 brk(0x2cf9000) = 0x2cf9000 >23446 brk(0) = 0x2cf9000 >23446 brk(0) = 0x2cf9000 >23446 brk(0) = 0x2cf9000 >23446 brk(0x2cf6000) = 0x2cf6000 >23446 brk(0) = 0x2cf6000 >23446 brk(0) = 0x2cf6000 >23446 brk(0) = 0x2cf6000 >23446 brk(0x2cf3000) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0x2cf1000) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0x2cee000) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0x2cec000) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0x2ce9000) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0x2ce6000) = 0x2ce6000 >23446 brk(0) = 0x2ce6000 >23446 brk(0) = 0x2ce6000 >23446 brk(0) = 0x2ce6000 >23446 brk(0x2ce4000) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0x2ce1000) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0x2cdb000) = 0x2cdb000 >23446 brk(0) = 0x2cdb000 >23446 brk(0) = 0x2cdb000 >23446 brk(0) = 0x2cdb000 >23446 brk(0x2cd7000) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0x2cd5000) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0x2cd3000) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0x2cf4000) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0x2cea000) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0x2ce8000) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0x2ce5000) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0x2ce1000) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0x2cdf000) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0x2d00000) = 0x2d00000 >23446 brk(0) = 0x2d00000 >23446 brk(0) = 0x2d00000 >23446 brk(0x2cf9000) = 0x2cf9000 >23446 brk(0) = 0x2cf9000 >23446 brk(0) = 0x2cf9000 >23446 brk(0) = 0x2cf9000 >23446 brk(0x2cf7000) = 0x2cf7000 >23446 brk(0) = 0x2cf7000 >23446 brk(0) = 0x2cf7000 >23446 brk(0) = 0x2cf7000 >23446 brk(0x2cf4000) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0x2cf1000) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0x2cef000) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0x2cec000) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0x2cea000) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0x2ce7000) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0x2ce4000) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0x2ce2000) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0x2cdf000) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0x2cd9000) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0x2cd5000) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0x2cd3000) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0x2cf4000) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0x2ced000) = 0x2ced000 >23446 brk(0) = 0x2ced000 >23446 brk(0) = 0x2ced000 >23446 brk(0) = 0x2ced000 >23446 brk(0x2ceb000) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0x2ce8000) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0x2ce4000) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0x2ce2000) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0x2ce0000) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0x2cdd000) = 0x2cdd000 >23446 brk(0) = 0x2cdd000 >23446 brk(0) = 0x2cdd000 >23446 brk(0) = 0x2cdd000 >23446 brk(0x2cd7000) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0x2cd3000) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_const.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_const.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_const.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_const.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_const.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_const.hpp", {st_mode=S_IFREG|0644, st_size=5223, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_const.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5223, ...}) = 0 >23446 read(4, "\n// (C) Copyright Dave Abrahams"..., 5223) = 5223 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 open("/usr/include/boost/iterator/detail/config_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4466, ...}) = 0 >23446 read(4, "// (C) Copyright David Abrahams "..., 4466) = 4466 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/detail/indirect_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/detail/indirect_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/detail/indirect_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/detail/indirect_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/detail/indirect_traits.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/detail/indirect_traits.hpp", {st_mode=S_IFREG|0644, st_size=11156, ...}) = 0 >23446 open("/usr/include/boost/detail/indirect_traits.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=11156, ...}) = 0 >23446 read(4, "// Copyright David Abrahams 2002"..., 11156) = 11156 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_class.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_class.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_class.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_class.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_class.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_class.hpp", {st_mode=S_IFREG|0644, st_size=4734, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_class.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4734, ...}) = 0 >23446 read(4, "// (C) Copyright Dave Abrahams,"..., 4734) = 4734 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/remove_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/remove_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/remove_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/remove_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/remove_reference.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/remove_reference.hpp", {st_mode=S_IFREG|0644, st_size=2213, ...}) = 0 >23446 open("/usr/include/boost/type_traits/remove_reference.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2213, ...}) = 0 >23446 read(4, "\n// (C) Copyright Steve Cleary,"..., 2213) = 2213 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/type_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1578, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 1578) = 1578 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/type_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=625, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 625) = 625 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/remove_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/remove_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/remove_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/remove_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/remove_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/remove_pointer.hpp", {st_mode=S_IFREG|0644, st_size=2595, ...}) = 0 >23446 open("/usr/include/boost/type_traits/remove_pointer.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2595, ...}) = 0 >23446 read(4, "\n// (C) Copyright Steve Cleary,"..., 2595) = 2595 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/type_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1578, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 1578) = 1578 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/type_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=625, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 625) = 625 >23446 close(4) = 0 >23446 open("/usr/include/boost/iterator/detail/config_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=722, ...}) = 0 >23446 read(4, "// (C) Copyright Thomas Witt "..., 722) = 722 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/iterator/detail/enable_if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/iterator/detail/enable_if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/iterator/detail/enable_if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/iterator/detail/enable_if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/iterator/detail/enable_if.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/iterator", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/iterator/detail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/iterator/detail/enable_if.hpp", {st_mode=S_IFREG|0644, st_size=2011, ...}) = 0 >23446 open("/usr/include/boost/iterator/detail/enable_if.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2011, ...}) = 0 >23446 read(4, "// (C) Copyright David Abrahams "..., 2011) = 2011 >23446 close(4) = 0 >23446 open("/usr/include/boost/iterator/detail/config_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4466, ...}) = 0 >23446 read(4, "// (C) Copyright David Abrahams "..., 4466) = 4466 >23446 close(4) = 0 >23446 open("/usr/include/boost/iterator/detail/config_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=722, ...}) = 0 >23446 read(4, "// (C) Copyright Thomas Witt "..., 722) = 722 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/utility/addressof.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/utility/addressof.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/utility/addressof.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/utility/addressof.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/utility/addressof.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/utility", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/utility/addressof.hpp", {st_mode=S_IFREG|0644, st_size=2239, ...}) = 0 >23446 open("/usr/include/boost/utility/addressof.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2239, ...}) = 0 >23446 read(4, "// Copyright (C) 2002 Brad King "..., 2239) = 2239 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/add_const.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/add_const.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/add_const.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/add_const.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/add_const.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/add_const.hpp", {st_mode=S_IFREG|0644, st_size=1457, ...}) = 0 >23446 open("/usr/include/boost/type_traits/add_const.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1457, ...}) = 0 >23446 read(4, "\n// (C) Copyright Dave Abrahams"..., 1457) = 1457 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/type_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1578, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 1578) = 1578 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/type_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=625, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 625) = 625 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/add_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/add_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/add_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/add_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/add_pointer.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/add_pointer.hpp", {st_mode=S_IFREG|0644, st_size=1683, ...}) = 0 >23446 open("/usr/include/boost/type_traits/add_pointer.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1683, ...}) = 0 >23446 read(4, "\n// (C) Copyright Steve Cleary, "..., 1683) = 1683 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/type_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1578, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 1578) = 1578 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/type_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=625, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 625) = 625 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/remove_const.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/remove_const.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/remove_const.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/remove_const.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/remove_const.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/remove_const.hpp", {st_mode=S_IFREG|0644, st_size=2480, ...}) = 0 >23446 open("/usr/include/boost/type_traits/remove_const.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2480, ...}) = 0 >23446 read(4, "\n// (C) Copyright Dave Abrahams"..., 2480) = 2480 >23446 close(4) = 0 >23446 open("/usr/include/c++/4.8.2/cstddef", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1603, ...}) = 0 >23446 read(4, "// -*- C++ -*- forwarding header"..., 1603) = 1603 >23446 close(4) = 0 >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=13619, ...}) = 0 >23446 read(4, "/* Copyright (C) 1989-2013 Free "..., 13619) = 13619 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/type_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1578, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 1578) = 1578 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/type_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=625, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 625) = 625 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_pod.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_pod.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_pod.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_pod.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_pod.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_pod.hpp", {st_mode=S_IFREG|0644, st_size=3768, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_pod.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3768, ...}) = 0 >23446 read(4, "\n// (C) Copyright Steve Cleary,"..., 3768) = 3768 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_scalar.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_scalar.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_scalar.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_scalar.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_scalar.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_scalar.hpp", {st_mode=S_IFREG|0644, st_size=1921, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_scalar.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1921, ...}) = 0 >23446 read(4, "\n// (C) Copyright Steve Cleary,"..., 1921) = 1921 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 open("/usr/include/c++/4.8.2/cstddef", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1603, ...}) = 0 >23446 read(4, "// -*- C++ -*- forwarding header"..., 1603) = 1603 >23446 close(4) = 0 >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=13619, ...}) = 0 >23446 read(4, "/* Copyright (C) 1989-2013 Free "..., 13619) = 13619 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/always.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/always.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/always.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/always.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/always.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/always.hpp", {st_mode=S_IFREG|0644, st_size=940, ...}) = 0 >23446 open("/usr/include/boost/mpl/always.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=940, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_ALWAYS_HPP_IN"..., 940) = 940 >23446 close(4) = 0 >23446 brk(0) = 0x2cd3000 >23446 brk(0x2cf4000) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0x2cea000) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0x2ce9000) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0x2ce5000) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0x2ce1000) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0x2cdf000) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0x2cdb000) = 0x2cdb000 >23446 brk(0) = 0x2cdb000 >23446 brk(0) = 0x2cdb000 >23446 brk(0) = 0x2cdb000 >23446 brk(0x2cd7000) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0x2cd5000) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0x2cd3000) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0x2cf4000) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0x2ced000) = 0x2ced000 >23446 brk(0) = 0x2ced000 >23446 brk(0) = 0x2ced000 >23446 brk(0) = 0x2ced000 >23446 brk(0x2ceb000) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0x2ce8000) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0x2ce4000) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0x2ce2000) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0x2ce0000) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0x2cdd000) = 0x2cdd000 >23446 brk(0) = 0x2cdd000 >23446 brk(0) = 0x2cdd000 >23446 brk(0) = 0x2cdd000 >23446 brk(0x2cd9000) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0x2cd5000) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0x2cd3000) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0x2cf4000) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0x2ceb000) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0x2ce9000) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0x2ce6000) = 0x2ce6000 >23446 brk(0) = 0x2ce6000 >23446 brk(0) = 0x2ce6000 >23446 brk(0) = 0x2ce6000 >23446 brk(0x2ce2000) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0x2ce0000) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0x2cde000) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0x2cdb000) = 0x2cdb000 >23446 brk(0) = 0x2cdb000 >23446 brk(0) = 0x2cdb000 >23446 brk(0) = 0x2cdb000 >23446 brk(0x2cd7000) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0x2cd3000) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0x2cf5000) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0x2cee000) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0x2cec000) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0x2ce9000) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0x2ce5000) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0x2ce3000) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0x2ce0000) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0x2cde000) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0x2cdc000) = 0x2cdc000 >23446 brk(0) = 0x2cdc000 >23446 brk(0) = 0x2cdc000 >23446 brk(0) = 0x2cdc000 >23446 brk(0x2cd9000) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0x2cd5000) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0x2cd3000) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/apply.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/apply.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/apply.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/apply.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/apply.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/apply.hpp", {st_mode=S_IFREG|0644, st_size=6191, ...}) = 0 >23446 open("/usr/include/boost/mpl/apply.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=6191, ...}) = 0 >23446 read(4, "\n#if !defined(BOOST_PP_IS_ITERAT"..., 6191) = 6191 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/apply_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/apply_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/apply_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/apply_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/apply_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/apply_fwd.hpp", {st_mode=S_IFREG|0644, st_size=2771, ...}) = 0 >23446 open("/usr/include/boost/mpl/apply_fwd.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2771, ...}) = 0 >23446 read(4, "\n#if !defined(BOOST_PP_IS_ITERAT"..., 2771) = 2771 >23446 close(4) = 0 >23446 open("/usr/include/boost/mpl/aux_/include_preprocessed.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1452, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 1452) = 1452 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/include/boost/mpl/aux_/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp", {st_mode=S_IFREG|0644, st_size=972, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=972, ...}) = 0 >23446 read(4, "\n// Copyright Aleksey Gurtovoy 2"..., 972) = 972 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/apply_wrap.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/apply_wrap.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/apply_wrap.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/apply_wrap.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/apply_wrap.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/apply_wrap.hpp", {st_mode=S_IFREG|0644, st_size=6286, ...}) = 0 >23446 open("/usr/include/boost/mpl/apply_wrap.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=6286, ...}) = 0 >23446 read(4, "\n#if !defined(BOOST_PP_IS_ITERAT"..., 6286) = 6286 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/has_apply.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/has_apply.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/has_apply.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/has_apply.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/has_apply.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/has_apply.hpp", {st_mode=S_IFREG|0644, st_size=875, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/has_apply.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=875, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_HAS_APPLY"..., 875) = 875 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/has_xxx.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/has_xxx.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/has_xxx.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/has_xxx.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/has_xxx.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/has_xxx.hpp", {st_mode=S_IFREG|0644, st_size=21870, ...}) = 0 >23446 open("/usr/include/boost/mpl/has_xxx.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=21870, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_HAS_XXX_HPP_I"..., 21870) = 21870 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/type_wrapper.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/type_wrapper.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/type_wrapper.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/type_wrapper.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/type_wrapper.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/type_wrapper.hpp", {st_mode=S_IFREG|0644, st_size=1292, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/type_wrapper.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1292, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_TYPE_WRAP"..., 1292) = 1292 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/has_xxx.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/has_xxx.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/has_xxx.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/has_xxx.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/has_xxx.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/has_xxx.hpp", {st_mode=S_IFREG|0644, st_size=1079, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/has_xxx.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1079, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_HA"..., 1079) = 1079 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/msvc_typename.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/msvc_typename.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/msvc_typename.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/msvc_typename.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/msvc_typename.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/msvc_typename.hpp", {st_mode=S_IFREG|0644, st_size=796, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/msvc_typename.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=796, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_MS"..., 796) = 796 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/array/elem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/array/elem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/array/elem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/array/elem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/array/elem.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/array", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/array/elem.hpp", {st_mode=S_IFREG|0644, st_size=1306, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/array/elem.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1306, ...}) = 0 >23446 read(4, "# /* ***************************"..., 1306) = 1306 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/array/data.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/array/data.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/array/data.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/array/data.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/array/data.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/array", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/array/data.hpp", {st_mode=S_IFREG|0644, st_size=1158, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/array/data.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1158, ...}) = 0 >23446 read(4, "# /* ***************************"..., 1158) = 1158 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/array/size.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/array/size.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/array/size.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/array/size.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/array/size.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/array", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/array/size.hpp", {st_mode=S_IFREG|0644, st_size=1158, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/array/size.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1158, ...}) = 0 >23446 read(4, "# /* ***************************"..., 1158) = 1158 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/repetition/enum_params.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/repetition/enum_params.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/repetition/enum_params.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/repetition/enum_params.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/repetition/enum_params.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/repetition", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/repetition/enum_params.hpp", {st_mode=S_IFREG|0644, st_size=1528, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/repetition/enum_params.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1528, ...}) = 0 >23446 read(4, "# /* Copyright (C) 2001\n# * Hou"..., 1528) = 1528 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/preprocessor/repetition/enum_trailing_params.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/preprocessor/repetition/enum_trailing_params.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/preprocessor/repetition/enum_trailing_params.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/preprocessor/repetition/enum_trailing_params.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/preprocessor/repetition/enum_trailing_params.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/repetition", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/preprocessor/repetition/enum_trailing_params.hpp", {st_mode=S_IFREG|0644, st_size=1853, ...}) = 0 >23446 open("/usr/include/boost/preprocessor/repetition/enum_trailing_params.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1853, ...}) = 0 >23446 read(4, "# /* ***************************"..., 1853) = 1853 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/has_apply.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/has_apply.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/has_apply.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/has_apply.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/has_apply.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/has_apply.hpp", {st_mode=S_IFREG|0644, st_size=1013, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/has_apply.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1013, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_HA"..., 1013) = 1013 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/msvc_never_true.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/msvc_never_true.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/msvc_never_true.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/msvc_never_true.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/msvc_never_true.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/msvc_never_true.hpp", {st_mode=S_IFREG|0644, st_size=857, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/msvc_never_true.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=857, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_MSVC_NEVE"..., 857) = 857 >23446 close(4) = 0 >23446 open("/usr/include/boost/mpl/aux_/include_preprocessed.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1452, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 1452) = 1452 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/include/boost/mpl/aux_/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp", {st_mode=S_IFREG|0644, st_size=1238, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1238, ...}) = 0 >23446 read(4, "\n// Copyright Aleksey Gurtovoy 2"..., 1238) = 1238 >23446 close(4) = 0 >23446 open("/usr/include/boost/mpl/placeholders.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2561, ...}) = 0 >23446 read(4, "\n#if !defined(BOOST_PP_IS_ITERAT"..., 2561) = 2561 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/lambda.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/lambda.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/lambda.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/lambda.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/lambda.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/lambda.hpp", {st_mode=S_IFREG|0644, st_size=885, ...}) = 0 >23446 open("/usr/include/boost/mpl/lambda.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=885, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_LAMBDA_HPP_IN"..., 885) = 885 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/bind.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/bind.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/bind.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/bind.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/bind.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/bind.hpp", {st_mode=S_IFREG|0644, st_size=15054, ...}) = 0 >23446 open("/usr/include/boost/mpl/bind.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=15054, ...}) = 0 >23446 read(4, "\n#if !defined(BOOST_PP_IS_ITERAT"..., 15054) = 15054 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/bind_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/bind_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/bind_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/bind_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/bind_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/bind_fwd.hpp", {st_mode=S_IFREG|0644, st_size=2600, ...}) = 0 >23446 open("/usr/include/boost/mpl/bind_fwd.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2600, ...}) = 0 >23446 read(4, "\n#if !defined(BOOST_PP_IS_ITERAT"..., 2600) = 2600 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/bind.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/bind.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/bind.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/bind.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/bind.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/bind.hpp", {st_mode=S_IFREG|0644, st_size=1001, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/bind.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1001, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_BI"..., 1001) = 1001 >23446 close(4) = 0 >23446 open("/usr/include/boost/mpl/aux_/include_preprocessed.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1452, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 1452) = 1452 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/include/boost/mpl/aux_/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp", {st_mode=S_IFREG|0644, st_size=964, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=964, ...}) = 0 >23446 read(4, "\n// Copyright Aleksey Gurtovoy 2"..., 964) = 964 >23446 close(4) = 0 >23446 open("/usr/include/boost/mpl/placeholders.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2561, ...}) = 0 >23446 read(4, "\n#if !defined(BOOST_PP_IS_ITERAT"..., 2561) = 2561 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/next.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/next.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/next.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/next.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/next.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/next.hpp", {st_mode=S_IFREG|0644, st_size=541, ...}) = 0 >23446 open("/usr/include/boost/mpl/next.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=541, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_NEXT_HPP_INCL"..., 541) = 541 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/next_prior.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/next_prior.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/next_prior.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/next_prior.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/next_prior.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/next_prior.hpp", {st_mode=S_IFREG|0644, st_size=1156, ...}) = 0 >23446 open("/usr/include/boost/mpl/next_prior.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1156, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_NEXT_PRIOR_HP"..., 1156) = 1156 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/common_name_wknd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/common_name_wknd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/common_name_wknd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/common_name_wknd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/common_name_wknd.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/common_name_wknd.hpp", {st_mode=S_IFREG|0644, st_size=988, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/common_name_wknd.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=988, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_COMMON_NA"..., 988) = 988 >23446 close(4) = 0 >23446 brk(0) = 0x2cd3000 >23446 brk(0x2cf5000) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0x2cf3000) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0x2cf1000) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0x2cef000) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0x2ce9000) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0x2ce7000) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0x2ce3000) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0x2ce1000) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0x2cdf000) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0x2cdb000) = 0x2cdb000 >23446 brk(0) = 0x2cdb000 >23446 brk(0) = 0x2cdb000 >23446 brk(0) = 0x2cdb000 >23446 brk(0x2cd9000) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0x2cd7000) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0x2cd5000) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0x2cf8000) = 0x2cf8000 >23446 brk(0) = 0x2cf8000 >23446 brk(0) = 0x2cf8000 >23446 brk(0x2cf1000) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0x2cef000) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0x2ceb000) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0x2ce7000) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0x2ce5000) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0x2cde000) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0x2cdd000) = 0x2cdd000 >23446 brk(0) = 0x2cdd000 >23446 brk(0) = 0x2cdd000 >23446 brk(0) = 0x2cdd000 >23446 brk(0x2cd9000) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0x2cfb000) = 0x2cfb000 >23446 brk(0) = 0x2cfb000 >23446 brk(0) = 0x2cfb000 >23446 brk(0x2cf9000) = 0x2cf9000 >23446 brk(0) = 0x2cf9000 >23446 brk(0) = 0x2cf9000 >23446 brk(0) = 0x2cf9000 >23446 brk(0x2cf5000) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0x2cee000) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0x2ceb000) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0x2d0d000) = 0x2d0d000 >23446 brk(0) = 0x2d0d000 >23446 brk(0) = 0x2d0d000 >23446 brk(0x2d05000) = 0x2d05000 >23446 brk(0) = 0x2d05000 >23446 brk(0) = 0x2d05000 >23446 brk(0) = 0x2d05000 >23446 brk(0x2d04000) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0x2d00000) = 0x2d00000 >23446 brk(0) = 0x2d00000 >23446 brk(0) = 0x2d00000 >23446 brk(0) = 0x2d00000 >23446 brk(0x2cfc000) = 0x2cfc000 >23446 brk(0) = 0x2cfc000 >23446 brk(0) = 0x2cfc000 >23446 brk(0) = 0x2cfc000 >23446 brk(0x2cfa000) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0x2cf8000) = 0x2cf8000 >23446 brk(0) = 0x2cf8000 >23446 brk(0) = 0x2cf8000 >23446 brk(0) = 0x2cf8000 >23446 brk(0x2cf5000) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0x2cee000) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0x2ced000) = 0x2ced000 >23446 brk(0) = 0x2ced000 >23446 brk(0) = 0x2ced000 >23446 brk(0) = 0x2ced000 >23446 brk(0x2ce8000) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0x2ce5000) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0x2ce4000) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0x2d06000) = 0x2d06000 >23446 brk(0) = 0x2d06000 >23446 brk(0) = 0x2d06000 >23446 brk(0x2cff000) = 0x2cff000 >23446 brk(0) = 0x2cff000 >23446 brk(0) = 0x2cff000 >23446 brk(0) = 0x2cff000 >23446 brk(0x2cfd000) = 0x2cfd000 >23446 brk(0) = 0x2cfd000 >23446 brk(0) = 0x2cfd000 >23446 brk(0) = 0x2cfd000 >23446 brk(0x2cf9000) = 0x2cf9000 >23446 brk(0) = 0x2cf9000 >23446 brk(0) = 0x2cf9000 >23446 brk(0) = 0x2cf9000 >23446 brk(0x2cf5000) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0x2cf3000) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0x2cec000) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0x2ceb000) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0x2ce6000) = 0x2ce6000 >23446 brk(0) = 0x2ce6000 >23446 brk(0) = 0x2ce6000 >23446 brk(0) = 0x2ce6000 >23446 brk(0x2ce4000) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0x2ce2000) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0x2d03000) = 0x2d03000 >23446 brk(0) = 0x2d03000 >23446 brk(0) = 0x2d03000 >23446 brk(0x2cfc000) = 0x2cfc000 >23446 brk(0) = 0x2cfc000 >23446 brk(0) = 0x2cfc000 >23446 brk(0) = 0x2cfc000 >23446 brk(0x2cfa000) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0x2cf7000) = 0x2cf7000 >23446 brk(0) = 0x2cf7000 >23446 brk(0) = 0x2cf7000 >23446 brk(0) = 0x2cf7000 >23446 brk(0x2cf2000) = 0x2cf2000 >23446 brk(0) = 0x2cf2000 >23446 brk(0) = 0x2cf2000 >23446 brk(0) = 0x2cf2000 >23446 brk(0x2cf0000) = 0x2cf0000 >23446 brk(0) = 0x2cf0000 >23446 brk(0) = 0x2cf0000 >23446 brk(0) = 0x2cf0000 >23446 brk(0x2cea000) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0x2ce9000) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0x2ce4000) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0x2ce2000) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0x2ce0000) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0x2d01000) = 0x2d01000 >23446 brk(0) = 0x2d01000 >23446 brk(0) = 0x2d01000 >23446 brk(0x2cfa000) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0x2cf8000) = 0x2cf8000 >23446 brk(0) = 0x2cf8000 >23446 brk(0) = 0x2cf8000 >23446 brk(0) = 0x2cf8000 >23446 brk(0x2cf4000) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0x2cf0000) = 0x2cf0000 >23446 brk(0) = 0x2cf0000 >23446 brk(0) = 0x2cf0000 >23446 brk(0) = 0x2cf0000 >23446 brk(0x2cee000) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0x2ce8000) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0x2ce7000) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0x2ce2000) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0x2ce0000) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0x2cde000) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0x2cdc000) = 0x2cdc000 >23446 brk(0) = 0x2cdc000 >23446 brk(0) = 0x2cdc000 >23446 brk(0) = 0x2cdc000 >23446 brk(0x2cd9000) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0x2cd8000) = 0x2cd8000 >23446 brk(0) = 0x2cd8000 >23446 brk(0) = 0x2cd8000 >23446 brk(0) = 0x2cd8000 >23446 brk(0x2cd5000) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0x2cd3000) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0x2cf5000) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0x2cf3000) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0x2cf1000) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0x2cef000) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0x2ce9000) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0x2ce7000) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0x2ce3000) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0x2ce1000) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0x2cdf000) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0x2cdb000) = 0x2cdb000 >23446 brk(0) = 0x2cdb000 >23446 brk(0) = 0x2cdb000 >23446 brk(0) = 0x2cdb000 >23446 brk(0x2cd9000) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0x2cd7000) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0x2cd5000) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0x2cd3000) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0x2cf5000) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0x2cf3000) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0x2cf1000) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0x2cef000) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0x2ce9000) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0x2ce7000) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0x2ce3000) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0x2ce1000) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0x2cdf000) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0x2cdb000) = 0x2cdb000 >23446 brk(0) = 0x2cdb000 >23446 brk(0) = 0x2cdb000 >23446 brk(0) = 0x2cdb000 >23446 brk(0x2cd9000) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0x2cd7000) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0x2cd5000) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0x2cf8000) = 0x2cf8000 >23446 brk(0) = 0x2cf8000 >23446 brk(0) = 0x2cf8000 >23446 brk(0x2cf1000) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0x2cef000) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0x2ceb000) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0x2ce7000) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0x2ce5000) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0x2cde000) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0x2cdd000) = 0x2cdd000 >23446 brk(0) = 0x2cdd000 >23446 brk(0) = 0x2cdd000 >23446 brk(0) = 0x2cdd000 >23446 brk(0x2cd9000) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0x2cfb000) = 0x2cfb000 >23446 brk(0) = 0x2cfb000 >23446 brk(0) = 0x2cfb000 >23446 brk(0x2cf9000) = 0x2cf9000 >23446 brk(0) = 0x2cf9000 >23446 brk(0) = 0x2cf9000 >23446 brk(0) = 0x2cf9000 >23446 brk(0x2cf7000) = 0x2cf7000 >23446 brk(0) = 0x2cf7000 >23446 brk(0) = 0x2cf7000 >23446 brk(0) = 0x2cf7000 >23446 brk(0x2cf5000) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0x2cf2000) = 0x2cf2000 >23446 brk(0) = 0x2cf2000 >23446 brk(0) = 0x2cf2000 >23446 brk(0) = 0x2cf2000 >23446 brk(0x2cf0000) = 0x2cf0000 >23446 brk(0) = 0x2cf0000 >23446 brk(0) = 0x2cf0000 >23446 brk(0) = 0x2cf0000 >23446 brk(0x2ceb000) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0x2d0d000) = 0x2d0d000 >23446 brk(0) = 0x2d0d000 >23446 brk(0) = 0x2d0d000 >23446 brk(0x2d06000) = 0x2d06000 >23446 brk(0) = 0x2d06000 >23446 brk(0) = 0x2d06000 >23446 brk(0) = 0x2d06000 >23446 brk(0x2d04000) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0x2d00000) = 0x2d00000 >23446 brk(0) = 0x2d00000 >23446 brk(0) = 0x2d00000 >23446 brk(0) = 0x2d00000 >23446 brk(0x2cfc000) = 0x2cfc000 >23446 brk(0) = 0x2cfc000 >23446 brk(0) = 0x2cfc000 >23446 brk(0) = 0x2cfc000 >23446 brk(0x2cfa000) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0x2cf8000) = 0x2cf8000 >23446 brk(0) = 0x2cf8000 >23446 brk(0) = 0x2cf8000 >23446 brk(0) = 0x2cf8000 >23446 brk(0x2cf5000) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0x2cee000) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0x2ced000) = 0x2ced000 >23446 brk(0) = 0x2ced000 >23446 brk(0) = 0x2ced000 >23446 brk(0) = 0x2ced000 >23446 brk(0x2ce8000) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0x2ce5000) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0) = 0x2ce5000 >23446 brk(0x2ce4000) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0x2d06000) = 0x2d06000 >23446 brk(0) = 0x2d06000 >23446 brk(0) = 0x2d06000 >23446 brk(0x2cff000) = 0x2cff000 >23446 brk(0) = 0x2cff000 >23446 brk(0) = 0x2cff000 >23446 brk(0) = 0x2cff000 >23446 brk(0x2cfd000) = 0x2cfd000 >23446 brk(0) = 0x2cfd000 >23446 brk(0) = 0x2cfd000 >23446 brk(0) = 0x2cfd000 >23446 brk(0x2cf9000) = 0x2cf9000 >23446 brk(0) = 0x2cf9000 >23446 brk(0) = 0x2cf9000 >23446 brk(0) = 0x2cf9000 >23446 brk(0x2cf5000) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0x2cf3000) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0x2cec000) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0x2ceb000) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 brk(0x2ce6000) = 0x2ce6000 >23446 brk(0) = 0x2ce6000 >23446 brk(0) = 0x2ce6000 >23446 brk(0) = 0x2ce6000 >23446 brk(0x2ce4000) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0x2ce2000) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0x2d04000) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0x2cfc000) = 0x2cfc000 >23446 brk(0) = 0x2cfc000 >23446 brk(0) = 0x2cfc000 >23446 brk(0) = 0x2cfc000 >23446 brk(0x2cfb000) = 0x2cfb000 >23446 brk(0) = 0x2cfb000 >23446 brk(0) = 0x2cfb000 >23446 brk(0) = 0x2cfb000 >23446 brk(0x2cf7000) = 0x2cf7000 >23446 brk(0) = 0x2cf7000 >23446 brk(0) = 0x2cf7000 >23446 brk(0) = 0x2cf7000 >23446 brk(0x2cf2000) = 0x2cf2000 >23446 brk(0) = 0x2cf2000 >23446 brk(0) = 0x2cf2000 >23446 brk(0) = 0x2cf2000 >23446 brk(0x2cf0000) = 0x2cf0000 >23446 brk(0) = 0x2cf0000 >23446 brk(0) = 0x2cf0000 >23446 brk(0) = 0x2cf0000 >23446 brk(0x2cea000) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0x2ce9000) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0x2ce4000) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0) = 0x2ce4000 >23446 brk(0x2ce2000) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0x2ce0000) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0x2d01000) = 0x2d01000 >23446 brk(0) = 0x2d01000 >23446 brk(0) = 0x2d01000 >23446 brk(0x2cfa000) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0x2cf8000) = 0x2cf8000 >23446 brk(0) = 0x2cf8000 >23446 brk(0) = 0x2cf8000 >23446 brk(0) = 0x2cf8000 >23446 brk(0x2cf4000) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0x2cf0000) = 0x2cf0000 >23446 brk(0) = 0x2cf0000 >23446 brk(0) = 0x2cf0000 >23446 brk(0) = 0x2cf0000 >23446 brk(0x2cee000) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0x2ce8000) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0) = 0x2ce8000 >23446 brk(0x2ce7000) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0x2ce2000) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0x2ce0000) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0x2cde000) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0) = 0x2cde000 >23446 brk(0x2cdc000) = 0x2cdc000 >23446 brk(0) = 0x2cdc000 >23446 brk(0) = 0x2cdc000 >23446 brk(0) = 0x2cdc000 >23446 brk(0x2cd9000) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0x2cd8000) = 0x2cd8000 >23446 brk(0) = 0x2cd8000 >23446 brk(0) = 0x2cd8000 >23446 brk(0) = 0x2cd8000 >23446 brk(0x2cd5000) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0x2cd3000) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 brk(0x2cf5000) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0x2cf3000) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0x2cf1000) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0) = 0x2cf1000 >23446 brk(0x2cef000) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0x2ce9000) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0x2ce7000) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0x2ce3000) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0x2ce1000) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0x2cdf000) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0x2cdb000) = 0x2cdb000 >23446 brk(0) = 0x2cdb000 >23446 brk(0) = 0x2cdb000 >23446 brk(0) = 0x2cdb000 >23446 brk(0x2cd9000) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0x2cd7000) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0) = 0x2cd7000 >23446 brk(0x2cd5000) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0x2cd3000) = 0x2cd3000 >23446 brk(0) = 0x2cd3000 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/protect.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/protect.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/protect.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/protect.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/protect.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/protect.hpp", {st_mode=S_IFREG|0644, st_size=1343, ...}) = 0 >23446 open("/usr/include/boost/mpl/protect.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1343, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_PROTECT_HPP_I"..., 1343) = 1343 >23446 close(4) = 0 >23446 brk(0) = 0x2cd3000 >23446 brk(0x2cf5000) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0x2cec000) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0) = 0x2cec000 >23446 brk(0x2cea000) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0) = 0x2cea000 >23446 brk(0x2ce6000) = 0x2ce6000 >23446 brk(0) = 0x2ce6000 >23446 brk(0) = 0x2ce6000 >23446 brk(0) = 0x2ce6000 >23446 brk(0x2ce2000) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0) = 0x2ce2000 >23446 brk(0x2ce0000) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0) = 0x2ce0000 >23446 brk(0x2cd9000) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0) = 0x2cd9000 >23446 brk(0x2cd5000) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0) = 0x2cd5000 >23446 brk(0x2cf6000) = 0x2cf6000 >23446 brk(0) = 0x2cf6000 >23446 brk(0) = 0x2cf6000 >23446 brk(0x2cf4000) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0x2cef000) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0) = 0x2cef000 >23446 brk(0x2ce9000) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0x2ce7000) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0) = 0x2ce7000 >23446 brk(0x2d08000) = 0x2d08000 >23446 brk(0) = 0x2d08000 >23446 brk(0) = 0x2d08000 >23446 brk(0x2d01000) = 0x2d01000 >23446 brk(0) = 0x2d01000 >23446 brk(0) = 0x2d01000 >23446 brk(0) = 0x2d01000 >23446 brk(0x2cff000) = 0x2cff000 >23446 brk(0) = 0x2cff000 >23446 brk(0) = 0x2cff000 >23446 brk(0) = 0x2cff000 >23446 brk(0x2cfb000) = 0x2cfb000 >23446 brk(0) = 0x2cfb000 >23446 brk(0) = 0x2cfb000 >23446 brk(0) = 0x2cfb000 >23446 brk(0x2cf7000) = 0x2cf7000 >23446 brk(0) = 0x2cf7000 >23446 brk(0) = 0x2cf7000 >23446 brk(0) = 0x2cf7000 >23446 brk(0x2cf5000) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0) = 0x2cf5000 >23446 brk(0x2cf3000) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0) = 0x2cf3000 >23446 brk(0x2cf0000) = 0x2cf0000 >23446 brk(0) = 0x2cf0000 >23446 brk(0) = 0x2cf0000 >23446 brk(0) = 0x2cf0000 >23446 brk(0x2ce9000) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0) = 0x2ce9000 >23446 brk(0x2ce3000) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0) = 0x2ce3000 >23446 brk(0x2ce1000) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0) = 0x2ce1000 >23446 brk(0x2cdf000) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0) = 0x2cdf000 >23446 brk(0x2d01000) = 0x2d01000 >23446 brk(0) = 0x2d01000 >23446 brk(0) = 0x2d01000 >23446 brk(0x2cfa000) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0x2cf8000) = 0x2cf8000 >23446 brk(0) = 0x2cf8000 >23446 brk(0) = 0x2cf8000 >23446 brk(0) = 0x2cf8000 >23446 brk(0x2cf4000) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0) = 0x2cf4000 >23446 brk(0x2cf0000) = 0x2cf0000 >23446 brk(0) = 0x2cf0000 >23446 brk(0) = 0x2cf0000 >23446 brk(0) = 0x2cf0000 >23446 brk(0x2cee000) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0) = 0x2cee000 >23446 brk(0x2ceb000) = 0x2ceb000 >23446 brk(0) = 0x2ceb000 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d82ca000 >23446 brk(0) = 0x2ceb000 >23446 brk(0x2d0c000) = 0x2d0c000 >23446 brk(0) = 0x2d0c000 >23446 brk(0) = 0x2d0c000 >23446 brk(0x2d04000) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0x2d02000) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0x2d00000) = 0x2d00000 >23446 brk(0) = 0x2d00000 >23446 brk(0) = 0x2d00000 >23446 brk(0) = 0x2d00000 >23446 brk(0x2cfe000) = 0x2cfe000 >23446 brk(0) = 0x2cfe000 >23446 brk(0) = 0x2cfe000 >23446 brk(0) = 0x2cfe000 >23446 brk(0x2cfa000) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 open("/usr/include/boost/mpl/apply_wrap.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=6286, ...}) = 0 >23446 read(4, "\n#if !defined(BOOST_PP_IS_ITERAT"..., 6286) = 6286 >23446 close(4) = 0 >23446 open("/usr/include/boost/mpl/aux_/include_preprocessed.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1452, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 1452) = 1452 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/include/boost/mpl/aux_/boost/mpl/aux_/preprocessed/gcc/bind.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/preprocessed/gcc/bind.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/preprocessed/gcc/bind.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/preprocessed/gcc/bind.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp", {st_mode=S_IFREG|0644, st_size=14409, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=14409, ...}) = 0 >23446 read(4, "\n// Copyright Peter Dimov 2001\n/"..., 14409) = 14409 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/full_lambda.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/full_lambda.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/full_lambda.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/full_lambda.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/full_lambda.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/full_lambda.hpp", {st_mode=S_IFREG|0644, st_size=8906, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/full_lambda.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=8906, ...}) = 0 >23446 read(4, "\n#if !defined(BOOST_PP_IS_ITERAT"..., 8906) = 8906 >23446 close(4) = 0 >23446 open("/usr/include/boost/mpl/bind_fwd.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2600, ...}) = 0 >23446 read(4, "\n#if !defined(BOOST_PP_IS_ITERAT"..., 2600) = 2600 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/quote.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/quote.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/quote.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/quote.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/quote.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/quote.hpp", {st_mode=S_IFREG|0644, st_size=3738, ...}) = 0 >23446 open("/usr/include/boost/mpl/quote.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3738, ...}) = 0 >23446 read(4, "\n#if !defined(BOOST_PP_IS_ITERAT"..., 3738) = 3738 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/void.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/void.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/void.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/void.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/void.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/void.hpp", {st_mode=S_IFREG|0644, st_size=1711, ...}) = 0 >23446 open("/usr/include/boost/mpl/void.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1711, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_VOID_HPP_INCL"..., 1711) = 1711 >23446 close(4) = 0 >23446 brk(0) = 0x2cfa000 >23446 brk(0x2d1b000) = 0x2d1b000 >23446 brk(0) = 0x2d1b000 >23446 brk(0) = 0x2d1b000 >23446 brk(0x2d14000) = 0x2d14000 >23446 brk(0) = 0x2d14000 >23446 brk(0) = 0x2d14000 >23446 brk(0) = 0x2d14000 >23446 brk(0x2d12000) = 0x2d12000 >23446 brk(0) = 0x2d12000 >23446 brk(0) = 0x2d12000 >23446 brk(0) = 0x2d12000 >23446 brk(0x2d10000) = 0x2d10000 >23446 brk(0) = 0x2d10000 >23446 brk(0) = 0x2d10000 >23446 brk(0) = 0x2d10000 >23446 brk(0x2d0c000) = 0x2d0c000 >23446 brk(0) = 0x2d0c000 >23446 brk(0) = 0x2d0c000 >23446 brk(0) = 0x2d0c000 >23446 brk(0x2d0a000) = 0x2d0a000 >23446 brk(0) = 0x2d0a000 >23446 brk(0) = 0x2d0a000 >23446 brk(0) = 0x2d0a000 >23446 brk(0x2d07000) = 0x2d07000 >23446 brk(0) = 0x2d07000 >23446 brk(0) = 0x2d07000 >23446 brk(0) = 0x2d07000 >23446 brk(0x2d04000) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0x2d02000) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0x2cff000) = 0x2cff000 >23446 brk(0) = 0x2cff000 >23446 brk(0) = 0x2cff000 >23446 brk(0) = 0x2cff000 >23446 brk(0x2cfa000) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0x2d1c000) = 0x2d1c000 >23446 brk(0) = 0x2d1c000 >23446 brk(0) = 0x2d1c000 >23446 brk(0x2d12000) = 0x2d12000 >23446 brk(0) = 0x2d12000 >23446 brk(0) = 0x2d12000 >23446 brk(0) = 0x2d12000 >23446 brk(0x2d10000) = 0x2d10000 >23446 brk(0) = 0x2d10000 >23446 brk(0) = 0x2d10000 >23446 brk(0) = 0x2d10000 >23446 brk(0x2d0e000) = 0x2d0e000 >23446 brk(0) = 0x2d0e000 >23446 brk(0) = 0x2d0e000 >23446 brk(0) = 0x2d0e000 >23446 brk(0x2d0a000) = 0x2d0a000 >23446 brk(0) = 0x2d0a000 >23446 brk(0) = 0x2d0a000 >23446 brk(0) = 0x2d0a000 >23446 brk(0x2d08000) = 0x2d08000 >23446 brk(0) = 0x2d08000 >23446 brk(0) = 0x2d08000 >23446 brk(0) = 0x2d08000 >23446 brk(0x2d05000) = 0x2d05000 >23446 brk(0) = 0x2d05000 >23446 brk(0) = 0x2d05000 >23446 brk(0) = 0x2d05000 >23446 brk(0x2d02000) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0x2d00000) = 0x2d00000 >23446 brk(0) = 0x2d00000 >23446 brk(0) = 0x2d00000 >23446 brk(0) = 0x2d00000 >23446 brk(0x2cfd000) = 0x2cfd000 >23446 brk(0) = 0x2cfd000 >23446 brk(0) = 0x2cfd000 >23446 brk(0) = 0x2cfd000 >23446 brk(0x2cfa000) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0x2d1b000) = 0x2d1b000 >23446 brk(0) = 0x2d1b000 >23446 brk(0) = 0x2d1b000 >23446 brk(0x2d14000) = 0x2d14000 >23446 brk(0) = 0x2d14000 >23446 brk(0) = 0x2d14000 >23446 brk(0) = 0x2d14000 >23446 brk(0x2d12000) = 0x2d12000 >23446 brk(0) = 0x2d12000 >23446 brk(0) = 0x2d12000 >23446 brk(0) = 0x2d12000 >23446 brk(0x2d10000) = 0x2d10000 >23446 brk(0) = 0x2d10000 >23446 brk(0) = 0x2d10000 >23446 brk(0) = 0x2d10000 >23446 brk(0x2d0c000) = 0x2d0c000 >23446 brk(0) = 0x2d0c000 >23446 brk(0) = 0x2d0c000 >23446 brk(0) = 0x2d0c000 >23446 brk(0x2d0a000) = 0x2d0a000 >23446 brk(0) = 0x2d0a000 >23446 brk(0) = 0x2d0a000 >23446 brk(0) = 0x2d0a000 >23446 brk(0x2d07000) = 0x2d07000 >23446 brk(0) = 0x2d07000 >23446 brk(0) = 0x2d07000 >23446 brk(0) = 0x2d07000 >23446 brk(0x2d04000) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0x2d02000) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0x2cff000) = 0x2cff000 >23446 brk(0) = 0x2cff000 >23446 brk(0) = 0x2cff000 >23446 brk(0) = 0x2cff000 >23446 brk(0x2cfa000) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0x2d1c000) = 0x2d1c000 >23446 brk(0) = 0x2d1c000 >23446 brk(0) = 0x2d1c000 >23446 brk(0x2d12000) = 0x2d12000 >23446 brk(0) = 0x2d12000 >23446 brk(0) = 0x2d12000 >23446 brk(0) = 0x2d12000 >23446 brk(0x2d10000) = 0x2d10000 >23446 brk(0) = 0x2d10000 >23446 brk(0) = 0x2d10000 >23446 brk(0) = 0x2d10000 >23446 brk(0x2d0e000) = 0x2d0e000 >23446 brk(0) = 0x2d0e000 >23446 brk(0) = 0x2d0e000 >23446 brk(0) = 0x2d0e000 >23446 brk(0x2d0a000) = 0x2d0a000 >23446 brk(0) = 0x2d0a000 >23446 brk(0) = 0x2d0a000 >23446 brk(0) = 0x2d0a000 >23446 brk(0x2d08000) = 0x2d08000 >23446 brk(0) = 0x2d08000 >23446 brk(0) = 0x2d08000 >23446 brk(0) = 0x2d08000 >23446 brk(0x2d05000) = 0x2d05000 >23446 brk(0) = 0x2d05000 >23446 brk(0) = 0x2d05000 >23446 brk(0) = 0x2d05000 >23446 brk(0x2d02000) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0x2d00000) = 0x2d00000 >23446 brk(0) = 0x2d00000 >23446 brk(0) = 0x2d00000 >23446 brk(0) = 0x2d00000 >23446 brk(0x2cfd000) = 0x2cfd000 >23446 brk(0) = 0x2cfd000 >23446 brk(0) = 0x2cfd000 >23446 brk(0) = 0x2cfd000 >23446 brk(0x2cfa000) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/has_type.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/has_type.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/has_type.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/has_type.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/has_type.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/has_type.hpp", {st_mode=S_IFREG|0644, st_size=682, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/has_type.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=682, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_HAS_TYPE_"..., 682) = 682 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/config/bcc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/config/bcc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/config/bcc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/config/bcc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/config/bcc.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/config/bcc.hpp", {st_mode=S_IFREG|0644, st_size=848, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/config/bcc.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=848, ...}) = 0 >23446 read(4, "\n#ifndef BOOST_MPL_AUX_CONFIG_BC"..., 848) = 848 >23446 close(4) = 0 >23446 open("/usr/include/boost/mpl/aux_/include_preprocessed.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1452, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 1452) = 1452 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/include/boost/mpl/aux_/boost/mpl/aux_/preprocessed/gcc/quote.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/preprocessed/gcc/quote.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/preprocessed/gcc/quote.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/preprocessed/gcc/quote.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp", {st_mode=S_IFREG|0644, st_size=2214, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2214, ...}) = 0 >23446 read(4, "\n// Copyright Aleksey Gurtovoy 2"..., 2214) = 2214 >23446 close(4) = 0 >23446 open("/usr/include/boost/mpl/arg.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3318, ...}) = 0 >23446 read(4, "\n#if !defined(BOOST_PP_IS_ITERAT"..., 3318) = 3318 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/template_arity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/template_arity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/template_arity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/template_arity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/template_arity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/template_arity.hpp", {st_mode=S_IFREG|0644, st_size=4848, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/template_arity.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4848, ...}) = 0 >23446 read(4, "\n#if !defined(BOOST_PP_IS_ITERAT"..., 4848) = 4848 >23446 close(4) = 0 >23446 open("/usr/include/boost/mpl/aux_/include_preprocessed.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1452, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 1452) = 1452 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/include/boost/mpl/aux_/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp", {st_mode=S_IFREG|0644, st_size=2740, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2740, ...}) = 0 >23446 read(4, "\n// Copyright Aleksey Gurtovoy 2"..., 2740) = 2740 >23446 close(4) = 0 >23446 open("/usr/include/boost/mpl/aux_/include_preprocessed.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1452, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 1452) = 1452 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/include/boost/mpl/aux_/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp", {st_mode=S_IFREG|0644, st_size=11510, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=11510, ...}) = 0 >23446 read(4, "\n// Copyright Aleksey Gurtovoy 2"..., 11510) = 11510 >23446 close(4) = 0 >23446 brk(0) = 0x2cfa000 >23446 brk(0x2d1b000) = 0x2d1b000 >23446 brk(0) = 0x2d1b000 >23446 brk(0) = 0x2d1b000 >23446 brk(0x2d12000) = 0x2d12000 >23446 brk(0) = 0x2d12000 >23446 brk(0) = 0x2d12000 >23446 brk(0) = 0x2d12000 >23446 brk(0x2d10000) = 0x2d10000 >23446 brk(0) = 0x2d10000 >23446 brk(0) = 0x2d10000 >23446 brk(0) = 0x2d10000 >23446 brk(0x2d0c000) = 0x2d0c000 >23446 brk(0) = 0x2d0c000 >23446 brk(0) = 0x2d0c000 >23446 brk(0) = 0x2d0c000 >23446 brk(0x2d08000) = 0x2d08000 >23446 brk(0) = 0x2d08000 >23446 brk(0) = 0x2d08000 >23446 brk(0) = 0x2d08000 >23446 brk(0x2d06000) = 0x2d06000 >23446 brk(0) = 0x2d06000 >23446 brk(0) = 0x2d06000 >23446 brk(0) = 0x2d06000 >23446 brk(0x2d04000) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0x2d01000) = 0x2d01000 >23446 brk(0) = 0x2d01000 >23446 brk(0) = 0x2d01000 >23446 brk(0) = 0x2d01000 >23446 brk(0x2cfb000) = 0x2cfb000 >23446 brk(0) = 0x2cfb000 >23446 brk(0) = 0x2cfb000 >23446 brk(0) = 0x2cfb000 >23446 brk(0x2cfa000) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0x2d1b000) = 0x2d1b000 >23446 brk(0) = 0x2d1b000 >23446 brk(0) = 0x2d1b000 >23446 brk(0x2d14000) = 0x2d14000 >23446 brk(0) = 0x2d14000 >23446 brk(0) = 0x2d14000 >23446 brk(0) = 0x2d14000 >23446 brk(0x2d12000) = 0x2d12000 >23446 brk(0) = 0x2d12000 >23446 brk(0) = 0x2d12000 >23446 brk(0) = 0x2d12000 >23446 brk(0x2d0f000) = 0x2d0f000 >23446 brk(0) = 0x2d0f000 >23446 brk(0) = 0x2d0f000 >23446 brk(0) = 0x2d0f000 >23446 brk(0x2d0b000) = 0x2d0b000 >23446 brk(0) = 0x2d0b000 >23446 brk(0) = 0x2d0b000 >23446 brk(0) = 0x2d0b000 >23446 brk(0x2d0a000) = 0x2d0a000 >23446 brk(0) = 0x2d0a000 >23446 brk(0) = 0x2d0a000 >23446 brk(0) = 0x2d0a000 >23446 brk(0x2d07000) = 0x2d07000 >23446 brk(0) = 0x2d07000 >23446 brk(0) = 0x2d07000 >23446 brk(0) = 0x2d07000 >23446 brk(0x2d04000) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0) = 0x2d04000 >23446 brk(0x2d02000) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0x2cff000) = 0x2cff000 >23446 brk(0) = 0x2cff000 >23446 brk(0) = 0x2cff000 >23446 brk(0) = 0x2cff000 >23446 brk(0x2cfa000) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 brk(0x2d1b000) = 0x2d1b000 >23446 brk(0) = 0x2d1b000 >23446 brk(0) = 0x2d1b000 >23446 brk(0x2d12000) = 0x2d12000 >23446 brk(0) = 0x2d12000 >23446 brk(0) = 0x2d12000 >23446 brk(0) = 0x2d12000 >23446 brk(0x2d10000) = 0x2d10000 >23446 brk(0) = 0x2d10000 >23446 brk(0) = 0x2d10000 >23446 brk(0) = 0x2d10000 >23446 brk(0x2d0e000) = 0x2d0e000 >23446 brk(0) = 0x2d0e000 >23446 brk(0) = 0x2d0e000 >23446 brk(0) = 0x2d0e000 >23446 brk(0x2d0a000) = 0x2d0a000 >23446 brk(0) = 0x2d0a000 >23446 brk(0) = 0x2d0a000 >23446 brk(0) = 0x2d0a000 >23446 brk(0x2d08000) = 0x2d08000 >23446 brk(0) = 0x2d08000 >23446 brk(0) = 0x2d08000 >23446 brk(0) = 0x2d08000 >23446 brk(0x2d05000) = 0x2d05000 >23446 brk(0) = 0x2d05000 >23446 brk(0) = 0x2d05000 >23446 brk(0) = 0x2d05000 >23446 brk(0x2d02000) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0) = 0x2d02000 >23446 brk(0x2d00000) = 0x2d00000 >23446 brk(0) = 0x2d00000 >23446 brk(0) = 0x2d00000 >23446 brk(0) = 0x2d00000 >23446 brk(0x2cfd000) = 0x2cfd000 >23446 brk(0) = 0x2cfd000 >23446 brk(0) = 0x2cfd000 >23446 brk(0) = 0x2cfd000 >23446 brk(0x2cfa000) = 0x2cfa000 >23446 brk(0) = 0x2cfa000 >23446 open("/usr/include/boost/mpl/aux_/include_preprocessed.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1452, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 1452) = 1452 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/include/boost/mpl/aux_/boost/mpl/aux_/preprocessed/gcc/apply.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/mpl/aux_/preprocessed/gcc/apply.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/mpl/aux_/preprocessed/gcc/apply.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/mpl/aux_/preprocessed/gcc/apply.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp", {st_mode=S_IFREG|0644, st_size=2744, ...}) = 0 >23446 open("/usr/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2744, ...}) = 0 >23446 read(4, "\n// Copyright Aleksey Gurtovoy 2"..., 2744) = 2744 >23446 close(4) = 0 >23446 open("/usr/include/boost/iterator/detail/config_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4466, ...}) = 0 >23446 read(4, "// (C) Copyright David Abrahams "..., 4466) = 4466 >23446 close(4) = 0 >23446 open("/usr/include/boost/iterator/detail/config_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=722, ...}) = 0 >23446 read(4, "// (C) Copyright Thomas Witt "..., 722) = 722 >23446 close(4) = 0 >23446 open("/usr/include/boost/iterator/detail/config_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4466, ...}) = 0 >23446 read(4, "// (C) Copyright David Abrahams "..., 4466) = 4466 >23446 close(4) = 0 >23446 open("/usr/include/boost/iterator/detail/config_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=722, ...}) = 0 >23446 read(4, "// (C) Copyright Thomas Witt "..., 722) = 722 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_stateless.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_stateless.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_stateless.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_stateless.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_stateless.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_stateless.hpp", {st_mode=S_IFREG|0644, st_size=1510, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_stateless.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1510, ...}) = 0 >23446 read(4, "\n// (C) Copyright Steve Cleary,"..., 1510) = 1510 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/has_trivial_constructor.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/has_trivial_constructor.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/has_trivial_constructor.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/has_trivial_constructor.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/has_trivial_constructor.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/has_trivial_constructor.hpp", {st_mode=S_IFREG|0644, st_size=1582, ...}) = 0 >23446 open("/usr/include/boost/type_traits/has_trivial_constructor.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1582, ...}) = 0 >23446 read(4, "\n// (C) Copyright Steve Cleary,"..., 1582) = 1582 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/has_trivial_copy.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/has_trivial_copy.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/has_trivial_copy.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/has_trivial_copy.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/has_trivial_copy.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/has_trivial_copy.hpp", {st_mode=S_IFREG|0644, st_size=2324, ...}) = 0 >23446 open("/usr/include/boost/type_traits/has_trivial_copy.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2324, ...}) = 0 >23446 read(4, "\n// (C) Copyright Steve Cleary,"..., 2324) = 2324 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/has_trivial_destructor.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/has_trivial_destructor.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/has_trivial_destructor.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/has_trivial_destructor.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/has_trivial_destructor.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/has_trivial_destructor.hpp", {st_mode=S_IFREG|0644, st_size=1626, ...}) = 0 >23446 open("/usr/include/boost/type_traits/has_trivial_destructor.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=1626, ...}) = 0 >23446 read(4, "\n// (C) Copyright Steve Cleary,"..., 1626) = 1626 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/type_traits/is_empty.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/type_traits/is_empty.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/type_traits/is_empty.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/type_traits/is_empty.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/type_traits/is_empty.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/type_traits/is_empty.hpp", {st_mode=S_IFREG|0644, st_size=6148, ...}) = 0 >23446 open("/usr/include/boost/type_traits/is_empty.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=6148, ...}) = 0 >23446 read(4, "\n// (C) Copyright Steve Cleary, "..., 6148) = 6148 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_def.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=5458, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 5458) = 5458 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/template_arity_spec.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 938) = 938 >23446 close(4) = 0 >23446 open("/usr/include/boost/type_traits/detail/bool_trait_undef.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=984, ...}) = 0 >23446 read(4, "\n// NO INCLUDE GUARDS, THE HEADE"..., 984) = 984 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/algorithm", {st_mode=S_IFREG|0644, st_size=2518, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/algorithm", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2518, ...}) = 0 >23446 read(4, "// <algorithm> -*- C++ -*-\n\n// C"..., 2518) = 2518 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/stl_algo.h", {st_mode=S_IFREG|0644, st_size=217508, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/stl_algo.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=217508, ...}) = 0 >23446 mmap(NULL, 221184, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1d32000 >23446 read(4, "// Algorithm implementation -*- "..., 217508) = 217508 >23446 close(4) = 0 >23446 open("/usr/include/c++/4.8.2/cstdlib", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=6157, ...}) = 0 >23446 read(4, "// -*- C++ -*- forwarding header"..., 6157) = 6157 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/algorithmfwd.h", {st_mode=S_IFREG|0644, st_size=21157, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/algorithmfwd.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=21157, ...}) = 0 >23446 read(4, "// <algorithm> Forward declarati"..., 21157) = 21157 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/stl_heap.h", {st_mode=S_IFREG|0644, st_size=20472, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/stl_heap.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=20472, ...}) = 0 >23446 read(4, "// Heap implementation -*- C++ -"..., 20472) = 20472 >23446 close(4) = 0 >23446 mmap(NULL, 8388608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d7aca000 >23446 munmap(0x7fe2e1d32000, 221184) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/deque", {st_mode=S_IFREG|0644, st_size=2665, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/deque", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=2665, ...}) = 0 >23446 read(4, "// <deque> -*- C++ -*-\n\n// Copyr"..., 2665) = 2665 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/stl_deque.h", {st_mode=S_IFREG|0644, st_size=68001, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/stl_deque.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=68001, ...}) = 0 >23446 read(4, "// Deque implementation -*- C++ "..., 68001) = 68001 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/bits/deque.tcc", {st_mode=S_IFREG|0644, st_size=32672, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/bits/deque.tcc", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=32672, ...}) = 0 >23446 read(4, "// Deque implementation (out of "..., 32672) = 32672 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/stdexcept", {st_mode=S_IFREG|0644, st_size=4718, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/stdexcept", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=4718, ...}) = 0 >23446 read(4, "// Standard exception classes -"..., 4718) = 4718 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/cstring", {st_mode=S_IFREG|0644, st_size=3123, ...}) = 0 >23446 open("/usr/include/c++/4.8.2/cstring", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=3123, ...}) = 0 >23446 read(4, "// -*- C++ -*- forwarding header"..., 3123) = 3123 >23446 close(4) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/string.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/string.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/string.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/string.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/string.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/string.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/string.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/string.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/string.h", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/string.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/string.h", {st_mode=S_IFREG|0644, st_size=22245, ...}) = 0 >23446 open("/usr/include/string.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=22245, ...}) = 0 >23446 read(4, "/* Copyright (C) 1991-2013 Free "..., 22245) = 22245 >23446 close(4) = 0 >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=13619, ...}) = 0 >23446 read(4, "/* Copyright (C) 1989-2013 Free "..., 13619) = 13619 >23446 close(4) = 0 >23446 munmap(0x7fe2e1da9000, 135168) = 0 >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/boost/circular_buffer/space_optimized.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/x86_64-redhat-linux/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/x86_64-redhat-linux/boost/circular_buffer/space_optimized.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/c++", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/c++/4.8.2/backward/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/backward/boost/circular_buffer/space_optimized.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23446 lstat("/usr/lib/gcc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/boost/circular_buffer/space_optimized.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/local/include/boost", 0x7fff5d97b4e0) = -1 ENOENT (No such file or directory) >23446 open("/usr/local/include/boost/circular_buffer/space_optimized.hpp", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) >23446 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >23446 lstat("/usr/include/boost", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >23446 lstat("/usr/include/boost/circular_buffer", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23446 lstat("/usr/include/boost/circular_buffer/space_optimized.hpp", {st_mode=S_IFREG|0644, st_size=80156, ...}) = 0 >23446 open("/usr/include/boost/circular_buffer/space_optimized.hpp", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=80156, ...}) = 0 >23446 read(4, "// Implementation of the circula"..., 80156) = 80156 >23446 close(4) = 0 >23446 open("/usr/include/c++/4.8.2/cstdlib", O_RDONLY|O_NOCTTY) = 4 >23446 fstat(4, {st_mode=S_IFREG|0644, st_size=6157, ...}) = 0 >23446 read(4, "// -*- C++ -*- forwarding header"..., 6157) = 6157 >23446 close(4) = 0 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d78ca000 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d76ca000 >23446 mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1ed2000 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d74ca000 >23446 mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1ec2000 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d72ca000 >23446 mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1da9000 >23446 mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1d47000 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d70ca000 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d6eca000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1ec0000 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d6cca000 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d6aca000 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d68ca000 >23446 brk(0) = 0x2cfa000 >23446 brk(0x2d1b000) = 0x2d1b000 >23446 mmap(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1d27000 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d66ca000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1ebe000 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d64ca000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1ebc000 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d62ca000 >23446 brk(0) = 0x2d1b000 >23446 brk(0x2d3c000) = 0x2d3c000 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d60ca000 >23446 brk(0) = 0x2d3c000 >23446 brk(0x2d5d000) = 0x2d5d000 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5eca000 >23446 mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1d23000 >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5cca000 >23446 mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1d1f000 >23446 brk(0) = 0x2d5d000 >23446 brk(0x2d7e000) = 0x2d7e000 >23446 brk(0) = 0x2d7e000 >23446 brk(0) = 0x2d7e000 >23446 brk(0x2d7d000) = 0x2d7d000 >23446 brk(0) = 0x2d7d000 >23446 brk(0) = 0x2d7d000 >23446 brk(0) = 0x2d7d000 >23446 brk(0x2d7b000) = 0x2d7b000 >23446 brk(0) = 0x2d7b000 >23446 brk(0) = 0x2d7b000 >23446 brk(0x2d9c000) = 0x2d9c000 >23446 brk(0) = 0x2d9c000 >23446 brk(0) = 0x2d9c000 >23446 brk(0x2d9b000) = 0x2d9b000 >23446 brk(0) = 0x2d9b000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1eba000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1d1d000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1d1b000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1d19000 >23446 write(1, "\t.file\t\"circular.cxx\"\n\t.section\t"..., 4096) = 4096 >23447 <... read resumed> "\t.file\t\"circular.cxx\"\n\t.section\t"..., 4096) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1d17000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1d15000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1d13000 >23446 write(1, "4invalidate_all_iteratorsEv,\"axG"..., 4096) = 4096 >23447 <... read resumed> "4invalidate_all_iteratorsEv,\"axG"..., 28672) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1d11000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1d0f000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1d0d000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1d0b000 >23446 write(1, "bp), %rax\n\tmovq\t$0, 8(%rax)\n\tmov"..., 4096) = 4096 >23447 <... read resumed> "bp), %rax\n\tmovq\t$0, 8(%rax)\n\tmov"..., 24576) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1d09000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1d07000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1d05000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1d03000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1d01000 >23446 write(1, "ushq\t%rbp\n\t.cfi_def_cfa_offset 1"..., 4096 <unfinished ...> >23447 <... read resumed> "ushq\t%rbp\n\t.cfi_def_cfa_offset 1"..., 20480) = 4096 >23446 <... write resumed> ) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1cff000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1cfd000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1cfb000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1cf9000 >23446 write(1, "rsp, %rbp\n\t.cfi_def_cfa_register"..., 4096) = 4096 >23447 <... read resumed> "rsp, %rbp\n\t.cfi_def_cfa_register"..., 16384) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1cf7000 >23446 mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1cf3000 >23446 write(1, "135:\n\t.cfi_startproc\n\tpushq\t%rbp"..., 4096) = 4096 >23447 <... read resumed> "135:\n\t.cfi_startproc\n\tpushq\t%rbp"..., 12288) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1cf1000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1cef000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1ced000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1ceb000 >23446 mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1ce7000 >23446 write(1, "\n\t.section\t.text._ZN5boost36thro"..., 4096) = 4096 >23447 <... read resumed> "\n\t.section\t.text._ZN5boost36thro"..., 8192) = 4096 >23447 read(0, <unfinished ...> >23446 write(1, "ef_cfa_register 6\n\tpushq\t%rbx\n\ts"..., 4096) = 4096 >23447 <... read resumed> "ef_cfa_register 6\n\tpushq\t%rbx\n\ts"..., 4096) = 4096 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23447 read(0, <unfinished ...> >23446 <... mmap resumed> ) = 0x7fe2e1ce5000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1ce3000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1ce1000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1cdf000 >23446 write(1, "gn 2\n\t.weak\t_ZN5boost16exception"..., 4096) = 4096 >23447 <... read resumed> "gn 2\n\t.weak\t_ZN5boost16exception"..., 32768) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2e1cdd000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5cc8000 >23446 mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5cc4000 >23446 write(1, "Ev,comdat\n\t.align 2\n\t.weak\t_ZNSa"..., 4096) = 4096 >23447 <... read resumed> "Ev,comdat\n\t.align 2\n\t.weak\t_ZNSa"..., 28672) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5cc2000 >23446 mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5cbe000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5cbc000 >23446 write(1, "q\t%rax, %rdi\n.LEHB20:\n\tcall\t_Unw"..., 4096) = 4096 >23447 <... read resumed> "q\t%rax, %rdi\n.LEHB20:\n\tcall\t_Unw"..., 24576) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5cba000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5cb8000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5cb6000 >23446 write(1, "\tmovq\t-8(%rbp), %rax\n\tmovq\t%rax,"..., 4096) = 4096 >23447 <... read resumed> "\tmovq\t-8(%rbp), %rax\n\tmovq\t%rax,"..., 20480) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5cb4000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5cb2000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5cb0000 >23446 mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5cac000 >23446 write(1, "rIiSaIiEE5beginEv, .-_ZN5boost15"..., 4096) = 4096 >23447 <... read resumed> "rIiSaIiEE5beginEv, .-_ZN5boost15"..., 16384) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5caa000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5ca8000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5ca6000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5ca4000 >23446 write(1, "ter 6\n\tsubq\t$16, %rsp\n\tmovq\t%rdi"..., 4096) = 4096 >23447 <... read resumed> "ter 6\n\tsubq\t$16, %rsp\n\tmovq\t%rdi"..., 12288) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5ca2000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5ca0000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c9e000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c9c000 >23446 write(1, "nction\n_ZN5boost15circular_buffe"..., 4096) = 4096 >23447 <... read resumed> "nction\n_ZN5boost15circular_buffe"..., 8192) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c9a000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c98000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c96000 >23446 write(1, "\tmovq\t-64(%rbp), %rax\n\tmovl\t-68("..., 4096) = 4096 >23447 <... read resumed> "\tmovq\t-64(%rbp), %rax\n\tmovl\t-68("..., 4096) = 4096 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c94000 >23447 brk(0) = 0x2151000 >23447 brk(0x2172000) = 0x2172000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c92000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c90000 >23447 brk(0) = 0x2172000 >23447 brk(0x2193000) = 0x2193000 >23446 write(1, "-8(%rbp)\n\tpopq\t%rbp\n\t.cfi_def_cf"..., 4096) = 4096 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c8e000 >23447 read(0, "-8(%rbp)\n\tpopq\t%rbp\n\t.cfi_def_cf"..., 32768) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c8c000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c8a000 >23446 mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c86000 >23446 write(1, "_EEEC1EPKS4_Pi\n\t.set\t_ZN5boost10"..., 4096) = 4096 >23447 <... read resumed> "_EEEC1EPKS4_Pi\n\t.set\t_ZN5boost10"..., 28672) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c84000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c82000 >23446 write(1, "\n\tpopq\t%rbx\n\tpopq\t%rbp\n\t.cfi_def"..., 4096) = 4096 >23447 <... read resumed> "\n\tpopq\t%rbx\n\tpopq\t%rbp\n\t.cfi_def"..., 24576) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c80000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c7e000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c7c000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c7a000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c78000 >23446 write(1, "tyEv\n\t.section\t.text._ZNK5boost1"..., 4096) = 4096 >23447 <... read resumed> "tyEv\n\t.section\t.text._ZNK5boost1"..., 20480) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c76000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c74000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c72000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c70000 >23446 write(1, "_def_cfa_register 6\n\tmovq\t%rdi, "..., 4096) = 4096 >23447 <... read resumed> "_def_cfa_register 6\n\tmovq\t%rdi, "..., 16384) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c6e000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c6c000 >23446 mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c68000 >23446 write(1, "trINS0_20error_info_containerEEC"..., 4096) = 4096 >23447 <... read resumed> "trINS0_20error_info_containerEEC"..., 12288) = 4096 >23447 read(0, <unfinished ...> >23446 write(1, "_\n\tmovq\t-32(%rbp), %rdx\n\tmovq\t-2"..., 4096) = 4096 >23447 <... read resumed> "_\n\tmovq\t-32(%rbp), %rdx\n\tmovq\t-2"..., 8192) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c66000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c64000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c62000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c60000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c5e000 >23446 write(1, "RKT_,comdat\n\t.size\t_ZN5boost15th"..., 4096) = 4096 >23447 <... read resumed> "RKT_,comdat\n\t.size\t_ZN5boost15th"..., 4096) = 4096 >23447 brk(0) = 0x2193000 >23447 brk(0x21b4000) = 0x21b4000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c5c000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c5a000 >23447 brk(0) = 0x21b4000 >23447 brk(0x21d5000) = 0x21d5000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c58000 >23446 write(1, "ffset 6, -16\n\tmovq\t%rsp, %rbp\n\t."..., 4096 <unfinished ...> >23447 read(0, <unfinished ...> >23446 <... write resumed> ) = 4096 >23447 <... read resumed> "ffset 6, -16\n\tmovq\t%rsp, %rbp\n\t."..., 32768) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c56000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c54000 >23446 write(1, "ectorISt12length_errorED0Ev,comd"..., 4096) = 4096 >23447 <... read resumed> "ectorISt12length_errorED0Ev,comd"..., 28672) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5c52000 >23446 write(1, "\tmovq\t-8(%rbp), %rax\n\taddq\t$56, "..., 4096 <unfinished ...> >23447 <... read resumed> "\tmovq\t-8(%rbp), %rax\n\taddq\t$56, "..., 24576) = 4096 >23446 <... write resumed> ) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5a52000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5a50000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5a4e000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5a4c000 >23446 write(1, "etail10clone_implINS0_19error_in"..., 4096) = 4096 >23447 <... read resumed> "etail10clone_implINS0_19error_in"..., 20480) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5a4a000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5a48000 >23446 mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5a44000 >23446 write(1, "errorEE+16, (%rax)\n\tmovq\t-8(%rbp"..., 4096) = 4096 >23447 <... read resumed> "errorEE+16, (%rax)\n\tmovq\t-8(%rbp"..., 16384) = 4096 >23447 read(0, <unfinished ...> >23446 write(1, "lone_implINS0_19error_info_injec"..., 4096 <unfinished ...> >23447 <... read resumed> "lone_implINS0_19error_info_injec"..., 12288) = 4096 >23446 <... write resumed> ) = 4096 >23447 read(0, <unfinished ...> >23446 write(1, "St12length_errorEE,comdat\n\t.alig"..., 4096 <unfinished ...> >23447 <... read resumed> "St12length_errorEE,comdat\n\t.alig"..., 8192) = 4096 >23446 <... write resumed> ) = 4096 >23447 read(0, <unfinished ...> >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5a42000 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5a40000 >23446 mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5a3c000 >23446 brk(0) = 0x2d9b000 >23446 brk(0x2dbc000) = 0x2dbc000 >23446 brk(0) = 0x2dbc000 >23446 brk(0) = 0x2dbc000 >23446 brk(0x2db9000) = 0x2db9000 >23446 brk(0) = 0x2db9000 >23446 brk(0) = 0x2db9000 >23446 brk(0) = 0x2db9000 >23446 brk(0x2db2000) = 0x2db2000 >23446 brk(0) = 0x2db2000 >23446 write(1, "IN5boost16exception_detail19erro"..., 4096) = 4096 >23447 <... read resumed> "IN5boost16exception_detail19erro"..., 4096) = 4096 >23447 brk(0) = 0x21d5000 >23447 brk(0x21f6000) = 0x21f6000 >23446 write(1, "\tjmp\t.L240\n.L239:\n\tmovq\t%rax, %r"..., 4096) = 4096 >23446 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> >23447 brk(0) = 0x21f6000 >23446 <... mmap resumed> ) = 0x7fe2d5a3a000 >23447 brk(0x2217000) = 0x2217000 >23446 mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe2d5a36000 >23447 read(0, "\tjmp\t.L240\n.L239:\n\tmovq\t%rax, %r"..., 32768) = 4096 >23447 read(0, <unfinished ...> >23446 write(1, "E7rethrowEv\n\t.set\t.LTHUNK7,_ZNK5"..., 4096 <unfinished ...> >23447 <... read resumed> "E7rethrowEv\n\t.set\t.LTHUNK7,_ZNK5"..., 28672) = 4096 >23446 <... write resumed> ) = 4096 >23447 read(0, <unfinished ...> >23446 write(1, "\n\t.cfi_def_cfa_offset 16\n\t.cfi_o"..., 787 <unfinished ...> >23447 <... read resumed> "\n\t.cfi_def_cfa_offset 16\n\t.cfi_o"..., 24576) = 787 >23446 <... write resumed> ) = 787 >23447 read(0, <unfinished ...> >23446 close(1 <unfinished ...> >23447 <... read resumed> "", 20480) = 0 >23446 <... close resumed> ) = 0 >23446 munmap(0x7fe2e1ea8000, 4096) = 0 >23446 exit_group(0) = ? >23447 brk(0) = 0x2217000 >23447 brk(0x2238000) = 0x2238000 >23447 brk(0) = 0x2238000 >23447 brk(0x2259000) = 0x2259000 >23447 close(0) = 0 >23447 munmap(0x7fd0d5ef5000, 4096) = 0 >23447 brk(0) = 0x2259000 >23447 brk(0x227a000) = 0x227a000 >23447 brk(0) = 0x227a000 >23447 brk(0x229b000) = 0x229b000 >23447 mmap(NULL, 528384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fd0ce750000 >23447 brk(0) = 0x229b000 >23447 brk(0x22bc000) = 0x22bc000 >23447 brk(0) = 0x22bc000 >23447 brk(0x22dd000) = 0x22dd000 >23447 brk(0) = 0x22dd000 >23447 brk(0x22fe000) = 0x22fe000 >23447 brk(0) = 0x22fe000 >23447 brk(0x231f000) = 0x231f000 >23447 munmap(0x7fd0ce750000, 528384) = 0 >23447 brk(0) = 0x231f000 >23447 brk(0x2340000) = 0x2340000 >23447 open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 0 >23447 fstat(0, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 >23447 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fd0d5ef5000 >23447 read(0, "MemTotal: 8167340 kB\nMemF"..., 1024) = 1024 >23447 close(0) = 0 >23447 munmap(0x7fd0d5ef5000, 4096) = 0 >23447 fstat(4, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 >23447 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fd0d5ef5000 >23447 lseek(4, 49152, SEEK_SET) = 49152 >23447 read(4, "", 2464) = 0 >23447 lseek(4, 2464, SEEK_CUR) = 51616 >23447 write(4, "\0circular.cxx\0_ZStL8__ioinit\0_Z4"..., 4096) = 4096 >23447 write(4, "10clone_baseD0Ev\0_ZN5boost16exce"..., 4096) = 4096 >23447 write(4, "iE8allocateEmPKv\0memset\0_ZNSt12l"..., 4096) = 4096 >23447 write(4, "texit\0_ZN5boost16exception_detai"..., 136) = 136 >23447 lseek(4, 0, SEEK_SET) = 0 >23447 read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -3160, SEEK_CUR) = 936 >23447 write(4, "UH\211\345SH\201\354\270\0\0\0\211\275L\377\377\377H\211\265@\377\377\377H\215E\257H\211\307"..., 451) = 451 >23447 lseek(4, 0, SEEK_SET) = 0 >23447 read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -2708, SEEK_CUR) = 1388 >23447 write(4, "UH\211\345H\211}\370H\211u\360H\213E\360]\303UH\211\345H\211}\370H\213E\370H\307"..., 39) = 39 >23447 lseek(4, 0, SEEK_SET) = 0 >23446 +++ exited with 0 +++ >23447 read(4, <unfinished ...> >23445 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 23446 >23447 <... read resumed> "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23445 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=23446, si_status=0, si_utime=101, si_stime=10} --- >23447 lseek(4, -2668, SEEK_CUR <unfinished ...> >23445 wait4(23447, <unfinished ...> >23447 <... lseek resumed> ) = 1428 >23447 write(4, "UH\211\345H\203\354\20H\211}\370H\211u\360H\213E\370H\213\20H\213E\360H\211\326H\211"..., 51) = 51 >23447 lseek(4, 0, SEEK_SET) = 0 >23447 read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -2616, SEEK_CUR) = 1480 >23447 write(4, "UH\211\345H\203\354 H\211}\350H\211u\340H\307E\370\0\0\0\0H\213E\350H\213\0H"..., 169) = 169 >23447 lseek(4, 0, SEEK_SET) = 0 >23447 read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -2446, SEEK_CUR) = 1650 >23447 write(4, "UH\211\345H\203\354 H\211}\370H\211u\360H\211U\350H\203}\350\0u\30H\213E\370H"..., 83) = 83 >23447 lseek(4, 0, SEEK_SET) = 0 >23447 read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -2362, SEEK_CUR) = 1734 >23447 write(4, "UH\211\345H\211}\370H\213E\370H\307\0\0\0\0\0H\213E\370H\307@\10\0\0\0\0]"..., 33) = 33 >23447 lseek(4, 0, SEEK_SET) = 0 >23447 read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -2328, SEEK_CUR) = 1768 >23447 write(4, "UH\211\345H\203\354\20H\211}\370H\211u\360H\213E\370H\213U\360H\211\20H\213E\370H"..., 53) = 53 >23447 lseek(4, 0, SEEK_SET) = 0 >23447 read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -2274, SEEK_CUR) = 1822 >23447 write(4, "UH\211\345H\203\354\20H\211}\370H\211u\360H\213E\360H\213\20H\213E\370H\211\20H\213"..., 167) = 167 >23447 lseek(4, 0, SEEK_SET) = 0 >23447 read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -2106, SEEK_CUR) = 1990 >23447 write(4, "UH\211\345H\211}\370H\213E\370H\307\0\0\0\0\0]\303", 21) = 21 >23447 lseek(4, 0, SEEK_SET) = 0 >23447 read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -2084, SEEK_CUR) = 2012 >23447 write(4, "UH\211\345H\211}\370H\213E\370H\213@\10]\303UH\211\345H\211}\370H\211u\360H\213"..., 302) = 302 >23447 lseek(4, 0, SEEK_SET) = 0 >23447 read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -1780, SEEK_CUR) = 2316 >23447 write(4, "\377\3\r\1\10\"\5>\1G\r\0\0\177\0\0\0", 17) = 17 >23447 lseek(4, 0, SEEK_SET) = 0 >23447 read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -1762, SEEK_CUR) = 2334 >23447 write(4, "UH\211\345H\203\354\20H\211}\370H\213E\370H\211\307\350\0\0\0\0H\213E\370H\211\307\350"..., 775) = 775 >23447 lseek(4, 0, SEEK_SET) = 0 >23447 read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -986, SEEK_CUR) = 3110 >23447 write(4, "UH\211\345H\203\354\20H\211}\370H\213E\370H\211\307\350\0\0\0\0\311\303UH\211\345H\211"..., 43) = 43 >23447 lseek(4, 0, SEEK_SET) = 0 >23447 read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -942, SEEK_CUR) = 3154 >23447 write(4, "UH\211\345H\203\354\20H\211}\370H\211u\360H\213E\360H\213\20H\213E\370H\211\326H\211"..., 541) = 541 >23447 lseek(4, 0, SEEK_SET) = 0 >23447 read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -400, SEEK_CUR) = 3696 >23447 write(4, "UH\211\345H\211}\370]\303UH\211\345H\203\354\20H\211}\370H\213E\370H\211\307\350\0\0"..., 277) = 277 >23447 lseek(4, 0, SEEK_SET) = 0 >23447 read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -122, SEEK_CUR) = 3974 >23447 write(4, "UH\211\345H\203\354\20H\211}\370H\211u\360H\213E\370H;E\360u\6H\213E\370\3537"..., 89) = 89 >23447 lseek(4, 0, SEEK_SET) = 0 >23447 read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -32, SEEK_CUR) = 4064 >23447 write(4, "UH\211\345H\203\354\20H\211}\370H\213E\370H\213\0H\205\300t(H\213E\370H\213\0H", 32) = 32 >23447 write(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 107) = 107 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -3988, SEEK_CUR) = 4204 >23447 write(4, "UH\211\345H\211}\370]\303UH\211\345H\211}\370]\303UH\211\345H\203\354\20H\211}\370"..., 57) = 57 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -3930, SEEK_CUR) = 4262 >23447 write(4, "UH\211\345H\203\354\20H\211}\370H\211u\360H\213U\360H\213E\370H\211\326H\211\307\350\0"..., 237) = 237 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -3692, SEEK_CUR) = 4500 >23447 write(4, "UH\211\345H\203\354\20H\211}\370H\213E\370H\211\307\350\0\0\0\0H\205\300\17\224\300\311\303"..., 413) = 413 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -3278, SEEK_CUR) = 4914 >23447 write(4, "UH\211\345H\203\354\20H\211}\370H\213E\370H\213\0H\205\300t\35H\213E\370H\213\0H"..., 55) = 55 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -3222, SEEK_CUR) = 4970 >23447 write(4, "UH\211\345H\211}\370H\211u\360]\303circular_buffer\0\314\0"..., 341) = 341 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -2880, SEEK_CUR) = 5312 >23447 write(4, "UH\211\345H\203\354 H\211}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H"..., 95) = 95 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -2784, SEEK_CUR) = 5408 >23447 write(4, "UH\211\345H\211}\370H\213E\370H\213@(]\303UH\211\345H\203\354 H\211}\350H\211"..., 211) = 211 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -2572, SEEK_CUR) = 5620 >23447 write(4, "UH\211\345H\211}\370H\211u\360H\213E\370H\307\0\0\0\0\0]\303", 25) = 25 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -2546, SEEK_CUR) = 5646 >23447 write(4, "UH\211\345H\211}\370H\211u\360H\213E\370H\307\0\0\0\0\0]\303", 25) = 25 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -2520, SEEK_CUR) = 5672 >23447 write(4, "UH\211\345SH\203\354\30H\211}\350H\211u\340H\213U\340H\213E\350H\211\326H\211\307\350"..., 109) = 109 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -2410, SEEK_CUR) = 5782 >23447 write(4, "UH\211\345H\203\354\20H\211}\370H\211u\360H\213U\360H\213E\370H\211\326H\211\307\350\0"..., 271) = 271 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -2138, SEEK_CUR) = 6054 >23447 write(4, "UH\211\345SH\203\354\30H\211}\350H\211u\340H\213E\340H\213\0H\203\350\30H\213\0H"..., 305) = 305 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -1832, SEEK_CUR) = 6360 >23447 write(4, "UH\211\345H\203\354 H\211}\370H\211u\360H\211U\350H\213E\370H\211\307\350\0\0\0\0"..., 401) = 401 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -1430, SEEK_CUR) = 6762 >23447 write(4, "UH\211\345H\203\354\20H\211}\370H\213E\370H\211\307\350\0\0\0\0H\213E\370H\211\307\350"..., 85) = 85 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -1344, SEEK_CUR) = 6848 >23447 write(4, "UH\211\345H\203\354\20H\211}\370\272\0\0\0\0H\213E\370H\211\20H\213E\370H\307@\20"..., 187) = 187 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -1156, SEEK_CUR) = 7036 >23447 write(4, "UH\211\345H\203\354\20H\211}\370H\211u\360H\213E\360H\213\20H\213E\370H\211\20H\213"..., 161) = 161 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -994, SEEK_CUR) = 7198 >23447 write(4, "UH\211\345H\203\354\20H\211}\370H\211u\360H\213E\370H\213U\360H\211\326H\211\307\350\0"..., 97) = 97 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -896, SEEK_CUR) = 7296 >23447 write(4, "UH\211\345SH\203\354\30H\211}\350H\211u\340H\213E\350H\203\3008H\211\307\350\0\0\0"..., 179) = 179 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -716, SEEK_CUR) = 7476 >23447 write(4, "UH\211\345H\211}\370H\211u\360]\303", 14) = 14 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -672, SEEK_CUR) = 7520 >23447 write(4, "8\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 168) = 168 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -496, SEEK_CUR) = 7696 >23447 write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 88) = 88 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -384, SEEK_CUR) = 7808 >23447 write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 48) = 48 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -320, SEEK_CUR) = 7872 >23447 write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 117) = 117 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -192, SEEK_CUR) = 8000 >23447 write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0"..., 56) = 56 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -128, SEEK_CUR) = 8064 >23447 write(4, "N5boost16exception_detail19error"..., 66) = 66 >23447 lseek(4, 4096, SEEK_SET) = 4096 >23447 read(4, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23447 lseek(4, -32, SEEK_CUR) = 8160 >23447 write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0", 32) = 32 >23447 write(4, "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\20\0\0\0\0\0\0", 24) = 24 >23447 lseek(4, 8192, SEEK_SET) = 8192 >23447 read(4, "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -4064, SEEK_CUR) = 8224 >23447 write(4, "N5boost16exception_detail10clone"..., 39) = 39 >23447 lseek(4, 8192, SEEK_SET) = 8192 >23447 read(4, "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -4016, SEEK_CUR) = 8272 >23447 write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0N5boost9exceptio"..., 35) = 35 >23447 lseek(4, 8192, SEEK_SET) = 8192 >23447 read(4, "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -3968, SEEK_CUR) = 8320 >23447 write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0UH\211\345ATSH\203\354 H\211}\330A"..., 135) = 135 >23447 lseek(4, 8192, SEEK_SET) = 8192 >23447 read(4, "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -3832, SEEK_CUR) = 8456 >23447 write(4, "UH\211\345ATSH\203\354\20H\211}\350\277@\0\0\0\350\0\0\0\0H\211\303H\213E\350"..., 271) = 271 >23447 lseek(4, 8192, SEEK_SET) = 8192 >23447 read(4, "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -3560, SEEK_CUR) = 8728 >23447 write(4, "\0\0\0\0\0\0\0\0\0GCC: (GNU) 4.8.2 201312"..., 53) = 53 >23447 lseek(4, 8192, SEEK_SET) = 8192 >23447 read(4, "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -3504, SEEK_CUR) = 8784 >23447 write(4, "\24\0\0\0\0\0\0\0\1zR\0\1x\20\1\33\f\7\10\220\1\0\0\34\0\0\0\34\0\0\0"..., 3464) = 3464 >23447 lseek(4, 0, SEEK_SET) = 0 >23447 read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -4032, SEEK_CUR) = 64 >23447 write(4, "\1\0\0\0p\0\0\0\1\0\0\0q\0\0\0\1\0\0\0r\0\0\0\1\0\0\0t\0\0\0"..., 872) = 872 >23447 lseek(4, 61440, SEEK_SET) = 61440 >23447 read(4, "ne_implINS0_19error_info_injecto"..., 4096) = 2600 >23447 write(4, "!\0\0\0\0\0\0\0\2\0\0\0@\1\0\0\374\377\377\377\377\377\377\3779\0\0\0\0\0\0\0"..., 1496) = 1496 >23447 write(4, "\2\0\0\0\"\1\0\0\374\377\377\377\377\377\377\377\24\0\0\0\0\0\0\0\2\0\0\0\"\1\0\0"..., 4096) = 4096 >23447 write(4, "\30\0\0\0\0\0\0\0\1\0\0\0\251\1\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0"..., 4056) = 4056 >23447 lseek(4, 36864, SEEK_SET) = 36864 >23447 read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -408, SEEK_CUR) = 40552 >23447 write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\4\0\361\377"..., 8192) = 8192 >23447 write(4, "\0\0\0\0\0\0\0\0p\0\0\0\0\0\0\0(\27\0\0\"\0\307\0\0\0\0\0\0\0\0\0"..., 2872) = 2872 >23447 lseek(4, 8192, SEEK_SET) = 8192 >23447 read(4, "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23447 lseek(4, -40, SEEK_CUR) = 12248 >23447 write(4, "\0.symtab\0.strtab\0.shstrtab\0.rela"..., 40) = 40 >23447 write(4, "ata\0.bss\0.text._ZnwmPv\0.text._ZN"..., 4096) = 4096 >23447 write(4, "S4_Pi\0.text._ZN5boost16exception"..., 3876) = 3876 >23447 lseek(4, 0, SEEK_SET) = 0 >23447 write(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 64) = 64 >23447 lseek(4, 16384, SEEK_SET) = 16384 >23447 read(4, "S4_Pi\0.text._ZN5boost16exception"..., 4096) = 4096 >23447 lseek(4, -216, SEEK_CUR) = 20264 >23447 write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384) = 16384 >23447 write(4, "\246\25\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\n\1\0\0\0\0\0"..., 3904) = 3904 >23447 close(4) = 0 >23447 munmap(0x7fd0d5ef5000, 4096) = 0 >23447 brk(0) = 0x2340000 >23447 brk(0) = 0x2340000 >23447 brk(0x233f000) = 0x233f000 >23447 brk(0) = 0x233f000 >23447 brk(0) = 0x233f000 >23447 brk(0) = 0x233f000 >23447 brk(0x233c000) = 0x233c000 >23447 brk(0) = 0x233c000 >23447 brk(0) = 0x233c000 >23447 brk(0) = 0x233c000 >23447 brk(0x233b000) = 0x233b000 >23447 brk(0) = 0x233b000 >23447 brk(0) = 0x233b000 >23447 brk(0) = 0x233b000 >23447 brk(0x2331000) = 0x2331000 >23447 brk(0) = 0x2331000 >23447 exit_group(0) = ? >23447 +++ exited with 0 +++ >23445 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 23447 >23445 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=23447, si_status=0, si_utime=1, si_stime=0} --- >23445 stat("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/collect2", {st_mode=S_IFREG|0755, st_size=360184, ...}) = 0 >23445 access("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/collect2", X_OK) = 0 >23445 access("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/liblto_plugin.so", R_OK) = 0 >23445 stat("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23445 stat("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23445 stat("/usr/libexec/gcc/x86_64-redhat-linux/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23445 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23445 stat("/usr/lib/gcc/x86_64-redhat-linux/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23445 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../x86_64-redhat-linux/bin/x86_64-redhat-linux/4.8.2/.", 0x7fffdb989630) = -1 ENOENT (No such file or directory) >23445 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../x86_64-redhat-linux/bin/.", 0x7fffdb989630) = -1 ENOENT (No such file or directory) >23445 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23445 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../x86_64-redhat-linux/lib/x86_64-redhat-linux/4.8.2/.", 0x7fffdb989630) = -1 ENOENT (No such file or directory) >23445 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../x86_64-redhat-linux/lib/../lib64/.", 0x7fffdb989630) = -1 ENOENT (No such file or directory) >23445 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../x86_64-redhat-linux/4.8.2/.", 0x7fffdb989630) = -1 ENOENT (No such file or directory) >23445 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/.", {st_mode=S_IFDIR|0555, st_size=143360, ...}) = 0 >23445 stat("/lib/x86_64-redhat-linux/4.8.2/.", 0x7fffdb989630) = -1 ENOENT (No such file or directory) >23445 stat("/lib/../lib64/.", {st_mode=S_IFDIR|0555, st_size=143360, ...}) = 0 >23445 stat("/usr/lib/x86_64-redhat-linux/4.8.2/.", 0x7fffdb989630) = -1 ENOENT (No such file or directory) >23445 stat("/usr/lib/../lib64/.", {st_mode=S_IFDIR|0555, st_size=143360, ...}) = 0 >23445 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../x86_64-redhat-linux/lib/.", 0x7fffdb989630) = -1 ENOENT (No such file or directory) >23445 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../.", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23445 stat("/lib/.", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23445 stat("/usr/lib/.", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/crt1.o", R_OK) = -1 ENOENT (No such file or directory) >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../x86_64-redhat-linux/lib/x86_64-redhat-linux/4.8.2/crt1.o", R_OK) = -1 ENOENT (No such file or directory) >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../x86_64-redhat-linux/lib/../lib64/crt1.o", R_OK) = -1 ENOENT (No such file or directory) >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../x86_64-redhat-linux/4.8.2/crt1.o", R_OK) = -1 ENOENT (No such file or directory) >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/crt1.o", R_OK) = 0 >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/crti.o", R_OK) = -1 ENOENT (No such file or directory) >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../x86_64-redhat-linux/lib/x86_64-redhat-linux/4.8.2/crti.o", R_OK) = -1 ENOENT (No such file or directory) >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../x86_64-redhat-linux/lib/../lib64/crti.o", R_OK) = -1 ENOENT (No such file or directory) >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../x86_64-redhat-linux/4.8.2/crti.o", R_OK) = -1 ENOENT (No such file or directory) >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/crti.o", R_OK) = 0 >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtbegin.o", R_OK) = 0 >23445 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >23445 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../x86_64-redhat-linux/lib/x86_64-redhat-linux/4.8.2/.", 0x7fffdb988760) = -1 ENOENT (No such file or directory) >23445 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../x86_64-redhat-linux/lib/../lib64/.", 0x7fffdb988760) = -1 ENOENT (No such file or directory) >23445 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../x86_64-redhat-linux/4.8.2/.", 0x7fffdb988760) = -1 ENOENT (No such file or directory) >23445 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/.", {st_mode=S_IFDIR|0555, st_size=143360, ...}) = 0 >23445 stat("/lib/x86_64-redhat-linux/4.8.2/.", 0x7fffdb988760) = -1 ENOENT (No such file or directory) >23445 stat("/lib/../lib64/.", {st_mode=S_IFDIR|0555, st_size=143360, ...}) = 0 >23445 stat("/usr/lib/x86_64-redhat-linux/4.8.2/.", 0x7fffdb988760) = -1 ENOENT (No such file or directory) >23445 stat("/usr/lib/../lib64/.", {st_mode=S_IFDIR|0555, st_size=143360, ...}) = 0 >23445 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../x86_64-redhat-linux/lib/.", 0x7fffdb988760) = -1 ENOENT (No such file or directory) >23445 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../.", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0 >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtend.o", R_OK) = 0 >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtn.o", R_OK) = -1 ENOENT (No such file or directory) >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../x86_64-redhat-linux/lib/x86_64-redhat-linux/4.8.2/crtn.o", R_OK) = -1 ENOENT (No such file or directory) >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../x86_64-redhat-linux/lib/../lib64/crtn.o", R_OK) = -1 ENOENT (No such file or directory) >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../x86_64-redhat-linux/4.8.2/crtn.o", R_OK) = -1 ENOENT (No such file or directory) >23445 access("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/crtn.o", R_OK) = 0 >23445 stat("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/collect2", {st_mode=S_IFREG|0755, st_size=360184, ...}) = 0 >23445 access("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/collect2", X_OK) = 0 >23445 vfork( <unfinished ...> >23450 execve("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/collect2", ["/usr/libexec/gcc/x86_64-redhat-l"..., "--build-id", "--no-add-needed", "--eh-frame-hdr", "--hash-style=gnu", "-m", "elf_x86_64", "-dynamic-linker", "/lib64/ld-linux-x86-64.so.2", "/usr/lib/gcc/x86_64-redhat-linux"..., "/usr/lib/gcc/x86_64-redhat-linux"..., "/usr/lib/gcc/x86_64-redhat-linux"..., "-L/usr/lib/gcc/x86_64-redhat-lin"..., "-L/usr/lib/gcc/x86_64-redhat-lin"..., "-L/lib/../lib64", "-L/usr/lib/../lib64", ...], [/* 67 vars */] <unfinished ...> >23445 <... vfork resumed> ) = 23450 >23445 wait4(23450, <unfinished ...> >23450 <... execve resumed> ) = 0 >23450 brk(0) = 0x25ad000 >23450 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc3253ae000 >23450 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) >23450 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4 >23450 fstat(4, {st_mode=S_IFREG|0644, st_size=208178, ...}) = 0 >23450 mmap(NULL, 208178, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7fc32537b000 >23450 close(4) = 0 >23450 open("/lib64/libm.so.6", O_RDONLY|O_CLOEXEC) = 4 >23450 read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220X\0\0\0\0\0\0"..., 832) = 832 >23450 fstat(4, {st_mode=S_IFREG|0755, st_size=1159944, ...}) = 0 >23450 mmap(NULL, 3170648, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7fc324e89000 >23450 mprotect(0x7fc324f8e000, 2097152, PROT_NONE) = 0 >23450 mmap(0x7fc32518e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x105000) = 0x7fc32518e000 >23450 close(4) = 0 >23450 open("/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 4 >23450 read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\36\2\0\0\0\0\0"..., 832) = 832 >23450 fstat(4, {st_mode=S_IFREG|0755, st_size=2097264, ...}) = 0 >23450 mmap(NULL, 3924576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7fc324aca000 >23450 mprotect(0x7fc324c7e000, 2097152, PROT_NONE) = 0 >23450 mmap(0x7fc324e7e000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1b4000) = 0x7fc324e7e000 >23450 mmap(0x7fc324e84000, 16992, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc324e84000 >23450 close(4) = 0 >23450 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc32537a000 >23450 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc325378000 >23450 arch_prctl(ARCH_SET_FS, 0x7fc325378740) = 0 >23450 mprotect(0x7fc324e7e000, 16384, PROT_READ) = 0 >23450 mprotect(0x7fc32518e000, 4096, PROT_READ) = 0 >23450 mprotect(0x656000, 4096, PROT_READ) = 0 >23450 mprotect(0x7fc3253af000, 4096, PROT_READ) = 0 >23450 munmap(0x7fc32537b000, 208178) = 0 >23450 brk(0) = 0x25ad000 >23450 rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTORER|SA_RESTART, 0x7fc324affcb0}, {SIG_DFL, [], 0}, 8) = 0 >23450 brk(0) = 0x25ad000 >23450 brk(0x25ce000) = 0x25ce000 >23450 brk(0) = 0x25ce000 >23450 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 4 >23450 fstat(4, {st_mode=S_IFREG|0644, st_size=106070960, ...}) = 0 >23450 mmap(NULL, 106070960, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7fc31e5a1000 >23450 close(4) = 0 >23450 open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 4 >23450 fstat(4, {st_mode=S_IFREG|0644, st_size=2492, ...}) = 0 >23450 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc3253ad000 >23450 read(4, "# Locale name alias data base.\n#"..., 4096) = 2492 >23450 read(4, "", 4096) = 0 >23450 close(4) = 0 >23450 munmap(0x7fc3253ad000, 4096) = 0 >23450 open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/gcc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23450 open("/usr/share/locale/en_US.utf8/LC_MESSAGES/gcc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23450 open("/usr/share/locale/en_US/LC_MESSAGES/gcc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23450 open("/usr/share/locale/en.UTF-8/LC_MESSAGES/gcc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23450 open("/usr/share/locale/en.utf8/LC_MESSAGES/gcc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23450 open("/usr/share/locale/en/LC_MESSAGES/gcc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23450 ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 >23450 rt_sigaction(SIGQUIT, {SIG_IGN, [QUIT], SA_RESTORER|SA_RESTART, 0x7fc324affcb0}, {SIG_DFL, [], 0}, 8) = 0 >23450 rt_sigaction(SIGQUIT, {0x4036e9, [QUIT], SA_RESTORER|SA_RESTART, 0x7fc324affcb0}, {SIG_IGN, [QUIT], SA_RESTORER|SA_RESTART, 0x7fc324affcb0}, 8) = 0 >23450 rt_sigaction(SIGINT, {SIG_IGN, [INT], SA_RESTORER|SA_RESTART, 0x7fc324affcb0}, {SIG_DFL, [], 0}, 8) = 0 >23450 rt_sigaction(SIGINT, {0x4036e9, [INT], SA_RESTORER|SA_RESTART, 0x7fc324affcb0}, {SIG_IGN, [INT], SA_RESTORER|SA_RESTART, 0x7fc324affcb0}, 8) = 0 >23450 rt_sigaction(SIGALRM, {SIG_IGN, [ALRM], SA_RESTORER|SA_RESTART, 0x7fc324affcb0}, {SIG_DFL, [], 0}, 8) = 0 >23450 rt_sigaction(SIGALRM, {0x4036e9, [ALRM], SA_RESTORER|SA_RESTART, 0x7fc324affcb0}, {SIG_IGN, [ALRM], SA_RESTORER|SA_RESTART, 0x7fc324affcb0}, 8) = 0 >23450 rt_sigaction(SIGHUP, {SIG_IGN, [HUP], SA_RESTORER|SA_RESTART, 0x7fc324affcb0}, {SIG_DFL, [], 0}, 8) = 0 >23450 rt_sigaction(SIGHUP, {0x4036e9, [HUP], SA_RESTORER|SA_RESTART, 0x7fc324affcb0}, {SIG_IGN, [HUP], SA_RESTORER|SA_RESTART, 0x7fc324affcb0}, 8) = 0 >23450 rt_sigaction(SIGSEGV, {SIG_IGN, [SEGV], SA_RESTORER|SA_RESTART, 0x7fc324affcb0}, {SIG_DFL, [], 0}, 8) = 0 >23450 rt_sigaction(SIGSEGV, {0x4036e9, [SEGV], SA_RESTORER|SA_RESTART, 0x7fc324affcb0}, {SIG_IGN, [SEGV], SA_RESTORER|SA_RESTART, 0x7fc324affcb0}, 8) = 0 >23450 rt_sigaction(SIGBUS, {SIG_IGN, [BUS], SA_RESTORER|SA_RESTART, 0x7fc324affcb0}, {SIG_DFL, [], 0}, 8) = 0 >23450 rt_sigaction(SIGBUS, {0x4036e9, [BUS], SA_RESTORER|SA_RESTART, 0x7fc324affcb0}, {SIG_IGN, [BUS], SA_RESTORER|SA_RESTART, 0x7fc324affcb0}, 8) = 0 >23450 stat("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/real-ld", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/real-ld", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/libexec/gcc/x86_64-redhat-linux/real-ld", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/real-ld", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/lib/gcc/x86_64-redhat-linux/real-ld", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/collect-ld", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/collect-ld", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/libexec/gcc/x86_64-redhat-linux/collect-ld", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/collect-ld", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/lib/gcc/x86_64-redhat-linux/collect-ld", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/ld", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/ld", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/libexec/gcc/x86_64-redhat-linux/ld", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/ld", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/lib/gcc/x86_64-redhat-linux/ld", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/home/boeckb/.local/bin/ld", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/lib64/ccache/ld", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/local/bin/ld", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/bin/ld", {st_mode=S_IFREG|0755, st_size=857552, ...}) = 0 >23450 access("/usr/bin/ld", X_OK) = 0 >23450 stat("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/gnm", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/gnm", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/libexec/gcc/x86_64-redhat-linux/gnm", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/gnm", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/lib/gcc/x86_64-redhat-linux/gnm", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/home/boeckb/.local/bin/gnm", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/lib64/ccache/gnm", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/local/bin/gnm", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/bin/gnm", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/local/sbin/gnm", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/sbin/gnm", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/home/boeckb/bin/gnm", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/nm", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/nm", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/libexec/gcc/x86_64-redhat-linux/nm", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/nm", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/lib/gcc/x86_64-redhat-linux/nm", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/home/boeckb/.local/bin/nm", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/lib64/ccache/nm", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/local/bin/nm", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/bin/nm", {st_mode=S_IFREG|0755, st_size=42384, ...}) = 0 >23450 access("/usr/bin/nm", X_OK) = 0 >23450 stat("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/gstrip", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/gstrip", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/libexec/gcc/x86_64-redhat-linux/gstrip", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/gstrip", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/lib/gcc/x86_64-redhat-linux/gstrip", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/home/boeckb/.local/bin/gstrip", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/lib64/ccache/gstrip", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/local/bin/gstrip", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/bin/gstrip", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/local/sbin/gstrip", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/sbin/gstrip", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/home/boeckb/bin/gstrip", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/strip", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/strip", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/libexec/gcc/x86_64-redhat-linux/strip", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/strip", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/lib/gcc/x86_64-redhat-linux/strip", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/home/boeckb/.local/bin/strip", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/lib64/ccache/strip", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/local/bin/strip", 0x7fffdd34cbc0) = -1 ENOENT (No such file or directory) >23450 stat("/usr/bin/strip", {st_mode=S_IFREG|0755, st_size=224336, ...}) = 0 >23450 access("/usr/bin/strip", X_OK) = 0 >23450 access("/usr/bin/g++", X_OK) = 0 >23450 access("/tmp", R_OK|W_OK|X_OK) = 0 >23450 getpid() = 23450 >23450 open("/tmp/cc7LO1Si.c", O_RDWR|O_CREAT|O_EXCL, 0600) = 4 >23450 close(4) = 0 >23450 open("/tmp/cc8Pinqk.o", O_RDWR|O_CREAT|O_EXCL, 0600) = 4 >23450 close(4) = 0 >23450 open("/tmp/cceJiJXl.ld", O_RDWR|O_CREAT|O_EXCL, 0600) = 4 >23450 close(4) = 0 >23450 open("/tmp/ccU3W5un.le", O_RDWR|O_CREAT|O_EXCL, 0600) = 4 >23450 close(4) = 0 >23450 open("/tmp/cceJiJXl.ld", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 4 >23450 open("/tmp/ccU3W5un.le", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 5 >23450 vfork( <unfinished ...> >23451 dup2(4, 1) = 1 >23451 close(4) = 0 >23451 dup2(5, 2) = 2 >23451 close(5) = 0 >23451 execve("/usr/bin/ld", ["/usr/bin/ld", "--build-id", "--no-add-needed", "--eh-frame-hdr", "--hash-style=gnu", "-m", "elf_x86_64", "-dynamic-linker", "/lib64/ld-linux-x86-64.so.2", "/usr/lib/gcc/x86_64-redhat-linux"..., "/usr/lib/gcc/x86_64-redhat-linux"..., "/usr/lib/gcc/x86_64-redhat-linux"..., "-L/usr/lib/gcc/x86_64-redhat-lin"..., "-L/usr/lib/gcc/x86_64-redhat-lin"..., "-L/lib/../lib64", "-L/usr/lib/../lib64", ...], [/* 67 vars */] <unfinished ...> >23450 <... vfork resumed> ) = 23451 >23450 close(4) = 0 >23450 close(5 <unfinished ...> >23451 <... execve resumed> ) = 0 >23450 <... close resumed> ) = 0 >23450 wait4(23451, <unfinished ...> >23451 brk(0) = 0x1d43000 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b33000 >23451 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) >23451 open("/usr/lib64/tls/x86_64/libbfd-2.23.2.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) >23451 stat("/usr/lib64/tls/x86_64", 0x7fff22bec270) = -1 ENOENT (No such file or directory) >23451 open("/usr/lib64/tls/libbfd-2.23.2.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) >23451 stat("/usr/lib64/tls", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0 >23451 open("/usr/lib64/x86_64/libbfd-2.23.2.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) >23451 stat("/usr/lib64/x86_64", 0x7fff22bec270) = -1 ENOENT (No such file or directory) >23451 open("/usr/lib64/libbfd-2.23.2.so", O_RDONLY|O_CLOEXEC) = 4 >23451 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\262\3\0\0\0\0\0"..., 832) = 832 >23451 fstat(4, {st_mode=S_IFREG|0755, st_size=1111488, ...}) = 0 >23451 mmap(NULL, 3216928, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f9757603000 >23451 mprotect(0x7f97576fa000, 2097152, PROT_NONE) = 0 >23451 mmap(0x7f97578fa000, 94208, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xf7000) = 0x7f97578fa000 >23451 mmap(0x7f9757911000, 13856, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9757911000 >23451 close(4) = 0 >23451 open("/usr/lib64/tls/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) >23451 open("/usr/lib64/libz.so.1", O_RDONLY|O_CLOEXEC) = 4 >23451 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\"\0\0\0\0\0\0"..., 832) = 832 >23451 fstat(4, {st_mode=S_IFREG|0755, st_size=90000, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b32000 >23451 mmap(NULL, 2183688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f97573ed000 >23451 mprotect(0x7f9757402000, 2093056, PROT_NONE) = 0 >23451 mmap(0x7f9757601000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x14000) = 0x7f9757601000 >23451 close(4) = 0 >23451 open("/usr/lib64/tls/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) >23451 open("/usr/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = 4 >23451 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"..., 832) = 832 >23451 fstat(4, {st_mode=S_IFREG|0755, st_size=19512, ...}) = 0 >23451 mmap(NULL, 2109744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f97571e9000 >23451 mprotect(0x7f97571ec000, 2093056, PROT_NONE) = 0 >23451 mmap(0x7f97573eb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2000) = 0x7f97573eb000 >23451 close(4) = 0 >23451 open("/usr/lib64/tls/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) >23451 open("/usr/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 4 >23451 read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\36\2\0\0\0\0\0"..., 832) = 832 >23451 fstat(4, {st_mode=S_IFREG|0755, st_size=2097264, ...}) = 0 >23451 mmap(NULL, 3924576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f9756e2a000 >23451 mprotect(0x7f9756fde000, 2097152, PROT_NONE) = 0 >23451 mmap(0x7f97571de000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1b4000) = 0x7f97571de000 >23451 mmap(0x7f97571e4000, 16992, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97571e4000 >23451 close(4) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b31000 >23451 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b2f000 >23451 arch_prctl(ARCH_SET_FS, 0x7f9757b2f740) = 0 >23451 mprotect(0x7f97571de000, 16384, PROT_READ) = 0 >23451 mprotect(0x7f97573eb000, 4096, PROT_READ) = 0 >23451 mprotect(0x7f9757601000, 4096, PROT_READ) = 0 >23451 mprotect(0x7f97578fa000, 69632, PROT_READ) = 0 >23451 mprotect(0x6cd000, 4096, PROT_READ) = 0 >23451 mprotect(0x7f9757b34000, 4096, PROT_READ) = 0 >23451 getrusage(RUSAGE_SELF, {ru_utime={0, 1000}, ru_stime={0, 0}, ...}) = 0 >23451 brk(0) = 0x1d43000 >23451 brk(0x1d64000) = 0x1d64000 >23451 brk(0) = 0x1d64000 >23451 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 4 >23451 fstat(4, {st_mode=S_IFREG|0644, st_size=106070960, ...}) = 0 >23451 mmap(NULL, 106070960, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f9750901000 >23451 close(4) = 0 >23451 brk(0) = 0x1d64000 >23451 open("/usr/lib64/gconv/gconv-modules.cache", O_RDONLY) = 4 >23451 fstat(4, {st_mode=S_IFREG|0644, st_size=26254, ...}) = 0 >23451 mmap(NULL, 26254, PROT_READ, MAP_SHARED, 4, 0) = 0x7f9757b28000 >23451 close(4) = 0 >23451 open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 4 >23451 fstat(4, {st_mode=S_IFREG|0644, st_size=2492, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b27000 >23451 read(4, "# Locale name alias data base.\n#"..., 4096) = 2492 >23451 read(4, "", 4096) = 0 >23451 close(4) = 0 >23451 munmap(0x7f9757b27000, 4096) = 0 >23451 open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/ld.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23451 open("/usr/share/locale/en_US.utf8/LC_MESSAGES/ld.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23451 open("/usr/share/locale/en_US/LC_MESSAGES/ld.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23451 open("/usr/share/locale/en.UTF-8/LC_MESSAGES/ld.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23451 open("/usr/share/locale/en.utf8/LC_MESSAGES/ld.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23451 open("/usr/share/locale/en/LC_MESSAGES/ld.mo", O_RDONLY) = -1 ENOENT (No such file or directory) >23451 stat("a.out", {st_mode=S_IFREG|0750, st_size=40361, ...}) = 0 >23451 lstat("a.out", {st_mode=S_IFREG|0750, st_size=40361, ...}) = 0 >23451 unlink("a.out") = 0 >23451 open("a.out", O_RDWR|O_CREAT|O_TRUNC, 0666) = 4 >23451 fcntl(4, F_GETFD) = 0 >23451 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 >23451 brk(0) = 0x1d64000 >23451 brk(0x1d87000) = 0x1d87000 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/crt1.o", O_RDONLY) = 5 >23451 fcntl(5, F_GETFD) = 0 >23451 fcntl(5, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(5, {st_mode=S_IFREG|0644, st_size=1888, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b27000 >23451 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 1888 >23451 lseek(5, 0, SEEK_SET) = 0 >23451 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 1888 >23451 lseek(5, 1888, SEEK_SET) = 1888 >23451 lseek(5, 1888, SEEK_SET) = 1888 >23451 lseek(5, 1888, SEEK_SET) = 1888 >23451 lseek(5, 1888, SEEK_SET) = 1888 >23451 lseek(5, 1888, SEEK_SET) = 1888 >23451 lseek(5, 1888, SEEK_SET) = 1888 >23451 lseek(5, 1888, SEEK_SET) = 1888 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/crti.o", O_RDONLY) = 6 >23451 fcntl(6, F_GETFD) = 0 >23451 fcntl(6, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(6, {st_mode=S_IFREG|0644, st_size=1248, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b26000 >23451 read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 1248 >23451 lseek(6, 0, SEEK_SET) = 0 >23451 read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 1248 >23451 lseek(6, 1248, SEEK_SET) = 1248 >23451 lseek(6, 1248, SEEK_SET) = 1248 >23451 lseek(6, 1248, SEEK_SET) = 1248 >23451 lseek(6, 1248, SEEK_SET) = 1248 >23451 lseek(6, 1248, SEEK_SET) = 1248 >23451 brk(0) = 0x1d87000 >23451 brk(0x1da8000) = 0x1da8000 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtbegin.o", O_RDONLY) = 7 >23451 fcntl(7, F_GETFD) = 0 >23451 fcntl(7, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(7, {st_mode=S_IFREG|0644, st_size=2832, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b25000 >23451 read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 2832 >23451 lseek(7, 0, SEEK_SET) = 0 >23451 read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 2832 >23451 lseek(7, 2832, SEEK_SET) = 2832 >23451 lseek(7, 2832, SEEK_SET) = 2832 >23451 lseek(7, 2832, SEEK_SET) = 2832 >23451 lseek(7, 2832, SEEK_SET) = 2832 >23451 lseek(7, 2832, SEEK_SET) = 2832 >23451 lseek(7, 2832, SEEK_SET) = 2832 >23451 lseek(7, 2832, SEEK_SET) = 2832 >23451 lseek(7, 2832, SEEK_SET) = 2832 >23451 lseek(7, 2832, SEEK_SET) = 2832 >23451 open("/tmp/ccEisogr.o", O_RDONLY) = 8 >23451 fcntl(8, F_GETFD) = 0 >23451 fcntl(8, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(8, {st_mode=S_IFREG|0600, st_size=73688, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b24000 >23451 read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 16384, SEEK_SET) = 16384 >23451 read(8, "S4_Pi\0.text._ZN5boost16exception"..., 4096) = 4096 >23451 lseek(8, 36864, SEEK_SET) = 36864 >23451 read(8, "`\32\0\0\0\0\0\0\t\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 16384, SEEK_SET) = 16384 >23451 read(8, "S4_Pi\0.text._ZN5boost16exception"..., 4096) = 4096 >23451 read(8, "P\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0;\1\0\0\24\1\0\0\4\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 read(8, "X\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0;\1\0\0w\1\0\0\4\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 read(8, "\306\7\0\0\0\0\0\0\25\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 read(8, "\246\20\0\0\0\0\0\0H\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 read(8, "`\32\0\0\0\0\0\0\t\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 read(8, "ata\0.bss\0.text._ZnwmPv\0.text._ZN"..., 4096) = 4096 >23451 read(8, "S4_Pi\0.text._ZN5boost16exception"..., 4096) = 4096 >23451 brk(0) = 0x1da8000 >23451 brk(0x1dc9000) = 0x1dc9000 >23451 lseek(8, 0, SEEK_SET) = 0 >23451 read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 45056, SEEK_SET) = 45056 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\3\0\27\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 49152, SEEK_SET) = 49152 >23451 read(8, "\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0}\33\0\0\"\0\301\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 read(8, "ZN5boost8iteratorISt26random_acc"..., 8192) = 8192 >23451 read(8, "ne_implINS0_19error_info_injecto"..., 4096) = 4096 >23451 lseek(8, 40960, SEEK_SET) = 40960 >23451 read(8, "\0\0\0\0\3\0\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\204\0"..., 4096) = 4096 >23451 lseek(8, 45056, SEEK_SET) = 45056 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\3\0\27\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 49152, SEEK_SET) = 49152 >23451 lseek(8, 49152, SEEK_SET) = 49152 >23451 lseek(8, 49152, SEEK_SET) = 49152 >23451 lseek(8, 40960, SEEK_SET) = 40960 >23451 read(8, "\0\0\0\0\3\0\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\204\0"..., 4096) = 4096 >23451 lseek(8, 45056, SEEK_SET) = 45056 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\3\0\27\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 49152, SEEK_SET) = 49152 >23451 lseek(8, 49152, SEEK_SET) = 49152 >23451 lseek(8, 49152, SEEK_SET) = 49152 >23451 lseek(8, 49152, SEEK_SET) = 49152 >23451 lseek(8, 49152, SEEK_SET) = 49152 >23451 lseek(8, 40960, SEEK_SET) = 40960 >23451 read(8, "\0\0\0\0\3\0\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\204\0"..., 4096) = 4096 >23451 lseek(8, 45056, SEEK_SET) = 45056 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\3\0\27\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 40960, SEEK_SET) = 40960 >23451 read(8, "\0\0\0\0\3\0\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\204\0"..., 4096) = 4096 >23451 lseek(8, 45056, SEEK_SET) = 45056 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\3\0\27\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 49152, SEEK_SET) = 49152 >23451 lseek(8, 40960, SEEK_SET) = 40960 >23451 read(8, "\0\0\0\0\3\0\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\204\0"..., 4096) = 4096 >23451 lseek(8, 45056, SEEK_SET) = 45056 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\3\0\27\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 40960, SEEK_SET) = 40960 >23451 read(8, "\0\0\0\0\3\0\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\204\0"..., 4096) = 4096 >23451 lseek(8, 45056, SEEK_SET) = 45056 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\3\0\27\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 40960, SEEK_SET) = 40960 >23451 read(8, "\0\0\0\0\3\0\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\204\0"..., 4096) = 4096 >23451 lseek(8, 45056, SEEK_SET) = 45056 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\3\0\27\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 40960, SEEK_SET) = 40960 >23451 read(8, "\0\0\0\0\3\0\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\204\0"..., 4096) = 4096 >23451 lseek(8, 45056, SEEK_SET) = 45056 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\3\0\27\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 49152, SEEK_SET) = 49152 >23451 lseek(8, 40960, SEEK_SET) = 40960 >23451 read(8, "\0\0\0\0\3\0\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\204\0"..., 4096) = 4096 >23451 lseek(8, 45056, SEEK_SET) = 45056 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\3\0\27\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 49152, SEEK_SET) = 49152 >23451 lseek(8, 40960, SEEK_SET) = 40960 >23451 read(8, "\0\0\0\0\3\0\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\204\0"..., 4096) = 4096 >23451 lseek(8, 45056, SEEK_SET) = 45056 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\3\0\27\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 40960, SEEK_SET) = 40960 >23451 read(8, "\0\0\0\0\3\0\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\204\0"..., 4096) = 4096 >23451 lseek(8, 49152, SEEK_SET) = 49152 >23451 read(8, "\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0}\33\0\0\"\0\301\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 53248, SEEK_SET) = 53248 >23451 lseek(8, 53248, SEEK_SET) = 53248 >23451 lseek(8, 53248, SEEK_SET) = 53248 >23451 lseek(8, 53248, SEEK_SET) = 53248 >23451 lseek(8, 40960, SEEK_SET) = 40960 >23451 read(8, "\0\0\0\0\3\0\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\204\0"..., 4096) = 4096 >23451 lseek(8, 49152, SEEK_SET) = 49152 >23451 read(8, "\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0}\33\0\0\"\0\301\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 53248, SEEK_SET) = 53248 >23451 lseek(8, 53248, SEEK_SET) = 53248 >23451 lseek(8, 53248, SEEK_SET) = 53248 >23451 brk(0) = 0x1dc9000 >23451 brk(0x1dea000) = 0x1dea000 >23451 lseek(8, 40960, SEEK_SET) = 40960 >23451 read(8, "\0\0\0\0\3\0\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\204\0"..., 4096) = 4096 >23451 lseek(8, 49152, SEEK_SET) = 49152 >23451 read(8, "\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0}\33\0\0\"\0\301\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 53248, SEEK_SET) = 53248 >23451 lseek(8, 53248, SEEK_SET) = 53248 >23451 lseek(8, 53248, SEEK_SET) = 53248 >23451 lseek(8, 40960, SEEK_SET) = 40960 >23451 read(8, "\0\0\0\0\3\0\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\204\0"..., 4096) = 4096 >23451 lseek(8, 49152, SEEK_SET) = 49152 >23451 read(8, "\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0}\33\0\0\"\0\301\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 40960, SEEK_SET) = 40960 >23451 read(8, "\0\0\0\0\3\0\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\204\0"..., 4096) = 4096 >23451 lseek(8, 49152, SEEK_SET) = 49152 >23451 read(8, "\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0}\33\0\0\"\0\301\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 53248, SEEK_SET) = 53248 >23451 lseek(8, 53248, SEEK_SET) = 53248 >23451 lseek(8, 53248, SEEK_SET) = 53248 >23451 lseek(8, 45056, SEEK_SET) = 45056 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\3\0\27\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 49152, SEEK_SET) = 49152 >23451 lseek(8, 49152, SEEK_SET) = 49152 >23451 read(8, "\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0}\33\0\0\"\0\301\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 53248, SEEK_SET) = 53248 >23451 lseek(8, 53248, SEEK_SET) = 53248 >23451 lseek(8, 53248, SEEK_SET) = 53248 >23451 lseek(8, 53248, SEEK_SET) = 53248 >23451 lseek(8, 53248, SEEK_SET) = 53248 >23451 lseek(8, 53248, SEEK_SET) = 53248 >23451 lseek(8, 53248, SEEK_SET) = 53248 >23451 lseek(8, 53248, SEEK_SET) = 53248 >23451 lseek(8, 53248, SEEK_SET) = 53248 >23451 lseek(8, 45056, SEEK_SET) = 45056 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\3\0\27\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 read(8, "\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0}\33\0\0\"\0\301\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 61440, SEEK_SET) = 61440 >23451 read(8, "ne_implINS0_19error_info_injecto"..., 4096) = 4096 >23451 lseek(8, 36864, SEEK_SET) = 36864 >23451 read(8, "`\32\0\0\0\0\0\0\t\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 61440, SEEK_SET) = 61440 >23451 read(8, "ne_implINS0_19error_info_injecto"..., 4096) = 4096 >23451 read(8, "\2\0\0\0\"\1\0\0\374\377\377\377\377\377\377\377\24\0\0\0\0\0\0\0\2\0\0\0\"\1\0\0"..., 4096) = 4096 >23451 lseek(8, 40960, SEEK_SET) = 40960 >23451 read(8, "\0\0\0\0\3\0\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\204\0"..., 4096) = 4096 >23451 lseek(8, 65536, SEEK_SET) = 65536 >23451 read(8, "\2\0\0\0\"\1\0\0\374\377\377\377\377\377\377\377\24\0\0\0\0\0\0\0\2\0\0\0\"\1\0\0"..., 4096) = 4096 >23451 lseek(8, 40960, SEEK_SET) = 40960 >23451 read(8, "\0\0\0\0\3\0\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\204\0"..., 4096) = 4096 >23451 lseek(8, 65536, SEEK_SET) = 65536 >23451 read(8, "\2\0\0\0\"\1\0\0\374\377\377\377\377\377\377\377\24\0\0\0\0\0\0\0\2\0\0\0\"\1\0\0"..., 4096) = 4096 >23451 read(8, "\30\0\0\0\0\0\0\0\1\0\0\0\251\1\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0"..., 4096) = 4056 >23451 lseek(8, 36864, SEEK_SET) = 36864 >23451 read(8, "`\32\0\0\0\0\0\0\t\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 69632, SEEK_SET) = 69632 >23451 read(8, "\30\0\0\0\0\0\0\0\1\0\0\0\251\1\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0"..., 4096) = 4056 >23451 lseek(8, 36864, SEEK_SET) = 36864 >23451 read(8, "`\32\0\0\0\0\0\0\t\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 40960, SEEK_SET) = 40960 >23451 read(8, "\0\0\0\0\3\0\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\204\0"..., 4096) = 4096 >23451 lseek(8, 45056, SEEK_SET) = 45056 >23451 lseek(8, 45056, SEEK_SET) = 45056 >23451 lseek(8, 45056, SEEK_SET) = 45056 >23451 lseek(8, 45056, SEEK_SET) = 45056 >23451 lseek(8, 45056, SEEK_SET) = 45056 >23451 lseek(8, 36864, SEEK_SET) = 36864 >23451 read(8, "`\32\0\0\0\0\0\0\t\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 40960, SEEK_SET) = 40960 >23451 read(8, "\0\0\0\0\3\0\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\204\0"..., 4096) = 4096 >23451 lseek(8, 45056, SEEK_SET) = 45056 >23451 lseek(8, 45056, SEEK_SET) = 45056 >23451 lseek(8, 36864, SEEK_SET) = 36864 >23451 read(8, "`\32\0\0\0\0\0\0\t\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 brk(0) = 0x1dea000 >23451 brk(0x1e0b000) = 0x1e0b000 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/libstdc++.so", O_RDONLY) = 9 >23451 fcntl(9, F_GETFD) = 0 >23451 fcntl(9, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(9, {st_mode=S_IFREG|0755, st_size=995840, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b23000 >23451 lseek(9, 0, SEEK_SET) = 0 >23451 read(9, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\272\5\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(9, 4096, SEEK_SET) = 4096 >23451 lseek(9, 4096, SEEK_SET) = 4096 >23451 lseek(9, 4096, SEEK_SET) = 4096 >23451 lseek(9, 4096, SEEK_SET) = 4096 >23451 lseek(9, 4096, SEEK_SET) = 4096 >23451 lseek(9, 4096, SEEK_SET) = 4096 >23451 lseek(9, 4096, SEEK_SET) = 4096 >23451 lseek(9, 4096, SEEK_SET) = 4096 >23451 lseek(9, 4096, SEEK_SET) = 4096 >23451 lseek(9, 4096, SEEK_SET) = 4096 >23451 lseek(9, 4096, SEEK_SET) = 4096 >23451 lseek(9, 4096, SEEK_SET) = 4096 >23451 lseek(9, 4096, SEEK_SET) = 4096 >23451 lseek(9, 4096, SEEK_SET) = 4096 >23451 lseek(9, 4096, SEEK_SET) = 4096 >23451 lseek(9, 4096, SEEK_SET) = 4096 >23451 lseek(9, 4096, SEEK_SET) = 4096 >23451 lseek(9, 991232, SEEK_SET) = 991232 >23451 read(9, "V\261\5\0\0\0\0\0f\261\5\0\0\0\0\0v\261\5\0\0\0\0\0\206\261\5\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(9, 995328, SEEK_SET) = 995328 >23451 read(9, "\31\0\0\0\6\0\0\0\3\0\0\0\0\0\0\0\370\2/\0\0\0\0\0\370\2\17\0\0\0\0\0"..., 4096) = 512 >23451 lseek(9, 991232, SEEK_SET) = 991232 >23451 read(9, "V\261\5\0\0\0\0\0f\261\5\0\0\0\0\0v\261\5\0\0\0\0\0\206\261\5\0\0\0\0\0"..., 4096) = 4096 >23451 read(9, "\31\0\0\0\6\0\0\0\3\0\0\0\0\0\0\0\370\2/\0\0\0\0\0\370\2\17\0\0\0\0\0"..., 4096) = 512 >23451 lseek(9, 0, SEEK_SET) = 0 >23451 read(9, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\272\5\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(9, 991232, SEEK_SET) = 991232 >23451 read(9, "V\261\5\0\0\0\0\0f\261\5\0\0\0\0\0v\261\5\0\0\0\0\0\206\261\5\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(9, 0, SEEK_SET) = 0 >23451 read(9, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\272\5\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(9, 991232, SEEK_SET) = 991232 >23451 read(9, "V\261\5\0\0\0\0\0f\261\5\0\0\0\0\0v\261\5\0\0\0\0\0\206\261\5\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(9, 983040, SEEK_SET) = 983040 >23451 read(9, "\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 mmap(NULL, 163840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757afb000 >23451 lseek(9, 114688, SEEK_SET) = 114688 >23451 read(9, "P\0\0\0\0\0\0\0x\3\1\0\"\0\f\0000\342\v\0\0\0\0\0005\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 read(9, "St12memory_order\0_ZSt15future_ca"..., 155648) = 155648 >23451 read(9, "wEET_S5_RKS1_\0_ZNSbIwSt11char_tr"..., 4096) = 4096 >23451 brk(0) = 0x1e0b000 >23451 brk(0x1e3a000) = 0x1e3a000 >23451 lseek(9, 20480, SEEK_SET) = 20480 >23451 read(9, "\7\337x\336\346sFaL%-\220\344\17\320K\236 \237\332\223\264cWf\243b\303S;cv"..., 4096) = 4096 >23451 read(9, "\247\20\0\0\22\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\206\0\0\22\0\0\0"..., 90112) = 90112 >23451 read(9, "P\0\0\0\0\0\0\0x\3\1\0\"\0\f\0000\342\v\0\0\0\0\0005\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(9, 282624, SEEK_SET) = 282624 >23451 read(9, "\2\0\2\0\21\0\2\0\v\0\20\0\2\0\2\0\2\0\2\0\2\0\2\0\2\0\2\0\2\0\r\0"..., 4096) = 4096 >23451 lseek(9, 286720, SEEK_SET) = 286720 >23451 lseek(9, 274432, SEEK_SET) = 274432 >23451 read(9, "wEET_S5_RKS1_\0_ZNSbIwSt11char_tr"..., 4096) = 4096 >23451 read(9, "\2\0\26\0\23\0\2\0\2\0\2\0\2\0\2\0\26\0\2\0\2\0\2\0\2\0\2\0\2\0\2\0"..., 4096) = 4096 >23451 read(9, "\2\0\2\0\21\0\2\0\v\0\20\0\2\0\2\0\2\0\2\0\2\0\2\0\2\0\2\0\2\0\r\0"..., 4096) = 4096 >23451 brk(0) = 0x1e3a000 >23451 brk(0x1e5b000) = 0x1e5b000 >23451 brk(0) = 0x1e5b000 >23451 brk(0x1e7c000) = 0x1e7c000 >23451 brk(0) = 0x1e7c000 >23451 brk(0x1e9d000) = 0x1e9d000 >23451 brk(0) = 0x1e9d000 >23451 brk(0x1ebe000) = 0x1ebe000 >23451 brk(0) = 0x1ebe000 >23451 brk(0x1edf000) = 0x1edf000 >23451 brk(0) = 0x1edf000 >23451 brk(0x1f01000) = 0x1f01000 >23451 brk(0) = 0x1f01000 >23451 brk(0x1f22000) = 0x1f22000 >23451 brk(0) = 0x1f22000 >23451 brk(0x1f43000) = 0x1f43000 >23451 brk(0) = 0x1f43000 >23451 brk(0x1f64000) = 0x1f64000 >23451 brk(0) = 0x1f64000 >23451 brk(0x1f85000) = 0x1f85000 >23451 mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757ada000 >23451 brk(0) = 0x1f85000 >23451 brk(0x1fa6000) = 0x1fa6000 >23451 brk(0) = 0x1fa6000 >23451 brk(0x1fc7000) = 0x1fc7000 >23451 brk(0) = 0x1fc7000 >23451 brk(0x1fe8000) = 0x1fe8000 >23451 brk(0) = 0x1fe8000 >23451 brk(0x2009000) = 0x2009000 >23451 brk(0) = 0x2009000 >23451 brk(0x202a000) = 0x202a000 >23451 brk(0) = 0x202a000 >23451 brk(0x204b000) = 0x204b000 >23451 brk(0) = 0x204b000 >23451 brk(0x206c000) = 0x206c000 >23451 brk(0) = 0x206c000 >23451 brk(0x208d000) = 0x208d000 >23451 brk(0) = 0x208d000 >23451 brk(0x20ae000) = 0x20ae000 >23451 open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 10 >23451 fstat(10, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757ad9000 >23451 read(10, "MemTotal: 8167340 kB\nMemF"..., 1024) = 1024 >23451 close(10) = 0 >23451 munmap(0x7f9757ad9000, 4096) = 0 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/libm.so", O_RDONLY) = -1 ENOENT (No such file or directory) >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/libm.a", O_RDONLY) = -1 ENOENT (No such file or directory) >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/libm.so", O_RDONLY) = 10 >23451 fcntl(10, F_GETFD) = 0 >23451 fcntl(10, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(10, {st_mode=S_IFREG|0755, st_size=1159944, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757ad9000 >23451 lseek(10, 0, SEEK_SET) = 0 >23451 read(10, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220X\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(10, 4096, SEEK_SET) = 4096 >23451 lseek(10, 4096, SEEK_SET) = 4096 >23451 lseek(10, 4096, SEEK_SET) = 4096 >23451 lseek(10, 4096, SEEK_SET) = 4096 >23451 lseek(10, 4096, SEEK_SET) = 4096 >23451 lseek(10, 4096, SEEK_SET) = 4096 >23451 lseek(10, 4096, SEEK_SET) = 4096 >23451 lseek(10, 4096, SEEK_SET) = 4096 >23451 lseek(10, 4096, SEEK_SET) = 4096 >23451 lseek(10, 4096, SEEK_SET) = 4096 >23451 lseek(10, 4096, SEEK_SET) = 4096 >23451 lseek(10, 4096, SEEK_SET) = 4096 >23451 lseek(10, 4096, SEEK_SET) = 4096 >23451 lseek(10, 4096, SEEK_SET) = 4096 >23451 lseek(10, 4096, SEEK_SET) = 4096 >23451 lseek(10, 4096, SEEK_SET) = 4096 >23451 lseek(10, 4096, SEEK_SET) = 4096 >23451 lseek(10, 1155072, SEEK_SET) = 1155072 >23451 read(10, "ssignaling\0erfl\0__lgammaf_r_fini"..., 4096) = 4096 >23451 lseek(10, 1159168, SEEK_SET) = 1159168 >23451 read(10, "\0\0\0\0\0\0\0\0\270\0\0\0\1\0\0\0\3\0\0\0\0\0\0\0\260\\0\0\0\0\0\0"..., 4096) = 776 >23451 lseek(10, 1155072, SEEK_SET) = 1155072 >23451 read(10, "ssignaling\0erfl\0__lgammaf_r_fini"..., 4096) = 4096 >23451 read(10, "\0\0\0\0\0\0\0\0\270\0\0\0\1\0\0\0\3\0\0\0\0\0\0\0\260\\0\0\0\0\0\0"..., 4096) = 776 >23451 lseek(10, 0, SEEK_SET) = 0 >23451 read(10, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220X\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(10, 1155072, SEEK_SET) = 1155072 >23451 read(10, "ssignaling\0erfl\0__lgammaf_r_fini"..., 4096) = 4096 >23451 lseek(10, 0, SEEK_SET) = 0 >23451 read(10, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220X\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(10, 1073152, SEEK_SET) = 1073152 >23451 read(10, "\270\\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\306V\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(10, 1069056, SEEK_SET) = 1069056 >23451 read(10, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(10, 12288, SEEK_SET) = 12288 >23451 read(10, "\0\266\2\0\0\0\0\0003\0\0\0\0\0\0\0E\10\0\0\22\0\r\0\260\207\3\0\0\0\0\0"..., 4096) = 4096 >23451 read(10, "feholdexcept\0fesetenv\0feupdateen"..., 4096) = 4096 >23451 lseek(10, 4096, SEEK_SET) = 4096 >23451 read(10, "\0\0\0\0\201\1\0\0\0\0\0\0\202\1\0\0\203\1\0\0\204\1\0\0\0\0\0\0\205\1\0\0"..., 4096) = 4096 >23451 read(10, "%\1\0\0\0\0\0\0\234\4\0\0\22\0\r\0\260\266\2\0\0\0\0\0$\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 read(10, "\0\266\2\0\0\0\0\0003\0\0\0\0\0\0\0E\10\0\0\22\0\r\0\260\207\3\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(10, 16384, SEEK_SET) = 16384 >23451 read(10, "feholdexcept\0fesetenv\0feupdateen"..., 4096) = 4096 >23451 lseek(10, 20480, SEEK_SET) = 20480 >23451 lseek(10, 20480, SEEK_SET) = 20480 >23451 brk(0) = 0x20ae000 >23451 brk(0x20cf000) = 0x20cf000 >23451 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757a99000 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc_s.so", O_RDONLY) = 11 >23451 fcntl(11, F_GETFD) = 0 >23451 fcntl(11, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(11, {st_mode=S_IFREG|0755, st_size=88720, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757a98000 >23451 lseek(11, 0, SEEK_SET) = 0 >23451 read(11, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360*\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(11, 4096, SEEK_SET) = 4096 >23451 lseek(11, 4096, SEEK_SET) = 4096 >23451 lseek(11, 4096, SEEK_SET) = 4096 >23451 lseek(11, 4096, SEEK_SET) = 4096 >23451 lseek(11, 4096, SEEK_SET) = 4096 >23451 lseek(11, 4096, SEEK_SET) = 4096 >23451 lseek(11, 4096, SEEK_SET) = 4096 >23451 lseek(11, 4096, SEEK_SET) = 4096 >23451 lseek(11, 4096, SEEK_SET) = 4096 >23451 lseek(11, 4096, SEEK_SET) = 4096 >23451 lseek(11, 4096, SEEK_SET) = 4096 >23451 lseek(11, 4096, SEEK_SET) = 4096 >23451 lseek(11, 4096, SEEK_SET) = 4096 >23451 lseek(11, 4096, SEEK_SET) = 4096 >23451 lseek(11, 4096, SEEK_SET) = 4096 >23451 lseek(11, 4096, SEEK_SET) = 4096 >23451 lseek(11, 4096, SEEK_SET) = 4096 >23451 brk(0) = 0x20cf000 >23451 brk(0x20f0000) = 0x20f0000 >23451 lseek(11, 86016, SEEK_SET) = 86016 >23451 read(11, "\330M!\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0006(\0\0\0\0\0\0"..., 4096) = 2704 >23451 lseek(11, 88720, SEEK_SET) = 88720 >23451 lseek(11, 88720, SEEK_SET) = 88720 >23451 lseek(11, 0, SEEK_SET) = 0 >23451 read(11, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360*\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(11, 86016, SEEK_SET) = 86016 >23451 read(11, "\330M!\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0006(\0\0\0\0\0\0"..., 4096) = 2704 >23451 lseek(11, 0, SEEK_SET) = 0 >23451 read(11, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360*\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(11, 86016, SEEK_SET) = 86016 >23451 read(11, "\330M!\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0006(\0\0\0\0\0\0"..., 4096) = 2704 >23451 lseek(11, 81920, SEEK_SET) = 81920 >23451 read(11, "B\vG\16\10\0\0\0\24\0\0\0$\16\0\0\220\223\377\377\10\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(11, 4096, SEEK_SET) = 4096 >23451 read(11, "\20\27\1\0\0\0\0\0~\0\0\0\0\0\0\0009\3\0\0\22\0\f\0p,\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(11, 0, SEEK_SET) = 0 >23451 read(11, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360*\0\0\0\0\0\0"..., 4096) = 4096 >23451 read(11, "\20\27\1\0\0\0\0\0~\0\0\0\0\0\0\0009\3\0\0\22\0\f\0p,\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(11, 8192, SEEK_SET) = 8192 >23451 read(11, "\10\0\6\0\10\200\n\0\n\0\7\0\2\0\10\0\n\0\10\200\5\0\5\0\2\0\n\0\2\0\n\0"..., 4096) = 4096 >23451 lseek(11, 12288, SEEK_SET) = 12288 >23451 lseek(11, 4096, SEEK_SET) = 4096 >23451 read(11, "\20\27\1\0\0\0\0\0~\0\0\0\0\0\0\0009\3\0\0\22\0\f\0p,\0\0\0\0\0\0"..., 4096) = 4096 >23451 read(11, "\10\0\6\0\10\200\n\0\n\0\7\0\2\0\10\0\n\0\10\200\5\0\5\0\2\0\n\0\2\0\n\0"..., 4096) = 4096 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.so", O_RDONLY) = -1 ENOENT (No such file or directory) >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a", O_RDONLY) = 12 >23451 fcntl(12, F_GETFD) = 0 >23451 fcntl(12, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(12, {st_mode=S_IFREG|0644, st_size=3027160, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757a97000 >23451 lseek(12, 0, SEEK_SET) = 0 >23451 read(12, "!<arch>\n/ 13868769"..., 4096) = 4096 >23451 lseek(12, 4096, SEEK_SET) = 4096 >23451 read(12, "d64_isZero\0__bid64_isInf\0__bid64"..., 4096) = 4096 >23451 read(12, "2_xrnint\0__bid64_to_uint32_floor"..., 4096) = 4096 >23451 lseek(12, 12288, SEEK_SET) = 12288 >23451 lseek(12, 12288, SEEK_SET) = 12288 >23451 lseek(12, 12288, SEEK_SET) = 12288 >23451 read(12, ".o/\nbid128_compare.o/\nbid32_to_b"..., 4096) = 4096 >23451 lseek(12, 16384, SEEK_SET) = 16384 >23451 lseek(12, 16384, SEEK_SET) = 16384 >23451 brk(0) = 0x20f0000 >23451 brk(0x2118000) = 0x2118000 >23451 lseek(12, 16384, SEEK_SET) = 16384 >23451 lseek(12, 16384, SEEK_SET) = 16384 >23451 lseek(12, 16384, SEEK_SET) = 16384 >23451 lseek(12, 16384, SEEK_SET) = 16384 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/libc.so", O_RDONLY) = -1 ENOENT (No such file or directory) >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/libc.a", O_RDONLY) = -1 ENOENT (No such file or directory) >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/libc.so", O_RDONLY) = 13 >23451 fcntl(13, F_GETFD) = 0 >23451 fcntl(13, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(13, {st_mode=S_IFREG|0644, st_size=253, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757a96000 >23451 lseek(13, 0, SEEK_SET) = 0 >23451 read(13, "/* GNU ld script\n Use the shar"..., 4096) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/libc.so", O_RDONLY) = 14 >23451 ioctl(14, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fff22bec6b0) = -1 ENOTTY (Inappropriate ioctl for device) >23451 fstat(14, {st_mode=S_IFREG|0644, st_size=253, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757a95000 >23451 read(14, "/* GNU ld script\n Use the shar"..., 8192) = 253 >23451 read(14, "", 4096) = 0 >23451 read(14, "", 8192) = 0 >23451 ioctl(14, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fff22bec6c0) = -1 ENOTTY (Inappropriate ioctl for device) >23451 close(14) = 0 >23451 munmap(0x7f9757a95000, 4096) = 0 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 lseek(13, 253, SEEK_SET) = 253 >23451 close(13) = 0 >23451 munmap(0x7f9757a96000, 4096) = 0 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/libc.so", O_RDONLY) = 13 >23451 ioctl(13, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fff22bec7f0) = -1 ENOTTY (Inappropriate ioctl for device) >23451 fstat(13, {st_mode=S_IFREG|0644, st_size=253, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757a96000 >23451 read(13, "/* GNU ld script\n Use the shar"..., 8192) = 253 >23451 read(13, "", 4096) = 0 >23451 read(13, "", 8192) = 0 >23451 ioctl(13, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fff22beaca0) = -1 ENOTTY (Inappropriate ioctl for device) >23451 close(13) = 0 >23451 munmap(0x7f9757a96000, 4096) = 0 >23451 open("/lib64/libc.so.6", O_RDONLY) = 13 >23451 fcntl(13, F_GETFD) = 0 >23451 fcntl(13, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(13, {st_mode=S_IFREG|0755, st_size=2097264, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757a96000 >23451 lseek(13, 0, SEEK_SET) = 0 >23451 read(13, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\36\2\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(13, 4096, SEEK_SET) = 4096 >23451 lseek(13, 4096, SEEK_SET) = 4096 >23451 lseek(13, 4096, SEEK_SET) = 4096 >23451 lseek(13, 4096, SEEK_SET) = 4096 >23451 lseek(13, 4096, SEEK_SET) = 4096 >23451 lseek(13, 4096, SEEK_SET) = 4096 >23451 lseek(13, 4096, SEEK_SET) = 4096 >23451 lseek(13, 4096, SEEK_SET) = 4096 >23451 lseek(13, 4096, SEEK_SET) = 4096 >23451 lseek(13, 4096, SEEK_SET) = 4096 >23451 lseek(13, 4096, SEEK_SET) = 4096 >23451 lseek(13, 4096, SEEK_SET) = 4096 >23451 lseek(13, 4096, SEEK_SET) = 4096 >23451 lseek(13, 4096, SEEK_SET) = 4096 >23451 lseek(13, 4096, SEEK_SET) = 4096 >23451 lseek(13, 4096, SEEK_SET) = 4096 >23451 lseek(13, 4096, SEEK_SET) = 4096 >23451 lseek(13, 2093056, SEEK_SET) = 2093056 >23451 read(13, "nt_r\0sys_nerr@GLIBC_2.3\0isinfl\0_"..., 4096) = 4096 >23451 lseek(13, 2097152, SEEK_SET) = 2097152 >23451 read(13, "\0\0\0\0\0\0\0\0\240\364\37\0\0\0\0\0\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 112 >23451 lseek(13, 2093056, SEEK_SET) = 2093056 >23451 read(13, "nt_r\0sys_nerr@GLIBC_2.3\0isinfl\0_"..., 4096) = 4096 >23451 read(13, "\0\0\0\0\0\0\0\0\240\364\37\0\0\0\0\0\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 112 >23451 lseek(13, 0, SEEK_SET) = 0 >23451 read(13, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\36\2\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(13, 2093056, SEEK_SET) = 2093056 >23451 read(13, "nt_r\0sys_nerr@GLIBC_2.3\0isinfl\0_"..., 4096) = 4096 >23451 lseek(13, 0, SEEK_SET) = 0 >23451 read(13, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\36\2\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(13, 1806336, SEEK_SET) = 1806336 >23451 read(13, "\346\237\27\0\0\0\0\0\346\237\27\0\0\0\0\0$\216\27\0\0\0\0\0$\216\27\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(13, 1798144, SEEK_SET) = 1798144 >23451 read(13, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360y\7\0\0\0\0\0\240.\7\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(13, 65536, SEEK_SET) = 65536 >23451 read(13, " \225\3\0\0\0\0\0L\0\0\0\0\0\0\0y3\0\0\21\0!\0\350\341;\0\0\0\0\0"..., 4096) = 4096 >23451 read(13, "r_one_per_line\0setpriority\0flock"..., 20480) = 20480 >23451 read(13, "obstack_begin_1\0__newlocale\0iopl"..., 4096) = 4096 >23451 brk(0) = 0x2118000 >23451 brk(0x2145000) = 0x2145000 >23451 lseek(13, 12288, SEEK_SET) = 12288 >23451 read(13, "\30\243Cn\225\377\0\363\246o\321\5\203\352d\316D\35Fy\317\346Q\32\214\373\t\32\347(\256\212"..., 4096) = 4096 >23451 read(13, "Pe\7\0\0\0\0\0/\0\0\0\0\0\0\0S)\0\0!\0!\0p\256;\0\0\0\0\0"..., 49152) = 49152 >23451 read(13, " \225\3\0\0\0\0\0L\0\0\0\0\0\0\0y3\0\0\21\0!\0\350\341;\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(13, 94208, SEEK_SET) = 94208 >23451 read(13, "\4\200\2\0\10\200\2\0\2\0\2\0\4\0\7\0\2\0\2\0\2\0\27\0\2\0\2\0\2\0\2\0"..., 4096) = 4096 >23451 lseek(13, 98304, SEEK_SET) = 98304 >23451 lseek(13, 90112, SEEK_SET) = 90112 >23451 read(13, "obstack_begin_1\0__newlocale\0iopl"..., 4096) = 4096 >23451 read(13, "\4\200\2\0\10\200\2\0\2\0\2\0\4\0\7\0\2\0\2\0\2\0\27\0\2\0\2\0\2\0\2\0"..., 4096) = 4096 >23451 brk(0) = 0x2145000 >23451 brk(0x2166000) = 0x2166000 >23451 brk(0) = 0x2166000 >23451 brk(0x2187000) = 0x2187000 >23451 brk(0) = 0x2187000 >23451 brk(0x21a8000) = 0x21a8000 >23451 brk(0) = 0x21a8000 >23451 brk(0x21c9000) = 0x21c9000 >23451 brk(0) = 0x21c9000 >23451 brk(0x21ea000) = 0x21ea000 >23451 brk(0) = 0x21ea000 >23451 brk(0x220b000) = 0x220b000 >23451 brk(0) = 0x220b000 >23451 brk(0x222c000) = 0x222c000 >23451 brk(0) = 0x222c000 >23451 brk(0x224d000) = 0x224d000 >23451 brk(0) = 0x224d000 >23451 brk(0x226e000) = 0x226e000 >23451 open("/usr/lib64/libc_nonshared.a", O_RDONLY) = 14 >23451 fcntl(14, F_GETFD) = 0 >23451 fcntl(14, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(4, {st_mode=S_IFREG|0640, st_size=0, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757a95000 >23451 lseek(4, 0, SEEK_CUR) = 0 >23451 close(4) = 0 >23451 munmap(0x7f9757a95000, 4096) = 0 >23451 fstat(14, {st_mode=S_IFREG|0644, st_size=22846, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757a95000 >23451 lseek(14, 0, SEEK_SET) = 0 >23451 read(14, "!<arch>\n/ 13904766"..., 4096) = 4096 >23451 lseek(14, 4096, SEEK_SET) = 4096 >23451 lseek(14, 4096, SEEK_SET) = 4096 >23451 lseek(14, 4096, SEEK_SET) = 4096 >23451 lseek(14, 4096, SEEK_SET) = 4096 >23451 lseek(14, 4096, SEEK_SET) = 4096 >23451 lseek(14, 4096, SEEK_SET) = 4096 >23451 lseek(14, 4096, SEEK_SET) = 4096 >23451 lseek(14, 4096, SEEK_SET) = 4096 >23451 lseek(14, 4096, SEEK_SET) = 4096 >23451 lseek(14, 4096, SEEK_SET) = 4096 >23451 lseek(14, 4096, SEEK_SET) = 4096 >23451 lseek(14, 4096, SEEK_SET) = 4096 >23451 lseek(14, 4096, SEEK_SET) = 4096 >23451 lseek(14, 4096, SEEK_SET) = 4096 >23451 lseek(14, 4096, SEEK_SET) = 4096 >23451 open("/lib64/ld-linux-x86-64.so.2", O_RDONLY) = 4 >23451 fcntl(4, F_GETFD) = 0 >23451 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 >23451 close(5) = 0 >23451 munmap(0x7f9757b27000, 4096) = 0 >23451 fstat(4, {st_mode=S_IFREG|0755, st_size=154992, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b27000 >23451 lseek(4, 0, SEEK_SET) = 0 >23451 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\21\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 lseek(4, 151552, SEEK_SET) = 151552 >23451 read(4, "t_count\0_rtld_local_ro\0_dl_call_"..., 4096) = 3440 >23451 lseek(4, 154992, SEEK_SET) = 154992 >23451 lseek(4, 154992, SEEK_SET) = 154992 >23451 lseek(4, 0, SEEK_SET) = 0 >23451 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\21\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(4, 151552, SEEK_SET) = 151552 >23451 read(4, "t_count\0_rtld_local_ro\0_dl_call_"..., 4096) = 3440 >23451 lseek(4, 0, SEEK_SET) = 0 >23451 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\21\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(4, 131072, SEEK_SET) = 131072 >23451 read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 read(4, "\10\0\0\0008\0\0\0\3\0\0\0stapsdt\0f9\0\0\0\0\0\0\200\310\1\0"..., 4096) = 4096 >23451 lseek(4, 126976, SEEK_SET) = 126976 >23451 read(4, "\0\0\0\0\0\0\0\0\24\0\0\0t!\0\0\220\242\377\377\334\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(4, 0, SEEK_SET) = 0 >23451 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\21\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 mmap(NULL, 3342336, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97505d1000 >23451 munmap(0x7f97505d1000, 3342336) = 0 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc_s.so", O_RDONLY) = 5 >23451 fcntl(5, F_GETFD) = 0 >23451 fcntl(5, F_SETFD, FD_CLOEXEC) = 0 >23451 close(6) = 0 >23451 munmap(0x7f9757b26000, 4096) = 0 >23451 fstat(5, {st_mode=S_IFREG|0755, st_size=88720, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b26000 >23451 lseek(5, 0, SEEK_SET) = 0 >23451 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360*\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(5, 4096, SEEK_SET) = 4096 >23451 lseek(5, 4096, SEEK_SET) = 4096 >23451 lseek(5, 4096, SEEK_SET) = 4096 >23451 lseek(5, 4096, SEEK_SET) = 4096 >23451 lseek(5, 4096, SEEK_SET) = 4096 >23451 lseek(5, 4096, SEEK_SET) = 4096 >23451 lseek(5, 4096, SEEK_SET) = 4096 >23451 lseek(5, 4096, SEEK_SET) = 4096 >23451 lseek(5, 4096, SEEK_SET) = 4096 >23451 lseek(5, 4096, SEEK_SET) = 4096 >23451 lseek(5, 4096, SEEK_SET) = 4096 >23451 lseek(5, 4096, SEEK_SET) = 4096 >23451 lseek(5, 4096, SEEK_SET) = 4096 >23451 lseek(5, 4096, SEEK_SET) = 4096 >23451 lseek(5, 4096, SEEK_SET) = 4096 >23451 lseek(5, 4096, SEEK_SET) = 4096 >23451 lseek(5, 4096, SEEK_SET) = 4096 >23451 lseek(5, 86016, SEEK_SET) = 86016 >23451 read(5, "\330M!\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0006(\0\0\0\0\0\0"..., 4096) = 2704 >23451 lseek(5, 88720, SEEK_SET) = 88720 >23451 lseek(5, 88720, SEEK_SET) = 88720 >23451 lseek(5, 0, SEEK_SET) = 0 >23451 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360*\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(5, 86016, SEEK_SET) = 86016 >23451 read(5, "\330M!\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0006(\0\0\0\0\0\0"..., 4096) = 2704 >23451 lseek(5, 0, SEEK_SET) = 0 >23451 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360*\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(5, 86016, SEEK_SET) = 86016 >23451 read(5, "\330M!\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0006(\0\0\0\0\0\0"..., 4096) = 2704 >23451 lseek(5, 81920, SEEK_SET) = 81920 >23451 read(5, "B\vG\16\10\0\0\0\24\0\0\0$\16\0\0\220\223\377\377\10\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(5, 4096, SEEK_SET) = 4096 >23451 read(5, "\20\27\1\0\0\0\0\0~\0\0\0\0\0\0\0009\3\0\0\22\0\f\0p,\0\0\0\0\0\0"..., 4096) = 4096 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.so", O_RDONLY) = -1 ENOENT (No such file or directory) >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a", O_RDONLY) = 6 >23451 fcntl(6, F_GETFD) = 0 >23451 fcntl(6, F_SETFD, FD_CLOEXEC) = 0 >23451 close(7) = 0 >23451 munmap(0x7f9757b25000, 4096) = 0 >23451 fstat(6, {st_mode=S_IFREG|0644, st_size=3027160, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b25000 >23451 lseek(6, 0, SEEK_SET) = 0 >23451 read(6, "!<arch>\n/ 13868769"..., 4096) = 4096 >23451 lseek(6, 4096, SEEK_SET) = 4096 >23451 brk(0) = 0x226e000 >23451 brk(0x2292000) = 0x2292000 >23451 read(6, "d64_isZero\0__bid64_isInf\0__bid64"..., 4096) = 4096 >23451 read(6, "2_xrnint\0__bid64_to_uint32_floor"..., 4096) = 4096 >23451 lseek(6, 12288, SEEK_SET) = 12288 >23451 lseek(6, 12288, SEEK_SET) = 12288 >23451 lseek(6, 12288, SEEK_SET) = 12288 >23451 read(6, ".o/\nbid128_compare.o/\nbid32_to_b"..., 4096) = 4096 >23451 lseek(6, 16384, SEEK_SET) = 16384 >23451 lseek(6, 16384, SEEK_SET) = 16384 >23451 lseek(6, 16384, SEEK_SET) = 16384 >23451 lseek(6, 16384, SEEK_SET) = 16384 >23451 lseek(6, 16384, SEEK_SET) = 16384 >23451 lseek(6, 16384, SEEK_SET) = 16384 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtend.o", O_RDONLY) = 7 >23451 fcntl(7, F_GETFD) = 0 >23451 fcntl(7, F_SETFD, FD_CLOEXEC) = 0 >23451 close(8) = 0 >23451 munmap(0x7f9757b24000, 4096) = 0 >23451 fstat(7, {st_mode=S_IFREG|0644, st_size=1362, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b24000 >23451 read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 1362 >23451 lseek(7, 0, SEEK_SET) = 0 >23451 read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 1362 >23451 lseek(7, 1362, SEEK_SET) = 1362 >23451 lseek(7, 1362, SEEK_SET) = 1362 >23451 lseek(7, 1362, SEEK_SET) = 1362 >23451 lseek(7, 1362, SEEK_SET) = 1362 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/crtn.o", O_RDONLY) = 8 >23451 fcntl(8, F_GETFD) = 0 >23451 fcntl(8, F_SETFD, FD_CLOEXEC) = 0 >23451 close(9) = 0 >23451 munmap(0x7f9757b23000, 4096) = 0 >23451 fstat(8, {st_mode=S_IFREG|0644, st_size=961, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b23000 >23451 read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 961 >23451 brk(0) = 0x2292000 >23451 brk(0x22b3000) = 0x22b3000 >23451 lseek(8, 0, SEEK_SET) = 0 >23451 read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 961 >23451 lseek(8, 961, SEEK_SET) = 961 >23451 lseek(8, 961, SEEK_SET) = 961 >23451 lseek(8, 961, SEEK_SET) = 961 >23451 open("/lib64/ld-linux-x86-64.so.2", O_RDONLY) = 9 >23451 fcntl(9, F_GETFD) = 0 >23451 fcntl(9, F_SETFD, FD_CLOEXEC) = 0 >23451 close(10) = 0 >23451 munmap(0x7f9757ad9000, 4096) = 0 >23451 fstat(9, {st_mode=S_IFREG|0755, st_size=154992, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757ad9000 >23451 read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\21\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(9, 151552, SEEK_SET) = 151552 >23451 read(9, "t_count\0_rtld_local_ro\0_dl_call_"..., 4096) = 3440 >23451 lseek(9, 154992, SEEK_SET) = 154992 >23451 lseek(9, 154992, SEEK_SET) = 154992 >23451 lseek(9, 0, SEEK_SET) = 0 >23451 read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\21\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(9, 151552, SEEK_SET) = 151552 >23451 read(9, "t_count\0_rtld_local_ro\0_dl_call_"..., 4096) = 3440 >23451 lseek(9, 0, SEEK_SET) = 0 >23451 read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\21\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(9, 131072, SEEK_SET) = 131072 >23451 read(9, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 read(9, "\10\0\0\0008\0\0\0\3\0\0\0stapsdt\0f9\0\0\0\0\0\0\200\310\1\0"..., 4096) = 4096 >23451 fstat(9, {st_mode=S_IFREG|0755, st_size=154992, ...}) = 0 >23451 close(11) = 0 >23451 munmap(0x7f9757a98000, 4096) = 0 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/crt1.o", O_RDONLY) = 10 >23451 fcntl(10, F_GETFD) = 0 >23451 fcntl(10, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(10, {st_mode=S_IFREG|0644, st_size=1888, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757a98000 >23451 lseek(10, 0, SEEK_SET) = 0 >23451 read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 1304) = 1304 >23451 fstat(10, {st_mode=S_IFREG|0644, st_size=1888, ...}) = 0 >23451 close(12) = 0 >23451 munmap(0x7f9757a97000, 4096) = 0 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/crti.o", O_RDONLY) = 11 >23451 fcntl(11, F_GETFD) = 0 >23451 fcntl(11, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(11, {st_mode=S_IFREG|0644, st_size=1248, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757a97000 >23451 lseek(11, 0, SEEK_SET) = 0 >23451 read(11, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 1248) = 1248 >23451 fstat(11, {st_mode=S_IFREG|0644, st_size=1248, ...}) = 0 >23451 close(13) = 0 >23451 munmap(0x7f9757a96000, 4096) = 0 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtbegin.o", O_RDONLY) = 12 >23451 fcntl(12, F_GETFD) = 0 >23451 fcntl(12, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(12, {st_mode=S_IFREG|0644, st_size=2832, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757a96000 >23451 lseek(12, 0, SEEK_SET) = 0 >23451 read(12, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 2832) = 2832 >23451 fstat(12, {st_mode=S_IFREG|0644, st_size=2832, ...}) = 0 >23451 close(14) = 0 >23451 munmap(0x7f9757a95000, 4096) = 0 >23451 open("/tmp/ccEisogr.o", O_RDONLY) = 13 >23451 fcntl(13, F_GETFD) = 0 >23451 fcntl(13, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(13, {st_mode=S_IFREG|0600, st_size=73688, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757a95000 >23451 lseek(13, 36864, SEEK_SET) = 36864 >23451 read(13, "`\32\0\0\0\0\0\0\t\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 3760) = 3760 >23451 fstat(13, {st_mode=S_IFREG|0600, st_size=73688, ...}) = 0 >23451 close(4) = 0 >23451 munmap(0x7f9757b27000, 4096) = 0 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/libstdc++.so", O_RDONLY) = 4 >23451 fcntl(4, F_GETFD) = 0 >23451 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(4, {st_mode=S_IFREG|0755, st_size=995840, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b27000 >23451 lseek(4, 282624, SEEK_SET) = 282624 >23451 read(4, "\2\0\2\0\21\0\2\0\v\0\20\0\2\0\2\0\2\0\2\0\2\0\2\0\2\0\2\0\2\0\r\0"..., 1468) = 1468 >23451 fstat(4, {st_mode=S_IFREG|0755, st_size=995840, ...}) = 0 >23451 close(5) = 0 >23451 munmap(0x7f9757b26000, 4096) = 0 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/libm.so", O_RDONLY) = 5 >23451 fcntl(5, F_GETFD) = 0 >23451 fcntl(5, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(5, {st_mode=S_IFREG|0755, st_size=1159944, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b26000 >23451 lseek(5, 16384, SEEK_SET) = 16384 >23451 read(5, "feholdexcept\0fesetenv\0feupdateen"..., 3852) = 3852 >23451 fstat(5, {st_mode=S_IFREG|0755, st_size=1159944, ...}) = 0 >23451 close(6) = 0 >23451 munmap(0x7f9757b25000, 4096) = 0 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc_s.so", O_RDONLY) = 6 >23451 fcntl(6, F_GETFD) = 0 >23451 fcntl(6, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(6, {st_mode=S_IFREG|0755, st_size=88720, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b25000 >23451 lseek(6, 8192, SEEK_SET) = 8192 >23451 read(6, "\10\0\6\0\10\200\n\0\n\0\7\0\2\0\10\0\n\0\10\200\5\0\5\0\2\0\n\0\2\0\n\0"..., 254) = 254 >23451 fstat(6, {st_mode=S_IFREG|0755, st_size=88720, ...}) = 0 >23451 close(7) = 0 >23451 munmap(0x7f9757b24000, 4096) = 0 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a", O_RDONLY) = 7 >23451 fcntl(7, F_GETFD) = 0 >23451 fcntl(7, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(7, {st_mode=S_IFREG|0644, st_size=3027160, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b24000 >23451 lseek(7, 12288, SEEK_SET) = 12288 >23451 read(7, ".o/\nbid128_compare.o/\nbid32_to_b"..., 650) = 650 >23451 fstat(7, {st_mode=S_IFREG|0644, st_size=3027160, ...}) = 0 >23451 close(8) = 0 >23451 munmap(0x7f9757b23000, 4096) = 0 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc_s.so", O_RDONLY) = 8 >23451 fcntl(8, F_GETFD) = 0 >23451 fcntl(8, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(8, {st_mode=S_IFREG|0755, st_size=88720, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b23000 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\20\27\1\0\0\0\0\0~\0\0\0\0\0\0\0009\3\0\0\22\0\f\0p,\0\0\0\0\0\0"..., 4006) = 4006 >23451 fstat(8, {st_mode=S_IFREG|0755, st_size=88720, ...}) = 0 >23451 close(9) = 0 >23451 munmap(0x7f9757ad9000, 4096) = 0 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a", O_RDONLY) = 9 >23451 fcntl(9, F_GETFD) = 0 >23451 fcntl(9, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(9, {st_mode=S_IFREG|0644, st_size=3027160, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757ad9000 >23451 lseek(9, 12288, SEEK_SET) = 12288 >23451 read(9, ".o/\nbid128_compare.o/\nbid32_to_b"..., 650) = 650 >23451 fstat(9, {st_mode=S_IFREG|0644, st_size=3027160, ...}) = 0 >23451 close(10) = 0 >23451 munmap(0x7f9757a98000, 4096) = 0 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtend.o", O_RDONLY) = 10 >23451 fcntl(10, F_GETFD) = 0 >23451 fcntl(10, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(10, {st_mode=S_IFREG|0644, st_size=1362, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757a98000 >23451 lseek(10, 0, SEEK_SET) = 0 >23451 read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 1362) = 1362 >23451 fstat(10, {st_mode=S_IFREG|0644, st_size=1362, ...}) = 0 >23451 close(11) = 0 >23451 munmap(0x7f9757a97000, 4096) = 0 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/crtn.o", O_RDONLY) = 11 >23451 fcntl(11, F_GETFD) = 0 >23451 fcntl(11, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(11, {st_mode=S_IFREG|0644, st_size=961, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757a97000 >23451 lseek(11, 0, SEEK_SET) = 0 >23451 read(11, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 146) = 146 >23451 fstat(11, {st_mode=S_IFREG|0644, st_size=961, ...}) = 0 >23451 close(12) = 0 >23451 munmap(0x7f9757a96000, 4096) = 0 >23451 open("/lib64/libc.so.6", O_RDONLY) = 12 >23451 fcntl(12, F_GETFD) = 0 >23451 fcntl(12, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(12, {st_mode=S_IFREG|0755, st_size=2097264, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757a96000 >23451 lseek(12, 94208, SEEK_SET) = 94208 >23451 read(12, "\4\200\2\0\10\200\2\0\2\0\2\0\4\0\7\0\2\0\2\0\2\0\27\0\2\0\2\0\2\0\2\0"..., 1990) = 1990 >23451 fstat(12, {st_mode=S_IFREG|0755, st_size=2097264, ...}) = 0 >23451 close(13) = 0 >23451 munmap(0x7f9757a95000, 4096) = 0 >23451 open("/usr/lib64/libc_nonshared.a", O_RDONLY) = 13 >23451 fcntl(13, F_GETFD) = 0 >23451 fcntl(13, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(13, {st_mode=S_IFREG|0644, st_size=22846, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757a95000 >23451 lseek(13, 0, SEEK_SET) = 0 >23451 read(13, "!<arch>\n/ 13904766"..., 1782) = 1782 >23451 fstat(13, {st_mode=S_IFREG|0644, st_size=22846, ...}) = 0 >23451 close(4) = 0 >23451 munmap(0x7f9757b27000, 4096) = 0 >23451 open("/lib64/ld-linux-x86-64.so.2", O_RDONLY) = 4 >23451 fcntl(4, F_GETFD) = 0 >23451 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(4, {st_mode=S_IFREG|0755, st_size=154992, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b27000 >23451 lseek(4, 126976, SEEK_SET) = 126976 >23451 read(4, "\0\0\0\0\0\0\0\0\24\0\0\0t!\0\0\220\242\377\377\334\0\0\0\0\0\0\0\0\0\0\0"..., 3600) = 3600 >23451 read(4, "\16\0\0\0\0\0\0\0a\1\0\0\0\0\0\0\4\0\0\0\0\0\0\0\360\1\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(4, 0, SEEK_SET) = 0 >23451 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\21\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 lseek(4, 4096, SEEK_SET) = 4096 >23451 mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757a74000 >23451 close(5) = 0 >23451 munmap(0x7f9757b26000, 4096) = 0 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/crt1.o", O_RDONLY) = 5 >23451 fcntl(5, F_GETFD) = 0 >23451 fcntl(5, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(5, {st_mode=S_IFREG|0644, st_size=1888, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b26000 >23451 lseek(5, 0, SEEK_SET) = 0 >23451 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 140) = 140 >23451 read(5, "\1\0\2\0\24\0\0\0\0\0\0\0\1zR\0\1x\20\1\33\f\7\10\220\1\7\20\24\0\0\0"..., 4096) = 1748 >23451 mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757a53000 >23451 lseek(5, 1888, SEEK_SET) = 1888 >23451 close(6) = 0 >23451 munmap(0x7f9757b25000, 4096) = 0 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtbegin.o", O_RDONLY) = 6 >23451 fcntl(6, F_GETFD) = 0 >23451 fcntl(6, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(6, {st_mode=S_IFREG|0644, st_size=2832, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b25000 >23451 lseek(6, 0, SEEK_SET) = 0 >23451 read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 280) = 280 >23451 read(6, "\0GCC: (GNU) 4.8.2 20131212 (Red "..., 4096) = 2552 >23451 close(7) = 0 >23451 munmap(0x7f9757b24000, 4096) = 0 >23451 open("/tmp/ccEisogr.o", O_RDONLY) = 7 >23451 fcntl(7, F_GETFD) = 0 >23451 fcntl(7, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(7, {st_mode=S_IFREG|0600, st_size=73688, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b24000 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 read(7, "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 544) = 544 >23451 read(7, "\0GCC: (GNU) 4.8.2 20131212 (Red "..., 4096) = 4096 >23451 lseek(13, 1782, SEEK_SET) = 1782 >23451 lseek(10, 1362, SEEK_SET) = 1362 >23451 lseek(5, 1888, SEEK_SET) = 1888 >23451 lseek(5, 1888, SEEK_SET) = 1888 >23451 lseek(7, 36864, SEEK_SET) = 36864 >23451 read(7, "`\32\0\0\0\0\0\0\t\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 read(7, "\0\0\0\0\3\0\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\204\0"..., 4096) = 4096 >23451 read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\3\0\27\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 read(7, "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(13, 1782, SEEK_SET) = 1782 >23451 read(13, "\0\0\0\0\3\0\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\4\0"..., 4096) = 4096 >23451 lseek(13, 0, SEEK_SET) = 0 >23451 read(13, "!<arch>\n/ 13904766"..., 4096) = 4096 >23451 lseek(10, 1362, SEEK_SET) = 1362 >23451 lseek(10, 1362, SEEK_SET) = 1362 >23451 brk(0) = 0x22b3000 >23451 brk(0x22d9000) = 0x22d9000 >23451 close(8) = 0 >23451 munmap(0x7f9757b23000, 4096) = 0 >23451 open("a.out", O_RDWR) = 8 >23451 fcntl(8, F_GETFD) = 0 >23451 fcntl(8, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(8, {st_mode=S_IFREG|0640, st_size=0, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757b23000 >23451 lseek(8, 0, SEEK_SET) = 0 >23451 read(8, "", 64) = 0 >23451 lseek(8, 64, SEEK_CUR) = 64 >23451 lseek(5, 0, SEEK_SET) = 0 >23451 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 1888 >23451 write(8, "\6\0\0\0\5\0\0\0@\0\0\0\0\0\0\0@\0@\0\0\0\0\0@\0@\0\0\0\0\0"..., 504) = 504 >23451 lseek(8, 0, SEEK_SET) = 0 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 568 >23451 lseek(8, 28, SEEK_CUR) = 596 >23451 write(8, "\4\0\0\0\20\0\0\0\1\0\0\0GNU\0\0\0\0\0\2\0\0\0\6\0\0\0 \0\0\0", 32) = 32 >23451 lseek(8, 0, SEEK_SET) = 0 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 628 >23451 lseek(8, 3292, SEEK_CUR) = 3920 >23451 write(8, "1\355I\211\321^H\211\342H\203\344\360PTI\307\300p*@\0H\307\301\0*@\0H\307\307"..., 44) = 44 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "", 4096) = 0 >23451 lseek(8, 2688, SEEK_CUR) = 10880 >23451 write(8, "\1\0\2\0", 4) = 4 >23451 lseek(8, 12288, SEEK_SET) = 12288 >23451 read(8, "", 4096) = 0 >23451 lseek(8, 368, SEEK_CUR) = 12656 >23451 write(8, "\24\0\0\0\0\0\0\0\1zR\0\1x\20\1\33\f\7\10\220\1\7\20\24\0\0\0\34\0\0\0"..., 48) = 48 >23451 lseek(8, 20480, SEEK_SET) = 20480 >23451 read(8, "", 4096) = 0 >23451 lseek(8, 232, SEEK_CUR) = 20712 >23451 close(9) = 0 >23451 munmap(0x7f9757ad9000, 4096) = 0 >23451 open("/usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/crti.o", O_RDONLY) = 9 >23451 fcntl(9, F_GETFD) = 0 >23451 fcntl(9, F_SETFD, FD_CLOEXEC) = 0 >23451 fstat(9, {st_mode=S_IFREG|0644, st_size=1248, ...}) = 0 >23451 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9757ad9000 >23451 lseek(9, 0, SEEK_SET) = 0 >23451 read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 880) = 880 >23451 read(9, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\1\0"..., 4096) = 368 >23451 lseek(9, 0, SEEK_SET) = 0 >23451 read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 1248 >23451 write(8, "\0\0\0\0GCC: (GNU) 4.8.2 20131212 (R"..., 48) = 48 >23451 lseek(8, 0, SEEK_SET) = 0 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(9, 1248, SEEK_SET) = 1248 >23451 lseek(8, -640, SEEK_CUR) = 3456 >23451 write(8, "H\203\354\10H\213\5mB \0H\205\300t\5\350;\0\0\0", 21) = 21 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(11, 0, SEEK_SET) = 0 >23451 read(11, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 961 >23451 lseek(11, 961, SEEK_SET) = 961 >23451 lseek(8, -1420, SEEK_CUR) = 10868 >23451 write(8, "H\203\354\10", 4) = 4 >23451 lseek(8, 0, SEEK_SET) = 0 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -619, SEEK_CUR) = 3477 >23451 write(8, "H\203\304\10\303", 5) = 5 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -1416, SEEK_CUR) = 10872 >23451 write(8, "H\203\304\10\303", 5) = 5 >23451 lseek(8, 0, SEEK_SET) = 0 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(6, 2832, SEEK_SET) = 2832 >23451 lseek(6, 0, SEEK_SET) = 0 >23451 read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 2832 >23451 lseek(8, -132, SEEK_CUR) = 3964 >23451 write(8, "\17\37@\0\270\367P`\0UH-\360P`\0H\203\370\16H\211\345w\2]\303\270\0\0\0\0"..., 132) = 132 >23451 lseek(6, 2832, SEEK_SET) = 2832 >23451 write(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 61) = 61 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -1400, SEEK_CUR) = 10888 >23451 write(8, "\0\0\0\0\0\0\0\0", 8) = 8 >23451 lseek(8, 16384, SEEK_SET) = 16384 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -536, SEEK_CUR) = 19944 >23451 write(8, "\360\17@\0\0\0\0\0", 8) = 8 >23451 lseek(8, 16384, SEEK_SET) = 16384 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -552, SEEK_CUR) = 19928 >23451 write(8, "\20\20@\0\0\0\0\0", 8) = 8 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(7, 0, SEEK_SET) = 0 >23451 read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(7, 4096, SEEK_SET) = 4096 >23451 lseek(8, -4035, SEEK_CUR) = 4157 >23451 write(8, "\17\37\0UH\211\345SH\201\354\270\0\0\0\211\275L\377\377\377H\211\265@\377\377\377H\215E\257"..., 472) = 472 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(7, 4096, SEEK_SET) = 4096 >23451 lseek(8, -3562, SEEK_CUR) = 4630 >23451 write(8, "UH\211\345H\211}\370H\213E\370H\307\0\0\0\0\0]\303", 21) = 21 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(7, 4096, SEEK_SET) = 4096 >23451 lseek(8, -3540, SEEK_CUR) = 4652 >23451 write(8, "UH\211\345H\203\354\20H\211}\370H\211u\360H\213E\370H\213\20H\213E\360H\211\326H\211"..., 51) = 51 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(7, 4096, SEEK_SET) = 4096 >23451 lseek(8, -3488, SEEK_CUR) = 4704 >23451 write(8, "UH\211\345H\203\354 H\211}\350H\211u\340H\307E\370\0\0\0\0H\213E\350H\213\0H"..., 169) = 169 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(7, 4096, SEEK_SET) = 4096 >23451 lseek(8, -3318, SEEK_CUR) = 4874 >23451 write(8, "UH\211\345H\203\354 H\211}\370H\211u\360H\211U\350H\203}\350\0u\30H\213E\370H"..., 83) = 83 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(7, 4096, SEEK_SET) = 4096 >23451 lseek(8, -3234, SEEK_CUR) = 4958 >23451 write(8, "UH\211\345H\211}\370H\213E\370H\307\0\0\0\0\0H\213E\370H\307@\10\0\0\0\0]"..., 33) = 33 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(7, 4096, SEEK_SET) = 4096 >23451 lseek(8, -3200, SEEK_CUR) = 4992 >23451 write(8, "UH\211\345H\203\354\20H\211}\370H\211u\360H\213E\370H\213U\360H\211\20H\213E\370H"..., 53) = 53 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(7, 4096, SEEK_SET) = 4096 >23451 lseek(8, -3146, SEEK_CUR) = 5046 >23451 write(8, "UH\211\345H\203\354\20H\211}\370H\211u\360H\213E\360H\213\20H\213E\370H\211\20H\213"..., 167) = 167 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(7, 4096, SEEK_SET) = 4096 >23451 lseek(8, -2978, SEEK_CUR) = 5214 >23451 write(8, "UH\211\345H\211}\370H\213E\370H\307\0\0\0\0\0]\303", 21) = 21 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(7, 4096, SEEK_SET) = 4096 >23451 lseek(8, -2956, SEEK_CUR) = 5236 >23451 write(8, "UH\211\345H\211}\370H\213E\370H\213@\10]\303UH\211\345H\211}\370H\211u\360H\213"..., 302) = 302 >23451 lseek(8, 12288, SEEK_SET) = 12288 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(7, 4096, SEEK_SET) = 4096 >23451 lseek(8, -28, SEEK_CUR) = 16356 >23451 write(8, "\377\3\r\1\10\"\5>\1G\r\0\0\177\0\0\0", 17) = 17 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -2654, SEEK_CUR) = 5538 >23451 write(8, "UH\211\345H\203\354\20H\211}\370H\213E\370H\211\307\350\222\377\377\377H\213E\370H\211\307\350"..., 374) = 374 >23451 lseek(8, 12288, SEEK_SET) = 12288 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -11, SEEK_CUR) = 16373 >23451 write(8, "\377\377\1\32T\2\331\1\0d\5", 11) = 11 >23451 write(8, "\310\1\0pJ\331\1\0\301\1\5\355\1\0\360\1\5\0\0", 19) = 19 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -2280, SEEK_CUR) = 5912 >23451 write(8, "UH\211\345H\211}\370]\303UH\211\345H\270\377\377\377\377\377\377\377\177]\303UH\211\345H\203"..., 78) = 78 >23451 lseek(8, 16384, SEEK_SET) = 16384 >23451 read(8, "\310\1\0pJ\331\1\0\301\1\5\355\1\0\360\1\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -4077, SEEK_CUR) = 16403 >23451 write(8, "\377\377\00198\5\376\1\0X(\310\2\0\221\1\5\264\2\0\244\1\5\243\2\0\272\1\5\222\2\0"..., 272) = 272 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(7, 4096, SEEK_SET) = 4096 >23451 lseek(8, -2202, SEEK_CUR) = 5990 >23451 write(8, "UH\211\345H\211}\370H\213E\370H\307\0\0\0\0\0]\303", 21) = 21 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(7, 4096, SEEK_SET) = 4096 >23451 lseek(8, -2180, SEEK_CUR) = 6012 >23451 write(8, "UH\211\345H\203\354\20H\211}\370H\213E\370H\211\307\350\242\3\0\0\311\303UH\211\345H\211"..., 43) = 43 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(7, 4096, SEEK_SET) = 4096 >23451 lseek(8, -2136, SEEK_CUR) = 6056 >23451 write(8, "UH\211\345H\203\354\20H\211}\370H\211u\360H\213E\360H\213\20H\213E\370H\211\326H\211"..., 541) = 541 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(7, 4096, SEEK_SET) = 4096 >23451 lseek(8, -1594, SEEK_CUR) = 6598 >23451 write(8, "UH\211\345H\211}\370]\303UH\211\345H\203\354\20H\211}\370H\213E\370H\211\307\350\336\377"..., 277) = 277 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(7, 4096, SEEK_SET) = 4096 >23451 read(7, "\213\0H\203\300 H\213\0H\213U\370H\213\22H\211\327\377\320\204\300t\7\270\1\0\0\0\353\5"..., 4096) = 4096 >23451 lseek(8, -1316, SEEK_CUR) = 6876 >23451 write(8, "UH\211\345H\203\354\20H\211}\370H\211u\360H\213E\370H;E\360u\6H\213E\370\3537"..., 89) = 89 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -1226, SEEK_CUR) = 6966 >23451 write(8, "UH\211\345H\203\354\20H\211}\370H\213E\370H\213\0H\205\300t(H\213E\370H\213\0H"..., 139) = 139 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -1086, SEEK_CUR) = 7106 >23451 write(8, "UH\211\345H\211}\370]\303UH\211\345H\211}\370]\303UH\211\345H\203\354\20H\211}\370"..., 57) = 57 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -1028, SEEK_CUR) = 7164 >23451 write(8, "UH\211\345H\203\354\20H\211}\370H\211u\360H\213U\360H\213E\370H\211\326H\211\307\350\257"..., 237) = 237 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -790, SEEK_CUR) = 7402 >23451 write(8, "UH\211\345H\203\354\20H\211}\370H\213E\370H\211\307\350T\3\0\0H\205\300\17\224\300\311\303"..., 413) = 413 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -376, SEEK_CUR) = 7816 >23451 write(8, "UH\211\345H\203\354\20H\211}\370H\213E\370H\213\0H\205\300t\35H\213E\370H\213\0H"..., 55) = 55 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -320, SEEK_CUR) = 7872 >23451 write(8, "UH\211\345H\211}\370H\211u\360]\303", 14) = 14 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -1392, SEEK_CUR) = 10896 >23451 write(8, "circular_buffer\0\314\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 32) = 32 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -306, SEEK_CUR) = 7886 >23451 write(8, "UH\211\345SH\203\354HH\211}\270H\211u\260H\213E\270H\211\307\350\375\1\0\0H;E"..., 295) = 295 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -10, SEEK_CUR) = 8182 >23451 write(8, "UH\211\345H\203\354 H\211", 10) = 10 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 write(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 85) = 85 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -4010, SEEK_CUR) = 8278 >23451 write(8, "UH\211\345H\211}\370H\213E\370H\213@(]\303UH\211\345H\203\354 H\211}\350H\211"..., 211) = 211 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -3798, SEEK_CUR) = 8490 >23451 write(8, "UH\211\345H\211}\370H\211u\360H\213E\370H\307\0\360+@\0]\303", 25) = 25 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -3772, SEEK_CUR) = 8516 >23451 write(8, "UH\211\345H\211}\370H\211u\360H\213E\370H\307\0\20Q`\0]\303", 25) = 25 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -3746, SEEK_CUR) = 8542 >23451 write(8, "UH\211\345SH\203\354\30H\211}\350H\211u\340H\213U\340H\213E\350H\211\326H\211\307\350"..., 109) = 109 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -3636, SEEK_CUR) = 8652 >23451 write(8, "UH\211\345H\203\354\20H\211}\370H\211u\360H\213U\360H\213E\370H\211\326H\211\307\350o"..., 271) = 271 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -3364, SEEK_CUR) = 8924 >23451 write(8, "UH\211\345SH\203\354\30H\211}\350H\211u\340H\213E\340H\213\0H\203\350\30H\213\0H"..., 305) = 305 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -3058, SEEK_CUR) = 9230 >23451 write(8, "UH\211\345H\203\354 H\211}\370H\211u\360H\211U\350H\213E\370H\211\307\350\252\0\0\0"..., 401) = 401 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -2656, SEEK_CUR) = 9632 >23451 write(8, "UH\211\345H\203\354\20H\211}\370H\213E\370H\211\307\350\210\377\377\377H\213E\370H\211\307\350"..., 85) = 85 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -2570, SEEK_CUR) = 9718 >23451 write(8, "UH\211\345H\203\354\20H\211}\370\272\330*@\0H\213E\370H\211\20H\213E\370H\307@\20"..., 187) = 187 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -2382, SEEK_CUR) = 9906 >23451 write(8, "UH\211\345H\203\354\20H\211}\370H\211u\360H\213E\360H\213\20H\213E\370H\211\20H\213"..., 161) = 161 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -2220, SEEK_CUR) = 10068 >23451 write(8, "UH\211\345H\203\354\20H\211}\370H\211u\360H\213E\370H\213U\360H\211\326H\211\307\350U"..., 97) = 97 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -2122, SEEK_CUR) = 10166 >23451 write(8, "UH\211\345SH\203\354\30H\211}\350H\211u\340H\213E\350H\203\3008H\211\307\350\311\377\377"..., 179) = 179 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -1942, SEEK_CUR) = 10346 >23451 write(8, "UH\211\345H\211}\370H\211u\360]\303", 14) = 14 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -1344, SEEK_CUR) = 10944 >23451 write(8, "8\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\240,@\0\0\0\0\0\366%@\0\0\0\0\0"..., 168) = 168 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -1168, SEEK_CUR) = 11120 >23451 write(8, "\330*@\0\0\0\0\0H+@\0\0\0\0\0\0\0\0\0\0\0\0\0@-@\0\0\0\0\0"..., 88) = 88 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -1056, SEEK_CUR) = 11232 >23451 write(8, "\0\0\0\0\0\0\0\0\260-@\0\0\0\0\0\240\16@\0\0\0\0\0\240\16@\0\0\0\0\0"..., 48) = 48 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -992, SEEK_CUR) = 11296 >23451 write(8, "\0\0\0\0\0\0\0\0\340-@\0\0\0\0\0\240\16@\0\0\0\0\0\240\16@\0\0\0\0\0"..., 117) = 117 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 lseek(8, -864, SEEK_CUR) = 11424 >23451 write(8, "\20R`\0\0\0\0\0@,@\0\0\0\0\0\0\0\0\0\2\0\0\0@-@\0\0\0\0\0"..., 56) = 56 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 8192, SEEK_SET) = 8192 >23451 read(7, "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -800, SEEK_CUR) = 11488 >23451 write(8, "N5boost16exception_detail19error"..., 66) = 66 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 12288, SEEK_SET) = 12288 >23451 lseek(8, -704, SEEK_CUR) = 11584 >23451 write(8, "\20R`\0\0\0\0\0\340,@\0\0\0\0\0\0\0\0\0\2\0\0\0000Q`\0\0\0\0\0"..., 56) = 56 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 12288, SEEK_SET) = 12288 >23451 lseek(8, -640, SEEK_CUR) = 11648 >23451 write(8, "N5boost16exception_detail10clone"..., 39) = 39 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 12288, SEEK_SET) = 12288 >23451 lseek(8, -592, SEEK_CUR) = 11696 >23451 write(8, "\260Q`\0\0\0\0\0\200-@\0\0\0\0\0N5boost9exceptio"..., 35) = 35 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -544, SEEK_CUR) = 11744 >23451 write(8, "\260Q`\0\0\0\0\0\300-@\0\0\0\0\0", 16) = 16 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 12288, SEEK_SET) = 12288 >23451 lseek(8, -1928, SEEK_CUR) = 10360 >23451 write(8, "UH\211\345ATSH\203\354 H\211}\330A\211\304\277@\0\0\0\350\234\346\377\377H\211\303H"..., 119) = 119 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(7, 12288, SEEK_SET) = 12288 >23451 lseek(8, -1808, SEEK_CUR) = 10480 >23451 write(8, "UH\211\345ATSH\203\354\20H\211}\350\277@\0\0\0\350\247\345\377\377H\211\303H\213E\350"..., 271) = 271 >23451 lseek(8, 16384, SEEK_SET) = 16384 >23451 read(8, "\310\1\0pJ\331\1\0\301\1\5\355\1\0\360\1\5\0\0\377\377\00198\5\376\1\0X(\310\2"..., 4096) = 4096 >23451 lseek(7, 12288, SEEK_SET) = 12288 >23451 lseek(8, -544, SEEK_CUR) = 19936 >23451 write(8, "\356\21@\0\0\0\0\0", 8) = 8 >23451 lseek(8, 12288, SEEK_SET) = 12288 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -3616, SEEK_CUR) = 12768 >23451 write(8, "\34\0\0\0D\0\0\0\33\340\377\377\22\0\0\0\0A\16\20\206\2C\r\6M\f\7\10\0\0\0"..., 3488) = 3488 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -3563, SEEK_CUR) = 4629 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -3541, SEEK_CUR) = 4651 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -3489, SEEK_CUR) = 4703 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -3319, SEEK_CUR) = 4873 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -3235, SEEK_CUR) = 4957 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -3201, SEEK_CUR) = 4991 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -3147, SEEK_CUR) = 5045 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -2979, SEEK_CUR) = 5213 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -2957, SEEK_CUR) = 5235 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -2181, SEEK_CUR) = 6011 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -2137, SEEK_CUR) = 6055 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -1595, SEEK_CUR) = 6597 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -1317, SEEK_CUR) = 6875 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -1227, SEEK_CUR) = 6965 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -1087, SEEK_CUR) = 7105 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -1029, SEEK_CUR) = 7163 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -791, SEEK_CUR) = 7401 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -377, SEEK_CUR) = 7815 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -321, SEEK_CUR) = 7871 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 lseek(8, -11, SEEK_CUR) = 8181 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -4011, SEEK_CUR) = 8277 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -3799, SEEK_CUR) = 8489 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -3773, SEEK_CUR) = 8515 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -3747, SEEK_CUR) = 8541 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -3637, SEEK_CUR) = 8651 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -3365, SEEK_CUR) = 8923 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -3059, SEEK_CUR) = 9229 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -2657, SEEK_CUR) = 9631 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -2571, SEEK_CUR) = 9717 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -2383, SEEK_CUR) = 9905 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -2221, SEEK_CUR) = 10067 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -2123, SEEK_CUR) = 10165 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -1943, SEEK_CUR) = 10345 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -1809, SEEK_CUR) = 10479 >23451 write(8, "\220", 1) = 1 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(13, 4096, SEEK_SET) = 4096 >23451 lseek(13, 4096, SEEK_SET) = 4096 >23451 lseek(8, -1537, SEEK_CUR) = 10751 >23451 write(8, "\220AWA\211\377AVI\211\366AUI\211\325ATL\215%\300# \0UH\215-\310# "..., 115) = 115 >23451 lseek(8, 12288, SEEK_SET) = 12288 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -128, SEEK_CUR) = 16256 >23451 write(8, "D\0\0\0\344\r\0\0x\352\377\377e\0\0\0\0B\16\20\217\2E\16\30\216\3E\16 \215\4"..., 96) = 96 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(10, 1362, SEEK_SET) = 1362 >23451 lseek(8, -1422, SEEK_CUR) = 10866 >23451 write(8, "f\220", 2) = 2 >23451 lseek(8, 12288, SEEK_SET) = 12288 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(10, 1362, SEEK_SET) = 1362 >23451 lseek(8, -32, SEEK_CUR) = 16352 >23451 write(8, "\0\0\0\0", 4) = 4 >23451 lseek(8, 16384, SEEK_SET) = 16384 >23451 read(8, "\310\1\0pJ\331\1\0\301\1\5\355\1\0\360\1\5\0\0\377\377\00198\5\376\1\0X(\310\2"..., 4096) = 4096 >23451 lseek(8, -528, SEEK_CUR) = 19952 >23451 write(8, "\0\0\0\0\0\0\0\0", 8) = 8 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -1404, SEEK_CUR) = 10884 >23451 write(8, "\0\0\0\0", 4) = 4 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -1360, SEEK_CUR) = 10928 >23451 write(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 16 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -1176, SEEK_CUR) = 11112 >23451 write(8, "\0\0\0\0\0\0\0\0", 8) = 8 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -1080, SEEK_CUR) = 11208 >23451 write(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 24) = 24 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -1008, SEEK_CUR) = 11280 >23451 write(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 16 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -875, SEEK_CUR) = 11413 >23451 write(8, "\0\0\0\0\0\0\0\0\0\0\0", 11) = 11 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -808, SEEK_CUR) = 11480 >23451 write(8, "\0\0\0\0\0\0\0\0", 8) = 8 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -734, SEEK_CUR) = 11554 >23451 write(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 30) = 30 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -648, SEEK_CUR) = 11640 >23451 write(8, "\0\0\0\0\0\0\0\0", 8) = 8 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -601, SEEK_CUR) = 11687 >23451 write(8, "\0\0\0\0\0\0\0\0\0", 9) = 9 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -557, SEEK_CUR) = 11731 >23451 write(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0", 13) = 13 >23451 lseek(8, 20480, SEEK_SET) = 20480 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 280 >23451 lseek(8, 2272, SEEK_CUR) = 23032 >23451 write(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\1\0"..., 4096) = 4096 >23451 write(8, "0\0\0\0\0\0\0\0\326\31\0\0\20\0\32\0\354P`\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 write(8, "t16exception_detail10clone_implI"..., 4096) = 4096 >23451 write(8, "2length_errorEEE5cloneEv\0_ZN5boo"..., 4096) = 4096 >23451 write(8, "nt_exceptionINS_16exception_deta"..., 945) = 945 >23451 lseek(8, 12288, SEEK_SET) = 12288 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -3680, SEEK_CUR) = 12704 >23451 write(8, "\24\0\0\0\0\0\0\0\1zR\0\1x\20\1\33\f\7\10\220\1\0\0$\0\0\0\34\0\0\0"..., 64) = 64 >23451 lseek(8, 0, SEEK_SET) = 0 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -1432, SEEK_CUR) = 2664 >23451 write(8, "\370O`\0\0\0\0\0\6\0\0\0\3\0\0\0\0\0\0\0\0\0\0\0", 24) = 24 >23451 lseek(8, 16384, SEEK_SET) = 16384 >23451 read(8, "\310\1\0pJ\331\1\0\301\1\5\355\1\0\360\1\5\0\0\377\377\00198\5\376\1\0X(\310\2"..., 4096) = 4096 >23451 lseek(8, -8, SEEK_CUR) = 20472 >23451 write(8, "\0\0\0\0\0\0\0\0", 8) = 8 >23451 write(8, "\370M`\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\266\r@\0\0\0\0\0"..., 232) = 232 >23451 lseek(8, 0, SEEK_SET) = 0 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -3528, SEEK_CUR) = 568 >23451 write(8, "/lib64/ld-linux-x86-64.so.2\0", 28) = 28 >23451 lseek(8, 0, SEEK_SET) = 0 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -1638, SEEK_CUR) = 2458 >23451 write(8, "\0\0\3\0\4\0\0\0\0\0\2\0\2\0\4\0\2\0\2\0\4\0\0\0\2\0\0\0\2\0\2\0"..., 74) = 74 >23451 lseek(8, 0, SEEK_SET) = 0 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -1560, SEEK_CUR) = 2536 >23451 write(8, "\1\0\1\0\263\2\0\0\20\0\0\0 \0\0\0P&y\v\0\0\6\0\0\3\0\0\0\0\0\0"..., 128) = 128 >23451 lseek(8, 0, SEEK_SET) = 0 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -3352, SEEK_CUR) = 744 >23451 write(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\313\1\0\0\22\0\0\0"..., 1714) = 1714 >23451 lseek(8, 16384, SEEK_SET) = 16384 >23451 read(8, "\310\1\0pJ\331\1\0\301\1\5\355\1\0\360\1\5\0\0\377\377\00198\5\376\1\0X(\310\2"..., 4096) = 4096 >23451 lseek(8, -520, SEEK_CUR) = 19960 >23451 write(8, "\1\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\251\2\0\0\0\0\0\0"..., 512) = 512 >23451 lseek(8, 0, SEEK_SET) = 0 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -3432, SEEK_CUR) = 664 >23451 write(8, "\3\0\0\0\33\0\0\0\1\0\0\0\6\0\0\0\211\t\230\4!C\r!\33\0\0\0\35\0\0\0"..., 76) = 76 >23451 lseek(8, 0, SEEK_SET) = 0 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -608, SEEK_CUR) = 3488 >23451 write(8, "\3775bB \0\377%dB \0\17\37@\0\377%bB \0h\0\0\0\0\351\340\377\377\377"..., 432) = 432 >23451 lseek(8, 0, SEEK_SET) = 0 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -1264, SEEK_CUR) = 2832 >23451 write(8, "\30P`\0\0\0\0\0\7\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0 P`\0\0\0\0\0"..., 624) = 624 >23451 lseek(8, 0, SEEK_SET) = 0 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -1408, SEEK_CUR) = 2688 >23451 write(8, "\0Q`\0\0\0\0\0\5\0\0\0\37\0\0\0\0\0\0\0\0\0\0\0000Q`\0\0\0\0\0"..., 144) = 144 >23451 lseek(8, 12288, SEEK_SET) = 12288 >23451 read(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -3680, SEEK_CUR) = 12704 >23451 write(8, "\24\0\0\0\0\0\0\0\1zR\0\1x\20\1\33\f\7\10\220\1\0\0$\0\0\0\34\0\0\0"..., 64) = 64 >23451 lseek(8, 8192, SEEK_SET) = 8192 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, -528, SEEK_CUR) = 11760 >23451 write(8, "\1\33\3;|\3\0\0n\0\0\0\260\337\377\377\310\3\0\0`\341\377\377\230\3\0\0P\342\377\377"..., 528) = 528 >23451 write(8, "\300\v\0\0\336\360\377\377\340\v\0\0\332\361\377\377\10\f\0\0\6\362\377\3770\f\0\0>\362\377\377"..., 364) = 364 >23451 lseek(8, 20480, SEEK_SET) = 20480 >23451 read(8, "\370M`\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\266\r@\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -3816, SEEK_CUR) = 20760 >23451 write(8, "\0.symtab\0.strtab\0.shstrtab\0.inte"..., 282) = 282 >23451 lseek(8, 0, SEEK_SET) = 0 >23451 write(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\2\0>\0\1\0\0\0P\17@\0\0\0\0\0"..., 64) = 64 >23451 lseek(8, 20480, SEEK_SET) = 20480 >23451 read(8, "\370M`\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\266\r@\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -3528, SEEK_CUR) = 21048 >23451 write(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1984) = 1984 >23451 lseek(8, 0, SEEK_SET) = 0 >23451 read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\2\0>\0\1\0\0\0P\17@\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 lseek(8, 4096, SEEK_SET) = 4096 >23451 read(8, "\377\377]\306\5~B \0\1\363\303\17\37@\0H\203=\330= \0\0t\36\270\0\0\0\0H"..., 4096) = 4096 >23451 read(8, "}\370H\211u\360H\211U\350H\203}\360\0t\33H\213E\370H\215H0H\213U\350H\213E"..., 4096) = 4096 >23451 lseek(8, 12288, SEEK_SET) = 12288 >23451 read(8, "\300\v\0\0\336\360\377\377\340\v\0\0\332\361\377\377\10\f\0\0\6\362\377\3770\f\0\0>\362\377\377"..., 4096) = 4096 >23451 lseek(8, 16384, SEEK_SET) = 16384 >23451 read(8, "\310\1\0pJ\331\1\0\301\1\5\355\1\0\360\1\5\0\0\377\377\00198\5\376\1\0X(\310\2"..., 4096) = 4096 >23451 lseek(8, 20480, SEEK_SET) = 20480 >23451 read(8, "\370M`\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\266\r@\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, 0, SEEK_SET) = 0 >23451 read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\2\0>\0\1\0\0\0P\17@\0\0\0\0\0"..., 4096) = 4096 >23451 lseek(8, -3468, SEEK_CUR) = 628 >23451 write(8, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0Q\323aE\361S\212k\225]uA\315\37=J"..., 36) = 36 >23451 close(8) = 0 >23451 munmap(0x7f9757b23000, 4096) = 0 >23451 stat("a.out", {st_mode=S_IFREG|0640, st_size=40361, ...}) = 0 >23451 umask(0) = 027 >23451 umask(027) = 0 >23451 chmod("a.out", 0750) = 0 >23451 close(10) = 0 >23451 munmap(0x7f9757a98000, 4096) = 0 >23451 close(13) = 0 >23451 munmap(0x7f9757a95000, 4096) = 0 >23451 close(7) = 0 >23451 munmap(0x7f9757b24000, 4096) = 0 >23451 close(6) = 0 >23451 munmap(0x7f9757b25000, 4096) = 0 >23451 close(11) = 0 >23451 munmap(0x7f9757a97000, 4096) = 0 >23451 close(9) = 0 >23451 munmap(0x7f9757ad9000, 4096) = 0 >23451 close(5) = 0 >23451 munmap(0x7f9757b26000, 4096) = 0 >23451 close(4) = 0 >23451 munmap(0x7f9757b27000, 4096) = 0 >23451 close(12) = 0 >23451 munmap(0x7f9757a96000, 4096) = 0 >23451 exit_group(0) = ? >23451 +++ exited with 0 +++ >23450 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 23451 >23450 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=23451, si_status=0, si_utime=4, si_stime=1} --- >23450 stat("/home/boeckb/misc/code/sb/cir", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0 >23450 stat(".", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0 >23450 open("/tmp/cceJiJXl.ld", O_RDONLY) = 4 >23450 fstat(4, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 >23450 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc3253ad000 >23450 read(4, "", 4096) = 0 >23450 close(4) = 0 >23450 munmap(0x7fc3253ad000, 4096) = 0 >23450 unlink("/tmp/cceJiJXl.ld") = 0 >23450 open("/tmp/ccU3W5un.le", O_RDONLY) = 4 >23450 fstat(4, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 >23450 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc3253ad000 >23450 read(4, "", 4096) = 0 >23450 close(4) = 0 >23450 munmap(0x7fc3253ad000, 4096) = 0 >23450 unlink("/tmp/ccU3W5un.le") = 0 >23450 lstat("/tmp/cc7LO1Si.c", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 >23450 unlink("/tmp/cc7LO1Si.c") = 0 >23450 lstat("/tmp/cc8Pinqk.o", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 >23450 unlink("/tmp/cc8Pinqk.o") = 0 >23450 lstat("/tmp/cc7LO1Si.c", 0x7fffdd34cc90) = -1 ENOENT (No such file or directory) >23450 lstat("/tmp/cc8Pinqk.o", 0x7fffdd34cc90) = -1 ENOENT (No such file or directory) >23450 open("/tmp/cceJiJXl.ld", O_RDONLY) = -1 ENOENT (No such file or directory) >23450 lstat("/tmp/cceJiJXl.ld", 0x7fffdd34cc90) = -1 ENOENT (No such file or directory) >23450 open("/tmp/ccU3W5un.le", O_RDONLY) = -1 ENOENT (No such file or directory) >23450 lstat("/tmp/ccU3W5un.le", 0x7fffdd34cc90) = -1 ENOENT (No such file or directory) >23450 exit_group(0) = ? >23450 +++ exited with 0 +++ >23445 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 23450 >23445 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=23450, si_status=0, si_utime=0, si_stime=0} --- >23445 stat("/tmp/ccEisogr.o", {st_mode=S_IFREG|0600, st_size=73688, ...}) = 0 >23445 unlink("/tmp/ccEisogr.o") = 0 >23445 exit_group(0) = ? >23445 +++ exited with 0 +++
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1058512
:
857208
|
858836
| 858837 |
858838
|
858839