Skip to content

Instantly share code, notes, and snippets.

@evfro
Created August 5, 2016 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evfro/2d0d83745a92d3f6e2f52ce3675a273d to your computer and use it in GitHub Desktop.
Save evfro/2d0d83745a92d3f6e2f52ce3675a273d to your computer and use it in GitHub Desktop.
scipy.test() fails inder Windows Linux Subsystem
This file has been truncated, but you can view the full file.
execve("/root/miniconda2/bin/python", ["python", "-c", "import scipy; scipy.test()"], [/* 16 vars */]) = 0
brk(0) = 0x93c000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b6e0000
readlink("/proc/self/exe", "/root/miniconda2/bin/python2.7", 4096) = 30
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/bin/../lib/tls/x86_64/libpython2.7.so.1.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/bin/../lib/tls/x86_64", 0x7fffdf5f8830) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/bin/../lib/tls/libpython2.7.so.1.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/bin/../lib/tls", 0x7fffdf5f8830) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/bin/../lib/x86_64/libpython2.7.so.1.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/bin/../lib/x86_64", 0x7fffdf5f8830) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/bin/../lib/libpython2.7.so.1.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\21\4\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=6613209, ...}) = 0
mmap(NULL, 4169152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc78b006000
mprotect(0x7fc78b1a0000, 2093056, PROT_NONE) = 0
mmap(0x7fc78b39f000, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x199000) = 0x7fc78b39f000
mmap(0x7fc78b3df000, 134592, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc78b3df000
close(3) = 0
open("/root/miniconda2/bin/../lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=21490, ...}) = 0
mmap(NULL, 21490, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fc78b6da000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0po\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=141574, ...}) = 0
mmap(NULL, 2217264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc78ade0000
mprotect(0x7fc78adf9000, 2093056, PROT_NONE) = 0
mmap(0x7fc78aff8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7fc78aff8000
mmap(0x7fc78affa000, 13616, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc78affa000
close(3) = 0
open("/root/miniconda2/bin/../lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\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
fstat(3, {st_mode=S_IFREG|0644, st_size=14664, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b6d0000
mmap(NULL, 2109744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc78abd0000
mprotect(0x7fc78abd3000, 2093056, PROT_NONE) = 0
mmap(0x7fc78add2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fc78add2000
close(3) = 0
open("/root/miniconda2/bin/../lib/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libutil.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\17\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=10680, ...}) = 0
mmap(NULL, 2105624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc78a9c0000
mprotect(0x7fc78a9c2000, 2093056, PROT_NONE) = 0
mmap(0x7fc78abc1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7fc78abc1000
close(3) = 0
open("/root/miniconda2/bin/../lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20V\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1071552, ...}) = 0
mmap(NULL, 3166568, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc78a6b0000
mprotect(0x7fc78a7b5000, 2093056, PROT_NONE) = 0
mmap(0x7fc78a9b4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x104000) = 0x7fc78a9b4000
close(3) = 0
open("/root/miniconda2/bin/../lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P \2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1840928, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b6c0000
mmap(NULL, 3949248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc78a2e0000
mprotect(0x7fc78a49a000, 2097152, PROT_NONE) = 0
mmap(0x7fc78a69a000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ba000) = 0x7fc78a69a000
mmap(0x7fc78a6a0000, 17088, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc78a6a0000
close(3) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b6b0000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b6a0000
arch_prctl(ARCH_SET_FS, 0x7fc78b6a0740) = 0
mprotect(0x7fc78a69a000, 16384, PROT_READ) = 0
mprotect(0x7fc78a9b4000, 4096, PROT_READ) = 0
mprotect(0x7fc78abc1000, 4096, PROT_READ) = 0
mprotect(0x7fc78add2000, 4096, PROT_READ) = 0
mprotect(0x7fc78aff8000, 4096, PROT_READ) = 0
mprotect(0x7fc78b622000, 4096, PROT_READ) = 0
munmap(0x7fc78b6da000, 21490) = 0
set_tid_address(0x7fc78b6a0a10) = 6207
set_robust_list(0x7fc78b6a0a20, 24) = 0
futex(0x7fffdf5f9070, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7fc78b6a0740) = -1 EAGAIN (Resource temporarily unavailable)
rt_sigaction(SIGRTMIN, {0x7fc78ade69f0, [], SA_RESTORER|SA_SIGINFO, 0x7fc78adf0330}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x7fc78ade6a80, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7fc78adf0330}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=8192*1024}) = 0
brk(0) = 0x93c000
brk(0x95d000) = 0x95d000
ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b660000
brk(0x985000) = 0x985000
fstat(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(4, 1), ...}) = 0
fstat(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(4, 1), ...}) = 0
fstat(1, {st_mode=S_IFREG|0777, st_size=0, ...}) = 0
fstat(2, {st_mode=S_IFREG|0777, st_size=7564, ...}) = 0
stat("/root/miniconda2/bin/python", {st_mode=S_IFREG|0755, st_size=10046, ...}) = 0
readlink("/root/miniconda2/bin/python", "python2.7", 4096) = 9
readlink("/root/miniconda2/bin/python2.7", 0x7fffdf5f5ca0, 4096) = -1 EINVAL (Invalid argument)
stat("/root/miniconda2/bin/Modules/Setup", 0x7fffdf5f5bb0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/bin/lib/python2.7/os.py", 0x7fffdf5f5bb0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/bin/lib/python2.7/os.pyc", 0x7fffdf5f5bb0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/os.py", {st_mode=S_IFREG|0644, st_size=25910, ...}) = 0
stat("/root/miniconda2/bin/pybuilddir.txt", 0x7fffdf5f5ca0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/bin/lib/python2.7/lib-dynload", 0x7fffdf5f5ca0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
open("/root/miniconda2/lib/python2.7/version.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b5e0000
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7fc78adf0330}, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
rt_sigaction(SIGXFSZ, {SIG_IGN, [], SA_RESTORER, 0x7fc78adf0330}, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
rt_sigaction(SIGHUP, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
rt_sigaction(SIGILL, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
rt_sigaction(SIGTRAP, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
rt_sigaction(SIGABRT, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
rt_sigaction(SIGBUS, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
rt_sigaction(SIGFPE, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
rt_sigaction(SIGKILL, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGUSR1, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
rt_sigaction(SIGSEGV, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
rt_sigaction(SIGUSR2, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
rt_sigaction(SIGPIPE, NULL, {SIG_IGN, [], SA_RESTORER, 0x7fc78adf0330}, 8) = 0
rt_sigaction(SIGALRM, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
rt_sigaction(SIGSTKFLT, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [CHLD], SA_RESTORER|SA_RESTART, 0x7f97ada66cb0}, 8) = 0
rt_sigaction(SIGCONT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSTOP, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTSTP, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
rt_sigaction(SIGTTIN, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
rt_sigaction(SIGTTOU, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
rt_sigaction(SIGURG, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGXCPU, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
rt_sigaction(SIGXFSZ, NULL, {SIG_IGN, [], SA_RESTORER, 0x7fc78adf0330}, 8) = 0
rt_sigaction(SIGVTALRM, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
rt_sigaction(SIGPROF, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGWINCH, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
rt_sigaction(SIGIO, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGPWR, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGSYS, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
rt_sigaction(SIGRT_2, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_3, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_4, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_5, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_6, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_7, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_8, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_9, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_10, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_11, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_12, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_13, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_14, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_15, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_16, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_17, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_18, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_19, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_20, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_21, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_22, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_23, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_24, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_25, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_26, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_27, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_28, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_29, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_30, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_31, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGRT_32, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f7955a66d40}, 8) = 0
rt_sigaction(SIGINT, {0x7fc78b13e520, [], SA_RESTORER, 0x7fc78adf0330}, {SIG_DFL, [], SA_RESTORER, 0x7f6801a26cb0}, 8) = 0
stat("/root/miniconda2/lib/python27.zip", 0x7fffdf5f78b0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python27.zip", 0x7fffdf5f78e0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site", 0x7fffdf5f7bb0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/sitemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=19669, ...}) = 0
open("/root/miniconda2/lib/python2.7/site.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=20144, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(4, "\3\363\r\n\237CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sp\1\0\0d\0"..., 512) = 512
fstat(4, {st_mode=S_IFREG|0664, st_size=20144, ...}) = 0
read(4, "**************************\n* Thi"..., 19456) = 19456
read(4, "\0\0R\320\0\0\0R|\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0\0s4\0\0\0"..., 512) = 176
read(4, "", 512) = 0
close(4) = 0
munmap(0x7fc78b650000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/os", 0x7fffdf5f7610) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/os.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=25910, ...}) = 0
open("/root/miniconda2/lib/python2.7/os.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=26971, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(5, "\3\363\r\n\232CxWc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\372\6\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=26971, ...}) = 0
read(5, "\1d\1\0d\2\0l\21\0Z\21\0e\5\0j\16\0e\6\0e\21\0\203\1\0\203\1\0\1"..., 26112) = 26112
read(5, "build/lib/python2.7/os.pyt\10\0\0\0<m"..., 512) = 347
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b650000, 4096) = 0
brk(0x9a8000) = 0x9a8000
open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(5, "MemTotal: 16692024 kB\nMemF"..., 1024) = 1024
close(5) = 0
munmap(0x7fc78b650000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/posixpath", 0x7fffdf5f7070) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/posixpath.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/posixpathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/posixpath.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=13925, ...}) = 0
open("/root/miniconda2/lib/python2.7/posixpath.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=11972, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(6, "\3\363\r\n\233CxWc\0\0\0\0\0\0\0\0&\0\0\0@\0\0\0s\373\1\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=11972, ...}) = 0
read(6, "dF\0k\2\0Z*\0e\10\0dG\0\204\1\0Z+\0d\2\0S(H\0\0\0s\347"..., 11264) = 11264
read(6, "\0(\0\0\0\0(\0\0\0\0(\0\0\0\0s9\0\0\0/home/ilan/"..., 512) = 196
read(6, "", 512) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b5a0000
close(6) = 0
munmap(0x7fc78b650000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/stat", 0x7fffdf5f6ad0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/stat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/statmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/stat.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1842, ...}) = 0
open("/root/miniconda2/lib/python2.7/stat.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=2991, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(7, "\3\363\r\n\240CxWc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s{\1\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=2991, ...}) = 0
read(7, "rom stat import *\ni\0\0\0\0i\1\0\0\0i\2\0\0"..., 2048) = 2048
read(7, "Ot\7\0\0\0S_IROTHt\7\0\0\0S_IWOTHt\7\0\0\0S_"..., 512) = 431
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b650000, 4096) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/genericpath", 0x7fffdf5f6ad0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/genericpath.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/genericpathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/genericpath.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=3201, ...}) = 0
open("/root/miniconda2/lib/python2.7/genericpath.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=3781, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(7, "\3\363\r\n\225CxWc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\305\0\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=3781, ...}) = 0
read(7, "\0\0\0\0\0\1\0\0\0B\0\0\0s\10\0\0\0e\0\0Z\1\0RS(\0\0\0\0("..., 3072) = 3072
read(7, "eErrort\6\0\0\0objectR\1\0\0\0R\7\0\0\0R\6\0\0\0"..., 512) = 197
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b650000, 4096) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/warnings", 0x7fffdf5f6ad0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/warnings.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=14748, ...}) = 0
open("/root/miniconda2/lib/python2.7/warnings.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=14176, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(7, "\3\363\r\n\244CxWc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0sY\2\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=14176, ...}) = 0
read(7, "x\36\0e&\0D]\26\0Z,\0e\f\0d!\0d\"\0e,\0\203\1\1\1q\351\1"..., 13312) = 13312
read(7, "ortWarningt\31\0\0\0PendingDeprecatio"..., 512) = 352
read(7, "", 512) = 0
mmap(NULL, 200704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b560000
close(7) = 0
munmap(0x7fc78b650000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/linecache", 0x7fffdf5f6530) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/linecache.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/linecachemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/linecache.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=4027, ...}) = 0
open("/root/miniconda2/lib/python2.7/linecache.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=3416, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(8, "\3\363\r\n\227CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sp\0\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=3416, ...}) = 0
read(8, "en(\4\0\0\0t\10\0\0\0filenamet\6\0\0\0linenot"..., 2560) = 2560
read(8, "/minonda/envs/_build/lib/python2"..., 512) = 344
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b650000, 4096) = 0
close(7) = 0
stat("/root/miniconda2/lib/python2.7/types", 0x7fffdf5f6530) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/types.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=2094, ...}) = 0
open("/root/miniconda2/lib/python2.7/types.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=2893, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(8, "\3\363\r\n\243CxWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sH\2\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=2893, ...}) = 0
read(8, "\0e\2\0e\5\0jB\0\203\1\0ZC\0e\2\0eD\0\203\1\0ZE\0e\2\0e"..., 2048) = 2048
read(8, "\0\0NotImplementedt\22\0\0\0NotImplemen"..., 512) = 333
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b650000, 4096) = 0
close(7) = 0
close(6) = 0
close(5) = 0
stat("/root/miniconda2/lib/python2.7/UserDict", 0x7fffdf5f7070) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/UserDict.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/UserDictmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/UserDict.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=7060, ...}) = 0
open("/root/miniconda2/lib/python2.7/UserDict.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=10791, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(6, "\3\363\r\n\243CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sb\0\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=10791, ...}) = 0
read(6, "\0t\0\0d\1\0\203\1\0\202\1\0n\0\0|\0\0d\2\0\31}\2\0|\0\0d\3\0"..., 10240) = 10240
read(6, "Dict.pyt\10\0\0\0<module>\1\0\0\0s\n\0\0\0\6\2\23"..., 512) = 39
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b650000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/_abcoll", 0x7fffdf5f6ad0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_abcoll.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_abcollmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_abcoll.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=18619, ...}) = 0
open("/root/miniconda2/lib/python2.7/_abcoll.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=28178, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(7, "\3\363\r\n\217CxWc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0s\224\2\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=28178, ...}) = 0
read(7, "\32\0j\t\0e\26\0i\0\0j\33\0\203\0\0\203\1\0\203\1\0\1d\r\0e\23\0f\1"..., 27648) = 27648
read(7, "\31\2\26[\r\6\34,\r\1\r\1\r\1\r\3\0267", 512) = 18
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b650000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/abc", 0x7fffdf5f6530) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/abc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/abcmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/abc.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=7145, ...}) = 0
open("/root/miniconda2/lib/python2.7/abc.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=6407, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(8, "\3\363\r\n\217CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s}\0\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=6407, ...}) = 0
read(8, "taclass is ABCMeta or derived fr"..., 5632) = 5632
read(8, "lan/minonda/envs/_build/lib/pyth"..., 512) = 263
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b650000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/_weakrefset", 0x7fffdf5f5f90) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_weakrefset.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_weakrefsetmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_weakrefset.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=5911, ...}) = 0
open("/root/miniconda2/lib/python2.7/_weakrefset.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=10830, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(9, "\3\363\r\n\244CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sI\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=10830, ...}) = 0
read(9, "iteratingt\3\0\0\0add(\2\0\0\0R\4\0\0\0t\1\0\0\0"..., 10240) = 10240
read(9, "n/minonda/envs/_build/lib/python"..., 512) = 78
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b650000, 4096) = 0
close(8) = 0
close(7) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b520000
close(6) = 0
close(5) = 0
stat("/root/miniconda2/lib/python2.7/copy_reg", 0x7fffdf5f7070) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/copy_reg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/copy_regmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/copy_reg.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=6800, ...}) = 0
open("/root/miniconda2/lib/python2.7/copy_reg.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=5377, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(6, "\3\363\r\n\223CxWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\326\0\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=5377, ...}) = 0
read(6, "siont\25\0\0\0clear_extension_cachec\3"..., 4608) = 4608
read(6, "\0\0t\7\0\0\0__all__R\v\0\0\0R\f\0\0\0R\1\0\0\0R\2\0"..., 512) = 257
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b650000, 4096) = 0
close(5) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/traceback", 0x7fffdf5f7610) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/traceback.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=11285, ...}) = 0
open("/root/miniconda2/lib/python2.7/traceback.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=12159, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(5, "\3\363\r\n\243CxWc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0sB\1\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=12159, ...}) = 0
read(5, "t\v\0\0\0format_listt\f\0\0\0format_stac"..., 11264) = 11264
read(5, "\0\0R,\0\0\0(\0\0\0\0(\0\0\0\0s9\0\0\0/home/ilan"..., 512) = 383
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b650000, 4096) = 0
close(4) = 0
geteuid() = 0
getuid() = 0
getegid() = 0
getgid() = 0
stat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/sysconfig", 0x7fffdf5f7050) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/sysconfig.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/sysconfigmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/sysconfig.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=22540, ...}) = 0
open("/root/miniconda2/lib/python2.7/sysconfig.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=18200, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(5, "\3\363\r\n\241CxWc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\21\5\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=18200, ...}) = 0
read(5, "\5\0006d*\0d\7\0006d+\0d\t\0006d+\0d\v\0006d,\0d\r\0006d"..., 17408) = 17408
read(5, "sconfig.pyt\10\0\0\0<module>\3\0\0\0s\370\0\0\0"..., 512) = 280
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b650000, 4096) = 0
lstat("/root", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0
lstat("/root/miniconda2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/bin/python", {st_mode=S_IFLNK|0777, st_size=9, ...}) = 0
readlink("/root/miniconda2/bin/python", "python2.7", 4096) = 9
lstat("/root/miniconda2/bin/python2.7", {st_mode=S_IFREG|0755, st_size=10046, ...}) = 0
stat("/root/miniconda2/bin/Modules/Setup.dist", 0x7fffdf5f7990) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/bin/Modules/Setup.local", 0x7fffdf5f7990) = -1 ENOENT (No such file or directory)
close(4) = 0
stat("/root/miniconda2/lib/python2.7/re", 0x7fffdf5f6cc0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/re.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=13423, ...}) = 0
open("/root/miniconda2/lib/python2.7/re.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=13917, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(5, "\3\363\r\n\235CxWc\0\0\0\0\0\0\0\0\27\0\0\0@\0\0\0sQ\2\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=13917, ...}) = 0
read(5, "\203\1\0Z3\0d+\0Z4\0d,\0\204\0\0Z5\0d-\0\204\0\0Z6\0d."..., 13312) = 13312
read(5, "\1\f\1\f\1\3\1\20\1\r\1\n\3\22\1\33\1\22\1\f\2\6\3\r\1\r\1\r\1\r\1\r"..., 512) = 93
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b650000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/sre_compile", 0x7fffdf5f6720) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/sre_compile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/sre_compilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/sre_compile.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=19817, ...}) = 0
open("/root/miniconda2/lib/python2.7/sre_compile.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=12919, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(6, "\3\363\r\n\237CxWc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\317\1\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=12919, ...}) = 0
brk(0x9cb000) = 0x9cb000
read(6, "support module for srei\377\377\377\377N(\1\0\0"..., 12288) = 12288
read(6, "ompile.pyt\10\0\0\0<module>\f\0\0\0sX\0\0\0\6"..., 512) = 119
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b650000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/sre_parse", 0x7fffdf5f6180) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/sre_parse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/sre_parsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/sre_parse.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=28911, ...}) = 0
open("/root/miniconda2/lib/python2.7/sre_parse.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=20881, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(7, "\3\363\r\n\237CxWc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\312\2\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=20881, ...}) = 0
read(7, "!\0d)\0006Z\"\0d*\0f\0\0d+\0\204\0\0\203\0\0YZ#\0d,\0f"..., 19968) = 19968
read(7, "FLAG_MULTILINEt\17\0\0\0SRE_FLAG_DOTA"..., 512) = 401
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b650000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/sre_constants", 0x7fffdf5f5be0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/sre_constants.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/sre_constantsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/sre_constants.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=7197, ...}) = 0
open("/root/miniconda2/lib/python2.7/sre_constants.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=6315, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(8, "\3\363\r\n\237CxWc\0\0\0\0\0\0\0\0 \0\0\0@\0\0\0s*\5\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=6315, ...}) = 0
read(8, "\0e\7\0e\10\0e\t\0e\n\0e\v\0e\f\0e\r\0e\17\0e\20\0e\21\0e"..., 5632) = 5632
read(8, "\1\6\1\3\1\3\1\3\1\3\1\3\1\t\5\f\1\f\1\t\1\t\4\t\1\t\1\t\1\t\1\t"..., 512) = 171
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b650000, 4096) = 0
close(7) = 0
close(6) = 0
close(5) = 0
stat("/root/miniconda2/lib/python2.7/_locale", 0x7fffdf5f6720) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_locale.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_localemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_locale.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_locale.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/plat-linux2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/plat-linux2/_locale", 0x7fffdf5f6720) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_locale.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_localemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_locale.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_locale.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/lib-tk", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/lib-tk/_locale", 0x7fffdf5f6720) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_locale.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_localemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_locale.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_locale.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-old", 0x7fffdf5f6420) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/lib-old", 0x7fffdf5f6450) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/lib-dynload/_locale", 0x7fffdf5f6720) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/_locale.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0755, st_size=57311, ...}) = 0
futex(0x7fc78add30d0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/_locale.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\31\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=57311, ...}) = 0
mmap(NULL, 2116824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fc78a0d0000
mprotect(0x7fc78a0d4000, 2097152, PROT_NONE) = 0
mmap(0x7fc78a2d4000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x4000) = 0x7fc78a2d4000
close(6) = 0
close(5) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/_sysconfigdata", 0x7fffdf5f6b50) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_sysconfigdata.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_sysconfigdatamodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_sysconfigdata.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=16221, ...}) = 0
open("/root/miniconda2/lib/python2.7/_sysconfigdata.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=19414, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(5, "\3\363\r\n\255\311\244Wc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\370\16\0\0i\""..., 512) = 512
fstat(5, {st_mode=S_IFREG|0644, st_size=19414, ...}) = 0
read(5, "dr\0006dU\0ds\0006dU\0dt\0006d\0\0du\0006dU\0dv\0006"..., 18432) = 18432
read(5, "\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1"..., 512) = 470
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b650000, 4096) = 0
close(4) = 0
brk(0x9f4000) = 0x9f4000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b4e0000
stat("/root/.local/lib/python2.7/site-packages", 0x7fffdf5f8380) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
openat(AT_FDCWD, "/root/miniconda2/lib/python2.7/site-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4
getdents(4, /* 34 entries */, 32768) = 1207
getdents(4, /* 0 entries */, 32768) = 0
close(4) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools.pth", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=30, ...}) = 0
fstat(4, {st_mode=S_IFREG|0664, st_size=30, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(4, "./setuptools-23.0.0-py2.7.egg\n", 8192) = 30
read(4, "", 7680) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
read(4, "", 8192) = 0
close(4) = 0
munmap(0x7fc78b650000, 4096) = 0
stat("/root/miniconda2/lib/site-python", 0x7fffdf5f8380) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/sitecustomize", 0x7fffdf5f7330) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/sitecustomize", 0x7fffdf5f7330) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/sitecustomize", 0x7fffdf5f7330) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/sitecustomize", 0x7fffdf5f7330) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/sitecustomize", 0x7fffdf5f7330) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
fstat(4, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
lseek(4, 472576, SEEK_SET) = 472576
read(4, "\3272\3\0\0\0\1\0\0\0\21\0\0\0\0\0\0\0\0\0\0\0\264\201+\1\7\0EGG-"..., 176) = 176
read(4, "PK\5\6\0\0\0\0z\0z\0001$\0\0\177\22\7\0\0\0", 512) = 22
lseek(4, 463360, SEEK_SET) = 463360
read(4, "g\240\363*]\353[\342\205\266\266\370\363\271]3\377\204#~V\212*|p\327o5\225\342`\356"..., 512) = 512
read(4, "\264\201\206\7\1\0pkg_resources/extern/__ini"..., 512) = 512
read(4, "\3\24\0\0\0\10\0zr\311Hr\232\204\v\336\t\0\0\3\37\0\0*\0\0\0\0\0\0\0\0"..., 512) = 512
read(4, "kaging/requirements.pyPK\1\2\24\3\24\0\0\0"..., 512) = 512
read(4, "\377\2\0pkg_resources/_vendor/packagi"..., 512) = 512
read(4, "H\10\313u\267\6\3\0\0008\20\0\0/\0\0\0\0\0\0\0\0\0\0\0\264\201\r/\3\0p"..., 512) = 512
read(4, "\0\0\10\0zr\311H\221\351 \300\230\0\0\0\311\0\0\0\34\0\0\0\0\0\0\0\0\0\0\0"..., 512) = 512
read(4, "\0\0\264\201H\224\3\0setuptools/dist.pyPK\1\2\24\3"..., 512) = 512
read(4, "9_support.pycPK\1\2\24\3\24\0\0\0\10\0zr\311H\220o\253"..., 512) = 512
read(4, "(\361\217\311\7\0\0@\25\0\0\26\0\0\0\0\0\0\0\0\0\0\0\264\201tD\4\0set"..., 512) = 512
read(4, "\0\0\0\0\0\0\264\201\372\247\4\0setuptools/site-patc"..., 512) = 512
read(4, "\371\273\4\0setuptools/command/egg_info."..., 512) = 512
read(4, "\0\0\0\0\0\0\0\0\0\264\201\375\30\5\0setuptools/comman"..., 512) = 512
read(4, "evelop.pycPK\1\2\24\3\24\0\0\0\10\0zr\311H\315+\223\206n\\"..., 512) = 512
read(4, "\0\0\0\0\0\0\0\0\0\264\201C9\6\0setuptools/comman"..., 512) = 512
read(4, "K\1\2\24\3\24\0\0\0\10\0zr\311H\233\4\214\364I\24\0\0 C\0\0\37\0\0\0\0"..., 512) = 512
read(4, "s/command/bdist_rpm.pyPK\1\2\24\3\24\0\0\0"..., 512) = 512
read(4, "'\0\0\0\0\0\0\0\0\0\0\0\264\201\"\312\6\0setuptools/com"..., 512) = 512
read(4, "\3272\3\0\0\0\1\0\0\0\21\0\0\0\0\0\0\0\0\0\0\0\264\201+\1\7\0EGG-"..., 512) = 198
read(4, "", 512) = 0
close(4) = 0
munmap(0x7fc78b650000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/usercustomize", 0x7fffdf5f7330) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/usercustomize", 0x7fffdf5f7330) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/usercustomize", 0x7fffdf5f7330) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/usercustomize", 0x7fffdf5f7330) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/usercustomize", 0x7fffdf5f7330) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/anaconda_decrypt", 0x7fffdf5f74a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/anaconda_decrypt.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/anaconda_decryptmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/anaconda_decrypt.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/anaconda_decrypt.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/anaconda_decrypt", 0x7fffdf5f74a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/anaconda_decrypt.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/anaconda_decryptmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/anaconda_decrypt.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/anaconda_decrypt.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/anaconda_decrypt", 0x7fffdf5f74a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/anaconda_decrypt.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/anaconda_decryptmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/anaconda_decrypt.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/anaconda_decrypt.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/anaconda_decrypt", 0x7fffdf5f74a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/anaconda_decrypt.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/anaconda_decryptmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/anaconda_decrypt.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/anaconda_decrypt.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/anaconda_decrypt", 0x7fffdf5f74a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/anaconda_decrypt.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/anaconda_decryptmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/anaconda_decrypt.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/anaconda_decrypt.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(3) = 0
open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2919792, ...}) = 0
mmap(NULL, 2919792, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fc789e07000
close(3) = 0
stat("/root/miniconda2/lib/python2.7/encodings", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/encodings/__init__.py", {st_mode=S_IFREG|0644, st_size=5698, ...}) = 0
stat("/root/miniconda2/lib/python2.7/encodings/__init__", 0x7fffdf5f7cc0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/__init__.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=5698, ...}) = 0
open("/root/miniconda2/lib/python2.7/encodings/__init__.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=4474, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(4, "\3\363\r\n\255CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\216\0\0\0d\0"..., 512) = 512
fstat(4, {st_mode=S_IFREG|0664, st_size=4474, ...}) = 0
read(4, "le must export the following int"..., 3584) = 3584
read(4, "\0\0sl\0\0\0\0\3\22\1\f\1\4\t\f\1\17\1\33\1\f\1\3\1\f\2\t\1\r\1\23"..., 512) = 378
read(4, "", 512) = 0
close(4) = 0
munmap(0x7fc78b650000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/encodings", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/encodings", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/encodings/codecs", 0x7fffdf5f7720) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/codecs", 0x7fffdf5f7720) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/codecs.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=36095, ...}) = 0
open("/root/miniconda2/lib/python2.7/codecs.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=39098, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(5, "\3\363\r\n\221CxWc\0\0\0\0\0\0\0\0+\0\0\0@\0\0\0sp\3\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=39098, ...}) = 0
read(5, "\0e\31\0f\1\0d?\0\204\0\0\203\0\0YZ \0d\35\0dZ\0d@\0\204\0\0"..., 38400) = 38400
read(5, "/python2.7/codecs.pyt\10\0\0\0<module"..., 512) = 186
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b650000, 4096) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/encodings/encodings", 0x7fffdf5f7720) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/encodings/aliases", 0x7fffdf5f7710) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/aliases.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/aliasesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/aliases.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=14848, ...}) = 0
open("/root/miniconda2/lib/python2.7/encodings/aliases.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=8794, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(5, "\3\363\r\n\247CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0su\10\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=8794, ...}) = 0
read(5, "Z\0006d[\0d\\\0006d[\0d]\0006d[\0d^\0006d_\0d`\0006d"..., 8192) = 8192
read(5, "\7\3\7\1\7\1\7\1\7\3\7\1\7\1\7\3\7\3\7\1\7\1\7\1\7\3\7\1\7\1\7\3"..., 512) = 90
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b650000, 4096) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/encodings/__builtin__", 0x7fffdf5f7720) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/__builtin__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/__builtin__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/__builtin__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/__builtin__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(3) = 0
stat("/root/miniconda2/lib/python2.7/encodings/utf_8", 0x7fffdf5f79c0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/utf_8.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/utf_8module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/utf_8.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1005, ...}) = 0
open("/root/miniconda2/lib/python2.7/encodings/utf_8.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=2158, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(4, "\3\363\r\n\264CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\230\0\0\0d\0"..., 512) = 512
fstat(4, {st_mode=S_IFREG|0664, st_size=2158, ...}) = 0
read(4, "/encodings/utf_8.pyt\6\0\0\0decode\17\0"..., 1536) = 1536
read(4, "\0\0\0\0s?\0\0\0/home/ilan/minonda/envs"..., 512) = 110
read(4, "", 512) = 0
close(4) = 0
munmap(0x7fc78b650000, 4096) = 0
close(3) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffdf5f8d60) = -1 ENOTTY (Inappropriate ioctl for device)
ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffdf5f8d60) = -1 ENOTTY (Inappropriate ioctl for device)
brk(0xa1b000) = 0xa1b000
brk(0xa12000) = 0xa12000
stat("scipy", 0x7fffdf5f7a70) = -1 ENOENT (No such file or directory)
open("scipy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("scipymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("scipy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("scipy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/scipy", 0x7fffdf5f7a70) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/scipy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/scipymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/scipy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/scipy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/scipy", 0x7fffdf5f7a70) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/scipy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/scipymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/scipy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/scipy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/scipy", 0x7fffdf5f7a70) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/scipy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/scipymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/scipy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/scipy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/scipy", 0x7fffdf5f7a70) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/scipy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/scipymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/scipy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/scipy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__.py", {st_mode=S_IFREG|0664, st_size=4049, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__", 0x7fffdf5f7a20) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0664, st_size=4049, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=4106, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(4, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\5\0\0\0@`\1\0s\366\1\0\0d\0"..., 512) = 512
fstat(4, {st_mode=S_IFREG|0664, st_size=4106, ...}) = 0
read(4, "\0Z+\0e*\0\203\0\0j,\0Z,\0d\7\0S(\30\0\0\0s\223\10\0\0\nS"..., 3584) = 3584
read(4, "\4\1\n\2\3\2\20\1\f\1", 512) = 10
read(4, "", 512) = 0
close(4) = 0
munmap(0x7fc78b650000, 4096) = 0
stat("__future__", 0x7fffdf5f7480) = -1 ENOENT (No such file or directory)
open("__future__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("__future__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("__future__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("__future__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/__future__", 0x7fffdf5f7480) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/__future__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/__future__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/__future__.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=4380, ...}) = 0
open("/root/miniconda2/lib/python2.7/__future__.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=4372, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(5, "\3\363\r\n\225CxWc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\355\0\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=4372, ...}) = 0
read(5, "ndatoryRelease, and both are 5-t"..., 3584) = 3584
read(5, "NTt\30\0\0\0CO_FUTURE_PRINT_FUNCTIONt"..., 512) = 276
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b650000, 4096) = 0
close(4) = 0
stat("numpy", 0x7fffdf5f7480) = -1 ENOENT (No such file or directory)
open("numpy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("numpymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("numpy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("numpy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/numpy", 0x7fffdf5f7480) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/numpy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/numpymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/numpy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/numpy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/numpy", 0x7fffdf5f7480) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/numpy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/numpymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/numpy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/numpy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/numpy", 0x7fffdf5f7480) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/numpy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/numpymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/numpy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/numpy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/numpy", 0x7fffdf5f7480) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/numpy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/numpymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/numpy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/numpy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/__init__.py", {st_mode=S_IFREG|0664, st_size=7192, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/__init__", 0x7fffdf5f7430) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/__init__.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=7192, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/__init__.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=7744, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(5, "\3\363\r\n\232\363sWc\0\0\0\0\0\0\0\0\6\0\0\0@`\1\0s\374\3\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=7744, ...}) = 0
read(5, "\30\0l$\0m/\0Z/\0\1d\16\0d\31\0l$\0m0\0Z0\0\1d\16\0d"..., 7168) = 7168
read(5, "\n\1\20\1\20\1\n\1\20\1\20\1\20\1\20\1\20\1\20\1\20\1\n\1\20\4\23\1.\1\t\2"..., 512) = 64
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b650000, 4096) = 0
stat("ctypes", 0x7fffdf5f6e90) = -1 ENOENT (No such file or directory)
open("ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/ctypes", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/ctypes/__init__.py", {st_mode=S_IFREG|0644, st_size=17372, ...}) = 0
stat("/root/miniconda2/lib/python2.7/ctypes/__init__", 0x7fffdf5f6e40) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/__init__.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=17372, ...}) = 0
open("/root/miniconda2/lib/python2.7/ctypes/__init__.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=21732, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(6, "\3\363\r\n\310CxWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sQ\n\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=21732, ...}) = 0
read(6, ".\0j\0\0r*\2e(\0j\0\0j/\0d\34\0d\35\0\203\2\0e.\0_\0\0"..., 20992) = 20992
read(6, "\26\2\n\2\26\2\n\2\26\2\n\2\26\2\n\2\26\2\30\1\t\2\30\2\6\1\t\2\26\2\n\2"..., 512) = 228
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b650000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/ctypes", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/ctypes", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/ctypes/os", 0x7fffdf5f68a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/ctypes/sys", 0x7fffdf5f68a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/ctypes/_ctypes", 0x7fffdf5f68a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/_ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/_ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/_ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/_ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("_ctypes", 0x7fffdf5f68a0) = -1 ENOENT (No such file or directory)
open("_ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/_ctypes", 0x7fffdf5f68a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/_ctypes", 0x7fffdf5f68a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/_ctypes", 0x7fffdf5f68a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/_ctypes", 0x7fffdf5f68a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/_ctypes.so", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0755, st_size=520147, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/_ctypes.so", O_RDONLY|O_CLOEXEC) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360y\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0755, st_size=520147, ...}) = 0
mmap(NULL, 2247168, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fc789be0000
mprotect(0x7fc789c01000, 2093056, PROT_NONE) = 0
mmap(0x7fc789e00000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x20000) = 0x7fc789e00000
close(7) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b4a0000
close(6) = 0
stat("/root/miniconda2/lib/python2.7/ctypes/struct", 0x7fffdf5f68a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/struct.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/struct.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("struct", 0x7fffdf5f68a0) = -1 ENOENT (No such file or directory)
open("struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("struct.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("struct.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/struct", 0x7fffdf5f68a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/struct.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
open("/root/miniconda2/lib/python2.7/struct.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=263, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(7, "\3\363\r\n\240CxWc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0s.\0\0\0d\0"..., 512) = 263
fstat(7, {st_mode=S_IFREG|0644, st_size=263, ...}) = 0
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b650000, 4096) = 0
stat("_struct", 0x7fffdf5f6300) = -1 ENOENT (No such file or directory)
open("_struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_struct.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_struct.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/_struct", 0x7fffdf5f6300) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_struct.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_struct.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/_struct", 0x7fffdf5f6300) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_struct.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_struct.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/_struct", 0x7fffdf5f6300) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_struct.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_struct.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/_struct", 0x7fffdf5f6300) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/_struct.so", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0755, st_size=110596, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/_struct.so", O_RDONLY|O_CLOEXEC) = 8
read(8, "\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
fstat(8, {st_mode=S_IFREG|0755, st_size=110596, ...}) = 0
mmap(NULL, 2133160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fc7899d0000
mprotect(0x7fc7899d7000, 2097152, PROT_NONE) = 0
mmap(0x7fc789bd7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x7000) = 0x7fc789bd7000
close(8) = 0
close(7) = 0
close(6) = 0
brk(0xa33000) = 0xa33000
brk(0xa32000) = 0xa32000
stat("/root/miniconda2/lib/python2.7/ctypes/ctypes", 0x7fffdf5f68a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/ctypes/_endian", 0x7fffdf5f68a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/_endian.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/_endianmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ctypes/_endian.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1999, ...}) = 0
open("/root/miniconda2/lib/python2.7/ctypes/_endian.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=2451, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(7, "\3\363\r\n\310CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\277\0\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=2451, ...}) = 0
read(7, "ibutes which contain the types, "..., 1536) = 1536
read(7, "(\7\0\0\0R\31\0\0\0R\32\0\0\0R\36\0\0\0R\r\0\0\0R\37\0\0\0R "..., 512) = 403
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b650000, 4096) = 0
close(6) = 0
statfs("/selinux", 0x7fffdf5f7740) = -1 ENOENT (No such file or directory)
open("/proc/mounts", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
read(6, "rootfs / rootfs rw 0 0\nsysfs /sy"..., 1024) = 474
read(6, "", 1024) = 0
close(6) = 0
munmap(0x7fc78b650000, 4096) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b650000
close(5) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/__config__", 0x7fffdf5f6e90) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/__config__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/__config__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/__config__.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=2025, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/__config__.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=1794, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(6, "\3\363\r\n\326\315\244Wc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s_\1\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=1794, ...}) = 0
read(6, "brariess\24\0\0\0/root/miniconda2/lib"..., 1024) = 1024
read(6, "l__t\4\0\0\0Nonet\17\0\0\0lapack_opt_info"..., 512) = 258
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b640000, 4096) = 0
close(5) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/version", 0x7fffdf5f6e90) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/version.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/versionmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/version.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=294, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/version.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=360, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(6, "\3\363\r\n\7\364sWc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s1\0\0\0d\0"..., 512) = 360
fstat(6, {st_mode=S_IFREG|0664, st_size=360, ...}) = 0
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b640000, 4096) = 0
close(5) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/_import_tools", 0x7fffdf5f6e90) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/_import_tools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/_import_toolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/_import_tools.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=13292, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/_import_tools.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=11761, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(6, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\4\0\0\0@`\1\0s\235\0\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=11761, ...}) = 0
read(6, "\4\0j\4\0|\4\0j\5\0\203\3\0|\0\0_\6\0e\3\0d\4\0|\4\0j\4\0"..., 10752) = 10752
read(6, "nvs/_build/lib/python2.7/site-pa"..., 512) = 497
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b640000, 4096) = 0
close(5) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/add_newdocs", 0x7fffdf5f6e80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/add_newdocs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/add_newdocsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/add_newdocs.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=223701, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/add_newdocs.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=291323, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(6, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\t\0\0\0@`\1\0s|\21\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=291323, ...}) = 0
read(6, "e\6\0d.\0d9\0d:\0\203\3\0\1e\6\0d.\0d;\0d<\0\203\3\0\1"..., 3584) = 3584
read(6, "g\2\203\3\0\1e\6\0d\200\1d\201\1dh\2\203\3\0\1e\6\0d\200\1d\201\1d"..., 512) = 512
read(6, " allow easier editing of the doc"..., 512) = 512
read(6, "ows iterating over the array as "..., 512) = 512
read(6, "m Python code\n by calling the"..., 512) = 512
read(6, " An N-dimensional tuple of cur"..., 512) = 512
read(6, "\0copys\376\0\0\0\n copy()\n\n Get a"..., 512) = 512
read(6, " or sequence of array_like\n "..., 9728) = 9728
read(6, " buffersize=kwargs.get('buff"..., 512) = 512
read(6, "y])\n >>> it.next()\n (array"..., 512) = 512
read(6, "her iterations are left, and per"..., 512) = 512
read(6, "specified, this removes it, allo"..., 512) = 512
read(6, " Amongst others, it has ``sha"..., 512) = 512
read(6, " array([[5, 6, 7],\n "..., 512) = 512
read(6, "``self``.\n\n See Also\n ----"..., 512) = 512
read(6, " possessed by the broadcasted re"..., 512) = 512
read(6, "3])\n >>> y = np.array([[4], ["..., 512) = 512
read(6, " 0\n\n s\25\0\0\0numpy.core.multia"..., 512) = 512
read(6, "uired\n to hold the object"..., 2048) = 2048
read(6, "ement:\n\n >>> x = np.array([(1"..., 512) = 512
read(6, "le of int\n Shape of the e"..., 1024) = 1024
read(6, " [ 496041986, 1924976"..., 512) = 512
read(6, " optional\n Overrides the "..., 1536) = 1536
read(6, " [ 4.38791518e-305, -2.00"..., 512) = 512
read(6, "s.\n\n t\5\0\0\0zeross\212\5\0\0\n zero"..., 512) = 512
read(6, "w- or column-wise) order in memo"..., 512) = 512
read(6, "> np.zeros(5)\n array([ 0., 0"..., 512) = 512
read(6, "rray ``a``.\n\n Parameters\n "..., 512) = 512
read(6, " that can look up an array type "..., 512) = 512
read(6, " `dtype` elements from the data."..., 1024) = 1024
read(6, " >>> np.fromstring('\\x01\\x02\\x03"..., 512) = 512
read(6, ",\n which means all data i"..., 512) = 512
read(6, "n array from data in a text or b"..., 2048) = 2048
read(6, "\n The recommended way to stor"..., 512) = 512
read(6, "he returned array; default: floa"..., 512) = 512
read(6, " not be byteswapped, but will be"..., 512) = 512
read(6, " to `axis` (the first, by defaul"..., 2048) = 2048
read(6, "e([a, b])\n masked_array(data "..., 512) = 512
read(6, " out : ndarray\n `out.sha"..., 1024) = 1024
read(6, " >>> a = np.arange(24).reshap"..., 512) = 512
read(6, "nerated within the half-open int"..., 1536) = 1536
read(6, "ater\n than `stop`.\n\n S"..., 512) = 512
read(6, "rray_c_version()\n\n Return the"..., 512) = 512
read(6, "ble\n Each ``op = func`` p"..., 512) = 512
read(6, "n replacing add, you may not use"..., 512) = 512
read(6, "om `x` or `y`, depending on `con"..., 1536) = 1536
read(6, ", -1.]])\n\n Find the indices o"..., 512) = 512
read(6, "terpreted as columns in a\n sp"..., 2048) = 2048
read(6, "or i in np.argsort(a)]\n [(1, "..., 512) = 512
read(6, "e\n casting rule. If from is "..., 2560) = 2560
read(6, "'<i8', '>u4', 'same_kind')\n F"..., 512) = 512
read(6, "type specifier\n Second da"..., 512) = 512
read(6, "so\n --------\n result_type,"..., 512) = 512
read(6, "ay ``a``, returns the vector's d"..., 512) = 512
read(6, "calar_type(10)\n dtype('uint8'"..., 512) = 512
read(6, "ke C++, with some slight differe"..., 1536) = 1536
read(6, "es`\n to produce the return va"..., 512) = 512
read(6, "rn a new uninitialized buffer ob"..., 512) = 512
read(6, "-only buffer.\n\n Parameters\n "..., 512) = 512
read(6, " 1-D\n arrays to inner product"..., 1536) = 1536
read(6, ".dot([2j, 3j], [2j, 3j])\n (-1"..., 512) = 512
read(6, " on the arguments in the followi"..., 3584) = 3584
read(6, " use '*' instead\n\n t\6\0\0\0einsu"..., 512) = 512
read(6, " be implemented as calls to `ein"..., 6656) = 6656
read(6, "m('ki,jk->ij', a, b)\n array(["..., 512) = 512
read(6, "n the dot product of two vectors"..., 1024) = 1024
read(6, ">>> a = np.array([1+2j,3+4j])\n "..., 512) = 512
read(6, "multidimensional, homogeneous ar"..., 4096) = 4096
read(6, " offset=np.int_().itemsize,\n "..., 512) = 512
read(6, "ct.\n\n Examples\n --------\n "..., 512) = 512
read(6, "object has, among others, data, "..., 3584) = 3584
read(6, "_as(ctypes.POINTER(ctypes.c_long"..., 512) = 512
read(6, "ting to the start of the array's"..., 512) = 512
read(6, "x.imag\n array([ 0. , "..., 512) = 512
brk(0xa53000) = 0xa53000
read(6, "ment.\n F_CONTIGUOUS (F)\n "..., 2560) = 2560
read(6, "ry* if ``arr.shape[dim] == 1``\n "..., 512) = 512
read(6, "array collapsed into one dimensi"..., 512) = 512
read(6, "\n\n t\6\0\0\0nbytess?\1\0\0\n Total"..., 512) = 512
read(6, "im\n 3\n\n t\4\0\0\0reals\2\1\0\0\n "..., 512) = 512
read(6, "1, 2, 3, 4])\n >>> x.shape\n "..., 512) = 512
read(6, "Equivalent to ``np.prod(a.shape)"..., 512) = 512
read(6, " \"ndarray.rst\" file in the NumPy"..., 1024) = 1024
read(6, " >>> y.strides\n (48, 16, 4)\n "..., 512) = 512
read(6, " >>> x = np.array([[1.,2.],[3.,4"..., 512) = 512
read(6, "\n array.\n\n t\21\0\0\0__array_pr"..., 512) = 512
read(6, "rder is 'Any' (None) then the re"..., 512) = 512
read(6, "tuple\n dtype : data-type\n "..., 512) = 512
read(6, "rue.\n\n Refer to `numpy.any` f"..., 512) = 512
read(6, " for detailed documentation.\n\n "..., 512) = 512
read(6, "umpy.argpartition` for full docu"..., 512) = 512
read(6, " means C order, 'F' means Fortra"..., 2048) = 2048
read(6, " --------\n >>> x = np.array(["..., 512) = 512
read(6, "array\n The byteswapped ar"..., 512) = 512
read(6, "\363\0\0\0\n a.choose(choices, out=N"..., 512) = 512
read(6, "unction\n\n t\10\0\0\0compresss\354\0\0\0\n"..., 512) = 512
read(6, "the complex conjugate, element-w"..., 512) = 512
read(6, " as possible. (Note that this"..., 512) = 512
read(6, "\0\0\n a.cumprod(axis=None, dtyp"..., 512) = 512
read(6, "agonals\200\1\0\0\n a.diagonal(offse"..., 512) = 512
read(6, "ee Also\n --------\n numpy.d"..., 512) = 512
read(6, "ile : str\n A string namin"..., 512) = 512
read(6, ">>> a\n array([0, 0])\n >>> "..., 512) = 512
read(6, " row-major order otherwise"..., 512) = 512
read(6, " t\10\0\0\0getfields\257\4\0\0\n a.getfi"..., 512) = 512
read(6, "tween 0 and 12 bytes.\n\n Param"..., 512) = 512
read(6, ".]])\n\n By choosing an offset "..., 512) = 512
read(6, " copied into a standard P"..., 1024) = 1024
read(6, "ray and doing arithmetic on elem"..., 512) = 512
read(6, "ine the last argument\n as *it"..., 1024) = 1024
read(6, " --------\n >>> x = np.rando"..., 512) = 512
read(6, "ne, dtype=None, out=None, keepdi"..., 512) = 512
read(6, "e)\n\n Determine if two arrays "..., 512) = 512
read(6, " max_work=MAY_SHARE_BOUNDS\n "..., 512) = 512
read(6, "rily mean that the two arrays\n "..., 512) = 512
read(6, "s\n --------\n >>> np.may_sh"..., 512) = 512
read(6, "der : string, optional\n B"..., 512) = 512
read(6, "etter of `new_order` for the alt"..., 512) = 512
read(6, " a.prod(axis=None, dtype=None,"..., 512) = 512
read(6, " mode='raise')\n\n Set ``a.flat"..., 512) = 512
read(6, "---------\n dst : ndarray\n "..., 512) = 512
read(6, "eans only safe casts or casts wi"..., 512) = 512
read(6, " ``a.flat[n] = values[n]`` for e"..., 512) = 512
read(6, "lso\n --------\n place, put,"..., 512) = 512
read(6, " --------\n numpy.ravel : equ"..., 512) = 512
read(6, "numpy.reshape : equivalent funct"..., 512) = 512
read(6, "the data memory must be changed."..., 1536) = 1536
read(6, " ValueError: cannot resize an"..., 512) = 512
read(6, "ter=None)\n\n Find indices wher"..., 512) = 512
read(6, "alue to be placed in field.\n "..., 512) = 512
read(6, "y([[3, 3, 3],\n [3, 3, "..., 512) = 512
read(6, "TEABLE, ALIGNED, and UPDATEIFCOP"..., 2048) = 2048
read(6, " UPDATEIFCOPY : False\n >>"..., 512) = 512
read(6, " algorithm. Default is 'quicksor"..., 1024) = 1024
read(6, "structured array:\n\n >>> a = n"..., 512) = 512
read(6, "his element and\n all equal or"..., 1536) = 1536
read(6, "a.partition(a, 3)\n >>> a\n "..., 512) = 512
read(6, "numpy.std` for full documentatio"..., 512) = 512
read(6, "ull documentation.\n\n See Also"..., 512) = 512
read(6, "ndependent of the order of `a`.\n"..., 1024) = 1024
read(6, "t\6\0\0\0tolistsy\2\0\0\n a.tolist()\n"..., 512) = 512
read(6, "]\n >>> a = np.array([[1, 2], "..., 512) = 512
read(6, "n which case it\n means 'Fortr"..., 512) = 512
read(6, "tobytes('C') == x.tobytes()\n "..., 512) = 512
read(6, " --------\n numpy.trace : eq"..., 512) = 512
read(6, ", ... i[n-2], i[n-1])``, then\n "..., 512) = 512
read(6, "s\n -------\n out : ndarray\n"..., 512) = 512
read(6, "s=None, dtype=None, out=None, dd"..., 512) = 512
read(6, "one, results in the view having "..., 2560) = 2560
read(6, "[1,2,3],[4,5,6]], dtype=np.int16"..., 512) = 512
read(6, "umatht\n\0\0\0frompyfuncs\305\3\0\0\n fr"..., 512) = 512
read(6, "a Numpy universal function (``uf"..., 512) = 512
read(6, ")\n\n Return the current object"..., 1536) = 1536
read(6, " >>> old_err = np.seterr(divi"..., 512) = 512
read(6, "oating-point error handling.\n\n "..., 1536) = 1536
read(6, ".base_repr(12, 8) # int for div"..., 512) = 512
read(6, "if\n `bins` is monotonically d"..., 2048) = 2048
read(6, ". print(bins[inds[n]-1], \"<=\","..., 512) = 512
read(6, "-negative ints.\n\n The number "..., 2048) = 2048
read(6, "y([0, 1, 1, 2, 2, 2])\n >>> np"..., 512) = 512
read(6, "from ``multi_index`` apply.\n "..., 1024) = 1024
read(6, ", (7,6), order='F')\n array([3"..., 512) = 512
read(6, "y whose elements are indices int"..., 512) = 512
read(6, "rds : tuple of ndarray\n E"..., 512) = 512
read(6, " to a built-in obj if possible.\n"..., 512) = 512
read(6, " A ufunc whose current doc is"..., 512) = 512
read(6, "hen throwing away the ufunc.\n "..., 512) = 512
read(6, " -------\n packed : ndarray\n "..., 512) = 512
read(6, " [0,1,0]],\n ... "..., 512) = 512
read(6, "ry-valued output array. The shap"..., 512) = 512
read(6, "ay into bits in a uint8\n "..., 512) = 512
read(6, "se np.info(). For\n example, "..., 1024) = 1024
read(6, "be repeated along dimensions of "..., 512) = 512
read(6, " if it has one.\n If it does n"..., 512) = 512
read(6, "out\" argument.\n\n Examples\n "..., 512) = 512
read(6, "ments the ufunc treats as output"..., 512) = 512
read(6, ">> np.add.ntypes\n 18\n >>> "..., 512) = 512
read(6, "HH->H', 'ii->i', 'II->I', 'll->l"..., 512) = 512
read(6, " 'OO->O']\n\n >>> np.exp.typ"..., 512) = 512
read(6, "_0, ..,k_{i-1}, k_{i+1}, .., k_{"..., 2560) = 2560
read(6, "4],\n [10, 12]])\n >>"..., 512) = 512
read(6, "rn r\n\n For example, add.accum"..., 1536) = 1536
read(6, "xis 1 (columns), through rows:\n\n"..., 512) = 512
read(6, "t becomes the i-th row, but if\n "..., 2560) = 2560
read(6, ", 28., 32., 36.]])\n\n ::\n\n "..., 512) = 512
read(6, " M + N such that:\n\n .. math::"..., 1024) = 1024
read(6, " [[ 3, 6, 9, 12]]],\n"..., 512) = 512
read(6, "ause of buffering, whereas\n `"..., 1024) = 1024
read(6, " 1 in first array to second arra"..., 512) = 512
read(6, " obj\n Object to be conv"..., 2048) = 2048
read(6, "int8]})\n dtype([('gender', '|"..., 512) = 512
read(6, " '=' native\n '<' little-en"..., 512) = 512
read(6, " >>> import sys\n >>> sys_is_"..., 512) = 512
read(6, " the data-type.\n\n The format "..., 512) = 512
read(6, " dictionary,\n otherwise it's "..., 512) = 512
read(6, "this data type is to be interpre"..., 512) = 512
read(6, "y in the ndarray memory represen"..., 512) = 512
read(6, "type, with fields\n 1 if this"..., 512) = 512
read(6, " >>> dt.isbuiltin\n 1\n >>"..., 512) = 512
read(6, "-type object.\n\n For 18 of the"..., 512) = 512
read(6, "=\n\n st\0\0\0\n A bit-width nam"..., 512) = 512
read(6, "\n\n t\3\0\0\0nums\204\0\0\0\n A unique"..., 512) = 512
read(6, "this\n data type, and *item_dt"..., 512) = 512
read(6, "\n new_order : string, optiona"..., 1536) = 1536
read(6, "t.newbyteorder('<')\n True\n "..., 512) = 512
read(6, " A busdaycalendar object can be"..., 2048) = 2048
read(6, " True, True, True, True, Fals"..., 512) = 512
read(6, "valid days, and which are not.\n\n"..., 1536) = 1536
read(6, "lies an offset counted in valid "..., 512) = 512
read(6, ", out=None)\n\n First adjusts t"..., 3584) = 3584
read(6, "on or after a date\n ... np.bu"..., 512) = 512
read(6, "tes, weekmask='1111100', holiday"..., 2048) = 2048
read(6, "ray indicating valid days.\n b"..., 512) = 512
read(6, "eshgrid\".\n\n An instance of `n"..., 1024) = 1024
read(6, " 2, 2, 2, 2],\n [3, 3,"..., 512) = 512
read(6, " that only one dimension\n of "..., 1024) = 1024
read(6, "), array([[0, 1, 2, 3, 4]])]\n\n "..., 512) = 512
read(6, "solely to derive numpy scalars f"..., 512) = 512
read(6, "onding attribute of the derived "..., 512) = 512
read(6, "rtual attribute)\n\n Class gene"..., 512) = 512
read(6, "owing:\n\n * 'S' - swap dtype f"..., 512) = 512
read(6, "der` for the alternatives above."..., 512) = 512
read(6, " Python complex compatible.\n\n"..., 512) = 512
read(6, " ``b``. C char compatible.t\5\0\0\0i"..., 512) = 512
read(6, " tuple of current coordinates.\n\n"..., 512) = 512
read(6, " copy()\n\n Get a copy of the "..., 512) = 512
read(6, " it2.next()\n (array(1), array"..., 512) = 512
read(6, "result. Used in the C-style pat"..., 512) = 512
read(6, "\5\0\0\0resets@\0\0\0\n reset()\n\n "..., 512) = 512
read(6, "ch \"component\"\n of ``self``.\n"..., 512) = 512
read(6, " Number of iterators possesse"..., 512) = 512
read(6, "----\n >>> x = np.array([1, 2,"..., 512) = 512
read(6, ".index\n 3\n >>> b.reset()\n "..., 512) = 512
read(6, "\n >>> x.base is None\n True"..., 512) = 512
read(6, "s objects that can be used\n a"..., 3584) = 3584
read(6, "e._internal.c_long_Array_2 objec"..., 512) = 512
read(6, "eters\n ----------\n None\n\n "..., 512) = 512
read(6, "\10\0\0\0itemsizes\341\0\0\0\n Length of "..., 512) = 512
read(6, "ment.\n OWNDATA (O)\n Th"..., 2560) = 2560
read(6, "ally hold that ``self.strides[-1"..., 512) = 512
read(6, "= np.arange(1, 7).reshape(2, 3)\n"..., 512) = 512
read(6, " Notes\n -----\n Does not in"..., 512) = 512
read(6, "es\n --------\n >>> x = np.s"..., 512) = 512
read(6, "s((2, 3, 4))\n >>> y.shape\n "..., 512) = 512
read(6, "he product of the array's\n di"..., 512) = 512
read(6, "ence guide.\n\n Notes\n -----"..., 1024) = 1024
read(6, " y[1,1,1]\n 17\n >>> offset="..., 512) = 512
read(6, "])\n >>> x\n array([[ 1., 2"..., 512) = 512
read(6, "\0\0\0sL\0\0\0a.__array_prepare__(obj)"..., 512) = 512
read(6, " fortran order\n only if t"..., 512) = 512
read(6, "pe\n isFortran : bool\n rawd"..., 512) = 512
read(6, " to `numpy.any` for full documen"..., 512) = 512
read(6, "umentation.\n\n See Also\n --"..., 512) = 512
read(6, "l documentation.\n\n .. version"..., 512) = 512
read(6, "eans Fortran order, 'A'\n "..., 2048) = 2048
read(6, " np.array([1, 2, 2.5])\n >>> x"..., 512) = 512
read(6, "apped array. If `inplace` is ``T"..., 512) = 512
read(6, "hoices, out=None, mode='raise')\n"..., 512) = 512
read(6, "s\10\0\0\0compresss\354\0\0\0\n a.compres"..., 512) = 512
read(6, " complex conjugate, element-wise"..., 512) = 512
read(6, "losely\n as possible. (Not"..., 512) = 512
read(6, "\0R\\\0\0\0s\367\0\0\0\n a.cumprod(axis=N"..., 512) = 512
read(6, " (\2\0\0\0R^\0\0\0s\200\1\0\0\n a.diagonal("..., 512) = 512
read(6, "umentation.\n\n See Also\n --"..., 512) = 512
read(6, "rs\n ----------\n file : str"..., 512) = 512
read(6, "ay([1, 2])\n >>> a.fill(0)\n "..., 512) = 512
read(6, "` is Fortran *contiguous* in mem"..., 512) = 512
read(6, "atten('F')\n array([1, 3, 2, 4"..., 512) = 512
read(6, "tes), the offset needs to be\n "..., 512) = 512
read(6, "ay([[ 1., 0.],\n [ 0.,"..., 512) = 512
read(6, "ent (`a.size == 1`), which eleme"..., 1024) = 1024
read(6, "ding up\n access to elements o"..., 512) = 512
read(6, "e must be at least 1 argument, a"..., 1024) = 1024
read(6, "t each loop iteration.\n\n Exam"..., 512) = 512
read(6, "tion\n\n (\2\0\0\0Rg\0\0\0s\366\0\0\0\n a."..., 512) = 512
read(6, "O\4\0\0\n arr.newbyteorder(new_or"..., 512) = 512
read(6, "e endian\n * {'<', 'L'} - "..., 512) = 512
read(6, "rray object with the dtype refle"..., 512) = 512
read(6, "-------\n numpy.prod : equival"..., 512) = 512
read(6, " (\2\0\0\0Rr\0\0\0s\341\0\0\0\n a.ravel("..., 512) = 512
read(6, "turns an array containing the sa"..., 512) = 512
read(6, " -------\n None\n\n Raises"..., 1536) = 1536
read(6, " [3, 0, 0]])\n\n Referencing a"..., 512) = 512
read(6, " full documentation.\n\n See Al"..., 512) = 512
read(6, " into `a`'s field defined by `dt"..., 1024) = 1024
read(6, "[ 0., 1., 0.],\n [ 0."..., 512) = 512
read(6, "owns its own memory, or the\n "..., 1536) = 1536
read(6, "0)\n >>> y.flags\n C_CONTI"..., 512) = 512
read(6, "to sort. Default is -1, which me"..., 1024) = 1024
read(6, " >>> a.sort(axis=0)\n >>> a\n"..., 512) = 512
read(6, " of the\n element in kth posit"..., 1536) = 1536
read(6, "Notes\n -----\n See ``np.par"..., 512) = 512
read(6, "d(axis=None, dtype=None, out=Non"..., 512) = 512
read(6, "(\2\0\0\0R\177\0\0\0s\345\0\0\0\n a.swapaxes(a"..., 512) = 512
read(6, "\0\0\0s\6\0\0\0tofiles\213\4\0\0\n a.tofile"..., 512) = 512
read(6, ", equivalent to\n ``file.w"..., 512) = 512
read(6, "s with different endianness. Som"..., 512) = 512
read(6, " Notes\n -----\n The array m"..., 512) = 512
read(6, " numpy.trace : equivalent fun"..., 512) = 512
read(6, "n-1])``, then\n ``a.transpose("..., 512) = 512
read(6, " out : ndarray\n View of "..., 512) = 512
read(6, "pe=None, out=None, ddof=0, keepd"..., 512) = 512
read(6, "esults in the view having the sa"..., 2560) = 2560
read(6, "],[4,5,6]], dtype=np.int16)\n "..., 512) = 512
read(6, "\0\n The identity value.\n\n D"..., 512) = 512
read(6, "his value will be one more than "..., 512) = 512
read(6, "\n 1\n (\2\0\0\0s\4\0\0\0noutse\1\0\0\n "..., 512) = 512
read(6, " the ufunc can operate.\n\n Se"..., 512) = 512
read(6, " numpy.ufunc.ntypes\n\n Exampl"..., 512) = 512
read(6, "ii->i', 'II->I', 'll->l', 'LL->L"..., 512) = 512
read(6, "along one axis.\n\n Let :math:`"..., 2560) = 2560
read(6, "rm: default axis value is 0\n "..., 512) = 512
read(6, " applied to A's elements\n "..., 1536) = 1536
read(6, "ulate(I) # no axis specified = a"..., 512) = 512
brk(0xa74000) = 0xa74000
read(6, "alized \"row\" parallel to `axis` "..., 2560) = 2560
read(6, "13., 14., 15.],\n [ "..., 512) = 512
read(6, "Let ``M = A.ndim``, ``N = B.ndim"..., 1024) = 1024
read(6, "(A, B)\n >>> C.shape; C\n (2"..., 512) = 512
read(6, "t\n are indexed more than once"..., 1024) = 1024
read(6, ", 4])\n >>> np.add.at(a, [0, 1"..., 512) = 512
read(6, "\0\0\0s\t\0\0\0byteorders\332\3\0\0\n A cha"..., 512) = 512
read(6, " >>> np.dtype('S2').byteorder\n "..., 512) = 512
read(6, "\0\0\0A unique character code for e"..., 512) = 512
read(6, " offset[, title])\n\n If presen"..., 512) = 512
read(6, "2,))])\n >>> print(dt.fields)\n"..., 512) = 512
read(6, "R\247\0\0\0s\263\1\0\0\n Boolean indicatin"..., 512) = 512
read(6, "tes to the built-in dtypes.\n\n "..., 512) = 512
read(6, "================================"..., 512) = 512
read(6, "bining multiple\n structs toge"..., 512) = 512
read(6, " f floating-point\n c comple"..., 512) = 512
read(6, "gh all of the named fields in of"..., 512) = 512
read(6, "ring of this data-type object.(\2"..., 512) = 512
read(6, " of this data-type.(\2\0\0\0Rk\0\0\0s\240\7"..., 512) = 512
read(6, "ian\n * {'<', 'L'} - littl"..., 1024) = 1024
read(6, "S')\n True\n >>> native_dt ="..., 512) = 512
read(6, "ting valid days.(\2\0\0\0R\263\0\0\0s?\0\0\0A"..., 512) = 512
read(6, "s solely to derive numpy scalars"..., 512) = 512
read(6, "one element in bytes.(\2\0\0\0s\6\0\0\0n"..., 512) = 512
read(6, "ibutes of the ndarray class\n "..., 512) = 512
read(6, "\0\0\n Not implemented (virtual "..., 512) = 512
read(6, "ay class\n so as to provide a "..., 512) = 512
read(6, "mented (virtual attribute)\n\n "..., 512) = 512
read(6, "o\n provide a uniform API.\n\n "..., 512) = 512
read(6, "attribute)\n\n Class generic ex"..., 512) = 512
read(6, "ovide a uniform API.\n\n See Al"..., 512) = 512
read(6, "ttribute)\n\n Class generic exi"..., 512) = 512
read(6, "niform API.\n\n See Also\n --"..., 512) = 512
read(6, "eneric exists solely to derive n"..., 512) = 512
read(6, "ee Also\n --------\n The cor"..., 512) = 512
read(6, "ists solely to derive numpy scal"..., 512) = 512
read(6, "o\n --------\n The correspon"..., 512) = 512
read(6, " to derive numpy scalars from, a"..., 512) = 512
read(6, " The corresponding attribute of "..., 512) = 512
read(6, "alars from, and possesses,\n a"..., 512) = 512
read(6, "ng attribute of the derived clas"..., 512) = 512
read(6, "-------\n new_order : str, opt"..., 512) = 512
read(6, ".\n\n (\2\0\0\0Rl\0\0\0s?\1\0\0\n Not i"..., 512) = 512
read(6, "ributes of the ndarray class\n "..., 512) = 512
read(6, "\1\0\0\n Not implemented (virtual"..., 512) = 512
read(6, "ray class\n so as to provide a"..., 512) = 512
read(6, "emented (virtual attribute)\n\n "..., 512) = 512
read(6, " so as to provide a uniform A"..., 512) = 512
read(6, "rtual attribute)\n\n Class gene"..., 512) = 512
read(6, "ide a uniform API.\n\n See Also"..., 512) = 512
read(6, " Class generic exists solely "..., 512) = 512
read(6, "\n\n See Also\n --------\n "..., 512) = 512
read(6, "xists solely to derive numpy sca"..., 512) = 512
read(6, "--------\n The corresponding a"..., 512) = 512
read(6, "derive numpy scalars from, and p"..., 512) = 512
read(6, " The corresponding attribute o"..., 512) = 512
read(6, "y scalars from, and possesses,\n "..., 512) = 512
read(6, "ing attribute of the derived cla"..., 512) = 512
read(6, " and possesses,\n albeit unimp"..., 512) = 512
read(6, "\f\7\2\t\f\7\2\t\35\7\10\tZ\7\2\t,\7\2\t:\7\3\t\f\7\2\t3\7\2\t"..., 512) = 512
read(6, "\2\tG\7\2\t8\7\2\t)\7\2\t\10\7\2\t\30\7\2\t*\7\2\t)\7\20\t;\7"..., 512) = 507
close(6) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/__init__.py", {st_mode=S_IFREG|0664, st_size=1189, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/__init__", 0x7fffdf5f6890) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/__init__.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=1189, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/__init__.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=1335, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(7, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0s\354\1\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=1335, ...}) = 0
read(7, "j\"\0Z\"\0d\2\0S(\f\0\0\0i\0\0\0\0(\3\0\0\0t\10\0\0\0di"..., 512) = 512
read(7, "t\f\0\0\0arrayteratorR\7\0\0\0t\10\0\0\0array"..., 512) = 311
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("math", 0x7fffdf5f62f0) = -1 ENOENT (No such file or directory)
open("math.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("mathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("math.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("math.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/math", 0x7fffdf5f62f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/math.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/mathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/math.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/math.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/math", 0x7fffdf5f62f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/math.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/mathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/math.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/math.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/math", 0x7fffdf5f62f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/math.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/mathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/math.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/math.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/math", 0x7fffdf5f62f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/math.so", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0755, st_size=97678, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/math.so", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260$\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0755, st_size=97678, ...}) = 0
mmap(NULL, 2131952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fc7897c0000
mprotect(0x7fc7897c8000, 2093056, PROT_NONE) = 0
mmap(0x7fc7899c7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x7000) = 0x7fc7899c7000
close(8) = 0
close(7) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/info", 0x7fffdf5f62f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/info.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/infomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/info.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=6501, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/info.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=6766, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(8, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0s;\0\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=6766, ...}) = 0
read(8, " Real part\nreal_if_clo"..., 6144) = 6144
read(8, "\0sL\0\0\0/home/ilan/minonda/envs/_b"..., 512) = 110
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b640000, 4096) = 0
close(7) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/type_check", 0x7fffdf5f62f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/type_check.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/type_checkmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/type_check.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=15799, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/type_check.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=17464, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(8, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\r\0\0\0@`\1\0sa\2\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=17464, ...}) = 0
read(8, "\t\0j&\0g\4\0d\20\0e\t\0j(\0e\t\0j)\0e\t\0j*\0g\4\0"..., 16896) = 16896
read(8, "\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1"..., 512) = 56
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/__init__.py", {st_mode=S_IFREG|0664, st_size=2586, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/__init__", 0x7fffdf5f5d00) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/__init__.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=2586, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/__init__.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=2634, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(9, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\4\0\0\0@`\1\0s\37\3\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=2634, ...}) = 0
read(9, "!\0T[\23\0d\2\0d\27\0l\27\0m\"\0Z#\0m$\0Z%\0m&\0Z'"..., 2048) = 2048
read(9, "\20\1\20\1\n\1\n\1\20\1\20\1\n\1\20\1\n\1\20\1\n\1\20\1\n\1\3\2\34\1\20\2"..., 512) = 74
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/info", 0x7fffdf5f5760) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/info.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/infomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/info.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=4690, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/info.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=4952, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(10, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0s8\0\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=4952, ...}) = 0
read(10, " - Return numb"..., 4096) = 4096
read(10, " arccosh arcs"..., 512) = 344
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b640000, 4096) = 0
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/multiarray", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/multiarray.so", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0775, st_size=7756884, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/multiarray.so", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\313\1\0\0\0\0\0"..., 832) = 832
fstat(10, {st_mode=S_IFREG|0775, st_size=7756884, ...}) = 0
mmap(NULL, 3950008, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fc7893fb000
mprotect(0x7fc78959f000, 2097152, PROT_NONE) = 0
mmap(0x7fc78979f000, 61440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x1a4000) = 0x7fc78979f000
mmap(0x7fc7897ae000, 71096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc7897ae000
close(10) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/../../../../tls/x86_64/libmkl_intel_lp64.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/../../../../tls/x86_64", 0x7fffdf5f5910) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/../../../../tls/libmkl_intel_lp64.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/../../../../tls", 0x7fffdf5f5910) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/../../../../x86_64/libmkl_intel_lp64.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/../../../../x86_64", 0x7fffdf5f5910) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/../../../../libmkl_intel_lp64.so", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\227\24\0\0\0\0\0"..., 832) = 832
lseek(10, 10829824, SEEK_SET) = 10829824
read(10, "\1\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\0\0\0\0\0"..., 448) = 448
fstat(10, {st_mode=S_IFREG|0755, st_size=11083840, ...}) = 0
lseek(10, 10829824, SEEK_SET) = 10829824
read(10, "\1\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\0\0\0\0\0"..., 448) = 448
mmap(NULL, 11853888, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fc7888a0000
mprotect(0x7fc789197000, 2199552, PROT_NONE) = 0
mmap(0x7fc789396000, 86016, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x8f6000) = 0x7fc789396000
mmap(0x7fc7893ab000, 19920, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc7893ab000
mmap(0x7fc7893b0000, 258048, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0xa54000) = 0x7fc7893b0000
close(10) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/../../../../libmkl_intel_thread.so", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\266\31\0\0\0\0\0"..., 832) = 832
lseek(10, 26804224, SEEK_SET) = 26804224
read(10, "\1\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\0\0\0\0\0"..., 448) = 448
fstat(10, {st_mode=S_IFREG|0755, st_size=27150360, ...}) = 0
lseek(10, 26804224, SEEK_SET) = 26804224
read(10, "\1\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\0\0\0\0\0"..., 448) = 448
mmap(NULL, 26740760, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fc786f1f000
mprotect(0x7fc788486000, 3952640, PROT_NONE) = 0
mmap(0x7fc788686000, 1830912, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x1567000) = 0x7fc788686000
mmap(0x7fc788845000, 22192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc788845000
mmap(0x7fc78884b000, 348160, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x1990000) = 0x7fc78884b000
close(10) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/../../../../libmkl_core.so", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\233\17\0\0\0\0\0"..., 832) = 832
lseek(10, 26906624, SEEK_SET) = 26906624
read(10, "\1\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\0\0\0\0\0"..., 448) = 448
fstat(10, {st_mode=S_IFREG|0755, st_size=27227776, ...}) = 0
lseek(10, 26906624, SEEK_SET) = 26906624
read(10, "\1\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\0\0\0\0\0"..., 448) = 448
mmap(NULL, 27653760, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fc7854b0000
mprotect(0x7fc786c45000, 2605056, PROT_NONE) = 0
mmap(0x7fc786e45000, 167936, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x1795000) = 0x7fc786e45000
mmap(0x7fc786e6e000, 336072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc786e6e000
mmap(0x7fc786ec1000, 323584, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x19a9000) = 0x7fc786ec1000
close(10) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/../../../../libiomp5.so", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\364\1\0\0\0\0\0"..., 832) = 832
lseek(10, 1384448, SEEK_SET) = 1384448
read(10, "\1\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\0\0\0\0\0"..., 448) = 448
fstat(10, {st_mode=S_IFREG|0755, st_size=1406632, ...}) = 0
lseek(10, 1384448, SEEK_SET) = 1384448
read(10, "\1\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\0\0\0\0\0"..., 448) = 448
mmap(NULL, 3446440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fc785160000
mprotect(0x7fc78526b000, 2330624, PROT_NONE) = 0
mmap(0x7fc78546a000, 45056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x10a000) = 0x7fc78546a000
mmap(0x7fc785475000, 189280, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc785475000
mmap(0x7fc7854a4000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x152000) = 0x7fc7854a4000
close(10) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/../../../.././tls/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/../../../.././tls/x86_64", 0x7fffdf5f5310) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/../../../.././tls/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/../../../.././tls", 0x7fffdf5f5310) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/../../../.././x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/../../../.././x86_64", 0x7fffdf5f5310) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/../../../.././libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/../../../../.", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/../../../../libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/bin/../lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=21490, ...}) = 0
mmap(NULL, 21490, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7fc78b6da000
close(10) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260*\0\0\0\0\0\0"..., 832) = 832
fstat(10, {st_mode=S_IFREG|0644, st_size=90160, ...}) = 0
mmap(NULL, 2186016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fc784f40000
mprotect(0x7fc784f56000, 2093056, PROT_NONE) = 0
mmap(0x7fc785155000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x15000) = 0x7fc785155000
close(10) = 0
mprotect(0x7fc786e45000, 32768, PROT_READ) = 0
mprotect(0x7fc788686000, 12288, PROT_READ) = 0
mprotect(0x7fc789396000, 4096, PROT_READ) = 0
getcwd("/mnt/c/Users/evfro/Linux", 4096) = 25
getcwd("/mnt/c/Users/evfro/Linux", 4096) = 25
getcwd("/mnt/c/Users/evfro/Linux", 4096) = 25
getcwd("/mnt/c/Users/evfro/Linux", 4096) = 25
munmap(0x7fc78b6da000, 21490) = 0
stat("datetime", 0x7fffdf5f5340) = -1 ENOENT (No such file or directory)
open("datetime.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("datetimemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("datetime.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("datetime.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/datetime", 0x7fffdf5f5340) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/datetime.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/datetimemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/datetime.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/datetime.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/datetime", 0x7fffdf5f5340) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/datetime.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/datetimemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/datetime.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/datetime.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/datetime", 0x7fffdf5f5340) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/datetime.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/datetimemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/datetime.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/datetime.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/datetime", 0x7fffdf5f5340) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/datetime.so", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0755, st_size=273095, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/datetime.so", O_RDONLY|O_CLOEXEC) = 11
read(11, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0H\0\0\0\0\0\0"..., 832) = 832
fstat(11, {st_mode=S_IFREG|0755, st_size=273095, ...}) = 0
mmap(NULL, 2182856, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 11, 0) = 0x7fc784d20000
mprotect(0x7fc784d32000, 2093056, PROT_NONE) = 0
mmap(0x7fc784f31000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 11, 0x11000) = 0x7fc784f31000
close(11) = 0
brk(0xa95000) = 0xa95000
close(10) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b460000
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/umath", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/umath.so", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0775, st_size=3600672, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/umath.so", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\4\1\0\0\0\0\0"..., 832) = 832
fstat(10, {st_mode=S_IFREG|0775, st_size=3600672, ...}) = 0
mmap(NULL, 2837864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fc784a6b000
mprotect(0x7fc784b18000, 2097152, PROT_NONE) = 0
mmap(0x7fc784d18000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0xad000) = 0x7fc784d18000
mmap(0x7fc784d1e000, 7528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc784d1e000
close(10) = 0
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/_internal", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/_internal.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/_internalmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/_internal.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=18264, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/_internal.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=17069, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(10, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\4\0\0\0@`\1\0s3\3\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=17069, ...}) = 0
brk(0xab6000) = 0xab6000
read(10, "6d(\0d(\0006d)\0d)\0006d*\0d*\0006d+\0d+\0006d,\0"..., 16384) = 16384
read(10, "odule>\6\0\0\0s\236\0\0\0\6\1\34\2\f\1\f\2\26\1\34\1\f\1\20\2\17"..., 512) = 173
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/compat", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/compat/__init__.py", {st_mode=S_IFREG|0664, st_size=498, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/compat/__init__", 0x7fffdf5f5160) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/compat/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/compat/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/compat/__init__.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=498, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/compat/__init__.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0664, st_size=804, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(11, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0s\214\0\0\0d\0"..., 512) = 512
fstat(11, {st_mode=S_IFREG|0664, st_size=804, ...}) = 0
read(11, "\0\0py3k(\2\0\0\0t\n\0\0\0getargspect\r\0\0\0f"..., 512) = 292
read(11, "", 512) = 0
close(11) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/compat", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/compat", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/compat/_inspect", 0x7fffdf5f4bb0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/compat/_inspect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/compat/_inspectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/compat/_inspect.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0664, st_size=7553, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/compat/_inspect.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0664, st_size=9547, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(12, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\t\0\0\0@`\1\0s\346\0\0\0d\0"..., 512) = 512
fstat(12, {st_mode=S_IFREG|0664, st_size=9547, ...}) = 0
read(12, "nt\17\0\0\0absolute_importt\16\0\0\0print_"..., 8704) = 8704
read(12, "_doc__t\n\0\0\0__future__R\0\0\0\0R\1\0\0\0R"..., 512) = 331
read(12, "", 512) = 0
close(12) = 0
munmap(0x7fc78b640000, 4096) = 0
close(11) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/compat/py3k", 0x7fffdf5f4bb0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/compat/py3k.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/compat/py3kmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/compat/py3k.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0664, st_size=2008, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/compat/py3k.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0664, st_size=3949, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(12, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\17\0\0\0@`\1\0s_\1\0\0d\0"..., 512) = 512
fstat(12, {st_mode=S_IFREG|0664, st_size=3949, ...}) = 0
read(12, "isfileobjt\f\0\0\0getexceptiont\7\0\0\0s"..., 3072) = 3072
read(12, "(\32\0\0\0t\7\0\0\0__doc__t\n\0\0\0__future__"..., 512) = 365
read(12, "", 512) = 0
close(12) = 0
munmap(0x7fc78b640000, 4096) = 0
close(11) = 0
close(10) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/numerictypes", 0x7fffdf5f51b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/numerictypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/numerictypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/numerictypes.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=28784, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/numerictypes.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0664, st_size=28745, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(11, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\32\0\0\0@`\1\0sf\7\0\0d\0"..., 512) = 512
fstat(11, {st_mode=S_IFREG|0664, st_size=28745, ...}) = 0
read(11, "\203\1\0Z+\0d#\0\204\0\0Z,\0d$\0\204\0\0Z-\0d%\0\204\0\0Z."..., 28160) = 28160
read(11, "\3\31\1\f\1\21\4\23\1\17\1\37\2\22\1\r\1\31\2\r\1\17\1\25\2\26\2\6\3\r\1\21"..., 512) = 73
read(11, "", 512) = 0
close(11) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("numbers", 0x7fffdf5f4c10) = -1 ENOENT (No such file or directory)
open("numbers.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("numbersmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("numbers.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("numbers.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/numbers", 0x7fffdf5f4c10) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/numbers.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/numbersmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/numbers.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=10319, ...}) = 0
open("/root/miniconda2/lib/python2.7/numbers.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0664, st_size=15500, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(12, "\3\363\r\n\232CxWc\0\0\0\0\0\0\0\0\5\0\0\0@ \0\0s\355\0\0\0d\0"..., 512) = 512
fstat(12, {st_mode=S_IFREG|0664, st_size=15500, ...}) = 0
read(12, "ealt\10\0\0\0Rationalt\10\0\0\0Integralc\0\0"..., 14848) = 14848
read(12, "\0R\10\0\0\0t\3\0\0\0intR;\0\0\0(\0\0\0\0(\0\0\0\0(\0\0"..., 512) = 140
read(12, "", 512) = 0
close(12) = 0
munmap(0x7fc78b640000, 4096) = 0
close(11) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc784a20000
close(10) = 0
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/numeric", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/numeric.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/numericmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/numeric.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=88743, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/numeric.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=92797, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(10, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0j\0\0\0@`\1\0s}\t\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=92797, ...}) = 0
brk(0xaeb000) = 0xaeb000
read(10, "d6\0d7\0d8\0d9\0d:\0d;\0d<\0d=\0d>\0d?\0d@"..., 92160) = 92160
read(10, "\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7"..., 512) = 125
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("operator", 0x7fffdf5f51b0) = -1 ENOENT (No such file or directory)
open("operator.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("operatormodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("operator.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("operator.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/operator", 0x7fffdf5f51b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/operator.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/operatormodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/operator.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/operator.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/operator", 0x7fffdf5f51b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/operator.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/operatormodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/operator.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/operator.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/operator", 0x7fffdf5f51b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/operator.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/operatormodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/operator.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/operator.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/operator", 0x7fffdf5f51b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/operator.so", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0755, st_size=90976, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/operator.so", O_RDONLY|O_CLOEXEC) = 11
read(11, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240@\0\0\0\0\0\0"..., 832) = 832
fstat(11, {st_mode=S_IFREG|0755, st_size=90976, ...}) = 0
mmap(NULL, 2137720, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 11, 0) = 0x7fc784810000
mprotect(0x7fc784818000, 2097152, PROT_NONE) = 0
mmap(0x7fc784a18000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 11, 0x8000) = 0x7fc784a18000
close(11) = 0
close(10) = 0
stat("collections", 0x7fffdf5f51b0) = -1 ENOENT (No such file or directory)
open("collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/collections", 0x7fffdf5f51b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/collections.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=27798, ...}) = 0
open("/root/miniconda2/lib/python2.7/collections.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0664, st_size=27411, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(11, "\3\363\r\n\222CxWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\210\2\0\0d\0"..., 512) = 512
fstat(11, {st_mode=S_IFREG|0664, st_size=27411, ...}) = 0
read(11, "#\0\25\203\2\0f\2\0D]\v\0Z.\0e.\0GHq\354\1Wd\27\0e&\0d"..., 26624) = 26624
read(11, "leR\255\0\0\0R\256\0\0\0R[\0\0\0R\257\0\0\0t\1\0\0\0pt\16\0\0"..., 512) = 275
read(11, "", 512) = 0
close(11) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("_collections", 0x7fffdf5f4c10) = -1 ENOENT (No such file or directory)
open("_collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/_collections", 0x7fffdf5f4c10) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/_collections", 0x7fffdf5f4c10) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/_collections", 0x7fffdf5f4c10) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/_collections", 0x7fffdf5f4c10) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/_collections.so", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0755, st_size=98273, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/_collections.so", O_RDONLY|O_CLOEXEC) = 12
read(12, "\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
fstat(12, {st_mode=S_IFREG|0755, st_size=98273, ...}) = 0
mmap(NULL, 2128208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 12, 0) = 0x7fc784600000
mprotect(0x7fc784607000, 2093056, PROT_NONE) = 0
mmap(0x7fc784806000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 12, 0x6000) = 0x7fc784806000
close(12) = 0
close(11) = 0
stat("keyword", 0x7fffdf5f4c10) = -1 ENOENT (No such file or directory)
open("keyword.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("keywordmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("keyword.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("keyword.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/keyword", 0x7fffdf5f4c10) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/keyword.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/keywordmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/keyword.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0755, st_size=1996, ...}) = 0
open("/root/miniconda2/lib/python2.7/keyword.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0664, st_size=2153, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(12, "\3\363\r\n\227CxWc\0\0\0\0\0\0\0\0\37\0\0\0@\0\0\0s\247\0\0\0d\0"..., 512) = 512
fstat(12, {st_mode=S_IFREG|0664, st_size=2153, ...}) = 0
read(12, "\0\0breakt\5\0\0\0classt\10\0\0\0continuet\3"..., 1536) = 1536
read(12, "/keyword.pyt\10\0\0\0<module>\v\0\0\0sH\0\0"..., 512) = 105
read(12, "", 512) = 0
close(12) = 0
munmap(0x7fc78b640000, 4096) = 0
close(11) = 0
stat("heapq", 0x7fffdf5f4c10) = -1 ENOENT (No such file or directory)
open("heapq.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("heapq.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("heapq.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/heapq", 0x7fffdf5f4c10) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/heapq.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/heapq.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=18295, ...}) = 0
open("/root/miniconda2/lib/python2.7/heapq.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0664, st_size=14996, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(12, "\3\363\r\n\226CxWc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\321\1\0\0d\0"..., 512) = 512
fstat(12, {st_mode=S_IFREG|0664, st_size=14996, ...}) = 0
read(12, "eue algorithm (a.k.a. priority q"..., 14336) = 14336
read(12, "/ilan/minonda/envs/_build/lib/py"..., 512) = 148
read(12, "", 512) = 0
close(12) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("itertools", 0x7fffdf5f4670) = -1 ENOENT (No such file or directory)
open("itertools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("itertoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("itertools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("itertools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/itertools", 0x7fffdf5f4670) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/itertools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/itertoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/itertools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/itertools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/itertools", 0x7fffdf5f4670) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/itertools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/itertoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/itertools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/itertools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/itertools", 0x7fffdf5f4670) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/itertools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/itertoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/itertools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/itertools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/itertools", 0x7fffdf5f4670) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/itertools.so", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0755, st_size=164750, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/itertools.so", O_RDONLY|O_CLOEXEC) = 13
read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0.\0\0\0\0\0\0"..., 832) = 832
fstat(13, {st_mode=S_IFREG|0755, st_size=164750, ...}) = 0
mmap(NULL, 2156048, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7fc7843f0000
mprotect(0x7fc7843fa000, 2097152, PROT_NONE) = 0
mmap(0x7fc7845fa000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0xa000) = 0x7fc7845fa000
close(13) = 0
close(12) = 0
stat("_heapq", 0x7fffdf5f4670) = -1 ENOENT (No such file or directory)
open("_heapq.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_heapq.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_heapq.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/_heapq", 0x7fffdf5f4670) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_heapq.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_heapq.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_heapq.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/_heapq", 0x7fffdf5f4670) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_heapq.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_heapq.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_heapq.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/_heapq", 0x7fffdf5f4670) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_heapq.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_heapq.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_heapq.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/_heapq", 0x7fffdf5f4670) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/_heapq.so", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0755, st_size=52073, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/_heapq.so", O_RDONLY|O_CLOEXEC) = 13
read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\f\0\0\0\0\0\0"..., 832) = 832
fstat(13, {st_mode=S_IFREG|0755, st_size=52073, ...}) = 0
mmap(NULL, 2117560, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7fc7841e0000
mprotect(0x7fc7841e3000, 2097152, PROT_NONE) = 0
mmap(0x7fc7843e3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x3000) = 0x7fc7843e3000
close(13) = 0
close(12) = 0
close(11) = 0
close(10) = 0
stat("cPickle", 0x7fffdf5f51b0) = -1 ENOENT (No such file or directory)
open("cPickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("cPicklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("cPickle.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("cPickle.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/cPickle", 0x7fffdf5f51b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/cPickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/cPicklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/cPickle.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/cPickle.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/cPickle", 0x7fffdf5f51b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/cPickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/cPicklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/cPickle.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/cPickle.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/cPickle", 0x7fffdf5f51b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/cPickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/cPicklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/cPickle.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/cPickle.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/cPickle", 0x7fffdf5f51b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/cPickle.so", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0755, st_size=241330, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/cPickle.so", O_RDONLY|O_CLOEXEC) = 11
read(11, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p8\0\0\0\0\0\0"..., 832) = 832
fstat(11, {st_mode=S_IFREG|0755, st_size=241330, ...}) = 0
mmap(NULL, 2175688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 11, 0) = 0x7fc783fc0000
mprotect(0x7fc783fd3000, 2093056, PROT_NONE) = 0
mmap(0x7fc7841d2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 11, 0x12000) = 0x7fc7841d2000
close(11) = 0
stat("cStringIO", 0x7fffdf5f4da0) = -1 ENOENT (No such file or directory)
open("cStringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("cStringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("cStringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("cStringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/cStringIO", 0x7fffdf5f4da0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/cStringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/cStringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/cStringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/cStringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/cStringIO", 0x7fffdf5f4da0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/cStringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/cStringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/cStringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/cStringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/cStringIO", 0x7fffdf5f4da0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/cStringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/cStringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/cStringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/cStringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/cStringIO", 0x7fffdf5f4da0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/cStringIO.so", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0755, st_size=53324, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/cStringIO.so", O_RDONLY|O_CLOEXEC) = 12
read(12, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\32\0\0\0\0\0\0"..., 832) = 832
fstat(12, {st_mode=S_IFREG|0755, st_size=53324, ...}) = 0
mmap(NULL, 2114968, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 12, 0) = 0x7fc783db0000
mprotect(0x7fc783db4000, 2093056, PROT_NONE) = 0
mmap(0x7fc783fb3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 12, 0x3000) = 0x7fc783fb3000
close(12) = 0
close(11) = 0
close(10) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/arrayprint", 0x7fffdf5f51b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/arrayprint.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/arrayprintmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/arrayprint.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=25597, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/arrayprint.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0664, st_size=24345, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(11, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\t\0\0\0@`\1\0s\207\2\0\0d\0"..., 512) = 512
fstat(11, {st_mode=S_IFREG|0664, st_size=24345, ...}) = 0
read(11, "\0e8\0f\1\0d#\0\204\0\0\203\0\0YZ9\0d$\0\204\0\0Z:\0d%\0"..., 23552) = 23552
read(11, "\205\0\0\0Rf\0\0\0t\6\0\0\0objectRR\0\0\0R\234\0\0\0RQ"..., 512) = 281
read(11, "", 512) = 0
brk(0xb0c000) = 0xb0c000
close(11) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("functools", 0x7fffdf5f4c10) = -1 ENOENT (No such file or directory)
open("functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("functools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("functools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/functools", 0x7fffdf5f4c10) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/functools.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=4478, ...}) = 0
open("/root/miniconda2/lib/python2.7/functools.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0664, st_size=6713, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(12, "\3\363\r\n\225CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\\\0\0\0d\0"..., 512) = 512
fstat(12, {st_mode=S_IFREG|0664, st_size=6713, ...}) = 0
read(12, "e updated\n wrapped is the "..., 6144) = 6144
read(12, "n2.7/functools.pyt\10\0\0\0<module>\2\0"..., 512) = 57
read(12, "", 512) = 0
close(12) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("_functools", 0x7fffdf5f4670) = -1 ENOENT (No such file or directory)
open("_functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_functools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_functools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/_functools", 0x7fffdf5f4670) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_functools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_functools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/_functools", 0x7fffdf5f4670) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_functools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_functools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/_functools", 0x7fffdf5f4670) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_functools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_functools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/_functools", 0x7fffdf5f4670) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/_functools.so", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0755, st_size=34363, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/_functools.so", O_RDONLY|O_CLOEXEC) = 13
read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\20\0\0\0\0\0\0"..., 832) = 832
fstat(13, {st_mode=S_IFREG|0755, st_size=34363, ...}) = 0
mmap(NULL, 2107968, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7fc783ba0000
mprotect(0x7fc783ba3000, 2093056, PROT_NONE) = 0
mmap(0x7fc783da2000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x2000) = 0x7fc783da2000
close(13) = 0
close(12) = 0
close(11) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/fromnumeric", 0x7fffdf5f4c10) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/fromnumeric.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/fromnumericmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/fromnumeric.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0664, st_size=96053, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/fromnumeric.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0664, st_size=100127, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(12, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0-\0\0\0@`\1\0sO\4\0\0d\0"..., 512) = 512
fstat(12, {st_mode=S_IFREG|0664, st_size=100127, ...}) = 0
read(12, "(\0dC\0dD\0d\3\0dE\0\204\3\0Z)\0dC\0dD\0d\3\0dF\0"..., 99328) = 99328
read(12, "\0R+\0\0\0R\36\0\0\0R2\0\0\0R8\0\0\0(\0\0\0\0(\0\0\0\0("..., 512) = 287
read(12, "", 512) = 0
brk(0xb2d000) = 0xb2d000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc783b60000
close(12) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/_methods", 0x7fffdf5f4660) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/_methods.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/_methodsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/_methods.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0664, st_size=4308, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/_methods.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0664, st_size=5025, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(13, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\6\0\0\0@`\1\0s\200\1\0\0d\0"..., 512) = 512
fstat(13, {st_mode=S_IFREG|0664, st_size=5025, ...}) = 0
read(13, "r the NumPy-namespace function\n\n"..., 4096) = 4096
read(13, "\0\0\0R&\0\0\0t\n\0\0\0numpy.coreR\3\0\0\0R.\0\0"..., 512) = 417
read(13, "", 512) = 0
close(13) = 0
munmap(0x7fc78b640000, 4096) = 0
close(12) = 0
close(11) = 0
close(10) = 0
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/defchararray", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/defchararray.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/defchararraymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/defchararray.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=67850, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/defchararray.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=78629, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(10, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0004\0\0\0@`\1\0s\16\4\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=78629, ...}) = 0
brk(0xb5b000) = 0xb5b000
read(10, "H\0\204\0\0Z+\0dI\0\204\0\0Z,\0dJ\0\204\0\0Z-\0dK\0\204\0\0"..., 77824) = 77824
read(10, "(\0\0\0\0(\0\0\0\0(\0\0\0\0sU\0\0\0/home/ilan/m"..., 512) = 293
read(10, "", 512) = 0
brk(0xb48000) = 0xb48000
close(10) = 0
munmap(0x7fc78b640000, 4096) = 0
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/records", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/records.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/recordsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/records.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=29435, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/records.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=25826, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(10, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\v\0\0\0@`\1\0s\374\1\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=25826, ...}) = 0
read(10, "\0e\32\0e\33\0e\32\0e!\0d\"\0\204\n\0Z\"\0d\3\0S(#\0\0\0s"..., 25088) = 25088
read(10, "\0\0R\251\0\0\0R\267\0\0\0t\4\0\0\0TrueR\225\0\0\0(\0\0\0\0("..., 512) = 226
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b640000, 4096) = 0
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/memmap", 0x7fffdf5f5760) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/memmap.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/memmapmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/memmap.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=10378, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/memmap.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=10484, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(10, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\4\0\0\0@`\1\0s\303\0\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=10484, ...}) = 0
read(10, "\204\5\0Z\6\0d\6\0\204\0\0Z\7\0d\7\0\204\0\0Z\10\0RS(\t\0\0\0s"..., 9728) = 9728
read(10, "\3\0\0\0R\4\0\0\0R\5\0\0\0t\f\0\0\0numpy.compatR"..., 512) = 244
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b640000, 4096) = 0
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/function_base", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/function_base.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/function_basemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/function_base.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=6891, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/function_base.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=6917, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(10, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\5\0\0\0@`\1\0s\216\0\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=6917, ...}) = 0
read(10, "\10\0k\10\0r\202\0|\7\0}\5\0n\0\0t\5\0j\6\0d\1\0|\2\0d\5\0"..., 6144) = 6144
read(10, "\33\1\f\1\20\1N(\22\0\0\0t\n\0\0\0__future__R\0\0\0\0"..., 512) = 261
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b640000, 4096) = 0
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/machar", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/machar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/macharmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/machar.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=10790, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/machar.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=8930, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(10, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\3\0\0\0@`\1\0s\201\0\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=8930, ...}) = 0
read(10, "hine parameters.\n\n Attributes"..., 8192) = 8192
read(10, "\0\0\0numpy.core.fromnumericR\4\0\0\0t\22"..., 512) = 226
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b640000, 4096) = 0
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/getlimits", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/getlimits.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/getlimitsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/getlimits.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=9714, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/getlimits.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=11275, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(10, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\3\0\0\0@`\1\0sp\1\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=11275, ...}) = 0
read(10, "solute_importt\16\0\0\0print_function"..., 10752) = 10752
read(10, "\1\17\1\20\1\20\1\17\1\20\1", 512) = 11
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b640000, 4096) = 0
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/core/shape_base", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/shape_base.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/shape_basemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/shape_base.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=9051, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/core/shape_base.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=10084, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(10, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\6\0\0\0@`\1\0s\227\0\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=10084, ...}) = 0
read(10, "|\1\0d\1\0\31S|\1\0Sd\3\0S(\4\0\0\0s)\3\0\0\n C"..., 9216) = 9216
read(10, "envs/_build/lib/python2.7/site-p"..., 512) = 356
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b640000, 4096) = 0
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/testing", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/__init__.py", {st_mode=S_IFREG|0664, st_size=471, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/__init__", 0x7fffdf5f5710) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/__init__.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=471, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/__init__.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=821, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(10, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0su\0\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=821, ...}) = 0
read(10, "ter(\1\0\0\0t\1\0\0\0*N(\21\0\0\0t\7\0\0\0__doc__"..., 512) = 309
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("unittest", 0x7fffdf5f5170) = -1 ENOENT (No such file or directory)
open("unittest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("unittestmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("unittest.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("unittest.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/unittest", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/unittest/__init__.py", {st_mode=S_IFREG|0644, st_size=2718, ...}) = 0
stat("/root/miniconda2/lib/python2.7/unittest/__init__", 0x7fffdf5f5120) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/__init__.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=2718, ...}) = 0
open("/root/miniconda2/lib/python2.7/unittest/__init__.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0664, st_size=2988, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(11, "\3\363\r\n\345CxWc\0\0\0\0\0\0\0\0\22\0\0\0@\0\0\0s8\1\0\0d\0"..., 512) = 512
fstat(11, {st_mode=S_IFREG|0664, st_size=2988, ...}) = 0
read(11, "form the basis of\nspecific test "..., 2048) = 2048
read(11, "\0\0(\4\0\0\0R\16\0\0\0R\17\0\0\0R\20\0\0\0R\21\0\0\0N(#\0\0"..., 512) = 428
read(11, "", 512) = 0
mmap(NULL, 790528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc783a90000
munmap(0x7fc78b560000, 200704) = 0
close(11) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/unittest", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/unittest", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/unittest/result", 0x7fffdf5f4b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/result.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/resultmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/result.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=6308, ...}) = 0
open("/root/miniconda2/lib/python2.7/unittest/result.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0664, st_size=8501, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(12, "\3\363\r\n\345CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\217\0\0\0d\0"..., 512) = 512
fstat(12, {st_mode=S_IFREG|0664, st_size=8501, ...}) = 0
read(12, "onda/envs/_build/lib/python2.7/u"..., 7680) = 7680
read(12, "unittest/result.pyR\f\0\0\0\32\0\0\0s0\0\0\0"..., 512) = 309
read(12, "", 512) = 0
close(12) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/unittest/os", 0x7fffdf5f45e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/unittest/sys", 0x7fffdf5f45e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/unittest/traceback", 0x7fffdf5f45e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/traceback.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/traceback.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/unittest/StringIO", 0x7fffdf5f45e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/StringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("StringIO", 0x7fffdf5f45e0) = -1 ENOENT (No such file or directory)
open("StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("StringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/StringIO", 0x7fffdf5f45e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/StringIO.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=10662, ...}) = 0
open("/root/miniconda2/lib/python2.7/StringIO.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0664, st_size=11936, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(13, "\3\363\r\n\240CxWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s|\0\0\0d\0"..., 512) = 512
fstat(13, {st_mode=S_IFREG|0664, st_size=11936, ...}) = 0
read(13, "current position\nf.seek(pos, mod"..., 11264) = 11264
read(13, "mportErrort\7\0\0\0__all__R\4\0\0\0R\1\0\0\0"..., 512) = 160
read(13, "", 512) = 0
close(13) = 0
munmap(0x7fc78b640000, 4096) = 0
close(12) = 0
stat("/root/miniconda2/lib/python2.7/unittest/util", 0x7fffdf5f45d0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/util.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/utilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/util.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=4606, ...}) = 0
open("/root/miniconda2/lib/python2.7/unittest/util.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0664, st_size=4710, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(13, "\3\363\r\n\346CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\200\0\0\0d\0"..., 512) = 512
fstat(13, {st_mode=S_IFREG|0664, st_size=4710, ...}) = 0
read(13, "lan/minonda/envs/_build/lib/pyth"..., 4096) = 4096
read(13, "me/ilan/minonda/envs/_build/lib/"..., 512) = 102
read(13, "", 512) = 0
close(13) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/unittest/collections", 0x7fffdf5f4030) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
brk(0xb71000) = 0xb71000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b560000
close(12) = 0
stat("/root/miniconda2/lib/python2.7/unittest/functools", 0x7fffdf5f45e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/functools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/functools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(11) = 0
stat("/root/miniconda2/lib/python2.7/unittest/case", 0x7fffdf5f4b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/case.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/casemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/case.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=42730, ...}) = 0
open("/root/miniconda2/lib/python2.7/unittest/case.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0664, st_size=42520, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(12, "\3\363\r\n\345CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s_\1\0\0d\0"..., 512) = 512
fstat(12, {st_mode=S_IFREG|0664, st_size=42520, ...}) = 0
read(12, "count_diff_all_purposet\24\0\0\0_coun"..., 41984) = 41984
read(12, "\26\v\26\6\t\3\t\20\t\10\t\t\t\v\26!\26\377\0\377\0\377\0z", 512) = 24
read(12, "", 512) = 0
close(12) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/unittest/difflib", 0x7fffdf5f45e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/difflib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/difflibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/difflib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/difflib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("difflib", 0x7fffdf5f45e0) = -1 ENOENT (No such file or directory)
open("difflib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("difflibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("difflib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("difflib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/difflib", 0x7fffdf5f45e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/difflib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/difflibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/difflib.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=82321, ...}) = 0
open("/root/miniconda2/lib/python2.7/difflib.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0664, st_size=63245, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(13, "\3\363\r\n\223CxWc\0\0\0\0\0\0\0\0\v\0\0\0@\0\0\0s\245\1\0\0d\0"..., 512) = 512
fstat(13, {st_mode=S_IFREG|0664, st_size=63245, ...}) = 0
read(13, "ween objects.\n\nFunction get_clos"..., 62464) = 62464
read(13, "\0\0\0R\5\0\0\0R\250\0\0\0R\10\0\0\0R\265\0\0\0R\7\0\0\0R\22\0\0"..., 512) = 269
read(13, "", 512) = 0
close(13) = 0
munmap(0x7fc78b640000, 4096) = 0
close(12) = 0
stat("/root/miniconda2/lib/python2.7/unittest/pprint", 0x7fffdf5f45e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/pprint.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/pprintmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/pprint.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/pprint.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("pprint", 0x7fffdf5f45e0) = -1 ENOENT (No such file or directory)
open("pprint.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("pprintmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("pprint.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("pprint.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/pprint", 0x7fffdf5f45e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/pprint.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/pprintmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/pprint.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=11777, ...}) = 0
open("/root/miniconda2/lib/python2.7/pprint.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0664, st_size=10650, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(13, "\3\363\r\n\233CxWc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\37\1\0\0d\0"..., 512) = 512
fstat(13, {st_mode=S_IFREG|0664, st_size=10650, ...}) = 0
read(13, "-printing operations onto a stre"..., 9728) = 9728
read(13, "nt.pyt\n\0\0\0_perfcheckL\1\0\0s\26\0\0\0\0\1\f"..., 512) = 410
read(13, "", 512) = 0
close(13) = 0
munmap(0x7fc78b640000, 4096) = 0
close(12) = 0
stat("/root/miniconda2/lib/python2.7/unittest/re", 0x7fffdf5f45e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/unittest/types", 0x7fffdf5f45e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/types.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/types.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/unittest/warnings", 0x7fffdf5f45e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/warnings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/warnings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(11) = 0
stat("/root/miniconda2/lib/python2.7/unittest/suite", 0x7fffdf5f4b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/suite.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/suitemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/suite.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=9809, ...}) = 0
open("/root/miniconda2/lib/python2.7/unittest/suite.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0664, st_size=11378, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(12, "\3\363\r\n\346CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\246\0\0\0d\0"..., 512) = 512
fstat(12, {st_mode=S_IFREG|0664, st_size=11378, ...}) = 0
read(12, "unc(\0\0\0\0(\0\0\0\0s>\0\0\0/home/ilan/min"..., 10752) = 10752
read(12, "(\0\0\0\0s>\0\0\0/home/ilan/minonda/env"..., 512) = 114
read(12, "", 512) = 0
close(12) = 0
munmap(0x7fc78b640000, 4096) = 0
close(11) = 0
stat("/root/miniconda2/lib/python2.7/unittest/loader", 0x7fffdf5f4b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/loader.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/loadermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/loader.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=13501, ...}) = 0
open("/root/miniconda2/lib/python2.7/unittest/loader.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0664, st_size=11908, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(12, "\3\363\r\n\345CxWc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\23\1\0\0d\0"..., 512) = 512
fstat(12, {st_mode=S_IFREG|0664, st_size=11908, ...}) = 0
read(12, "o import test module: %s\n%st\23\0\0\0"..., 11264) = 11264
read(12, "\0\0\0/home/ilan/minonda/envs/_buil"..., 512) = 132
read(12, "", 512) = 0
close(12) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/unittest/fnmatch", 0x7fffdf5f45e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/fnmatch.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/fnmatchmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/fnmatch.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/fnmatch.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("fnmatch", 0x7fffdf5f45e0) = -1 ENOENT (No such file or directory)
open("fnmatch.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("fnmatchmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("fnmatch.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("fnmatch.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/fnmatch", 0x7fffdf5f45e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/fnmatch.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/fnmatchmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/fnmatch.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=3315, ...}) = 0
open("/root/miniconda2/lib/python2.7/fnmatch.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0664, st_size=3758, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(13, "\3\363\r\n\224CxWc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sa\0\0\0d\0"..., 512) = 512
fstat(13, {st_mode=S_IFREG|0664, st_size=3758, ...}) = 0
read(13, "ding to PATTERN. (It does not c"..., 3072) = 3072
read(13, "__doc__R\20\0\0\0t\7\0\0\0__all__R\4\0\0\0R\17\0"..., 512) = 174
read(13, "", 512) = 0
close(13) = 0
munmap(0x7fc78b640000, 4096) = 0
close(12) = 0
close(11) = 0
stat("/root/miniconda2/lib/python2.7/unittest/main", 0x7fffdf5f4b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/main.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/mainmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/main.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=9083, ...}) = 0
open("/root/miniconda2/lib/python2.7/unittest/main.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0664, st_size=8227, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(12, "\3\363\r\n\345CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\224\0\0\0d\0"..., 512) = 512
fstat(12, {st_mode=S_IFREG|0664, st_size=8227, ...}) = 0
read(12, " Show this message\n -v, --ver"..., 7680) = 7680
read(12, "\1\0\0\0s\32\0\0\0\6\2\f\1\f\1\f\2\26\1\20\2\6\2\6\1\6\1\6\35\6\20\6"..., 512) = 35
read(12, "", 512) = 0
close(12) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/unittest/runner", 0x7fffdf5f45d0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/runner.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/runnermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/runner.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=6533, ...}) = 0
open("/root/miniconda2/lib/python2.7/unittest/runner.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0664, st_size=8153, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(13, "\3\363\r\n\345CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\215\0\0\0d\0"..., 512) = 512
fstat(13, {st_mode=S_IFREG|0664, st_size=8153, ...}) = 0
read(13, "onda/envs/_build/lib/python2.7/u"..., 7168) = 7168
read(13, "\6\1\23\1\r\1\4\2\17\2\6\1\f\1\20\1!\1\6\1\24\1\6\1\27\2\20\1\6\1\24\1"..., 512) = 473
read(13, "", 512) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc783a50000
close(13) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/unittest/time", 0x7fffdf5f4030) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("time", 0x7fffdf5f4030) = -1 ENOENT (No such file or directory)
open("time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/time", 0x7fffdf5f4030) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/time", 0x7fffdf5f4030) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/time", 0x7fffdf5f4030) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/time", 0x7fffdf5f4030) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/time.so", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0755, st_size=51814, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/time.so", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\31\0\0\0\0\0\0"..., 832) = 832
fstat(14, {st_mode=S_IFREG|0755, st_size=51814, ...}) = 0
mmap(NULL, 2116872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7fc783840000
mprotect(0x7fc783844000, 2093056, PROT_NONE) = 0
mmap(0x7fc783a43000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x3000) = 0x7fc783a43000
close(14) = 0
time(NULL) = 1470418947
open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=371, ...}) = 0
fstat(14, {st_mode=S_IFREG|0644, st_size=371, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(14, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0"..., 512) = 371
lseek(14, -217, SEEK_CUR) = 154
read(14, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0"..., 512) = 217
close(14) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=371, ...}) = 0
close(13) = 0
stat("/root/miniconda2/lib/python2.7/unittest/signals", 0x7fffdf5f4030) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/signals.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/signalsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/signals.py", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=2403, ...}) = 0
open("/root/miniconda2/lib/python2.7/unittest/signals.pyc", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0664, st_size=3006, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(14, "\3\363\r\n\346CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\201\0\0\0d\0"..., 512) = 512
fstat(14, {st_mode=S_IFREG|0664, st_size=3006, ...}) = 0
read(14, "a/envs/_build/lib/python2.7/unit"..., 2048) = 2048
read(14, "\5\0\0\0inner;\0\0\0s\n\0\0\0\0\2\22\1\7\1\3\1\21\2(\6\0\0"..., 512) = 446
read(14, "", 512) = 0
close(14) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/unittest/signal", 0x7fffdf5f3a90) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/signal.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/signalmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/signal.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/signal.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/unittest/weakref", 0x7fffdf5f3a90) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/weakref.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/weakrefmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/weakref.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/unittest/weakref.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("weakref", 0x7fffdf5f3a90) = -1 ENOENT (No such file or directory)
open("weakref.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("weakrefmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("weakref.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("weakref.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/weakref", 0x7fffdf5f3a90) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/weakref.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/weakrefmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/weakref.py", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=13600, ...}) = 0
open("/root/miniconda2/lib/python2.7/weakref.pyc", O_RDONLY) = 15
fstat(15, {st_mode=S_IFREG|0664, st_size=17119, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(15, "\3\363\r\n\244CxWc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s\356\0\0\0d\0"..., 512) = 512
fstat(15, {st_mode=S_IFREG|0664, st_size=17119, ...}) = 0
read(15, "enceType(\2\0\0\0t\7\0\0\0WeakSett\17\0\0\0_I"..., 16384) = 16384
read(15, "\0R\2\0\0\0R\3\0\0\0R\4\0\0\0R\5\0\0\0R\6\0\0\0t\v\0\0\0_"..., 512) = 223
read(15, "", 512) = 0
close(15) = 0
munmap(0x7fc78b640000, 4096) = 0
close(14) = 0
close(13) = 0
close(12) = 0
close(11) = 0
close(10) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/testing", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/testing", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/decorators", 0x7fffdf5f5160) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/decorators.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/decoratorsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/decorators.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=8461, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/decorators.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0664, st_size=10231, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(11, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0s\207\0\0\0d\0"..., 512) = 512
fstat(11, {st_mode=S_IFREG|0664, st_size=10231, ...}) = 0
read(11, "meta-data such as\nfunction name,"..., 9216) = 9216
read(11, "on2.7/site-packages/numpy/testin"..., 512) = 503
read(11, "", 512) = 0
close(11) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/utils", 0x7fffdf5f4bc0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/utils.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/utilsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/utils.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0664, st_size=66571, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/utils.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0664, st_size=65063, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(12, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0 \0\0\0@`\1\0s\3\5\0\0d\0"..., 512) = 512
fstat(12, {st_mode=S_IFREG|0664, st_size=65063, ...}) = 0
brk(0xb9b000) = 0xb9b000
read(12, "\0f\2\0k\n\0r\362\1\1\1\1q\367\1Xn\1\0Xd\1\0Z'\0d.\0d/"..., 64512) = 64512
read(12, "\22\t\1\0178\f>\17,\f5\t\16\t\r\26 \0269\6\1\17\16\t,\6\1\17\n\t$\22"..., 512) = 39
read(12, "", 512) = 0
close(12) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("shutil", 0x7fffdf5f4620) = -1 ENOENT (No such file or directory)
open("shutil.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("shutilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("shutil.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("shutil.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/shutil", 0x7fffdf5f4620) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/shutil.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/shutilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/shutil.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=18972, ...}) = 0
open("/root/miniconda2/lib/python2.7/shutil.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0664, st_size=19318, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(13, "\3\363\r\n\236CxWc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s\273\2\0\0d\0"..., 512) = 512
fstat(13, {st_mode=S_IFREG|0664, st_size=19318, ...}) = 0
read(13, "$\0d*\0\204\0\0Z%\0d+\0d,\0d,\0d\2\0d\2\0d\2\0d-\0"..., 18432) = 18432
read(13, "__all__RP\0\0\0R\f\0\0\0R\r\0\0\0R\16\0\0\0RS\0\0\0"..., 512) = 374
read(13, "", 512) = 0
close(13) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("grp", 0x7fffdf5f4080) = -1 ENOENT (No such file or directory)
open("grp.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("grpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("grp.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("grp.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/grp", 0x7fffdf5f4080) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/grp.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/grpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/grp.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/grp.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/grp", 0x7fffdf5f4080) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/grp.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/grpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/grp.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/grp.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/grp", 0x7fffdf5f4080) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/grp.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/grpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/grp.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/grp.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/grp", 0x7fffdf5f4080) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/grp.so", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0755, st_size=27308, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/grp.so", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\f\0\0\0\0\0\0"..., 832) = 832
fstat(14, {st_mode=S_IFREG|0755, st_size=27308, ...}) = 0
mmap(NULL, 2105064, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7fc783630000
mprotect(0x7fc783632000, 2093056, PROT_NONE) = 0
mmap(0x7fc783831000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x1000) = 0x7fc783831000
close(14) = 0
close(13) = 0
close(12) = 0
stat("contextlib", 0x7fffdf5f4620) = -1 ENOENT (No such file or directory)
open("contextlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("contextlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("contextlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("contextlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/contextlib", 0x7fffdf5f4620) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/contextlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/contextlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/contextlib.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=4424, ...}) = 0
open("/root/miniconda2/lib/python2.7/contextlib.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0664, st_size=4742, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(13, "\3\363\r\n\222CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\211\0\0\0d\0"..., 512) = 512
fstat(13, {st_mode=S_IFREG|0664, st_size=4742, ...}) = 0
read(13, "R\6\0\0\0(\0\0\0\0(\0\0\0\0s:\0\0\0/home/ilan/m"..., 4096) = 4096
read(13, "\0\0\0R\2\0\0\0R\3\0\0\0R\4\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0"..., 512) = 134
read(13, "", 512) = 0
close(13) = 0
munmap(0x7fc78b640000, 4096) = 0
close(12) = 0
stat("tempfile", 0x7fffdf5f4620) = -1 ENOENT (No such file or directory)
open("tempfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("tempfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("tempfile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("tempfile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/tempfile", 0x7fffdf5f4620) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/tempfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/tempfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/tempfile.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=19547, ...}) = 0
open("/root/miniconda2/lib/python2.7/tempfile.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0664, st_size=21640, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(13, "\3\363\r\n\242CxWc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\f\3\0\0d\0"..., 512) = 512
fstat(13, {st_mode=S_IFREG|0664, st_size=21640, ...}) = 0
read(13, "n\t\0d\30\0\204\0\0Z$\0d\31\0\204\0\0Z&\0d\32\0d.\0d\33\0\204\0"..., 20992) = 20992
read(13, ">\22\0\0\0s~\0\0\0\6\3\6\1\3\1\6\1\3\1\6\1\f\6\f\1\f\1\f\1\20\2"..., 512) = 136
read(13, "", 512) = 0
close(13) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("io", 0x7fffdf5f4080) = -1 ENOENT (No such file or directory)
open("io.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("iomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("io.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("io.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/io", 0x7fffdf5f4080) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/io.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/iomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/io.py", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=3321, ...}) = 0
open("/root/miniconda2/lib/python2.7/io.pyc", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0664, st_size=3708, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(14, "\3\363\r\n\227CxWc\0\0\0\0\0\0\0\0\22\0\0\0@\0\0\0s\245\1\0\0d\0"..., 512) = 512
fstat(14, {st_mode=S_IFREG|0664, st_size=3708, ...}) = 0
read(14, "eam handling. The\nbuiltin open f"..., 3072) = 3072
read(14, "2\0\0\0/home/ilan/minonda/envs/_bui"..., 512) = 124
read(14, "", 512) = 0
close(14) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("_io", 0x7fffdf5f3ae0) = -1 ENOENT (No such file or directory)
open("_io.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_iomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_io.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_io.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/_io", 0x7fffdf5f3ae0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_io.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_iomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_io.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_io.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/_io", 0x7fffdf5f3ae0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_io.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_iomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_io.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_io.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/_io", 0x7fffdf5f3ae0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_io.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_iomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_io.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_io.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/_io", 0x7fffdf5f3ae0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/_io.so", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0755, st_size=457838, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/_io.so", O_RDONLY|O_CLOEXEC) = 15
read(15, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340{\0\0\0\0\0\0"..., 832) = 832
fstat(15, {st_mode=S_IFREG|0755, st_size=457838, ...}) = 0
mmap(NULL, 2254864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 15, 0) = 0x7fc783400000
mprotect(0x7fc78341e000, 2093056, PROT_NONE) = 0
mmap(0x7fc78361d000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 15, 0x1d000) = 0x7fc78361d000
close(15) = 0
close(14) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc7833c0000
close(13) = 0
stat("random", 0x7fffdf5f4080) = -1 ENOENT (No such file or directory)
open("random.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("random.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("random.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/random", 0x7fffdf5f4080) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/random.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/random.py", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=32323, ...}) = 0
open("/root/miniconda2/lib/python2.7/random.pyc", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0664, st_size=26602, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(14, "\3\363\r\n\235CxWc\0\0\0\0\0\0\0\0\31\0\0\0@ \0\0s\243\2\0\0d\0"..., 512) = 512
fstat(14, {st_mode=S_IFREG|0664, st_size=26602, ...}) = 0
read(14, "7\0Z7\0e3\0j8\0Z8\0e3\0j9\0Z9\0e3\0j:\0Z:\0"..., 25600) = 25600
read(14, "\0\0R\202\0\0\0R\v\0\0\0R\200\0\0\0R\f\0\0\0R\223\0\0\0t\2\0\0\0"..., 512) = 490
read(14, "", 512) = 0
close(14) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("binascii", 0x7fffdf5f3ae0) = -1 ENOENT (No such file or directory)
open("binascii.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("binasciimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("binascii.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("binascii.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/binascii", 0x7fffdf5f3ae0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/binascii.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/binasciimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/binascii.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/binascii.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/binascii", 0x7fffdf5f3ae0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/binascii.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/binasciimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/binascii.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/binascii.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/binascii", 0x7fffdf5f3ae0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/binascii.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/binasciimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/binascii.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/binascii.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/binascii", 0x7fffdf5f3ae0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/binascii.so", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0755, st_size=61409, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/binascii.so", O_RDONLY|O_CLOEXEC) = 15
read(15, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\20\0\0\0\0\0\0"..., 832) = 832
fstat(15, {st_mode=S_IFREG|0755, st_size=61409, ...}) = 0
mmap(NULL, 2116232, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 15, 0) = 0x7fc7831b0000
mprotect(0x7fc7831b4000, 2097152, PROT_NONE) = 0
mmap(0x7fc7833b4000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 15, 0x4000) = 0x7fc7833b4000
close(15) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/../../tls/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/../../tls/x86_64", 0x7fffdf5f3ca0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/../../tls/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/../../tls", 0x7fffdf5f3ca0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/../../x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/../../x86_64", 0x7fffdf5f3ca0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/../../libz.so.1", O_RDONLY|O_CLOEXEC) = 15
read(15, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\37\0\0\0\0\0\0"..., 832) = 832
fstat(15, {st_mode=S_IFREG|0755, st_size=99112, ...}) = 0
mmap(NULL, 2185936, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 15, 0) = 0x7fc782f90000
mprotect(0x7fc782fa6000, 2093056, PROT_NONE) = 0
mmap(0x7fc7831a5000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 15, 0x15000) = 0x7fc7831a5000
close(15) = 0
close(14) = 0
stat("hashlib", 0x7fffdf5f3ae0) = -1 ENOENT (No such file or directory)
open("hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/hashlib", 0x7fffdf5f3ae0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hashlib.py", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=7842, ...}) = 0
open("/root/miniconda2/lib/python2.7/hashlib.pyc", O_RDONLY) = 15
fstat(15, {st_mode=S_IFREG|0664, st_size=7245, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(15, "\3\363\r\n\226CxWc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\244\1\0\0d\0"..., 512) = 512
fstat(15, {st_mode=S_IFREG|0664, st_size=7245, ...}) = 0
read(15, "ctions.\n\nnew(name, string='') - "..., 6656) = 6656
read(15, "sH\0\0\0\6\4\6\2\f\1\f\2\6\2\3\1\0\1\7\3\t\34\t\f\f\7\f\16\3\1\f"..., 512) = 77
read(15, "", 512) = 0
close(15) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("_hashlib", 0x7fffdf5f3540) = -1 ENOENT (No such file or directory)
open("_hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/_hashlib", 0x7fffdf5f3540) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/_hashlib", 0x7fffdf5f3540) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/_hashlib", 0x7fffdf5f3540) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/_hashlib", 0x7fffdf5f3540) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/_hashlib.so", O_RDONLY) = 15
fstat(15, {st_mode=S_IFREG|0755, st_size=60532, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/_hashlib.so", O_RDONLY|O_CLOEXEC) = 16
read(16, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\33\0\0\0\0\0\0"..., 832) = 832
fstat(16, {st_mode=S_IFREG|0755, st_size=60532, ...}) = 0
mmap(NULL, 2117392, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 16, 0) = 0x7fc782d80000
mprotect(0x7fc782d84000, 2097152, PROT_NONE) = 0
mmap(0x7fc782f84000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 16, 0x4000) = 0x7fc782f84000
close(16) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/../../libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = 16
read(16, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\245\1\0\0\0\0\0"..., 832) = 832
fstat(16, {st_mode=S_IFREG|0775, st_size=538954, ...}) = 0
mmap(NULL, 2580104, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 16, 0) = 0x7fc782b00000
mprotect(0x7fc782b6c000, 2093056, PROT_NONE) = 0
mmap(0x7fc782d6b000, 45056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 16, 0x6b000) = 0x7fc782d6b000
close(16) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/../../libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = 16
read(16, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\246\6\0\0\0\0\0"..., 832) = 832
fstat(16, {st_mode=S_IFREG|0775, st_size=2587418, ...}) = 0
mmap(NULL, 4417152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 16, 0) = 0x7fc7826c0000
mprotect(0x7fc7828cc000, 2097152, PROT_NONE) = 0
mmap(0x7fc782acc000, 159744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 16, 0x20c000) = 0x7fc782acc000
mmap(0x7fc782af3000, 13952, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc782af3000
close(16) = 0
brk(0xbbc000) = 0xbbc000
close(15) = 0
close(14) = 0
stat("_random", 0x7fffdf5f3ae0) = -1 ENOENT (No such file or directory)
open("_random.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_random.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_random.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/_random", 0x7fffdf5f3ae0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_random.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_random.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_random.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/_random", 0x7fffdf5f3ae0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_random.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_random.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_random.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/_random", 0x7fffdf5f3ae0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_random.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_random.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_random.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/_random", 0x7fffdf5f3ae0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/_random.so", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0755, st_size=40576, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/_random.so", O_RDONLY|O_CLOEXEC) = 15
read(15, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\21\0\0\0\0\0\0"..., 832) = 832
fstat(15, {st_mode=S_IFREG|0755, st_size=40576, ...}) = 0
mmap(NULL, 2108464, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 15, 0) = 0x7fc7824b0000
mprotect(0x7fc7824b3000, 2093056, PROT_NONE) = 0
mmap(0x7fc7826b2000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 15, 0x2000) = 0x7fc7826b2000
close(15) = 0
close(14) = 0
time([1470418947]) = 1470418947
open("/dev/urandom", O_RDONLY) = 14
fcntl(14, F_GETFD) = 0
fcntl(14, F_SETFD, FD_CLOEXEC) = 0
fstat(14, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
read(14, "xa\370\2\316\354mS\243\332\206\215\257\334[\275\350\3404]\311\376|\325\211\372\251U\327Z_\233"..., 2500) = 2500
close(13) = 0
stat("fcntl", 0x7fffdf5f4080) = -1 ENOENT (No such file or directory)
open("fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("fcntlmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("fcntl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("fcntl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/fcntl", 0x7fffdf5f4080) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/fcntlmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/fcntl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/fcntl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/fcntl", 0x7fffdf5f4080) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/fcntlmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/fcntl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/fcntl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/fcntl", 0x7fffdf5f4080) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/fcntlmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/fcntl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/fcntl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/fcntl", 0x7fffdf5f4080) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/fcntl.so", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0755, st_size=36843, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/fcntl.so", O_RDONLY|O_CLOEXEC) = 15
read(15, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\f\0\0\0\0\0\0"..., 832) = 832
fstat(15, {st_mode=S_IFREG|0755, st_size=36843, ...}) = 0
mmap(NULL, 2110480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 15, 0) = 0x7fc7822a0000
mprotect(0x7fc7822a3000, 2093056, PROT_NONE) = 0
mmap(0x7fc7824a2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 15, 0x2000) = 0x7fc7824a2000
close(15) = 0
close(13) = 0
close(12) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/nosetester", 0x7fffdf5f4620) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/nosetester.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/nosetestermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/nosetester.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0664, st_size=18357, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/nosetester.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0664, st_size=16403, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(13, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\3\0\0\0@`\1\0s\246\0\0\0d\0"..., 512) = 512
fstat(13, {st_mode=S_IFREG|0664, st_size=16403, ...}) = 0
read(13, "s~\0d\3\0|\1\0k\6\0rw\0d\3\0Sd\4\0Sn\0\0|\2\0j\4\0"..., 15872) = 15872
read(13, "\1\f\1\f\1\20\1\f\3\t(\t\25\0173\26\377\0\200", 512) = 19
read(13, "", 512) = 0
close(13) = 0
munmap(0x7fc78b640000, 4096) = 0
close(12) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/utils", 0x7fffdf5f4620) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/utils.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/utilsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/utils.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0664, st_size=34996, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/utils.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0664, st_size=31366, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(13, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\f\0\0\0@`\1\0s\333\1\0\0d\0"..., 512) = 512
fstat(13, {st_mode=S_IFREG|0664, st_size=31366, ...}) = 0
read(13, "\0\0\0(\3\0\0\0t\10\0\0\0divisiont\17\0\0\0absolu"..., 30720) = 30720
read(13, "lib/python2.7/site-packages/nump"..., 512) = 134
read(13, "", 512) = 0
close(13) = 0
munmap(0x7fc78b640000, 4096) = 0
close(12) = 0
close(11) = 0
close(10) = 0
close(9) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/ufunclike", 0x7fffdf5f5d50) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/ufunclike.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/ufunclikemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/ufunclike.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=4844, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/ufunclike.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=5687, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(9, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\3\0\0\0@`\1\0sk\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=5687, ...}) = 0
read(9, "o nearest integer towards zero.\n"..., 5120) = 5120
read(9, "umpy/lib/ufunclike.pyt\10\0\0\0<modul"..., 512) = 55
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b640000, 4096) = 0
close(8) = 0
close(7) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/index_tricks", 0x7fffdf5f62f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/index_tricks.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/index_tricksmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/index_tricks.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=26204, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/index_tricks.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=27713, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(8, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\16\0\0\0@`\1\0s@\2\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=27713, ...}) = 0
brk(0xbde000) = 0xbde000
read(8, "\0YZ/\0d$\0e!\0f\1\0d%\0\204\0\0\203\0\0YZ0\0e0\0d&"..., 27136) = 27136
read(8, "\2\f\1\f\2\22\1.\3\26\2\20\1\17\1\20\1\26\1\20\2\t\4\22\1\22\1\f\4\t;\26"..., 512) = 65
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/function_base", 0x7fffdf5f5d40) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/function_base.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/function_basemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/function_base.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=150516, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/function_base.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=136936, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(9, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0)\0\0\0@`\1\0sA\6\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=136936, ...}) = 0
read(9, "\0mE\0ZE\0mF\0ZG\0\1d\0\0d\r\0l%\0mH\0ZI\0\1d\0"..., 136192) = 136192
read(9, "\t\24\t\26\t\27\t\25\t\"\t\35\t\36\n\1\7\1\7\1\7\1\7\1\7\1\n\3\f\1\f\377"..., 512) = 232
read(9, "", 512) = 0
brk(0xbff000) = 0xbff000
close(9) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/twodim_base", 0x7fffdf5f57a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/twodim_base.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/twodim_basemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/twodim_base.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=26904, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/twodim_base.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=30056, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(10, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\20\0\0\0@`\1\0s\325\1\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=30056, ...}) = 0
read(10, "sic functions for manipulating 2"..., 29184) = 29184
read(10, "\0R\v\0\0\0R\f\0\0\0R\r\0\0\0R\16\0\0\0R\17\0\0\0R\20\0\0\0R"..., 512) = 360
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b640000, 4096) = 0
close(9) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc782260000
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/matrixlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/matrixlib/__init__.py", {st_mode=S_IFREG|0664, st_size=301, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/matrixlib/__init__", 0x7fffdf5f5d00) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/matrixlib/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/matrixlib/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/matrixlib/__init__.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=301, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/matrixlib/__init__.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=569, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(9, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0sa\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=569, ...}) = 0
read(9, "y/matrixlib/__init__.pyt\10\0\0\0<mod"..., 512) = 57
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/matrixlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/matrixlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/matrixlib/defmatrix", 0x7fffdf5f5760) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/matrixlib/defmatrix.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/matrixlib/defmatrixmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/matrixlib/defmatrix.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=34202, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/matrixlib/defmatrix.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=38753, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(10, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\4\0\0\0@`\1\0s\257\1\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=38753, ...}) = 0
read(10, "\0\0print_functiont\6\0\0\0matrixt\4\0\0\0"..., 37888) = 37888
read(10, "\0\0R\t\0\0\0R\n\0\0\0R\v\0\0\0t\27\0\0\0numpy.core"..., 512) = 353
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b640000, 4096) = 0
close(9) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/stride_tricks", 0x7fffdf5f5d50) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/stride_tricks.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/stride_tricksmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/stride_tricks.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=6827, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/stride_tricks.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=7217, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(9, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\4\0\0\0@`\1\0s\226\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=7217, ...}) = 0
read(9, "\4\0RS(\3\0\0\0s\204\0\0\0Dummy object that "..., 6656) = 6656
read(9, "icks.pyt\10\0\0\0<module>\7\0\0\0s\24\0\0\0\6\1\34"..., 512) = 49
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b640000, 4096) = 0
close(8) = 0
close(7) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/nanfunctions", 0x7fffdf5f62f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/nanfunctions.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/nanfunctionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/nanfunctions.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=43802, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/nanfunctions.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=43344, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(8, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\v\0\0\0@`\1\0s\302\1\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=43344, ...}) = 0
read(8, " NaN.\n\nFunctions\n---------\n\n- `n"..., 42496) = 42496
read(8, "\0t\27\0\0\0numpy.lib.function_baseR\3\0"..., 512) = 336
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b640000, 4096) = 0
close(7) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/shape_base", 0x7fffdf5f62f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/shape_base.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/shape_basemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/shape_base.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=25574, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/shape_base.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=27299, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(8, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\16\0\0\0@`\1\0sa\1\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=27299, ...}) = 0
read(8, "calart\5\0\0\0arrayt\n\0\0\0asanyarray(\2"..., 26624) = 26624
read(8, "\0(\0\0\0\0sR\0\0\0/home/ilan/minonda/en"..., 512) = 163
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b640000, 4096) = 0
close(7) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/scimath", 0x7fffdf5f62e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/scimath.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/scimathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/scimath.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=14085, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/scimath.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=16323, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(8, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\t\0\0\0@`\1\0s\25\1\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=16323, ...}) = 0
read(8, "s like `log` with branch cuts, t"..., 15360) = 15360
read(8, "\0\0\0\n\2\0\0s\4\0\0\0\0+\f\1(\37\0\0\0t\7\0\0\0__doc_"..., 512) = 451
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b640000, 4096) = 0
close(7) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/polynomial", 0x7fffdf5f62f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/polynomial.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/polynomialmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/polynomial.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=38012, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/polynomial.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=40916, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(8, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\f\0\0\0@`\1\0s\344\1\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=40916, ...}) = 0
read(8, "\0S(&\0\0\0s'\0\0\0\nFunctions to operat"..., 39936) = 39936
read(8, "\0\0R\26\0\0\0t\25\0\0\0numpy.lib.twodim_bas"..., 512) = 468
read(8, "", 512) = 0
brk(0xc20000) = 0xc20000
close(8) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg/__init__.py", {st_mode=S_IFREG|0664, st_size=2343, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg/__init__", 0x7fffdf5f5d00) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg/__init__.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=2343, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg/__init__.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=2603, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(9, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0sh\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=2603, ...}) = 0
read(9, " Determinant of a square ma"..., 2048) = 2048
read(9, "init__.pyt\10\0\0\0<module>-\0\0\0s\f\0\0\0\6"..., 512) = 43
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg/info", 0x7fffdf5f5760) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg/info.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg/infomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg/info.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=1198, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg/info.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=1447, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(10, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0s/\0\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=1447, ...}) = 0
read(10, "ition\n- matrix_power Integer "..., 512) = 512
read(10, "lve Solve a linear tensor eq"..., 512) = 423
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b640000, 4096) = 0
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg/linalg", 0x7fffdf5f5760) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg/linalg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg/linalgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg/linalg.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=75865, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg/linalg.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=76037, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(10, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\25\0\0\0@`\1\0sS\4\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=76037, ...}) = 0
read(10, "\0e:\0d!\0\203\1\0Z>\0e:\0d\"\0\203\1\0Z?\0e\16\0Z@\0d"..., 75264) = 75264
read(10, "\0\0/home/ilan/minonda/envs/_build"..., 512) = 261
read(10, "", 512) = 0
brk(0xc41000) = 0xc41000
close(10) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg/lapack_lite", 0x7fffdf5f51b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg/lapack_lite.so", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0775, st_size=52105, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg/lapack_lite.so", O_RDONLY|O_CLOEXEC) = 11
read(11, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\17\0\0\0\0\0\0"..., 832) = 832
fstat(11, {st_mode=S_IFREG|0775, st_size=52105, ...}) = 0
mmap(NULL, 2109408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 11, 0) = 0x7fc782050000
mprotect(0x7fc782053000, 2093056, PROT_NONE) = 0
mmap(0x7fc782252000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 11, 0x2000) = 0x7fc782252000
close(11) = 0
close(10) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg/_umath_linalg", 0x7fffdf5f51b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg/_umath_linalg.so", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0775, st_size=572978, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/linalg/_umath_linalg.so", O_RDONLY|O_CLOEXEC) = 11
read(11, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000q\0\0\0\0\0\0"..., 832) = 832
fstat(11, {st_mode=S_IFREG|0775, st_size=572978, ...}) = 0
mmap(NULL, 2238304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 11, 0) = 0x7fc781e20000
mprotect(0x7fc781e42000, 2093056, PROT_NONE) = 0
mmap(0x7fc782041000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 11, 0x21000) = 0x7fc782041000
close(11) = 0
close(10) = 0
close(9) = 0
close(8) = 0
close(7) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/arraysetops", 0x7fffdf5f62f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/arraysetops.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/arraysetopsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/arraysetops.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=13815, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/arraysetops.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=13775, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(8, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\7\0\0\0@`\1\0s\252\0\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=13775, ...}) = 0
read(8, "ome operations by an implementat"..., 12800) = 12800
read(8, "\n R7\0\0\0R=\0\0\0(\6\0\0\0R\n\0\0\0R9\0\0\0R:"..., 512) = 463
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b640000, 4096) = 0
close(7) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/npyio", 0x7fffdf5f62f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/npyio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/npyiomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/npyio.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=71412, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/npyio.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=58876, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(8, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\26\0\0\0@`\1\0s\345\2\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=58876, ...}) = 0
read(8, "e3\0e4\0e4\0d!\0d\"\0\204\4\0Z5\0e4\0e4\0d#\0\204\2"..., 58368) = 58364
read(8, "", 512) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc781de0000
munmap(0x7fc781de0000, 262144) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc781de0000
munmap(0x7fc781de0000, 262144) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc781de0000
close(8) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/format", 0x7fffdf5f5d40) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/format.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/formatmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/format.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=28234, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/format.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=25815, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(9, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\6\0\0\0@`\1\0s\222\1\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=25815, ...}) = 0
read(9, "information about them.\n\nThe ``."..., 25088) = 25088
read(9, "RD\0\0\0R(\0\0\0R}\0\0\0R\220\0\0\0R&\0\0\0R\234\0\0\0R\26"..., 512) = 215
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b640000, 4096) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/_datasource", 0x7fffdf5f5d50) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/_datasource.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/_datasourcemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/_datasource.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=21266, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/_datasource.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=22160, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(9, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\3\0\0\0@`\1\0s\255\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=22160, ...}) = 0
read(9, "nction call, regardless of locat"..., 21504) = 21504
read(9, "\0\0(\0\0\0\0(\0\0\0\0sS\0\0\0/home/ilan/mino"..., 512) = 144
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b640000, 4096) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/_iotools", 0x7fffdf5f5d50) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/_iotools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/_iotoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/_iotools.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=32062, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/_iotools.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=30688, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(9, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\3\0\0\0@`\1\0s\374\1\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=30688, ...}) = 0
read(9, "\203\0\0YZ,\0e-\0d\36\0d\37\0\204\2\0Z.\0d\4\0S( \0\0\0s"..., 29696) = 29696
read(9, "syst\5\0\0\0numpyR0\0\0\0t\22\0\0\0numpy.cor"..., 512) = 480
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b640000, 4096) = 0
close(8) = 0
stat("future_builtins", 0x7fffdf5f5d50) = -1 ENOENT (No such file or directory)
open("future_builtins.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("future_builtinsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("future_builtins.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("future_builtins.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/future_builtins", 0x7fffdf5f5d50) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/future_builtins.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/future_builtinsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/future_builtins.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/future_builtins.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/future_builtins", 0x7fffdf5f5d50) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/future_builtins.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/future_builtinsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/future_builtins.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/future_builtins.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/future_builtins", 0x7fffdf5f5d50) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/future_builtins.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/future_builtinsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/future_builtins.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/future_builtins.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/future_builtins", 0x7fffdf5f5d50) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/future_builtins.so", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0755, st_size=21726, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/future_builtins.so", O_RDONLY|O_CLOEXEC) = 9
read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\7\0\0\0\0\0\0"..., 832) = 832
fstat(9, {st_mode=S_IFREG|0755, st_size=21726, ...}) = 0
mmap(NULL, 2103344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7fc781bd0000
mprotect(0x7fc781bd1000, 2097152, PROT_NONE) = 0
mmap(0x7fc781dd1000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x1000) = 0x7fc781dd1000
close(9) = 0
close(8) = 0
close(7) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/financial", 0x7fffdf5f62f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/financial.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/financialmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/financial.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=23843, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/financial.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=24939, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(8, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\n\0\0\0@`\1\0s=\1\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=24939, ...}) = 0
read(8, "ufuncs with\nbroadcasting and bei"..., 24064) = 24064
read(8, "y/lib/financial.pyR\f\0\0\0\304\2\0\0s\22\0\0\0"..., 512) = 363
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b640000, 4096) = 0
close(7) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/arrayterator", 0x7fffdf5f62f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/arrayterator.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/arrayteratormodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/arrayterator.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=7203, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/arrayterator.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=8000, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(8, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\3\0\0\0@`\1\0su\0\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=8000, ...}) = 0
read(8, "\1\0\0\0t\3\0\0\0mul(\1\0\0\0t\6\0\0\0reduce(\1\0\0"..., 7168) = 7168
read(8, "umpy/lib/arrayterator.pyR\6\0\0\0\24\0\0"..., 512) = 320
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b640000, 4096) = 0
close(7) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/arraypad", 0x7fffdf5f62f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/arraypad.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/arraypadmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/arraypad.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=52079, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/arraypad.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=50352, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(8, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0s:\1\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=50352, ...}) = 0
brk(0xc66000) = 0xc66000
read(8, "int_functionNt\3\0\0\0padc\4\0\0\0\10\0\0\0\5\0"..., 49664) = 49664
read(8, "\3\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0\0sP\0\0\0/home/il"..., 512) = 176
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b640000, 4096) = 0
close(7) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/_version", 0x7fffdf5f62f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/_version.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/_versionmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/_version.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=4867, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/_version.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=5924, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(8, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\3\0\0\0@`\1\0s^\0\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=5924, ...}) = 0
read(8, "q\0\0\0e\0\0Z\1\0d\0\0Z\2\0d\1\0\204\0\0Z\3\0d\2\0\204\0\0Z"..., 5120) = 5120
read(8, "te-packages/numpy/lib/_version.p"..., 512) = 292
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b640000, 4096) = 0
close(7) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/numpy", 0x7fffdf5f6730) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/numpy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/numpymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/numpy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/lib/numpy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(5) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/fft", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/__init__.py", {st_mode=S_IFREG|0664, st_size=380, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/__init__", 0x7fffdf5f6e30) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/__init__.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=380, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/__init__.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=648, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(6, "\3\363\r\n\231\363sWc\0\0\0\0\0\0\0\0\5\0\0\0@`\1\0s\232\0\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=648, ...}) = 0
read(6, "\0\0(\0\0\0\0sP\0\0\0/home/ilan/minonda/e"..., 512) = 136
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/fft", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/fft", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/info", 0x7fffdf5f6890) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/info.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/infomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/info.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=7235, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/info.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=7438, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(7, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0s/\0\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=7438, ...}) = 0
read(7, "iscrete Fourier transform in N-d"..., 6656) = 6656
read(7, "ious functions.\n\ni\0\0\0\0(\3\0\0\0t\10\0\0\0"..., 512) = 270
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b640000, 4096) = 0
close(6) = 0
stat("mklfft", 0x7fffdf5f6890) = -1 ENOENT (No such file or directory)
open("mklfft.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("mklfftmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("mklfft.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("mklfft.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/mklfft", 0x7fffdf5f6890) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/mklfft.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/mklfftmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/mklfft.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/mklfft.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/mklfft", 0x7fffdf5f6890) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/mklfft.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/mklfftmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/mklfft.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/mklfft.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/mklfft", 0x7fffdf5f6890) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/mklfft.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/mklfftmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/mklfft.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/mklfft.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/mklfft", 0x7fffdf5f6890) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/mklfft.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/mklfftmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/mklfft.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/mklfft.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/mklfft", 0x7fffdf5f6890) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/mklfft.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/mklfftmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/mklfft.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/mklfft.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/fftpack", 0x7fffdf5f6890) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/fftpack.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/fftpackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/fftpack.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=45592, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/fftpack.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=47538, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(7, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\16\0\0\0@`\1\0s\366\1\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=47538, ...}) = 0
read(7, "\0d,\0d(\0d'\0\204\3\0Z(\0d(\0S(-\0\0\0s\373\2\0\0\nD"..., 46592) = 46592
read(7, "\377\377(\2\0\0\0i\376\377\377\377i\377\377\377\377()\0\0\0t\7\0\0\0__doc"..., 512) = 434
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/fftpack_lite", 0x7fffdf5f62e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/fftpack_lite.so", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0775, st_size=128713, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/fftpack_lite.so", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\f\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0775, st_size=128713, ...}) = 0
mmap(NULL, 2132352, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fc7819c0000
mprotect(0x7fc7819c9000, 2093056, PROT_NONE) = 0
mmap(0x7fc781bc8000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x8000) = 0x7fc781bc8000
close(8) = 0
close(7) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/helper", 0x7fffdf5f6890) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/helper.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/helpermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/helper.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=6207, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/fft/helper.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=7008, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(7, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\4\0\0\0@`\1\0s\263\0\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=7008, ...}) = 0
read(7, "\0j\2\0\203\1\0}\3\0|\1\0d\3\0k\10\0r<\0t\4\0t\5\0|\3\0\203"..., 6144) = 6144
read(7, ".7/site-packages/numpy/fft/helpe"..., 512) = 352
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b640000, 4096) = 0
close(6) = 0
close(5) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/__init__.py", {st_mode=S_IFREG|0664, st_size=1151, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/__init__", 0x7fffdf5f6e30) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/__init__.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=1151, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/__init__.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=1552, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(6, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0s\256\0\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=1552, ...}) = 0
read(6, "st. For example, array([1,2,3])"..., 1024) = 1024
read(6, "\20\1\20\1\20\1\20\1\20\1\20\2\20\1\f\1", 512) = 16
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/polynomial", 0x7fffdf5f6890) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/polynomial.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/polynomialmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/polynomial.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=49173, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/polynomial.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=51584, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(7, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\32\0\0\0@`\1\0s\22\2\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=51584, ...}) = 0
read(7, "\0Z-\0d5\0\204\0\0Z.\0d6\0\204\0\0Z/\0d\26\0e\20\0f\1\0d"..., 50688) = 50688
read(7, "R\36\0\0\0t\10\0\0\0trimcoefR\24\0\0\0R \0\0\0R\6\0\0"..., 512) = 384
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/polyutils", 0x7fffdf5f62e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/polyutils.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/polyutilsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/polyutils.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=11167, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/polyutils.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=12987, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(8, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\n\0\0\0@`\1\0s\352\0\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=12987, ...}) = 0
read(8, ".. autosummary::\n :toctree: ge"..., 12288) = 12288
read(8, "TrueR\6\0\0\0R\10\0\0\0R\t\0\0\0R\v\0\0\0R\n\0\0\0(\0\0"..., 512) = 187
read(8, "", 512) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc781980000
close(8) = 0
munmap(0x7fc78b640000, 4096) = 0
close(7) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/_polybase", 0x7fffdf5f62f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/_polybase.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/_polybasemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/_polybase.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=30184, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/_polybase.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=37304, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(8, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\3\0\0\0@`\1\0s\215\0\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=37304, ...}) = 0
brk(0xc87000) = 0xc87000
read(8, "\0print_function(\3\0\0\0t\7\0\0\0ABCMeta"..., 36352) = 36352
read(8, "\0s\230\0\0\0\6*\6\1\6\3\6\3\6\3\6\2\17\4\17\4\17\4\17\4\17\4\17\4\17\4"..., 512) = 440
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b640000, 4096) = 0
close(7) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/chebyshev", 0x7fffdf5f6890) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/chebyshev.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/chebyshevmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/chebyshev.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=62880, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/chebyshev.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=67106, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(7, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0!\0\0\0@`\1\0s\223\2\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=67106, ...}) = 0
read(7, "\0Z)\0e*\0d<\0\204\1\0Z+\0d=\0\204\0\0Z,\0d>\0\204\0\0Z"..., 66560) = 66560
read(7, "\22c\30\203\fW\t8\t7\t;\t;\t7\t?\tA\22\304\t-\t8\t-\t\34\t%"..., 512) = 34
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b640000, 4096) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/legendre", 0x7fffdf5f6890) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/legendre.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/legendremodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/legendre.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=57286, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/legendre.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=60099, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(7, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\37\0\0\0@`\1\0sE\2\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=60099, ...}) = 0
brk(0xca8000) = 0xca8000
read(7, "\0d:\0\204\0\0Z+\0d;\0\204\0\0Z,\0d\3\0e.\0d\3\0d<\0\204"..., 59392) = 59392
read(7, "/home/ilan/minonda/envs/_build/l"..., 512) = 195
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b640000, 4096) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/hermite", 0x7fffdf5f6890) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/hermite.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/hermitemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/hermite.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=57824, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/hermite.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=60999, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(7, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\37\0\0\0@`\1\0sN\2\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=60999, ...}) = 0
read(7, "\0d;\0\204\0\0Z+\0d<\0\204\0\0Z,\0d\3\0e.\0d\3\0d=\0\204"..., 60416) = 60416
read(7, "\1\17\1\17\1\17\1\22\2\t\3\t.\t?\25\3\22\3\22\3\25\3\t$\tC\t0\t1\t"..., 512) = 71
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b640000, 4096) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/hermite_e", 0x7fffdf5f6890) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/hermite_e.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/hermite_emodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/hermite_e.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=58014, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/hermite_e.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=61057, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(7, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\37\0\0\0@`\1\0sN\2\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=61057, ...}) = 0
read(7, "\0d:\0\204\0\0Z+\0d;\0\204\0\0Z,\0d\3\0e.\0d\3\0d<\0\204"..., 60416) = 60416
read(7, "mial/hermite_e.pyt\10\0\0\0<module>;\0"..., 512) = 129
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b640000, 4096) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/laguerre", 0x7fffdf5f6890) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/laguerre.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/laguerremodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/laguerre.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=56240, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/polynomial/laguerre.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=59201, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(7, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\37\0\0\0@`\1\0sE\2\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=59201, ...}) = 0
read(7, "\0d:\0\204\0\0Z+\0d;\0\204\0\0Z,\0d\3\0e.\0d\3\0d<\0\204"..., 58368) = 58368
read(7, "\0\0R\17\0\0\0R\21\0\0\0R\22\0\0\0t\4\0\0\0TrueR\20\0\0\0R"..., 512) = 321
read(7, "", 512) = 0
brk(0xcc9000) = 0xcc9000
close(7) = 0
munmap(0x7fc78b640000, 4096) = 0
close(6) = 0
close(5) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/random", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/random/__init__.py", {st_mode=S_IFREG|0664, st_size=5492, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/random/__init__", 0x7fffdf5f6e30) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/__init__.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=5492, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/__init__.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=5974, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(6, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\10\0\0\0@`\1\0s\315\0\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=5974, ...}) = 0
read(6, " Uniformly distributed val"..., 5120) = 5120
read(6, "R\0\0\0\0R\1\0\0\0R\2\0\0\0t\10\0\0\0warningst\4\0\0"..., 512) = 342
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/random", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/random", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/random/info", 0x7fffdf5f6890) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/info.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/infomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/info.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=5199, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/info.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=5547, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(7, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0/\0\0\0@`\1\0s\302\0\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=5547, ...}) = 0
read(7, "ormly distributed floats over ``"..., 4608) = 4608
read(7, "_exponentialt\16\0\0\0standard_gammat"..., 512) = 427
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b640000, 4096) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/random/mtrand", 0x7fffdf5f6890) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/mtrand.so", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0775, st_size=2740284, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/mtrand.so", O_RDONLY|O_CLOEXEC) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\242\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0775, st_size=2740284, ...}) = 0
mmap(NULL, 2850768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fc7816c0000
mprotect(0x7fc78173d000, 2093056, PROT_NONE) = 0
mmap(0x7fc78193c000, 241664, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x7c000) = 0x7fc78193c000
mmap(0x7fc781977000, 4048, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc781977000
close(7) = 0
open("/root/miniconda2/lib/python2.7/version.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
brk(0xcea000) = 0xcea000
brk(0xd0c000) = 0xd0c000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc781680000
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/random/numpy", 0x7fffdf5f6390) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/numpy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/numpymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/numpy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/numpy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/random/operator", 0x7fffdf5f6390) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/operator.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/operatormodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/operator.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/operator.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/random/warnings", 0x7fffdf5f6390) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/warnings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/warnings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/random/threading", 0x7fffdf5f6390) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/threading.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/random/threading.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("threading", 0x7fffdf5f6390) = -1 ENOENT (No such file or directory)
open("threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("threading.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("threading.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/threading", 0x7fffdf5f6390) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/threading.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=47132, ...}) = 0
open("/root/miniconda2/lib/python2.7/threading.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=45056, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(8, "\3\363\r\n\242CxWc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s=\3\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=45056, ...}) = 0
brk(0xd35000) = 0xd35000
read(8, "d0\0\204\0\0\203\0\0YZ3\0e\r\0\203\0\0j4\0Z5\0e5\0\203\0\0\1"..., 44544) = 44544
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b640000, 4096) = 0
close(7) = 0
open("/dev/urandom", O_RDONLY) = 7
fstat(7, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
ioctl(7, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffdf5f7320) = -1 ENOTTY (Inappropriate ioctl for device)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(7, "\227b3\376\360>\17\350I\v\335\365M\233\20\335\3536*b\340f\205A0`:\352\350`\357\235"..., 8192) = 8192
close(7) = 0
munmap(0x7fc78b640000, 8192) = 0
close(6) = 0
close(5) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/ctypeslib", 0x7fffdf5f6e80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/ctypeslib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/ctypeslibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/ctypeslib.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=14636, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/ctypeslib.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=14434, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(6, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\10\0\0\0@`\1\0s\266\2\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=14434, ...}) = 0
read(6, "f\5\0d\34\0f\2\0e*\0j2\0e*\0j3\0e*\0j4\0e*\0j5"..., 13824) = 13824
read(6, "^\0\0\0\6\1\34\2\f\1\17\2\30\1(\1\26\2\3\1\20\1\r\1\n\2\f\1\t\v\6\1"..., 512) = 98
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b640000, 4096) = 0
close(5) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/ma", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/ma/__init__.py", {st_mode=S_IFREG|0664, st_size=1487, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/ma/__init__", 0x7fffdf5f6e30) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/ma/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/ma/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/ma/__init__.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=1487, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/ma/__init__.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=1761, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(6, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0s\250\0\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=1761, ...}) = 0
read(6, "x = np.array([2, 1, 3, np.nan, 5"..., 1024) = 1024
read(6, "\0\0t\0\0\0\0R\3\0\0\0R\5\0\0\0t\7\0\0\0__all__t\30\0"..., 512) = 225
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/ma", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/ma", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/ma/core", 0x7fffdf5f6880) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/ma/core.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/ma/coremodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/ma/core.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=247843, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/ma/core.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=233743, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(7, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0\263\0\0\0@`\1\0s\215\22\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=233743, ...}) = 0
mmap(NULL, 237568, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc781640000
read(7, "dC\0dD\0dE\0dF\0dG\0dH\0dI\0dJ\0dK\0dL\0dM"..., 232960) = 232960
read(7, "\16\t8\f0\26r\26\377\0\377\0\377\0\377\0\377\0\377\0\377\0\377\0\377\0\377\0\377\0\377\0"..., 512) = 271
read(7, "", 512) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc781600000
brk(0xd56000) = 0xd56000
munmap(0x7fc781640000, 237568) = 0
close(7) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/encodings/unicode_escape", 0x7fffdf5f5c00) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/unicode_escape.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/unicode_escapemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/encodings/unicode_escape.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=1184, ...}) = 0
open("/root/miniconda2/lib/python2.7/encodings/unicode_escape.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=2392, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(8, "\3\363\r\n\263CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\242\0\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=2392, ...}) = 0
read(8, "codet\6\0\0\0decode(\0\0\0\0(\0\0\0\0(\0\0\0\0sH"..., 1536) = 1536
read(8, "\0R\5\0\0\0R\7\0\0\0R\10\0\0\0R\16\0\0\0R\17\0\0\0R\20\0\0\0("..., 512) = 344
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b640000, 4096) = 0
close(7) = 0
brk(0xd77000) = 0xd77000
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/ma/extras", 0x7fffdf5f6880) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/ma/extras.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/ma/extrasmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/ma/extras.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=54304, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/ma/extras.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=53117, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(7, "\3\363\r\n\354\32oWc\0\0\0\0\0\0\0\0+\0\0\0@`\1\0s\233\4\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=53117, ...}) = 0
read(7, "\0d\5\0\203\1\0Z0\0e/\0d\6\0\203\1\0Z1\0e/\0d\7\0\203\1\0Z"..., 52224) = 52224
read(7, "\0\0\0R\33\0\0\0R+\0\0\0R(\0\0\0RH\0\0\0R\373\0\0\0R\22\0\0"..., 512) = 381
read(7, "", 512) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc781640000
close(7) = 0
munmap(0x7fc78b640000, 4096) = 0
close(6) = 0
close(5) = 0
close(4) = 0
brk(0xd9e000) = 0xd9e000
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__config__", 0x7fffdf5f7480) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/__config__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/__config__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/__config__.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=2025, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/__config__.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=1899, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(5, "\3\363\r\n\327\315\244Wc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s_\1\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=1899, ...}) = 0
read(5, "brariess\24\0\0\0/root/miniconda2/lib"..., 1024) = 1024
read(5, "BLASN(\2\0\0\0s\v\0\0\0SCIPY_MKL_HN(\2\0\0\0"..., 512) = 363
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b640000, 4096) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/version", 0x7fffdf5f7480) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/version.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/versionmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/version.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=231, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/version.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=360, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(5, "\3\363\r\n\332\246\226Wc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s1\0\0\0d\0"..., 512) = 360
fstat(5, {st_mode=S_IFREG|0664, st_size=360, ...}) = 0
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b640000, 4096) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/__init__.py", {st_mode=S_IFREG|0664, st_size=380, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/__init__", 0x7fffdf5f7430) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/__init__.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=380, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/__init__.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=646, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(5, "\3\363\r\n\364<WWc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0sB\0\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=646, ...}) = 0
read(5, "\0test(\0\0\0\0(\0\0\0\0(\0\0\0\0sQ\0\0\0/home/i"..., 512) = 134
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b640000, 4096) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/_version", 0x7fffdf5f7480) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/_version.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/_versionmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/_version.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=4793, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/_version.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=5789, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(5, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sB\0\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=5789, ...}) = 0
read(5, "\0\0Z\n\0d\t\0\204\0\0Z\v\0d\n\0\204\0\0Z\f\0d\v\0\204\0\0Z\r\0"..., 5120) = 5120
read(5, ".sixR\0\0\0\0t\7\0\0\0__all__R\1\0\0\0(\0\0\0\0("..., 512) = 157
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/re", 0x7fffdf5f6ee0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/scipy", 0x7fffdf5f6ee0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/scipy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/scipymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/scipy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/scipy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/six", 0x7fffdf5f6ee0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/six.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/sixmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/six.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=7418, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/six.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=8959, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
read(6, "\3\363\r\n\364<WWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\35\4\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=8959, ...}) = 0
read(6, "\0d\26\0Z(\0d\27\0Z)\0d\30\0Z*\0d\31\0Z+\0d\32\0Z,\0d"..., 8192) = 8192
read(6, "kages/scipy/_lib/six.pyt\10\0\0\0<mod"..., 512) = 255
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b640000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/operator", 0x7fffdf5f6940) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/operator.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/operatormodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/operator.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/operator.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/sys", 0x7fffdf5f6940) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/types", 0x7fffdf5f6940) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/types.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/types.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/__builtin__", 0x7fffdf5f6940) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/__builtin__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/__builtin__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/__builtin__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/__builtin__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/itertools", 0x7fffdf5f6940) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/itertools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/itertoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/itertools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/itertools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/StringIO", 0x7fffdf5f6940) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/StringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(5) = 0
close(4) = 0
close(3) = 0
fstat(1, {st_mode=S_IFREG|0777, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b640000
stat("nose", 0x7fffdf5f7410) = -1 ENOENT (No such file or directory)
open("nose.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("nosemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("nose.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("nose.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/nose", 0x7fffdf5f7410) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/nose.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/nosemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/nose.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/nose.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/nose", 0x7fffdf5f7410) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/nose.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/nosemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/nose.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/nose.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/nose", 0x7fffdf5f7410) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/nose.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/nosemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/nose.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/nose.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/nose", 0x7fffdf5f7410) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/nose.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/nosemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/nose.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/nose.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/__init__.py", {st_mode=S_IFREG|0664, st_size=404, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/__init__", 0x7fffdf5f73c0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/__init__.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0664, st_size=404, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/__init__.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=701, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(4, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\224\0\0\0d\0"..., 512) = 512
fstat(4, {st_mode=S_IFREG|0664, st_size=701, ...}) = 0
read(4, "\17\0\0\0__versioninfo__t\4\0\0\0joint\3\0\0"..., 512) = 189
read(4, "", 512) = 0
close(4) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/nose", 0x7fffdf5f6e20) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/nose.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/nosemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/nose.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/nose.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/core", 0x7fffdf5f6e20) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/core.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/coremodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/core.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=13093, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/core.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=13385, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0sw\1\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=13385, ...}) = 0
read(5, "nfig_files(\1\0\0\0t\21\0\0\0defaultTestL"..., 12800) = 12800
read(5, ".pyt\10\0\0\0<module>\2\0\0\0s0\0\0\0\6\1\20\2\f\1\f"..., 512) = 73
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/__future__", 0x7fffdf5f6880) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/__future__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/__future__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/__future__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/__future__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/logging", 0x7fffdf5f6880) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/logging.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/loggingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/logging.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/logging.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("logging", 0x7fffdf5f6880) = -1 ENOENT (No such file or directory)
open("logging.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("loggingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("logging.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("logging.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/logging", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/logging/__init__.py", {st_mode=S_IFREG|0644, st_size=61264, ...}) = 0
stat("/root/miniconda2/lib/python2.7/logging/__init__", 0x7fffdf5f6830) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/__init__.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=61264, ...}) = 0
open("/root/miniconda2/lib/python2.7/logging/__init__.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=60402, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n\273CxWc\0\0\0\0\0\0\0\0%\0\0\0@\0\0\0s\31\5\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=60402, ...}) = 0
read(6, "$\0Z%\0d1\0Z&\0d2\0Z'\0e'\0Z(\0d3\0Z)\0d4\0"..., 59392) = 59392
read(6, "\6\0\0\0R\324\0\0\0R\330\0\0\0R\"\0\0\0R\36\0\0\0R\332\0\0\0R\f\0"..., 512) = 498
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/logging", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/logging", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/logging/sys", 0x7fffdf5f6290) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/logging/os", 0x7fffdf5f6290) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/logging/time", 0x7fffdf5f6290) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/logging/cStringIO", 0x7fffdf5f6290) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/cStringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/cStringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/cStringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/cStringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/logging/traceback", 0x7fffdf5f6290) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/traceback.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/traceback.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/logging/warnings", 0x7fffdf5f6290) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/warnings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/warnings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/logging/weakref", 0x7fffdf5f6290) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/weakref.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/weakrefmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/weakref.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/weakref.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/logging/collections", 0x7fffdf5f6290) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/logging/codecs", 0x7fffdf5f6290) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/logging/thread", 0x7fffdf5f6290) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/thread.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/threadmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/thread.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/thread.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/logging/threading", 0x7fffdf5f6290) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/threading.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/threading.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
gettimeofday({1470418947, 634520}, NULL) = 0
stat("/root/miniconda2/lib/python2.7/logging/atexit", 0x7fffdf5f6290) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/atexit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/atexitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/atexit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/logging/atexit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("atexit", 0x7fffdf5f6290) = -1 ENOENT (No such file or directory)
open("atexit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("atexitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("atexit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("atexit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/atexit", 0x7fffdf5f6290) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/atexit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/atexitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/atexit.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1705, ...}) = 0
open("/root/miniconda2/lib/python2.7/atexit.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=2347, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n\220CxWc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\300\0\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=2347, ...}) = 0
read(7, "\0\1\1\1d\1\0d\2\0l\6\0}\4\0t\4\0j\7\0\4d\3\0\2IJ|\4\0"..., 1536) = 1536
read(7, "/python2.7/atexit.pyt\2\0\0\0x3;\0\0\0s"..., 512) = 299
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
close(6) = 0
close(5) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/os", 0x7fffdf5f6880) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/sys", 0x7fffdf5f6880) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/time", 0x7fffdf5f6880) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/unittest", 0x7fffdf5f6880) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/unittest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/unittestmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/unittest.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/unittest.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/config", 0x7fffdf5f6880) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/config.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/configmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/config.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=25238, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/config.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=24052, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0ss\1\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=24052, ...}) = 0
read(6, "st\4\0\0\0helpt\7\0\0\0verboses\t\0\0\0~/.no"..., 23040) = 23040
read(6, "\0\0\0TRUEs\2\0\0\0ON(\2\0\0\0R.\0\0\0R\4\1\0\0(\1\0"..., 512) = 500
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/optparse", 0x7fffdf5f62e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/optparse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/optparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/optparse.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/optparse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("optparse", 0x7fffdf5f62e0) = -1 ENOENT (No such file or directory)
open("optparse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("optparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("optparse.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("optparse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/optparse", 0x7fffdf5f62e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/optparse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/optparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/optparse.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=61203, ...}) = 0
open("/root/miniconda2/lib/python2.7/optparse.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=57482, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n\232CxWc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0s\300\2\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=57482, ...}) = 0
read(7, "+\0006Z\33\0d,\0\204\0\0Z\34\0d-\0\204\0\0Z\35\0d.\0d/\0f\2"..., 56832) = 56832
read(7, "le>\26\0\0\0s~\0\0\0\6\2\6\2\3\1\3\1\3\1\3\1\3\1\3\1\3\1\3\1"..., 512) = 138
read(7, "", 512) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc7815c0000
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("textwrap", 0x7fffdf5f5d40) = -1 ENOENT (No such file or directory)
open("textwrap.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("textwrapmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("textwrap.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("textwrap.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/textwrap", 0x7fffdf5f5d40) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/textwrap.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/textwrapmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/textwrap.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=17215, ...}) = 0
open("/root/miniconda2/lib/python2.7/textwrap.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=12368, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(8, "\3\363\r\n\242CxWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\354\0\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=12368, ...}) = 0
read(8, "wrapt\4\0\0\0fillt\6\0\0\0dedents\6\0\0\0\t\n\v"..., 11776) = 11776
read(8, "ib/python2.7/textwrap.pyt\10\0\0\0<mo"..., 512) = 80
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("string", 0x7fffdf5f57a0) = -1 ENOENT (No such file or directory)
open("string.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("string.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("string.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/string", 0x7fffdf5f57a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/string.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/string.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=21548, ...}) = 0
open("/root/miniconda2/lib/python2.7/string.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=21683, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\240CxWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\226\2\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=21683, ...}) = 0
read(9, "\1\0Z:\0d(\0\204\0\0Z;\0d)\0\204\0\0Z<\0d*\0\204\0\0Z=\0"..., 20992) = 20992
read(9, "vs/_build/lib/python2.7/string.p"..., 512) = 179
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("strop", 0x7fffdf5f5200) = -1 ENOENT (No such file or directory)
open("strop.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("stropmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("strop.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("strop.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/strop", 0x7fffdf5f5200) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/strop.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/stropmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/strop.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/strop.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/strop", 0x7fffdf5f5200) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/strop.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/stropmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/strop.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/strop.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/strop", 0x7fffdf5f5200) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/strop.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/stropmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/strop.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/strop.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/strop", 0x7fffdf5f5200) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/strop.so", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0755, st_size=71107, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/strop.so", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \25\0\0\0\0\0\0"..., 832) = 832
fstat(10, {st_mode=S_IFREG|0755, st_size=71107, ...}) = 0
mmap(NULL, 2121360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fc7813b0000
mprotect(0x7fc7813b5000, 2093056, PROT_NONE) = 0
mmap(0x7fc7815b4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x4000) = 0x7fc7815b4000
close(10) = 0
close(9) = 0
close(8) = 0
close(7) = 0
stat("gettext", 0x7fffdf5f5d40) = -1 ENOENT (No such file or directory)
open("gettext.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("gettextmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("gettext.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("gettext.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/gettext", 0x7fffdf5f5d40) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/gettext.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/gettextmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/gettext.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=19989, ...}) = 0
open("/root/miniconda2/lib/python2.7/gettext.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=16607, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(8, "\3\363\r\n\225CxWc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s\303\1\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=16607, ...}) = 0
brk(0xdc1000) = 0xdc1000
read(8, "and localization support.\n\nThis "..., 15872) = 15872
read(8, "R\7\0\0\0R\10\0\0\0R\t\0\0\0R\n\0\0\0R\16\0\0\0R\v\0\0\0R\17"..., 512) = 223
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("locale", 0x7fffdf5f57a0) = -1 ENOENT (No such file or directory)
open("locale.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("localemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("locale.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("locale.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/locale", 0x7fffdf5f57a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/locale.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/localemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/locale.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=99516, ...}) = 0
open("/root/miniconda2/lib/python2.7/locale.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=55844, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\227CxWc\0\0\0\0\0\0\0\0\27\0\0\0@\0\0\0sU$\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=55844, ...}) = 0
read(9, "\204\0\0Z\7\0e-\0d3\0\204\1\0Z.\0d4\0\204\0\0Z/\0d5\0\204\0"..., 55296) = 55296
read(9, "\7\1\7\1\7\1\7\1\n\3\t:\3\1\10\1\r\1\4\2\r\2\f\1\5\1\1\1\7\1\1\1"..., 512) = 36
read(9, "", 512) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc781370000
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
brk(0xdec000) = 0xdec000
close(8) = 0
stat("copy", 0x7fffdf5f57a0) = -1 ENOENT (No such file or directory)
open("copy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("copymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("copy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("copy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/copy", 0x7fffdf5f57a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/copy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/copymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/copy.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=11533, ...}) = 0
open("/root/miniconda2/lib/python2.7/copy.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=12824, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\222CxWc\0\0\0\0\0\0\0\0\17\0\0\0@\0\0\0s\233\3\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=12824, ...}) = 0
read(9, "e\34\0\203\1\0<e+\0e\17\0e\22\0<e+\0e\17\0e\23\0<e+\0e\17"..., 12288) = 12288
read(9, "\r\2\t\2\r\2\t\20\t\25\r\2\f7\3\2\3\3\23\3\t?\f\1", 512) = 24
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("org", 0x7fffdf5f5200) = -1 ENOENT (No such file or directory)
open("org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/org", 0x7fffdf5f5200) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/org", 0x7fffdf5f5200) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/org", 0x7fffdf5f5200) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/org", 0x7fffdf5f5200) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/org", 0x7fffdf5f5200) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(8) = 0
close(7) = 0
stat("/root/miniconda2/share/locale/en_US.UTF-8/LC_MESSAGES/messages.mo", 0x7fffdf5f6670) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/share/locale/en_US/LC_MESSAGES/messages.mo", 0x7fffdf5f6670) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/share/locale/en.UTF-8/LC_MESSAGES/messages.mo", 0x7fffdf5f6670) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/share/locale/en/LC_MESSAGES/messages.mo", 0x7fffdf5f6670) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/share/locale/en_US.UTF-8/LC_MESSAGES/messages.mo", 0x7fffdf5f6670) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/share/locale/en_US/LC_MESSAGES/messages.mo", 0x7fffdf5f6670) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/share/locale/en.UTF-8/LC_MESSAGES/messages.mo", 0x7fffdf5f6670) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/share/locale/en/LC_MESSAGES/messages.mo", 0x7fffdf5f6670) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/share/locale/en_US.UTF-8/LC_MESSAGES/messages.mo", 0x7fffdf5f6670) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/share/locale/en_US/LC_MESSAGES/messages.mo", 0x7fffdf5f6670) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/share/locale/en.UTF-8/LC_MESSAGES/messages.mo", 0x7fffdf5f6670) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/share/locale/en/LC_MESSAGES/messages.mo", 0x7fffdf5f6670) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/share/locale/en_US.UTF-8/LC_MESSAGES/messages.mo", 0x7fffdf5f6670) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/share/locale/en_US/LC_MESSAGES/messages.mo", 0x7fffdf5f6670) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/share/locale/en.UTF-8/LC_MESSAGES/messages.mo", 0x7fffdf5f6670) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/share/locale/en/LC_MESSAGES/messages.mo", 0x7fffdf5f6670) = -1 ENOENT (No such file or directory)
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/re", 0x7fffdf5f62e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/ConfigParser", 0x7fffdf5f62e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/ConfigParser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/ConfigParsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/ConfigParser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/ConfigParser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("ConfigParser", 0x7fffdf5f62e0) = -1 ENOENT (No such file or directory)
open("ConfigParser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("ConfigParsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("ConfigParser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("ConfigParser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/ConfigParser", 0x7fffdf5f62e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ConfigParser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ConfigParsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ConfigParser.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=27746, ...}) = 0
open("/root/miniconda2/lib/python2.7/ConfigParser.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=26629, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n\222CxWc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s\275\1\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=26629, ...}) = 0
read(7, "\nA setup file consists of sectio"..., 26112) = 26112
read(7, "\2\31\36\26b", 512) = 5
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/util", 0x7fffdf5f62e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/util.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/utilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/util.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=20310, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/util.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=21616, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s^\2\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=21616, ...}) = 0
read(7, "\0Z/\0d\37\0\204\0\0Z0\0d \0\204\0\0Z1\0d!\0e2\0f\1\0d"..., 20992) = 20992
read(7, "\6\1\f\1\f\1\f\1\f\1\f\1\f\1\f\1\f\1\f\1\"\3\17\2\17\1\f\1\6\2\3\1"..., 512) = 112
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/inspect", 0x7fffdf5f5d40) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/inspect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/inspectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/inspect.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/inspect.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("inspect", 0x7fffdf5f5d40) = -1 ENOENT (No such file or directory)
open("inspect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("inspectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("inspect.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("inspect.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/inspect", 0x7fffdf5f5d40) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/inspect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/inspectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/inspect.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=42611, ...}) = 0
open("/root/miniconda2/lib/python2.7/inspect.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=41703, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(8, "\3\363\r\n\227CxWc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\316\3\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=41703, ...}) = 0
read(8, "Z2\0e\17\0d-\0d.\0\203\2\0Z3\0d/\0\204\0\0Z4\0d0\0\204\0"..., 40960) = 40960
read(8, "/lib/python2.7/inspect.pyt\10\0\0\0<m"..., 512) = 231
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("dis", 0x7fffdf5f57a0) = -1 ENOENT (No such file or directory)
open("dis.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("dismodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("dis.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("dis.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/dis", 0x7fffdf5f57a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/dis.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/dismodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/dis.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=6499, ...}) = 0
open("/root/miniconda2/lib/python2.7/dis.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=6420, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\223CxWc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\354\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=6420, ...}) = 0
read(9, "\6\0|\0\0d\2\0\203\2\0rP\0|\0\0j\7\0}\0\0n\0\0t\6\0|\0\0"..., 5632) = 5632
read(9, "deR\1\0\0\0t\f\0\0\0_opcodes_allt\n\0\0\0Met"..., 512) = 276
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("opcode", 0x7fffdf5f5200) = -1 ENOENT (No such file or directory)
open("opcode.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("opcodemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("opcode.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("opcode.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/opcode", 0x7fffdf5f5200) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/opcode.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/opcodemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/opcode.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=5474, ...}) = 0
open("/root/miniconda2/lib/python2.7/opcode.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=6267, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(10, "\3\363\r\n\232CxWc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0sQ\7\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=6267, ...}) = 0
read(10, "\0dL\0dM\0\203\2\0\1e\16\0dN\0dO\0\203\2\0\1e\16\0dP\0dQ"..., 5632) = 5632
read(10, "\1\r\1\r\2\6\2\r\1\r\1\r\1\r\1\r\1\r\1\r\1\r\1\r\1\r\1\r\1\r\1\r"..., 512) = 123
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b630000, 4096) = 0
close(9) = 0
close(8) = 0
stat("tokenize", 0x7fffdf5f57a0) = -1 ENOENT (No such file or directory)
open("tokenize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("tokenizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("tokenize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("tokenize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/tokenize", 0x7fffdf5f57a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/tokenize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/tokenizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/tokenize.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=17483, ...}) = 0
open("/root/miniconda2/lib/python2.7/tokenize.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=14889, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\242CxWc\0\0\0\0\0\0\0\0\36\0\0\0@\0\0\0s\370\4\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=14889, ...}) = 0
read(9, "d+\0d,\0d-\0d.\0d/\0\203\10\0Z(\0d0\0Z)\0e\20\0d1"..., 14336) = 14336
read(9, "\1\0\1\0\1\0\1\0\1\0\1\n\1\16\2\6\2\26\2\26\2\t\6\f\23\t\4\23W\t\25\t"..., 512) = 41
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("token", 0x7fffdf5f5200) = -1 ENOENT (No such file or directory)
open("token.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("tokenmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("token.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("token.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/token", 0x7fffdf5f5200) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/token.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/tokenmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/token.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=2922, ...}) = 0
open("/root/miniconda2/lib/python2.7/token.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=3936, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(10, "\3\363\r\n\242CxWc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\337\1\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=3936, ...}) = 0
read(10, "\0\0s!\0\0\0Token constants (from \"to"..., 3072) = 3072
read(10, "RRORTOKENt\10\0\0\0N_TOKENSR\0\0\0\0t\10\0\0\0"..., 512) = 352
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b630000, 4096) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc781330000
close(9) = 0
close(8) = 0
brk(0xe13000) = 0xe13000
close(7) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/itertools", 0x7fffdf5f5d40) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/itertools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/itertoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/itertools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/itertools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/stat", 0x7fffdf5f5d40) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/stat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/statmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/stat.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/stat.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/types", 0x7fffdf5f5d40) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/types.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/types.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/pyversion", 0x7fffdf5f5d40) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/pyversion.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/pyversionmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/pyversion.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=7478, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/pyversion.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=9495, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(8, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s~\2\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=9495, ...}) = 0
read(8, "\24\0d\1\0d'\0l\37\0m \0Z \0\1Wn\27\0\4e\21\0k\n\0r\16\2"..., 8704) = 8704
read(8, "\0\0R/\0\0\0R4\0\0\0R\6\0\0\0R\7\0\0\0R\10\0\0\0R:\0\0\0"..., 512) = 279
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/traceback", 0x7fffdf5f57a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/traceback.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/traceback.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/new", 0x7fffdf5f57a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/new.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/newmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/new.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/new.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("new", 0x7fffdf5f57a0) = -1 ENOENT (No such file or directory)
open("new.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("newmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("new.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("new.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/new", 0x7fffdf5f57a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/new.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/newmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/new.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=610, ...}) = 0
open("/root/miniconda2/lib/python2.7/new.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=886, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\231CxWc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\215\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=886, ...}) = 0
read(9, "sType(\1\0\0\0t\f\0\0\0FunctionType(\1\0\0\0"..., 512) = 374
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
close(8) = 0
close(7) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/__init__.py", {st_mode=S_IFREG|0664, st_size=6291, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/__init__", 0x7fffdf5f6290) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/__init__.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=6291, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/__init__.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=6553, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0sY\0\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=6553, ...}) = 0
read(7, "ocumentary purposes only; plugin"..., 5632) = 5632
read(7, "glecode.com/svn/trunk/examples\n."..., 512) = 409
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/nose", 0x7fffdf5f5cf0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/nose.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/nosemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/nose.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/nose.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/base", 0x7fffdf5f5cf0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/base.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/basemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/base.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=26056, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/base.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=32273, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(8, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sx\0\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=32273, ...}) = 0
read(8, "implement\n `options(self, par"..., 31744) = 31744
read(8, "s\f\0\0\0\f\1\f\1\20\1\20\1\20\2\26q", 512) = 17
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/os", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/textwrap", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/textwrap.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/textwrapmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/textwrap.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/textwrap.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/optparse", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/optparse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/optparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/optparse.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/optparse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/warnings", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/warnings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/warnings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(7) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/manager", 0x7fffdf5f5cf0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/manager.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/managermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/manager.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=15589, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/manager.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=20427, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(8, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\370\1\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=20427, ...}) = 0
read(8, "\"\0f\1\0d\31\0\204\0\0\203\0\0YZ$\0d\2\0S(\33\0\0\0s\32\7\0\0"..., 19456) = 19456
read(8, "\t\0\0\0itertoolsR\0\0\0\0RZ\0\0\0t\10\0\0\0warn"..., 512) = 459
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/inspect", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/inspect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/inspectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/inspect.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/inspect.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/logging", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/logging.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/loggingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/logging.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/logging.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/sys", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/itertools", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/itertools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/itertoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/itertools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/itertools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/failure", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/failure.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/failuremodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/failure.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=1249, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/failure.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=1990, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sm\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=1990, ...}) = 0
read(9, "port.\n \n c\5\0\0\0\5\0\0\0\6\0\0\0C\0\0\0"..., 1024) = 1024
read(9, "ure.pyt\7\0\0\0runTest$\0\0\0s\n\0\0\0\0\1\17\1\17"..., 512) = 454
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/cPickle", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/cPickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/cPicklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/cPickle.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/cPickle.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/cStringIO", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/cStringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/cStringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/cStringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/cStringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/pkg_resources", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/pkg_resources.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/pkg_resourcesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/pkg_resources.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/pkg_resources.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("pkg_resources", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("pkg_resources.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("pkg_resourcesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("pkg_resources.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("pkg_resources.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/pkg_resources", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/pkg_resources.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/pkg_resourcesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/pkg_resources.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/pkg_resources.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/pkg_resources", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/pkg_resources.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/pkg_resourcesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/pkg_resources.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/pkg_resources.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/pkg_resources", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/pkg_resources.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/pkg_resourcesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/pkg_resources.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/pkg_resources.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/pkg_resources", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/pkg_resources.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/pkg_resourcesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/pkg_resources.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/pkg_resources.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/pkg_resources", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/pkg_resources.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/pkg_resourcesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/pkg_resources.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/pkg_resources.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=371, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 512, SEEK_SET) = 512
read(8, "\360\2K\1f\4>\0\26\350v\204\247\372\240|\236\21\346}\250\362\253\251\356U\332=\204\224\225s"..., 289) = 289
read(8, "PK\3\4\24\0\0\0\10\0\31k\312HCm\250\266\16\223\0\0\267\266\1\0\32\0\0\0pk"..., 512) = 512
lseek(8, 1313, SEEK_SET) = 1313
read(8, "6\252\312\355*\34V\227<9\32\261G[\355\321(\37\205\334{s\276\212rj\361\16\225\317-)"..., 36864) = 36864
read(8, "D\207\326>\365+\231\324\200(\370\26\276@\331\370/\260\367/\273\nR\240\256c\213\232\260\250\32\362"..., 512) = 512
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("zlib", 0x7fffdf5f40d0) = -1 ENOENT (No such file or directory)
open("zlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("zlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("zlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("zlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/zlib", 0x7fffdf5f40d0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/zlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/zlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/zlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/zlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/zlib", 0x7fffdf5f40d0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/zlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/zlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/zlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/zlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/zlib", 0x7fffdf5f40d0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/zlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/zlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/zlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/zlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/zlib", 0x7fffdf5f40d0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/zlib.so", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0755, st_size=62348, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/zlib.so", O_RDONLY|O_CLOEXEC) = 9
read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\24\0\0\0\0\0\0"..., 832) = 832
fstat(9, {st_mode=S_IFREG|0755, st_size=62348, ...}) = 0
mmap(NULL, 2119616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7fc781120000
mprotect(0x7fc781125000, 2093056, PROT_NONE) = 0
mmap(0x7fc781324000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x4000) = 0x7fc781324000
close(9) = 0
close(8) = 0
brk(0xe38000) = 0xe38000
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 38400, SEEK_SET) = 38400
read(8, "\362\205\241\314\310\35#\243#\333\364j\320_\310\25v\352\366B<ul\310/z\303\372m\2072\371"..., 103) = 103
read(8, "PK\3\4\24\0\0\0\10\0zr\311Hp\312\277\26\215k\0\0\356\213\1\0\31\0\0\0pk"..., 512) = 512
lseek(8, 39015, SEEK_SET) = 39015
read(8, "\375\263v\177U\265\376\265\256\26\245\376\335\270\277\326\333U\351\32\303<p\32\346\253t!?\334\26\315"..., 26624) = 26624
read(8, "\347\325y\311\2142\337\221X\347\366\270-n\260h&\301\320\266#\312\356\214\257\277\346_\344\324_\236"..., 512) = 512
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
brk(0xe5f000) = 0xe5f000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc7810e0000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc7810a0000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc781060000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc781020000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780fe0000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780fa0000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780f60000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780f20000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780ee0000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780ea0000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780e60000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780e20000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780de0000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780da0000
munmap(0x7fc780da0000, 262144) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780da0000
munmap(0x7fc780da0000, 262144) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780da0000
brk(0xe83000) = 0xe83000
brk(0xea8000) = 0xea8000
brk(0xecc000) = 0xecc000
munmap(0x7fc780de0000, 262144) = 0
munmap(0x7fc780e20000, 262144) = 0
munmap(0x7fc780e60000, 262144) = 0
munmap(0x7fc780ea0000, 262144) = 0
munmap(0x7fc780ee0000, 262144) = 0
munmap(0x7fc780f20000, 262144) = 0
munmap(0x7fc780fa0000, 262144) = 0
munmap(0x7fc781020000, 262144) = 0
munmap(0x7fc7810a0000, 262144) = 0
munmap(0x7fc7810e0000, 262144) = 0
brk(0xeed000) = 0xeed000
brk(0xf0e000) = 0xf0e000
stat("zipfile", 0x7fffdf5f50f0) = -1 ENOENT (No such file or directory)
open("zipfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("zipfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("zipfile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("zipfile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/zipfile", 0x7fffdf5f50f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/zipfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/zipfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/zipfile.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=58813, ...}) = 0
open("/root/miniconda2/lib/python2.7/zipfile.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=43162, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\245CxWc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s=\4\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=43162, ...}) = 0
read(9, "Z0\0d\31\0Z1\0d\32\0Z2\0d\22\0Z3\0d\33\0Z4\0d\36\0Z5"..., 42496) = 42496
read(9, "\6\1\6\1\6\1\6\1\6\1\6\1\6\1\6\1\6\1\6\1\6\1\6\1\6\1\6\1\6\4\6\1"..., 512) = 154
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
close(8) = 0
stat("pkgutil", 0x7fffdf5f50f0) = -1 ENOENT (No such file or directory)
open("pkgutil.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("pkgutilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("pkgutil.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("pkgutil.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/pkgutil", 0x7fffdf5f50f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/pkgutil.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/pkgutilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/pkgutil.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=20346, ...}) = 0
open("/root/miniconda2/lib/python2.7/pkgutil.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=19725, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\233CxWc\0\0\0\0\0\0\0\0\v\0\0\0@\0\0\0sk\1\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=19725, ...}) = 0
read(9, "\0\0\0find_loadert\r\0\0\0walk_packages"..., 18944) = 18944
read(9, "esR\0\0\0\0t\7\0\0\0__all__R\n\0\0\0R+\0\0\0R\20\0"..., 512) = 269
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
close(8) = 0
stat("platform", 0x7fffdf5f50f0) = -1 ENOENT (No such file or directory)
open("platform.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("platformmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("platform.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("platform.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/platform", 0x7fffdf5f50f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/platform.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/platformmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/platform.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0755, st_size=51578, ...}) = 0
open("/root/miniconda2/lib/python2.7/platform.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=38183, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\233CxWc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s\201\4\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=38183, ...}) = 0
read(9, "\203\0006d@\0d\204\0006Z\36\0dA\0\204\0\0Z\37\0d\f\0d\f\0d\f\0d"..., 37376) = 37376
read(9, "\0\0\0/home/ilan/minonda/envs/_buil"..., 512) = 295
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
close(8) = 0
stat("plistlib", 0x7fffdf5f50f0) = -1 ENOENT (No such file or directory)
open("plistlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("plistlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("plistlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("plistlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plistlib", 0x7fffdf5f50f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plistlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plistlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plistlib.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=15185, ...}) = 0
open("/root/miniconda2/lib/python2.7/plistlib.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=20685, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\233CxWc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\211\1\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=20685, ...}) = 0
read(9, "ist (.plist) file format is a si"..., 19968) = 19968
read(9, "H\0\0\0Rm\0\0\0R\26\0\0\0Ry\0\0\0R\212\0\0\0R\10\0\0\0R\6\0"..., 512) = 205
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
close(8) = 0
stat("email", 0x7fffdf5f50f0) = -1 ENOENT (No such file or directory)
open("email.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("emailmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("email.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("email.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/email", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/email/__init__.py", {st_mode=S_IFREG|0644, st_size=2856, ...}) = 0
stat("/root/miniconda2/lib/python2.7/email/__init__", 0x7fffdf5f50a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/__init__.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=2856, ...}) = 0
open("/root/miniconda2/lib/python2.7/email/__init__.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=3016, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\267CxWc\0\0\0\0\0\0\0\0 \0\0\0@\0\0\0s\260\1\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=3016, ...}) = 0
read(9, "erating email messages.s\5\0\0\0004.0."..., 2048) = 2048
read(9, "ime.s\n\0\0\0email.MIMEt\4\0\0\0MIMEs\n\0\0"..., 512) = 456
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/email", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/email", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/email/sys", 0x7fffdf5f4b00) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/email/email", 0x7fffdf5f4b00) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/email.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/emailmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/email.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/email.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/email/mime", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/email/mime/__init__.py", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/email/mime/__init__", 0x7fffdf5f4ab0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/mime/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/mime/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/mime/__init__.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
open("/root/miniconda2/lib/python2.7/email/mime/__init__.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=154, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(10, "\3\363\r\n\270CxWc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0"..., 512) = 154
fstat(10, {st_mode=S_IFREG|0664, st_size=154, ...}) = 0
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b630000, 4096) = 0
close(9) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/email/parser", 0x7fffdf5f50f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/parser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/parsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/parser.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=3299, ...}) = 0
open("/root/miniconda2/lib/python2.7/email/parser.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=4020, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\267CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s{\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=4020, ...}) = 0
read(9, "\0\0|\1\0\203\1\0d\5\0k\4\0r\235\0t\1\0d\10\0\203\1\0\202\1\0n\0\0"..., 3072) = 3072
read(9, "home/ilan/minonda/envs/_build/li"..., 512) = 436
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/email/warnings", 0x7fffdf5f4b50) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/warnings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/warnings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/email/cStringIO", 0x7fffdf5f4b50) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/cStringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/cStringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/cStringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/cStringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/email/feedparser", 0x7fffdf5f4b50) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/feedparser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/feedparsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/feedparser.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=21516, ...}) = 0
open("/root/miniconda2/lib/python2.7/email/feedparser.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=12148, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(10, "\3\363\r\n\266CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\310\0\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=12148, ...}) = 0
read(10, "ace for pushing new data into th"..., 11264) = 11264
read(10, "(\0\0\0\0(\0\0\0\0(\0\0\0\0s@\0\0\0/home/ilan/m"..., 512) = 372
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/email/re", 0x7fffdf5f45b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/email/errors", 0x7fffdf5f45a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/errors.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/errorsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/errors.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=1628, ...}) = 0
open("/root/miniconda2/lib/python2.7/email/errors.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0664, st_size=3889, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(11, "\3\363\r\n\266CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s(\1\0\0d\0"..., 512) = 512
fstat(11, {st_mode=S_IFREG|0664, st_size=3889, ...}) = 0
read(11, "__doc__(\0\0\0\0(\0\0\0\0(\0\0\0\0s<\0\0\0/home"..., 3072) = 3072
read(11, "an/minonda/envs/_build/lib/pytho"..., 512) = 305
read(11, "", 512) = 0
close(11) = 0
munmap(0x7fc78b630000, 4096) = 0
close(10) = 0
stat("/root/miniconda2/lib/python2.7/email/message", 0x7fffdf5f45a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/message.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/messagemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/message.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=30723, ...}) = 0
open("/root/miniconda2/lib/python2.7/email/message.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0664, st_size=29780, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(11, "\3\363\r\n\267CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\321\0\0\0d\0"..., 512) = 512
fstat(11, {st_mode=S_IFREG|0664, st_size=29780, ...}) = 0
read(11, "\0\0\0t\t\0\0\0partitiont\5\0\0\0stript\4\0\0\0"..., 29184) = 29184
read(11, "lib/python2.7/email/message.pyt\10"..., 512) = 84
read(11, "", 512) = 0
close(11) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/email/uu", 0x7fffdf5f4000) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/uu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/uumodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/uu.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/uu.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("uu", 0x7fffdf5f4000) = -1 ENOENT (No such file or directory)
open("uu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("uumodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("uu.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("uu.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/uu", 0x7fffdf5f4000) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/uu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/uumodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/uu.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0755, st_size=6555, ...}) = 0
open("/root/miniconda2/lib/python2.7/uu.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0664, st_size=4432, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(12, "\3\363\r\n\244CxWc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\223\0\0\0d\0"..., 512) = 512
fstat(12, {st_mode=S_IFREG|0664, st_size=4432, ...}) = 0
read(12, "\0\0\0\7\0\0\0\5\0\0\0C\0\0\0s\262\1\0\0g\0\0}\4\0z\211\1|\0\0"..., 3584) = 3584
read(12, "\0/home/ilan/minonda/envs/_build/"..., 512) = 336
read(12, "", 512) = 0
close(12) = 0
munmap(0x7fc78b630000, 4096) = 0
close(11) = 0
stat("/root/miniconda2/lib/python2.7/email/binascii", 0x7fffdf5f4000) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/binascii.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/binasciimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/binascii.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/binascii.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/email/charset", 0x7fffdf5f4000) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/charset.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/charsetmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/charset.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=16044, ...}) = 0
open("/root/miniconda2/lib/python2.7/email/charset.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0664, st_size=13949, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(12, "\3\363\r\n\266CxWc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\305\2\0\0d\0"..., 512) = 512
fstat(12, {st_mode=S_IFREG|0664, st_size=13949, ...}) = 0
read(12, "\0d%\0006d\17\0d&\0006d\20\0d'\0006d\20\0d(\0006d\21\0d)\0"..., 13312) = 13312
read(12, "\1\f\2\20\1\20\5\6\1\6\1\6\3\6\2\6\5\3\2\20\1\20\1\20\1\20\5\20\1\20\2\20"..., 512) = 125
read(12, "", 512) = 0
close(12) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/email/codecs", 0x7fffdf5f3a60) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/email/base64mime", 0x7fffdf5f3a60) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/base64mime.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/base64mimemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/base64mime.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=5794, ...}) = 0
open("/root/miniconda2/lib/python2.7/email/base64mime.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0664, st_size=5443, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(13, "\3\363\r\n\266CxWc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\272\0\0\0d\0"..., 512) = 512
fstat(13, {st_mode=S_IFREG|0664, st_size=5443, ...}) = 0
read(13, "o attach images, audio, and text"..., 4608) = 4608
read(13, "\1\4\2\f\1\6\1\20\1N(\26\0\0\0t\7\0\0\0__doc__t\7\0\0\0"..., 512) = 323
read(13, "", 512) = 0
close(13) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/email/utils", 0x7fffdf5f34c0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/utils.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/utilsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/utils.py", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=9817, ...}) = 0
open("/root/miniconda2/lib/python2.7/email/utils.pyc", O_RDONLY) = 15
fstat(15, {st_mode=S_IFREG|0664, st_size=9506, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(15, "\3\363\r\n\267CxWc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s\23\2\0\0d\0"..., 512) = 512
fstat(15, {st_mode=S_IFREG|0664, st_size=9506, ...}) = 0
read(15, "\204\2\0Z0\0e\3\0j\36\0d,\0\203\1\0Z1\0d-\0\204\0\0Z2\0d."..., 8704) = 8704
read(15, "SEt\n\0\0\0IGNORECASEt\4\0\0\0ecreRA\0\0\0R"..., 512) = 290
read(15, "", 512) = 0
close(15) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/email/os", 0x7fffdf5f2f20) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/email/time", 0x7fffdf5f2f20) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/email/base64", 0x7fffdf5f2f20) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/base64.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/base64module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/base64.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/base64.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("base64", 0x7fffdf5f2f20) = -1 ENOENT (No such file or directory)
open("base64.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("base64module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("base64.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("base64.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/base64", 0x7fffdf5f2f20) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/base64.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/base64module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/base64.py", O_RDONLY) = 15
fstat(15, {st_mode=S_IFREG|0755, st_size=11807, ...}) = 0
open("/root/miniconda2/lib/python2.7/base64.pyc", O_RDONLY) = 16
fstat(16, {st_mode=S_IFREG|0664, st_size=11729, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(16, "\3\363\r\n\220CxWc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\335\2\0\0d\0"..., 512) = 512
fstat(16, {st_mode=S_IFREG|0664, st_size=11729, ...}) = 0
read(16, "\0j\27\0\203\0\0Z\30\0e\30\0j\31\0\203\0\0\1g\0\0e\30\0D]\22\0\\\2"..., 10752) = 10752
read(16, "\0\0\0R\35\0\0\0R\32\0\0\0t\7\0\0\0__all__RJ\0\0\0t\2"..., 512) = 465
read(16, "", 512) = 0
close(16) = 0
munmap(0x7fc78b630000, 4096) = 0
close(15) = 0
stat("/root/miniconda2/lib/python2.7/email/random", 0x7fffdf5f2f20) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/random.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/random.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/random.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/email/socket", 0x7fffdf5f2f20) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/socket.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/socket.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("socket", 0x7fffdf5f2f20) = -1 ENOENT (No such file or directory)
open("socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("socket.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("socket.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/socket", 0x7fffdf5f2f20) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/socket.py", O_RDONLY) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=20615, ...}) = 0
open("/root/miniconda2/lib/python2.7/socket.pyc", O_RDONLY) = 16
fstat(16, {st_mode=S_IFREG|0664, st_size=16872, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(16, "\3\363\r\n\237CxWc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\354\3\0\0d\0"..., 512) = 512
fstat(16, {st_mode=S_IFREG|0664, st_size=16872, ...}) = 0
read(16, "\0d\22\0e)\0d\23\0<d\24\0e)\0d\25\0<d\26\0e)\0d\27\0<d"..., 15872) = 15872
read(16, "R\32\0\0\0t\5\0\0\0errnoRR\0\0\0R\33\0\0\0R\34\0\0\0t\7"..., 512) = 488
read(16, "", 512) = 0
close(16) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("_socket", 0x7fffdf5f2980) = -1 ENOENT (No such file or directory)
open("_socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_socket.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_socket.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/_socket", 0x7fffdf5f2980) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_socket.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_socket.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/_socket", 0x7fffdf5f2980) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_socket.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_socket.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/_socket", 0x7fffdf5f2980) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_socket.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_socket.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/_socket", 0x7fffdf5f2980) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/_socket.so", O_RDONLY) = 16
fstat(16, {st_mode=S_IFREG|0755, st_size=202941, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/_socket.so", O_RDONLY|O_CLOEXEC) = 17
read(17, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220?\0\0\0\0\0\0"..., 832) = 832
fstat(17, {st_mode=S_IFREG|0755, st_size=202941, ...}) = 0
mmap(NULL, 2174184, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 17, 0) = 0x7fc780b80000
mprotect(0x7fc780b8e000, 2097152, PROT_NONE) = 0
mmap(0x7fc780d8e000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 17, 0xe000) = 0x7fc780d8e000
close(17) = 0
close(16) = 0
stat("_ssl", 0x7fffdf5f2980) = -1 ENOENT (No such file or directory)
open("_ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_ssl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_ssl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/_ssl", 0x7fffdf5f2980) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_ssl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_ssl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/_ssl", 0x7fffdf5f2980) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_ssl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_ssl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/_ssl", 0x7fffdf5f2980) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_ssl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_ssl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/_ssl", 0x7fffdf5f2980) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/_ssl.so", O_RDONLY) = 16
fstat(16, {st_mode=S_IFREG|0755, st_size=241125, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/_ssl.so", O_RDONLY|O_CLOEXEC) = 17
read(17, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`}\0\0\0\0\0\0"..., 832) = 832
fstat(17, {st_mode=S_IFREG|0755, st_size=241125, ...}) = 0
mmap(NULL, 2190440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 17, 0) = 0x7fc780960000
mprotect(0x7fc780974000, 2093056, PROT_NONE) = 0
mmap(0x7fc780b73000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 17, 0x13000) = 0x7fc780b73000
close(17) = 0
close(16) = 0
close(15) = 0
stat("/root/miniconda2/lib/python2.7/email/urllib", 0x7fffdf5f2f20) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/urllib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/urllibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/urllib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/urllib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("urllib", 0x7fffdf5f2f20) = -1 ENOENT (No such file or directory)
open("urllib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("urllibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("urllib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("urllib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/urllib", 0x7fffdf5f2f20) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/urllib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/urllibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/urllib.py", O_RDONLY) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=59532, ...}) = 0
open("/root/miniconda2/lib/python2.7/urllib.pyc", O_RDONLY) = 16
fstat(16, {st_mode=S_IFREG|0664, st_size=53480, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(16, "\3\363\r\n\243CxWc\0\0\0\0\0\0\0\0\34\0\0\0@\0\0\0s\337\4\0\0d\0"..., 512) = 512
fstat(16, {st_mode=S_IFREG|0664, st_size=53480, ...}) = 0
read(16, "e\23\0a#\0d/\0\204\0\0Z$\0e\23\0a%\0d0\0\204\0\0Z&\0e\23"..., 52736) = 52736
read(16, "\0<module>\27\0\0\0s\326\0\0\0\6\2\f\1\f\1\f\1\f\1\f\1\f\1"..., 512) = 232
read(16, "", 512) = 0
close(16) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("urlparse", 0x7fffdf5f2980) = -1 ENOENT (No such file or directory)
open("urlparse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("urlparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("urlparse.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("urlparse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/urlparse", 0x7fffdf5f2980) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/urlparse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/urlparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/urlparse.py", O_RDONLY) = 16
fstat(16, {st_mode=S_IFREG|0644, st_size=15164, ...}) = 0
open("/root/miniconda2/lib/python2.7/urlparse.pyc", O_RDONLY) = 17
fstat(17, {st_mode=S_IFREG|0664, st_size=15141, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(17, "\3\363\r\n\243CxWc\0\0\0\0\0\0\0\0\27\0\0\0@\0\0\0s\305\2\0\0d\0"..., 512) = 512
fstat(17, {st_mode=S_IFREG|0664, st_size=15141, ...}) = 0
read(17, "\0YZ\22\0d\30\0e\23\0d4\0\204\2\0Z\24\0d5\0\204\0\0Z\25\0d6\0"..., 14336) = 14336
read(17, "\0R\4\0\0\0R\1\0\0\0R\5\0\0\0R\2\0\0\0R\3\0\0\0R}\0\0\0t"..., 512) = 293
read(17, "", 512) = 0
close(17) = 0
munmap(0x7fc78b630000, 4096) = 0
close(16) = 0
stat("ssl", 0x7fffdf5f2980) = -1 ENOENT (No such file or directory)
open("ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("ssl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("ssl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/ssl", 0x7fffdf5f2980) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/ssl.py", O_RDONLY) = 16
fstat(16, {st_mode=S_IFREG|0644, st_size=37434, ...}) = 0
open("/root/miniconda2/lib/python2.7/ssl.pyc", O_RDONLY) = 17
fstat(17, {st_mode=S_IFREG|0664, st_size=33861, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(17, "\3\363\r\n\240CxWc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0sD\4\0\0d\0"..., 512) = 512
fstat(17, {st_mode=S_IFREG|0664, st_size=33861, ...}) = 0
read(17, "Z,\0m-\0Z-\0m.\0Z.\0m/\0Z0\0\1e\3\0j1\0d\26\0k"..., 33280) = 33280
read(17, "+\6\1\t\3\t\16\37\25\26\4\17\1\17\3\26G\t\1\17/\6\1\t\1\6\1\22'\6\3\6"..., 512) = 69
read(17, "", 512) = 0
close(17) = 0
munmap(0x7fc78b630000, 4096) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc7810e0000
munmap(0x7fc7810e0000, 262144) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc7810e0000
close(16) = 0
close(15) = 0
stat("/root/miniconda2/lib/python2.7/email/_parseaddr", 0x7fffdf5f2f20) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/_parseaddr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/_parseaddrmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/_parseaddr.py", O_RDONLY) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=15733, ...}) = 0
open("/root/miniconda2/lib/python2.7/email/_parseaddr.pyc", O_RDONLY) = 16
fstat(16, {st_mode=S_IFREG|0664, st_size=14473, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(16, "\3\363\r\n\267CxWc\0\0\0\0\0\0\0\0\30\0\0\0@\0\0\0sd\1\0\0d\0"..., 512) = 512
fstat(16, {st_mode=S_IFREG|0664, st_size=14473, ...}) = 0
read(16, "\0\0parsedatet\f\0\0\0parsedate_tzt\5\0\0"..., 13824) = 13824
read(16, "home/ilan/minonda/envs/_build/li"..., 512) = 137
read(16, "", 512) = 0
close(16) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/email/calendar", 0x7fffdf5f2980) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/calendar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/calendarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/calendar.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/calendar.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("calendar", 0x7fffdf5f2980) = -1 ENOENT (No such file or directory)
open("calendar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("calendarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("calendar.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("calendar.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/calendar", 0x7fffdf5f2980) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/calendar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/calendarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/calendar.py", O_RDONLY) = 16
fstat(16, {st_mode=S_IFREG|0644, st_size=23306, ...}) = 0
open("/root/miniconda2/lib/python2.7/calendar.pyc", O_RDONLY) = 17
fstat(17, {st_mode=S_IFREG|0664, st_size=29682, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(17, "\3\363\r\n\221CxWc\0\0\0\0\0\0\0\0\22\0\0\0@\0\0\0s\315\2\0\0d\0"..., 512) = 512
fstat(17, {st_mode=S_IFREG|0664, st_size=29682, ...}) = 0
read(17, "\0\204\0\0\203\0\0YZ%\0e!\0\203\0\0Z&\0e&\0j'\0Z(\0d6\0"..., 28672) = 28672
read(17, "WEDNESDAYt\10\0\0\0THURSDAYt\6\0\0\0FRIDA"..., 512) = 498
read(17, "", 512) = 0
close(17) = 0
munmap(0x7fc78b630000, 4096) = 0
close(16) = 0
close(15) = 0
stat("/root/miniconda2/lib/python2.7/email/quopri", 0x7fffdf5f2f20) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/quopri.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/quoprimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/quopri.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/quopri.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("quopri", 0x7fffdf5f2f20) = -1 ENOENT (No such file or directory)
open("quopri.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("quoprimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("quopri.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("quopri.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/quopri", 0x7fffdf5f2f20) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/quopri.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/quoprimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/quopri.py", O_RDONLY) = 15
fstat(15, {st_mode=S_IFREG|0755, st_size=6969, ...}) = 0
open("/root/miniconda2/lib/python2.7/quopri.pyc", O_RDONLY) = 16
fstat(16, {st_mode=S_IFREG|0664, st_size=6838, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(16, "\3\363\r\n\234CxWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\344\0\0\0d\0"..., 512) = 512
fstat(16, {st_mode=S_IFREG|0664, st_size=6838, ...}) = 0
read(16, "r \0|\2\0S|\0\0t\0\0k\2\0pF\0d\3\0|\0\0\4\3k\1\0oC"..., 6144) = 6144
read(16, "\0R\2\0\0\0R\1\0\0\0R\3\0\0\0R/\0\0\0R1\0\0\0RR\0\0\0t"..., 512) = 182
read(16, "", 512) = 0
close(16) = 0
munmap(0x7fc78b630000, 4096) = 0
close(15) = 0
stat("/root/miniconda2/lib/python2.7/email/encoders", 0x7fffdf5f2f20) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/encoders.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/encodersmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/encoders.py", O_RDONLY) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=2015, ...}) = 0
open("/root/miniconda2/lib/python2.7/email/encoders.pyc", O_RDONLY) = 16
fstat(16, {st_mode=S_IFREG|0664, st_size=2400, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(16, "\3\363\r\n\266CxWc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sn\0\0\0d\0"..., 512) = 512
fstat(16, {st_mode=S_IFREG|0664, st_size=2400, ...}) = 0
read(16, "\10\0\0\0_qencode\24\0\0\0s\4\0\0\0\0\1\22\2c\1\0\0\0\3\0"..., 1536) = 1536
read(16, "\0\0s\4\0\0\0d\1\0S(\2\0\0\0s\v\0\0\0Do nothing."..., 512) = 352
read(16, "", 512) = 0
close(16) = 0
munmap(0x7fc78b630000, 4096) = 0
close(15) = 0
close(13) = 0
close(12) = 0
stat("/root/miniconda2/lib/python2.7/email/quoprimime", 0x7fffdf5f3a60) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/quoprimime.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/quoprimimemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/quoprimime.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=10848, ...}) = 0
open("/root/miniconda2/lib/python2.7/email/quoprimime.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0664, st_size=9162, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(13, "\3\363\r\n\267CxWc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s5\1\0\0d\0"..., 512) = 512
fstat(13, {st_mode=S_IFREG|0664, st_size=9162, ...}) = 0
read(13, "e 8-bit data called `quoted-prin"..., 8192) = 8192
read(13, "an/minonda/envs/_build/lib/pytho"..., 512) = 458
read(13, "", 512) = 0
close(13) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/email/string", 0x7fffdf5f34c0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/string.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/string.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/string.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(12) = 0
close(11) = 0
stat("/root/miniconda2/lib/python2.7/email/iterators", 0x7fffdf5f3de0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/iterators.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/iteratorsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/email/iterators.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=2202, ...}) = 0
open("/root/miniconda2/lib/python2.7/email/iterators.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0664, st_size=2486, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(12, "\3\363\r\n\267CxWc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sk\0\0\0d\0"..., 512) = 512
fstat(12, {st_mode=S_IFREG|0664, st_size=2486, ...}) = 0
read(12, "rator.\n N(\3\0\0\0t\f\0\0\0is_multipa"..., 1536) = 1536
read(12, "tent_typet\20\0\0\0get_default_typeR\4"..., 512) = 438
read(12, "", 512) = 0
close(12) = 0
munmap(0x7fc78b630000, 4096) = 0
close(11) = 0
close(10) = 0
close(9) = 0
close(8) = 0
stat("_imp", 0x7fffdf5f50f0) = -1 ENOENT (No such file or directory)
open("_imp.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_impmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_imp.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_imp.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/_imp", 0x7fffdf5f50f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_imp.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_impmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_imp.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_imp.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/_imp", 0x7fffdf5f50f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_imp.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_impmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_imp.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_imp.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/_imp", 0x7fffdf5f50f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_imp.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_impmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_imp.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_imp.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/_imp", 0x7fffdf5f50f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/_imp.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/_impmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/_imp.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/_imp.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/_imp", 0x7fffdf5f50f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/_imp.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/_impmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/_imp.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/_imp.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg/pkg_resources", 0x7fffdf5f4df0) = -1 ENOTDIR (Not a directory)
stat("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=371, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 66048, SEEK_SET) = 66048
read(8, "\347.\304S\324YvI\245j\250\306E\37\211\222\301\27\5\335\225<\\\253J\273 O!^J0"..., 43) = 43
read(8, "PK\3\4\24\0\0\0\10\0\31k\312H\336\216\37\330\34\5\0\0e\v\0\0!\0\0\0pk"..., 512) = 512
lseek(8, 66603, SEEK_SET) = 66603
read(8, "\213\343~\271p\224\251\246N\201[\332\31\210M\261-F\202<,\36\26\242\214}\231p\0038fb"..., 512) = 512
read(8, "\211\21&;\234\0213\373\373=\257\t\222M\217b\216\266\310\260\200R\316\231\251H\16&|\34W\352"..., 512) = 512
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 67072, SEEK_SET) = 67072
read(8, "\345\341\254HI\254\231\267\374g3\316j\231\215\345B\317$1\226\233N\23S\340\225\360\236\34\351\302"..., 390) = 390
read(8, "PK\3\4\24\0\0\0\10\0zr\311HQVJ\332\203\3\0\0\252\t\0\0 \0\0\0pk"..., 512) = 512
lseek(8, 67974, SEEK_SET) = 67974
read(8, "_H\306\3\261#<\202\371L\235\316\325\24\2530\216\0o\10\260\341\327\234\3\306^\350\371\206\214\362"..., 512) = 512
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg/pkg_resources/extern", 0x7fffdf5f4790) = -1 ENOTDIR (Not a directory)
stat("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg/pkg_resources", 0x7fffdf5f4790) = -1 ENOTDIR (Not a directory)
stat("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=371, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 172032, SEEK_SET) = 172032
read(8, "l\365\16\274\300\21De&\373\0^\220V\222\5\311O\26\216\241\354G\3205\324u\310~\16/("..., 452) = 452
read(8, "PK\3\4\24\0\0\0\10\0\31k\312H\357\344\257\177v\0\0\0\225\0\0\0\"\0\0\0pk"..., 512) = 512
lseek(8, 172996, SEEK_SET) = 172996
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 172544, SEEK_SET) = 172544
read(8, ".pycc\376\314\313\25q02<\231\1\n\30\201\330\1\210\213Y\200D\n\3C\260\6H\304"..., 122) = 122
read(8, "PK\3\4\24\0\0\0\10\0zr\311H\0\0\0\0\2\0\0\0\0\0\0\0!\0\0\0pk"..., 512) = 512
lseek(8, 173178, SEEK_SET) = 173178
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg/pkg_resources/_vendor", 0x7fffdf5f45b0) = -1 ENOTDIR (Not a directory)
stat("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg/pkg_resources", 0x7fffdf5f45b0) = -1 ENOTDIR (Not a directory)
stat("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=371, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 75776, SEEK_SET) = 75776
read(8, "_\201\257|\32\354\23O\371\221(j\10af\307\17\24p!\336\263I$\3052\324\23\317P\177\373"..., 201) = 201
read(8, "PK\3\4\24\0\0\0\10\0\31k\312H\206\10\265\316\324(\0\0 {\0\0\35\0\0\0pk"..., 512) = 512
lseek(8, 76489, SEEK_SET) = 76489
read(8, "\27\362\1\16\337\350B\344\203\210\244\337\215\34\326\221D\350&\344\334\314a\35\271\5\221\17\213\33y\200"..., 9728) = 9728
read(8, "\225\271\241\374p\1W4r\313\363\3N>\337\333\325[\34^1\274f\375\320\360\372\341\303\3\371\341"..., 512) = 512
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 68096, SEEK_SET) = 68096
read(8, "u\203\234\23\276H!\246\326\376.\332\335\3010\32\224\340)\3768\3713=P\232\35e\3001N#"..., 327) = 327
read(8, "PK\3\4\24\0\0\0\10\0zr\311H\231XMZH\35\0\0\222u\0\0\34\0\0\0pk"..., 512) = 512
lseek(8, 68935, SEEK_SET) = 68935
read(8, "|\232\262\305\325\307\233/\223\371\224\315\26\354z~\365\333\354lz\306\206\223\5\244\207c\366ev\363"..., 6656) = 6656
read(8, "\273\37\336\20\6!\23Rq\205\21\303\24\313\10\317\354\355\217?\262_\346\234\342\364\370\23r\7\260e"..., 512) = 512
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc7810a0000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc781020000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780fa0000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780f20000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780ee0000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780ea0000
munmap(0x7fc780ea0000, 262144) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780ea0000
munmap(0x7fc780ea0000, 262144) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780ea0000
munmap(0x7fc780ea0000, 262144) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780ea0000
munmap(0x7fc780ea0000, 262144) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780ea0000
munmap(0x7fc780ea0000, 262144) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780ea0000
munmap(0x7fc780ea0000, 262144) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780ea0000
munmap(0x7fc780ea0000, 262144) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780ea0000
munmap(0x7fc780ea0000, 262144) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780ea0000
munmap(0x7fc780ea0000, 262144) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780ea0000
munmap(0x7fc780ea0000, 262144) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780ea0000
munmap(0x7fc780f20000, 262144) = 0
munmap(0x7fc780fa0000, 262144) = 0
munmap(0x7fc781020000, 262144) = 0
munmap(0x7fc7810a0000, 262144) = 0
brk(0xf33000) = 0xf33000
stat("importlib", 0x7fffdf5f50f0) = -1 ENOENT (No such file or directory)
open("importlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("importlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("importlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("importlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/importlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/importlib/__init__.py", {st_mode=S_IFREG|0644, st_size=1327, ...}) = 0
stat("/root/miniconda2/lib/python2.7/importlib/__init__", 0x7fffdf5f50a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/importlib/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/importlib/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/importlib/__init__.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=1327, ...}) = 0
open("/root/miniconda2/lib/python2.7/importlib/__init__.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=1574, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\274CxWc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0s+\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=1574, ...}) = 0
read(9, "trt\n\0\0\0ValueErrort\3\0\0\0lent\6\0\0\0xr"..., 1024) = 1024
read(9, "_init__.pyt\10\0\0\0<module>\1\0\0\0s\6\0\0\0"..., 512) = 38
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/importlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/importlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/importlib/sys", 0x7fffdf5f4b00) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/importlib/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/importlib/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/importlib/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/importlib/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(8) = 0
stat("/root/miniconda2/lib/python2.7/importlib/machinery", 0x7fffdf5f50f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/importlib/machinery.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/importlib/machinerymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/importlib/machinery.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/importlib/machinery.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=371, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 200704, SEEK_SET) = 200704
read(8, "Y7\250\243\214\3543\332\352\340\224Dn\327\253\223\33\354\330\315\236\216\243\24\302\337\254cm\233\224\324"..., 173) = 173
read(8, "PK\3\4\24\0\0\0\10\0\31k\312H\23\3713\372\206\1\0\0b\2\0\0,\0\0\0pk"..., 512) = 512
lseek(8, 201389, SEEK_SET) = 201389
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 201216, SEEK_SET) = 201216
read(8, "\266LP&X\20\374\330_\374\267\371\34Ct\264\230\245\364,\205`y:}Wm\17c$\307\357"..., 125) = 125
read(8, "PK\3\4\24\0\0\0\10\0zr\311H\201v\226\312\30\1\0\0\1\2\0\0+\0\0\0pk"..., 512) = 512
lseek(8, 201853, SEEK_SET) = 201853
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg/pkg_resources/_vendor/packaging", 0x7fffdf5f3f50) = -1 ENOTDIR (Not a directory)
stat("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg/pkg_resources/_vendor", 0x7fffdf5f3f50) = -1 ENOTDIR (Not a directory)
stat("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg/pkg_resources", 0x7fffdf5f3f50) = -1 ENOTDIR (Not a directory)
stat("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=371, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 201216, SEEK_SET) = 201216
read(8, "\266LP&X\20\374\330_\374\267\371\34Ct\264\230\245\364,\205`y:}Wm\17c$\307\357"..., 478) = 478
read(8, "PK\3\4\24\0\0\0\10\0\31k\312H\20\325\354+\n\2\0\0\24\3\0\0-\0\0\0pk"..., 512) = 512
lseek(8, 202206, SEEK_SET) = 202206
read(8, "\231\5\333\262Pl\6\377\201\375\214Px\251xZpi]\242d\343\357O\356/\347\371\374\"\25U"..., 512) = 512
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 200192, SEEK_SET) = 200192
read(8, "xX\266\326\357\255\256\330\267\357\257\261\v.\215\210\275\272\306\376eZ{\270\270\374i\231\337\266\264\272"..., 218) = 218
read(8, "PK\3\4\24\0\0\0\10\0zr\311H\356\316\264q\211\1\0\0\320\2\0\0,\0\0\0pk"..., 512) = 512
lseek(8, 200922, SEEK_SET) = 200922
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=371, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 192000, SEEK_SET) = 192000
read(8, "\260\242\276M\250bx\7\310{\334p\225l\220\221b\353$\"\301\35\222b\346\254\366(\205jZ\333"..., 247) = 247
read(8, "PK\3\4\24\0\0\0\10\0\31k\312H\342q\350\363\367\17\0\0F8\0\0+\0\0\0pk"..., 512) = 512
lseek(8, 192759, SEEK_SET) = 192759
read(8, "h\334\274f/^\177w\301\271q\371\375\367\257\331\v4\267\243\0pn\336\211\232k4w\314\3\356"..., 3584) = 3584
read(8, "\335\301\2m\v\221\242@/H\374\234A\374\230f\236\364\2\275\260\303\344e\327\364\361\322\276\222\t&"..., 512) = 512
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 187392, SEEK_SET) = 187392
read(8, "\233\373\7\365\375md\323\216\266\267\260\254l?\335\246wVs\213\215?a\251\242P\3371X\263\361"..., 261) = 261
read(8, "PK\3\4\24\0\0\0\10\0zr\311H\16\357\306\241a\r\0\0$-\0\0*\0\0\0pk"..., 512) = 512
lseek(8, 188165, SEEK_SET) = 188165
read(8, "\344\310\340\374R\26)1\3072\331l\315\332Y\305\274b\301\26\25\247G\247\342\233o\306\3150\257\221"..., 2560) = 2560
read(8, ";\334\35\0\366 I\216\373\225z\263\202\3A\2352}\0256a\273gf\0160i\372\372\1\366S"..., 512) = 512
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc7810a0000
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=371, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 208384, SEEK_SET) = 208384
read(8, "\212G\16\351P\7\21\321\220\332\24{\363\314\22?\21TK\363G9\240C)\270\33\337\266&;\21"..., 269) = 269
read(8, "PK\3\4\24\0\0\0\10\0\31k\312H\10\313u\267\6\3\0\0008\20\0\0/\0\0\0pk"..., 512) = 512
lseek(8, 209165, SEEK_SET) = 209165
read(8, "D\247\264b~\272\326\35\200*)\357\\\2z\3365\216\3315\366\3205\354q\327 J\334\223\2116"..., 512) = 512
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 182784, SEEK_SET) = 182784
read(8, "\20\276\347W|t/]\354\206E\361\"x\360\261\7a\221\205\25/\"!\333L\335`\232\224I\352"..., 267) = 267
read(8, "PK\3\4\24\0\0\0\10\0zr\311H\372\375\244\22s\1\0\0\210\5\0\0.\0\0\0pk"..., 512) = 512
lseek(8, 183563, SEEK_SET) = 183563
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=371, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 175616, SEEK_SET) = 175616
read(8, "w\330\355`#\356\253\377\273\257T\316\322\341\3\275\335\202\17\217(\332=\10e\253@Nb\t\374\303"..., 244) = 244
read(8, "PK\3\4\24\0\0\0\10\0\31k\312H[+\367\211t\32\0\0\250b\0\0.\0\0\0pk"..., 512) = 512
lseek(8, 176372, SEEK_SET) = 176372
read(8, "\265\r]S\300G\2340\222\361(]\275\343\337w\352\236;\327\2245o\321\223a\312\5\370\3565p"..., 6144) = 6144
read(8, "\346\241\374q\322if+|\34Egge\327\263+p\216Q\346\0\213\357\241\370-\261c\357d\177"..., 512) = 512
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 202240, SEEK_SET) = 202240
read(8, "\267Un\204\325\336\224\302\2468\310\206k\363\350Z\212\373\27\332\343h\222v\335\3756\357j\315\275\22"..., 51) = 51
read(8, "PK\3\4\24\0\0\0\10\0zr\311H|E\203\214\217\30\0\0ym\0\0-\0\0\0pk"..., 512) = 512
lseek(8, 202803, SEEK_SET) = 202803
read(8, "\213\213\241\222\305\245A\237O\1?\337JX\320R\21O@cd\205Z*Y6\2W\315q\210C"..., 5632) = 5632
read(8, "v\36,\316\356\342\245v\1m\"1^\374Sc\37\234\237A\313\223\200\35\246CY\26_\235\323p"..., 512) = 512
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc781020000
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=371, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 190976, SEEK_SET) = 190976
read(8, "V\267\236\360\27\247\207]\225\3339\337\247^+\224\241}\2425x\373\362\304n\f\370\27\361\235\25{"..., 174) = 174
read(8, "PK\3\4\24\0\0\0\10\0\31k\312H\316[\356ZR\2\0\0\330\4\0\0+\0\0\0pk"..., 512) = 512
lseek(8, 191662, SEEK_SET) = 191662
read(8, "\314\212\244Ni\32\362\264Q\305;B\16\r{;\337!\tCFy\276Ck;\266\371Pq\323E"..., 512) = 512
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 175104, SEEK_SET) = 175104
read(8, "A)\265G\245i\214hR\261|\246\376C\345\371u\355\237X\32\376\370\237K\214A\321s/\334\7"..., 225) = 225
read(8, "PK\3\4\24\0\0\0\10\0zr\311H\346iJ\343\313\1\0\0\\\3\0\0*\0\0\0pk"..., 512) = 512
lseek(8, 175841, SEEK_SET) = 175841
read(8, "p\301\224\227\t\343l\212\345B\303j\255\341\327\357\265\372\3PK\3\4\24\0\0\0\10\0\31k\312"..., 512) = 512
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=371, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 184832, SEEK_SET) = 184832
read(8, "\356_=*K}\273\370\252\345\231\216KJ\3260\377f4+\223\304\21$_{\246\273\211\216e\235"..., 403) = 403
read(8, "PK\3\4\24\0\0\0\10\0\31k\312H\215\346\\\21$\t\0\0)\24\0\0000\0\0\0pk"..., 512) = 512
lseek(8, 185747, SEEK_SET) = 185747
read(8, "O-\351\234'\3578\v \357\343:9\347\2\257\366\200\215@o>@#\256\341\367\0\265!\377k"..., 1536) = 1536
read(8, "\24\vz\26\250\233\r\251\357W\342XL\321\0a8C$\217~g{=i\20\330+p\36g\30"..., 512) = 512
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 183296, SEEK_SET) = 183296
read(8, "2\226@l\235Q5!\357\326\21\244r'\33a\21TVj\362\200N\250\21\312X\242\204s\260\320"..., 202) = 202
read(8, "PK\3\4\24\0\0\0\10\0zr\311H\245\206\35\333|\6\0\0\3\21\0\0/\0\0\0pk"..., 512) = 512
lseek(8, 184010, SEEK_SET) = 184010
read(8, "-?\272\3\27\326\254\222GW\ti\213\270aU.y\3262\371\31Z\204\v\364\373\311\23\277\5\263"..., 1024) = 1024
read(8, "^\250pi\277k/wi\1Mw\370=\346\31\243\244\33s]1d\355#\245\212X]B\260\230"..., 512) = 512
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=371, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 122368, SEEK_SET) = 122368
read(8, "\332\201\2500\v&#P\267\n\361\20l'\10\273\352\35XJ%\2539|u\31\215:x^\33>"..., 220) = 220
read(8, "PK\3\4\24\0\0\0\10\0\31k\312H\244\215\361\312\247\302\0\0\365\210\2\0#\0\0\0pk"..., 512) = 512
lseek(8, 123100, SEEK_SET) = 123100
read(8, "\317U~Y\371\317S~E\371\23\312\257*\337W~\240\374I\345O)\377\264\362k\312\237V\376\31"..., 49152) = 49152
read(8, "\373Z\373\266\364u\364u\366}#\370\227\353\243tw\272+\335\231N\361\317\216\256\215\352[\374\331\332"..., 512) = 512
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780e50000
mremap(0x7fc780e50000, 266240, 167936, MREMAP_MAYMOVE) = 0x7fc780e50000
munmap(0x7fc780e50000, 167936) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 86016, SEEK_SET) = 86016
read(8, "(p\231\ra\31\336\6\347\346\235\324\350\324s\345\323\234\3739\376\214\32D\374\216\213\3576\312\374\376"..., 472) = 472
read(8, "PK\3\4\24\0\0\0\10\0zr\311H\226\37.\5\304\214\0\0\251r\2\0\"\0\0\0pk"..., 512) = 512
lseek(8, 87000, SEEK_SET) = 87000
read(8, "\251j \211\f\346cV\224\324\256?\350\201\352\307w\273\321\373\203\327G?l\37\356F{\357\243w"..., 35328) = 35328
read(8, "Y{w!\nBj\22\332\260\262Iqi\3337\367\200&a`u\215\f\257\35\366\237\324\206cq"..., 512) = 512
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780e50000
mremap(0x7fc780e50000, 266240, 163840, MREMAP_MAYMOVE) = 0x7fc780e50000
brk(0xf63000) = 0xf63000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780fa0000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780f20000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780e10000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780920000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc7808e0000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc7808a0000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780860000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780820000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc7807e0000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc7807a0000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780760000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780720000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc7806e0000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc7806a0000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780660000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780620000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc7805e0000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc7805a0000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780560000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780520000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc7804e0000
brk(0xf85000) = 0xf85000
brk(0xfac000) = 0xfac000
brk(0xfcf000) = 0xfcf000
brk(0xff7000) = 0xff7000
brk(0x1018000) = 0x1018000
munmap(0x7fc780520000, 262144) = 0
munmap(0x7fc780560000, 262144) = 0
munmap(0x7fc7805a0000, 262144) = 0
munmap(0x7fc7805e0000, 262144) = 0
munmap(0x7fc780620000, 262144) = 0
munmap(0x7fc780660000, 262144) = 0
munmap(0x7fc7806a0000, 262144) = 0
munmap(0x7fc7806e0000, 262144) = 0
munmap(0x7fc780720000, 262144) = 0
munmap(0x7fc780760000, 262144) = 0
munmap(0x7fc7807e0000, 262144) = 0
munmap(0x7fc780820000, 262144) = 0
munmap(0x7fc780860000, 262144) = 0
munmap(0x7fc7808e0000, 262144) = 0
munmap(0x7fc780920000, 262144) = 0
munmap(0x7fc780e10000, 262144) = 0
munmap(0x7fc780f20000, 262144) = 0
munmap(0x7fc780fa0000, 262144) = 0
brk(0x1039000) = 0x1039000
munmap(0x7fc780e50000, 163840) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=371, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 196096, SEEK_SET) = 196096
read(8, "\366\24\347\321\321\355\267\273\232\274\3756\340\36\223\236\\\220z2\323\367B\305\r\264\370\204\264\357`A"..., 311) = 311
read(8, "PK\3\4\24\0\0\0\10\0\31k\312H \fz\271Z\17\0\0\30*\0\0+\0\0\0pk"..., 512) = 512
lseek(8, 196919, SEEK_SET) = 196919
read(8, "t\317{\262\347\34\210!p\257\362\273\20\270&[\317\2038\317\30\225\3321z_at]\216\272@"..., 3072) = 3072
read(8, "V\v&{T4:]\270\375\v\200\16F \312\r\34!\226\241\6(\220\351\36\312\254L\221~\370"..., 512) = 512
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 172544, SEEK_SET) = 172544
read(8, ".pycc\376\314\313\25q02<\231\1\n\30\201\330\1\210\213Y\200D\n\3C\260\6H\304"..., 187) = 187
read(8, "PK\3\4\24\0\0\0\10\0zr\311Hr\232\204\v\336\t\0\0\3\37\0\0*\0\0\0pk"..., 512) = 512
lseek(8, 173243, SEEK_SET) = 173243
read(8, "\300S\332\23\2\321\32\224\347U&\4\3614\206WY\325\322%\347\214G3-)\10\324\357\242\206D"..., 2048) = 2048
read(8, "\3119z\22\271\320p`\5\2d\277\377xDv\3226\5.\245\v\4'\0079v\200\37\2754\213"..., 512) = 512
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
uname({sys="Linux", node="DESKTOP-2HMGQM3", ...}) = 0
getcwd("/mnt/c/Users/evfro/Linux", 1024) = 25
stat("/mnt/c/Users/evfro/Linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
access("/mnt/c/Users/evfro/Linux", R_OK) = 0
openat(AT_FDCWD, "/mnt/c/Users/evfro/Linux", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 6 entries */, 32768) = 188
getdents(8, /* 0 entries */, 32768) = 0
close(8) = 0
lstat("/root", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0
lstat("/root/miniconda2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
access("/root/miniconda2/lib/python2.7", R_OK) = 0
openat(AT_FDCWD, "/root/miniconda2/lib/python2.7", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 647 entries */, 32768) = 19953
getdents(8, /* 0 entries */, 32768) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/wsgiref.egg-info", {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
stat("/root/miniconda2/lib/python2.7/wsgiref.egg-info", {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
open("/root/miniconda2/lib/python2.7/wsgiref.egg-info", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
ioctl(8, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffdf5f41f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metada", 6) = 6
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 6
read(8, "ta-Ver", 6) = 6
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 12
read(8, "sion: 1", 7) = 7
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 19
read(8, ".0\nName:", 8) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 27
read(8, " wsgiref\n", 9) = 9
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 36
read(8, "Version: 0", 10) = 10
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 46
read(8, ".1.2\nSummar", 11) = 11
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 57
read(8, "y: WSGI (PEP ", 13) = 13
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 70
read(8, "333) Reference", 14) = 14
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 84
read(8, " Library\nAuthor:", 16) = 16
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 100
read(8, " Phillip J. Eby\nAu", 18) = 18
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 118
read(8, "thor-email: web-sig@", 20) = 20
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 138
read(8, "python.org\nLicense: PSF", 23) = 23
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 161
read(8, " or ZPL\nPlatform: UNKNOWN\n", 26) = 26
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 187
read(8, "", 29) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 187
read(8, "", 6) = 0
close(8) = 0
lstat("/root", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0
lstat("/root/miniconda2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/plat-linux2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/plat-linux2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
access("/root/miniconda2/lib/python2.7/plat-linux2", R_OK) = 0
openat(AT_FDCWD, "/root/miniconda2/lib/python2.7/plat-linux2", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 15 entries */, 32768) = 403
getdents(8, /* 0 entries */, 32768) = 0
close(8) = 0
lstat("/root", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0
lstat("/root/miniconda2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/lib-tk", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/lib-tk", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
access("/root/miniconda2/lib/python2.7/lib-tk", R_OK) = 0
openat(AT_FDCWD, "/root/miniconda2/lib/python2.7/lib-tk", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 56 entries */, 32768) = 1795
getdents(8, /* 0 entries */, 32768) = 0
close(8) = 0
lstat("/root", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0
lstat("/root/miniconda2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
access("/root/miniconda2/lib/python2.7/lib-dynload", R_OK) = 0
openat(AT_FDCWD, "/root/miniconda2/lib/python2.7/lib-dynload", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 65 entries */, 32768) = 1999
getdents(8, /* 0 entries */, 32768) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/lib-dynload/Python-2.7.12-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
stat("/root/miniconda2/lib/python2.7/lib-dynload/Python-2.7.12-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/Python-2.7.12-py2.7.egg-info", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
ioctl(8, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffdf5f41f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metada", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 6
read(8, "ta-Ver", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 12
read(8, "sion: 1", 7) = 7
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 19
read(8, ".1\nName:", 8) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 27
read(8, " Python\nV", 9) = 9
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 36
read(8, "ersion: 2.", 10) = 10
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 46
read(8, "7.12\nSummar", 11) = 11
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 57
read(8, "y: A high-lev", 13) = 13
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 70
read(8, "el object-orie", 14) = 14
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 84
read(8, "nted programming", 16) = 16
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 100
read(8, " language\nHome-pag", 18) = 18
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 118
read(8, "e: http://www.python", 20) = 20
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 138
read(8, ".org/2.7\nAuthor: Guido ", 23) = 23
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 161
read(8, "van Rossum and the Python ", 26) = 26
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 187
read(8, "community\nAuthor-email: pytho", 29) = 29
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 216
read(8, "n-dev@python.org\nLicense: PSF li"..., 33) = 33
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 249
read(8, "ense\nDescription: Python is an i"..., 37) = 37
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 286
read(8, "reted, interactive, object-orien"..., 41) = 41
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 327
read(8, "amming\n language. It is o"..., 46) = 46
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 373
read(8, "to Tcl, Perl, Scheme or Java.\n "..., 52) = 52
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 425
read(8, "n combines remarkable power with"..., 59) = 59
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 484
read(8, " modules, classes, except"..., 66) = 66
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 550
read(8, " types, and\n dynamic typi"..., 74) = 74
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 624
read(8, "lls and\n libraries, as we"..., 84) = 84
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 708
read(8, " Mac, MFC). New built-in "..., 94) = 94
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 802
read(8, " usable as an extension language"..., 106) = 106
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 908
read(8, " The Python implementation i"..., 119) = 119
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1027
read(8, ". If your favorite system isn't\n"..., 134) = 134
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1161
read(8, "comp.lang.python -- or just try "..., 151) = 151
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1312
read(8, "SI Approved :: Python Software F"..., 170) = 170
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1482
read(8, "\nClassifier: Topic :: Software D"..., 191) = 43
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1525
read(8, "", 196) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1525
read(8, "", 6) = 0
close(8) = 0
lstat("/root", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0
lstat("/root/miniconda2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
access("/root/miniconda2/lib/python2.7/site-packages", R_OK) = 0
openat(AT_FDCWD, "/root/miniconda2/lib/python2.7/site-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 34 entries */, 32768) = 1207
getdents(8, /* 0 entries */, 32768) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/PyYAML-3.11-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/PyYAML-3.11-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/PyYAML-3.11-py2.7.egg-info", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
ioctl(8, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffdf5f41f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metada", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 6
read(8, "ta-Ver", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 12
read(8, "sion: 1", 7) = 7
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 19
read(8, ".1\nName:", 8) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 27
read(8, " PyYAML\nV", 9) = 9
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 36
read(8, "ersion: 3.", 10) = 10
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 46
read(8, "11\nSummary:", 11) = 11
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 57
read(8, " YAML parser ", 13) = 13
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 70
read(8, "and emitter fo", 14) = 14
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 84
read(8, "r Python\nHome-pa", 16) = 16
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 100
read(8, "ge: http://pyyaml.", 18) = 18
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 118
read(8, "org/wiki/PyYAML\nAuth", 20) = 20
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 138
read(8, "or: Kirill Simonov\nAuth", 23) = 23
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 161
read(8, "or-email: xi@resolvent.net", 26) = 26
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 187
read(8, "\nLicense: MIT\nDownload-URL: h", 29) = 29
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 216
read(8, "ttp://pyyaml.org/download/pyyaml"..., 33) = 33
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 249
read(8, "PyYAML-3.11.tar.gz\nDescription: "..., 37) = 37
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 286
read(8, "is a data serialization format d"..., 41) = 41
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 327
read(8, "or human readability\n and"..., 46) = 46
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 373
read(8, "ith scripting languages. PyYAML"..., 52) = 52
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 425
read(8, " and emitter for Python.\n "..., 59) = 59
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 484
read(8, "res a complete YAML 1.1 parser, "..., 66) = 66
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 550
read(8, "pport, capable extension API, an"..., 74) = 74
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 624
read(8, " supports standard YAML tags and"..., 84) = 84
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 708
read(8, " represent an arbitrary Python o"..., 94) = 94
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 802
read(8, " of tasks from complex\n c"..., 106) = 106
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 908
read(8, "Classifier: Development Status :"..., 119) = 119
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1027
read(8, " :: OSI Approved :: MIT License\n"..., 134) = 134
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1161
read(8, "Programming Language :: Python :"..., 151) = 151
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1312
read(8, "gramming Language :: Python :: 2"..., 170) = 170
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1482
read(8, "ython :: 3.1\nClassifier: Program"..., 191) = 183
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1665
read(8, "", 214) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1665
read(8, "", 6) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/conda-4.1.11-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=9090, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/conda-4.1.11-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=9090, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/conda-4.1.11-py2.7.egg-info", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=9090, ...}) = 0
ioctl(8, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffdf5f41f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(8, {st_mode=S_IFREG|0664, st_size=9090, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=9090, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metadata-Version: 1.1\nName: cond"..., 9091) = 9090
fstat(8, {st_mode=S_IFREG|0664, st_size=9090, ...}) = 0
lseek(8, 0, SEEK_CUR) = 9090
read(8, "", 1) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=9090, ...}) = 0
lseek(8, 0, SEEK_CUR) = 9090
read(8, "", 1) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/conda_env-2.5.0alpha-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/conda_env-2.5.0alpha-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/conda_env-2.5.0alpha-py2.7.egg-info", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
ioctl(8, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffdf5f41f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metada", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 6
read(8, "ta-Ver", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 12
read(8, "sion: 1", 7) = 7
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 19
read(8, ".1\nName:", 8) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 27
read(8, " conda-en", 9) = 9
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 36
read(8, "v\nVersion:", 10) = 10
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 46
read(8, " 2.5.0alpha", 11) = 11
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 57
read(8, "\nSummary: too", 13) = 13
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 70
read(8, "ls for interac", 14) = 14
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 84
read(8, "ting with conda ", 16) = 16
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 100
read(8, "environments\nHome-", 18) = 18
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 118
read(8, "page: https://github", 20) = 20
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 138
read(8, ".com/conda/conda-env\nAu", 23) = 23
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 161
read(8, "thor: Continuum Analytics,", 26) = 26
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 187
read(8, " Inc.\nAuthor-email: support@c", 29) = 29
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 216
read(8, "ontinuum.io\nLicense: BSD\nDescrip"..., 33) = 33
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 249
read(8, "ion: =========\n conda-env"..., 37) = 37
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 286
read(8, " =========\n \n ."..., 41) = 41
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 327
read(8, " https://travis-ci.org/conda/con"..., 46) = 46
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 373
read(8, " :target: https://travis"..., 52) = 52
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 425
read(8, "env\n \n Provides th"..., 59) = 59
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 484
read(8, "Conda environments.\n \n "..., 66) = 66
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 550
read(8, "\n \n To install `co"..., 74) = 74
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 624
read(8, "mand in your root environment:\n "..., 84) = 84
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 708
read(8, " $ conda install -c conda c"..., 94) = 94
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 802
read(8, " All of the usage is documented "..., 106) = 106
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 908
read(8, " $ conda env --help\n "..., 119) = 119
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1027
read(8, "itional arguments:\n "..., 134) = 134
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1161
read(8, "on describing your conda environ"..., 151) = 151
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1312
read(8, "onment based on an environment f"..., 170) = 170
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1482
read(8, " remove Rem"..., 191) = 191
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1673
read(8, "t based on environment\n "..., 215) = 215
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1888
read(8, "l``\n -------------------\n"..., 242) = 242
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 2130
read(8, "encies. For example, to create "..., 272) = 272
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 2402
read(8, " - numpy\n - pandas"..., 306) = 306
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 2708
read(8, " ] |############################"..., 344) = 344
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 3052
read(8, "her you have the packages\n "..., 387) = 387
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 3439
read(8, "tion\n to most ``conda`` c"..., 435) = 435
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 3874
read(8, " - bokeh=0.9.2\n "..., 490) = 490
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 4364
read(8, "Python :: 2.7\nClassifier: Progra"..., 551) = 162
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 4526
read(8, "", 571) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 4526
read(8, "", 6) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=1975, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg-info/PKG-INFO", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=1975, ...}) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=1975, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=1975, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metadata-Version: 1.1\nName: nose"..., 1536) = 1536
read(8, "latform: UNKNOWN\nClassifier: Dev"..., 512) = 439
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy-1.11.1-py2.7.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy-1.11.1-py2.7.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=2060, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy-1.11.1-py2.7.egg-info/PKG-INFO", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=2060, ...}) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=2060, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=2060, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metadata-Version: 1.1\nName: nump"..., 2048) = 2048
read(8, "em :: MacOS\n", 512) = 12
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/pip-8.1.2-py2.7.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/pip-8.1.2-py2.7.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=2387, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/pip-8.1.2-py2.7.egg-info/PKG-INFO", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=2387, ...}) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=2387, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=2387, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metadata-Version: 1.1\nName: pip\n"..., 2048) = 2048
read(8, "uage :: Python :: 2.6\nClassifier"..., 512) = 339
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/pycosat-0.6.1-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/pycosat-0.6.1-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/pycosat-0.6.1-py2.7.egg-info", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
ioctl(8, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffdf5f41f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metada", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 6
read(8, "ta-Ver", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 12
read(8, "sion: 1", 7) = 7
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 19
read(8, ".1\nName:", 8) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 27
read(8, " pycosat\n", 9) = 9
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 36
read(8, "Version: 0", 10) = 10
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 46
read(8, ".6.1\nSummar", 11) = 11
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 57
read(8, "y: bindings t", 13) = 13
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 70
read(8, "o picosat (a S", 14) = 14
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 84
read(8, "AT solver)\nHome-", 16) = 16
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 100
read(8, "page: https://gith", 18) = 18
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 118
read(8, "ub.com/ContinuumIO/p", 20) = 20
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 138
read(8, "ycosat\nAuthor: Ilan Sch", 23) = 23
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 161
read(8, "nell\nAuthor-email: ilan@co", 26) = 26
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 187
read(8, "ntinuum.io\nLicense: MIT\nDescr", 29) = 29
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 216
read(8, "iption: ========================"..., 33) = 33
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 249
read(8, "==================\n pycos"..., 37) = 37
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 286
read(8, "indings to picosat (a SAT solver"..., 41) = 41
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 327
read(8, " ==============================="..., 46) = 46
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 373
read(8, " \n `PicoSAT <http:/"..., 52) = 52
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 425
read(8, ">`_ is a popular\n `SAT <h"..., 59) = 59
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 484
read(8, "/Boolean_satisfiability_problem>"..., 66) = 66
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 550
read(8, " Biere in pure C.\n This p"..., 74) = 74
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 624
read(8, "to picosat on the C level,\n "..., 84) = 84
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 708
read(8, "ecomes part of the\n Pytho"..., 94) = 94
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 802
read(8, "(namely\n picosat.c and pi"..., 106) = 106
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 908
read(8, "cted from the picosat source (pi"..., 119) = 119
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1027
read(8, "` module has two functions ``sol"..., 134) = 134
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1161
read(8, " is itself represented as"..., 151) = 151
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1312
read(8, "one solution (a list of integers"..., 170) = 170
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1482
read(8, "mined within the\n pro"..., 191) = 191
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1673
read(8, "e iterator may not yield all\n "..., 215) = 215
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1888
read(8, " of variables (integer)\n "..., 242) = 242
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 2130
read(8, "pedia.org/wiki/Conjunctive_norma"..., 272) = 272
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 2402
read(8, "or x\\ :sub:`4`).\n Note th"..., 306) = 306
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 2708
read(8, "tegers. Naturally, it makes\n "..., 344) = 344
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 3052
read(8, ", -4]]\n >>> pycosat.so"..., 387) = 387
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 3439
read(8, ", -3, -4, 5]\n [1, -2, "..., 435) = 435
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 3874
read(8, "or many types of operations. Fo"..., 490) = 490
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 4364
read(8, "ng found one solution to another"..., 551) = 551
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 4915
read(8, " sol = pycosat.solve(clauses)"..., 620) = 620
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 5535
read(8, " picosat C interface (which make"..., 697) = 684
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 6219
read(8, "", 783) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 6219
read(8, "", 6) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/pycrypto-2.6.1-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/pycrypto-2.6.1-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/pycrypto-2.6.1-py2.7.egg-info", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
ioctl(8, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffdf5f41f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metada", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 6
read(8, "ta-Ver", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 12
read(8, "sion: 1", 7) = 7
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 19
read(8, ".1\nName:", 8) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 27
read(8, " pycrypto", 9) = 9
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 36
read(8, "\nVersion: ", 10) = 10
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 46
read(8, "2.6.1\nSumma", 11) = 11
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 57
read(8, "ry: Cryptogra", 13) = 13
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 70
read(8, "phic modules f", 14) = 14
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 84
read(8, "or Python.\nHome-", 16) = 16
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 100
read(8, "page: http://www.p", 18) = 18
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 118
read(8, "ycrypto.org/\nAuthor:", 20) = 20
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 138
read(8, " Dwayne C. Litzenberger", 23) = 23
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 161
read(8, "\nAuthor-email: dlitz@dlitz", 26) = 26
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 187
read(8, ".net\nLicense: UNKNOWN\nDescrip", 29) = 29
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 216
read(8, "tion: UNKNOWN\nPlatform: UNKNOWN\n"..., 33) = 33
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 249
read(8, "lassifier: Development Status ::"..., 37) = 37
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 286
read(8, "Production/Stable\nClassifier: Li"..., 41) = 41
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 327
read(8, "Public Domain\nClassifier: Intend"..., 46) = 46
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 373
read(8, " Developers\nClassifier: Operatin"..., 52) = 52
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 425
read(8, "ssifier: Operating System :: Mic"..., 59) = 59
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 484
read(8, "r: Operating System :: MacOS :: "..., 66) = 66
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 550
read(8, "ity :: Cryptography\nClassifier: "..., 74) = 74
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 624
read(8, "fier: Programming Language :: Py"..., 84) = 42
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 666
read(8, "", 89) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 666
read(8, "", 6) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/requests-2.10.0-py2.7.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/requests-2.10.0-py2.7.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=47814, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/requests-2.10.0-py2.7.egg-info/PKG-INFO", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=47814, ...}) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=47814, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=47814, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metadata-Version: 1.1\nName: requ"..., 47616) = 47616
read(8, ":: 3.4\nClassifier: Programming L"..., 512) = 198
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/ruamel_yaml-_VERSION-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/ruamel_yaml-_VERSION-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/ruamel_yaml-_VERSION-py2.7.egg-info", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
ioctl(8, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffdf5f41f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metada", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 6
read(8, "ta-Ver", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 12
read(8, "sion: 1", 7) = 7
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 19
read(8, ".1\nName:", 8) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 27
read(8, " ruamel_y", 9) = 9
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 36
read(8, "aml\nVersio", 10) = 10
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 46
read(8, "n: $VERSION", 11) = 11
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 57
read(8, "\nSummary: rua", 13) = 13
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 70
read(8, "mel_yaml is a ", 14) = 14
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 84
read(8, "YAML parser/emit", 16) = 16
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 100
read(8, "ter that supports ", 18) = 18
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 118
read(8, "roundtrip preservati", 20) = 20
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 138
read(8, "on of comments, seq/map", 23) = 23
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 161
read(8, " flow style, and map key o", 26) = 26
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 187
read(8, "rder\nHome-page: UNKNOWN\nAutho", 29) = 29
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 216
read(8, "r: Anthon van der Neut\nAuthor-em"..., 33) = 33
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 249
read(8, "il: a.van.der.neut@ruamel.eu\nLic"..., 37) = 37
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 286
read(8, " UNKNOWN\nDescription: UNKNOWN\nPl"..., 41) = 41
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 327
read(8, "NKNOWN\nClassifier: Programming L"..., 46) = 46
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 373
read(8, "hon :: 2.6\nClassifier: Programmi"..., 52) = 52
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 425
read(8, "n :: 2.7\nClassifier: Programming"..., 59) = 59
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 484
read(8, "Classifier: Programming Language"..., 66) = 66
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 550
read(8, "ramming Language :: Python :: 3."..., 74) = 74
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 624
read(8, "on :: Implementation :: CPython\n"..., 84) = 84
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 708
read(8, "entation :: PyPy\nClassifier: Pro"..., 94) = 94
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 802
read(8, "fier: Topic :: Software Developm"..., 106) = 106
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 908
read(8, " Markup\n", 119) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 916
read(8, "", 120) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 916
read(8, "", 6) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy-0.18.0-py2.7.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy-0.18.0-py2.7.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=2104, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy-0.18.0-py2.7.egg-info/PKG-INFO", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=2104, ...}) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=2104, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=2104, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metadata-Version: 1.1\nName: scip"..., 2048) = 2048
read(8, "ng System :: Unix\nClassifier: Op"..., 512) = 56
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/wheel-0.29.0-py2.7.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/wheel-0.29.0-py2.7.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=13135, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/wheel-0.29.0-py2.7.egg-info/PKG-INFO", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=13135, ...}) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=13135, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=13135, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metadata-Version: 1.1\nName: whee"..., 12800) = 12800
read(8, " Programming Language :: Python "..., 512) = 335
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
lseek(8, 472576, SEEK_SET) = 472576
read(8, "\3272\3\0\0\0\1\0\0\0\21\0\0\0\0\0\0\0\0\0\0\0\264\201+\1\7\0EGG-"..., 198) = 198
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
lseek(8, 472774, SEEK_SET) = 472774
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
lseek(8, 0, SEEK_CUR) = 472774
read(8, "", 512) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
lseek(8, 472576, SEEK_SET) = 472576
read(8, "\3272\3\0\0\0\1\0\0\0\21\0\0\0\0\0\0\0\0\0\0\0\264\201+\1\7\0EGG-"..., 156) = 156
read(8, "G-INFO/top_level.txtPK\5\6\0\0\0\0z\0z\0"..., 512) = 42
lseek(8, 463360, SEEK_SET) = 463360
read(8, "g\240\363*]\353[\342\205\266\266\370\363\271]3\377\204#~V\212*|p\327o5\225\342`\356"..., 512) = 512
read(8, "\264\201\206\7\1\0pkg_resources/extern/__ini"..., 8704) = 8704
read(8, "\3272\3\0\0\0\1\0\0\0\21\0\0\0\0\0\0\0\0\0\0\0\264\201+\1\7\0EGG-"..., 512) = 198
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
lstat("/root", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0
lstat("/root/miniconda2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
lstat("/root", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0
lstat("/root/miniconda2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python27.zip", 0x7fffdf5f4c90) = -1 ENOENT (No such file or directory)
lstat("/root", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0
lstat("/root/miniconda2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/lib-old", 0x7fffdf5f4c90) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg-info/namespace_packages.txt", 0x7fffdf5f4fe0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/numpy-1.11.1-py2.7.egg-info/namespace_packages.txt", 0x7fffdf5f4fe0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/pip-8.1.2-py2.7.egg-info/namespace_packages.txt", 0x7fffdf5f4fe0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/requests-2.10.0-py2.7.egg-info/namespace_packages.txt", 0x7fffdf5f4fe0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy-0.18.0-py2.7.egg-info/namespace_packages.txt", 0x7fffdf5f4fe0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/wheel-0.29.0-py2.7.egg-info/namespace_packages.txt", 0x7fffdf5f4fe0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
stat("/mnt/c/Users/evfro/Linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
access("/mnt/c/Users/evfro/Linux", R_OK) = 0
openat(AT_FDCWD, "/mnt/c/Users/evfro/Linux", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 6 entries */, 32768) = 188
getdents(8, /* 0 entries */, 32768) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
access("/root/miniconda2/lib/python2.7", R_OK) = 0
openat(AT_FDCWD, "/root/miniconda2/lib/python2.7", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 647 entries */, 32768) = 19953
getdents(8, /* 0 entries */, 32768) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/wsgiref.egg-info", {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
stat("/root/miniconda2/lib/python2.7/wsgiref.egg-info", {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
open("/root/miniconda2/lib/python2.7/wsgiref.egg-info", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
ioctl(8, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffdf5f45a0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metada", 6) = 6
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 6
read(8, "ta-Ver", 6) = 6
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 12
read(8, "sion: 1", 7) = 7
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 19
read(8, ".0\nName:", 8) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 27
read(8, " wsgiref\n", 9) = 9
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 36
read(8, "Version: 0", 10) = 10
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 46
read(8, ".1.2\nSummar", 11) = 11
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 57
read(8, "y: WSGI (PEP ", 13) = 13
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 70
read(8, "333) Reference", 14) = 14
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 84
read(8, " Library\nAuthor:", 16) = 16
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 100
read(8, " Phillip J. Eby\nAu", 18) = 18
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 118
read(8, "thor-email: web-sig@", 20) = 20
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 138
read(8, "python.org\nLicense: PSF", 23) = 23
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 161
read(8, " or ZPL\nPlatform: UNKNOWN\n", 26) = 26
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 187
read(8, "", 29) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lseek(8, 0, SEEK_CUR) = 187
read(8, "", 6) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/plat-linux2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
access("/root/miniconda2/lib/python2.7/plat-linux2", R_OK) = 0
openat(AT_FDCWD, "/root/miniconda2/lib/python2.7/plat-linux2", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 15 entries */, 32768) = 403
getdents(8, /* 0 entries */, 32768) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/lib-tk", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
access("/root/miniconda2/lib/python2.7/lib-tk", R_OK) = 0
openat(AT_FDCWD, "/root/miniconda2/lib/python2.7/lib-tk", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 56 entries */, 32768) = 1795
getdents(8, /* 0 entries */, 32768) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
access("/root/miniconda2/lib/python2.7/lib-dynload", R_OK) = 0
openat(AT_FDCWD, "/root/miniconda2/lib/python2.7/lib-dynload", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 65 entries */, 32768) = 1999
getdents(8, /* 0 entries */, 32768) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/lib-dynload/Python-2.7.12-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
stat("/root/miniconda2/lib/python2.7/lib-dynload/Python-2.7.12-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/Python-2.7.12-py2.7.egg-info", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
ioctl(8, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffdf5f45a0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metada", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 6
read(8, "ta-Ver", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 12
read(8, "sion: 1", 7) = 7
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 19
read(8, ".1\nName:", 8) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 27
read(8, " Python\nV", 9) = 9
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 36
read(8, "ersion: 2.", 10) = 10
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 46
read(8, "7.12\nSummar", 11) = 11
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 57
read(8, "y: A high-lev", 13) = 13
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 70
read(8, "el object-orie", 14) = 14
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 84
read(8, "nted programming", 16) = 16
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 100
read(8, " language\nHome-pag", 18) = 18
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 118
read(8, "e: http://www.python", 20) = 20
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 138
read(8, ".org/2.7\nAuthor: Guido ", 23) = 23
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 161
read(8, "van Rossum and the Python ", 26) = 26
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 187
read(8, "community\nAuthor-email: pytho", 29) = 29
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 216
read(8, "n-dev@python.org\nLicense: PSF li"..., 33) = 33
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 249
read(8, "ense\nDescription: Python is an i"..., 37) = 37
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 286
read(8, "reted, interactive, object-orien"..., 41) = 41
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 327
read(8, "amming\n language. It is o"..., 46) = 46
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 373
read(8, "to Tcl, Perl, Scheme or Java.\n "..., 52) = 52
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 425
read(8, "n combines remarkable power with"..., 59) = 59
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 484
read(8, " modules, classes, except"..., 66) = 66
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 550
read(8, " types, and\n dynamic typi"..., 74) = 74
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 624
read(8, "lls and\n libraries, as we"..., 84) = 84
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 708
read(8, " Mac, MFC). New built-in "..., 94) = 94
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 802
read(8, " usable as an extension language"..., 106) = 106
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 908
read(8, " The Python implementation i"..., 119) = 119
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1027
read(8, ". If your favorite system isn't\n"..., 134) = 134
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1161
read(8, "comp.lang.python -- or just try "..., 151) = 151
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1312
read(8, "SI Approved :: Python Software F"..., 170) = 170
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1482
read(8, "\nClassifier: Topic :: Software D"..., 191) = 43
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1525
read(8, "", 196) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1525
read(8, "", 6) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg", {st_mode=S_IFREG|0664, st_size=472774, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
access("/root/miniconda2/lib/python2.7/site-packages", R_OK) = 0
openat(AT_FDCWD, "/root/miniconda2/lib/python2.7/site-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 34 entries */, 32768) = 1207
getdents(8, /* 0 entries */, 32768) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/PyYAML-3.11-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/PyYAML-3.11-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/PyYAML-3.11-py2.7.egg-info", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
ioctl(8, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffdf5f45a0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metada", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 6
read(8, "ta-Ver", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 12
read(8, "sion: 1", 7) = 7
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 19
read(8, ".1\nName:", 8) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 27
read(8, " PyYAML\nV", 9) = 9
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 36
read(8, "ersion: 3.", 10) = 10
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 46
read(8, "11\nSummary:", 11) = 11
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 57
read(8, " YAML parser ", 13) = 13
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 70
read(8, "and emitter fo", 14) = 14
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 84
read(8, "r Python\nHome-pa", 16) = 16
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 100
read(8, "ge: http://pyyaml.", 18) = 18
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 118
read(8, "org/wiki/PyYAML\nAuth", 20) = 20
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 138
read(8, "or: Kirill Simonov\nAuth", 23) = 23
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 161
read(8, "or-email: xi@resolvent.net", 26) = 26
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 187
read(8, "\nLicense: MIT\nDownload-URL: h", 29) = 29
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 216
read(8, "ttp://pyyaml.org/download/pyyaml"..., 33) = 33
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 249
read(8, "PyYAML-3.11.tar.gz\nDescription: "..., 37) = 37
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 286
read(8, "is a data serialization format d"..., 41) = 41
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 327
read(8, "or human readability\n and"..., 46) = 46
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 373
read(8, "ith scripting languages. PyYAML"..., 52) = 52
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 425
read(8, " and emitter for Python.\n "..., 59) = 59
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 484
read(8, "res a complete YAML 1.1 parser, "..., 66) = 66
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 550
read(8, "pport, capable extension API, an"..., 74) = 74
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 624
read(8, " supports standard YAML tags and"..., 84) = 84
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 708
read(8, " represent an arbitrary Python o"..., 94) = 94
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 802
read(8, " of tasks from complex\n c"..., 106) = 106
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 908
read(8, "Classifier: Development Status :"..., 119) = 119
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1027
read(8, " :: OSI Approved :: MIT License\n"..., 134) = 134
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1161
read(8, "Programming Language :: Python :"..., 151) = 151
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1312
read(8, "gramming Language :: Python :: 2"..., 170) = 170
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1482
read(8, "ython :: 3.1\nClassifier: Program"..., 191) = 183
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1665
read(8, "", 214) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1665
read(8, "", 6) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/conda-4.1.11-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=9090, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/conda-4.1.11-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=9090, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/conda-4.1.11-py2.7.egg-info", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=9090, ...}) = 0
ioctl(8, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffdf5f45a0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(8, {st_mode=S_IFREG|0664, st_size=9090, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=9090, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metadata-Version: 1.1\nName: cond"..., 9091) = 9090
fstat(8, {st_mode=S_IFREG|0664, st_size=9090, ...}) = 0
lseek(8, 0, SEEK_CUR) = 9090
read(8, "", 1) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=9090, ...}) = 0
lseek(8, 0, SEEK_CUR) = 9090
read(8, "", 1) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/conda_env-2.5.0alpha-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/conda_env-2.5.0alpha-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/conda_env-2.5.0alpha-py2.7.egg-info", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
ioctl(8, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffdf5f45a0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metada", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 6
read(8, "ta-Ver", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 12
read(8, "sion: 1", 7) = 7
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 19
read(8, ".1\nName:", 8) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 27
read(8, " conda-en", 9) = 9
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 36
read(8, "v\nVersion:", 10) = 10
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 46
read(8, " 2.5.0alpha", 11) = 11
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 57
read(8, "\nSummary: too", 13) = 13
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 70
read(8, "ls for interac", 14) = 14
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 84
read(8, "ting with conda ", 16) = 16
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 100
read(8, "environments\nHome-", 18) = 18
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 118
read(8, "page: https://github", 20) = 20
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 138
read(8, ".com/conda/conda-env\nAu", 23) = 23
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 161
read(8, "thor: Continuum Analytics,", 26) = 26
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 187
read(8, " Inc.\nAuthor-email: support@c", 29) = 29
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 216
read(8, "ontinuum.io\nLicense: BSD\nDescrip"..., 33) = 33
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 249
read(8, "ion: =========\n conda-env"..., 37) = 37
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 286
read(8, " =========\n \n ."..., 41) = 41
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 327
read(8, " https://travis-ci.org/conda/con"..., 46) = 46
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 373
read(8, " :target: https://travis"..., 52) = 52
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 425
read(8, "env\n \n Provides th"..., 59) = 59
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 484
read(8, "Conda environments.\n \n "..., 66) = 66
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 550
read(8, "\n \n To install `co"..., 74) = 74
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 624
read(8, "mand in your root environment:\n "..., 84) = 84
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 708
read(8, " $ conda install -c conda c"..., 94) = 94
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 802
read(8, " All of the usage is documented "..., 106) = 106
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 908
read(8, " $ conda env --help\n "..., 119) = 119
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1027
read(8, "itional arguments:\n "..., 134) = 134
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1161
read(8, "on describing your conda environ"..., 151) = 151
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1312
read(8, "onment based on an environment f"..., 170) = 170
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1482
read(8, " remove Rem"..., 191) = 191
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1673
read(8, "t based on environment\n "..., 215) = 215
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1888
read(8, "l``\n -------------------\n"..., 242) = 242
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 2130
read(8, "encies. For example, to create "..., 272) = 272
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 2402
read(8, " - numpy\n - pandas"..., 306) = 306
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 2708
read(8, " ] |############################"..., 344) = 344
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 3052
read(8, "her you have the packages\n "..., 387) = 387
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 3439
read(8, "tion\n to most ``conda`` c"..., 435) = 435
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 3874
read(8, " - bokeh=0.9.2\n "..., 490) = 490
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 4364
read(8, "Python :: 2.7\nClassifier: Progra"..., 551) = 162
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 4526
read(8, "", 571) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0
lseek(8, 0, SEEK_CUR) = 4526
read(8, "", 6) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=1975, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg-info/PKG-INFO", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=1975, ...}) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=1975, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=1975, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metadata-Version: 1.1\nName: nose"..., 1536) = 1536
read(8, "latform: UNKNOWN\nClassifier: Dev"..., 512) = 439
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy-1.11.1-py2.7.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy-1.11.1-py2.7.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=2060, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy-1.11.1-py2.7.egg-info/PKG-INFO", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=2060, ...}) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=2060, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=2060, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metadata-Version: 1.1\nName: nump"..., 2048) = 2048
read(8, "em :: MacOS\n", 512) = 12
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/pip-8.1.2-py2.7.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/pip-8.1.2-py2.7.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=2387, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/pip-8.1.2-py2.7.egg-info/PKG-INFO", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=2387, ...}) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=2387, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=2387, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metadata-Version: 1.1\nName: pip\n"..., 2048) = 2048
read(8, "uage :: Python :: 2.6\nClassifier"..., 512) = 339
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/pycosat-0.6.1-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/pycosat-0.6.1-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/pycosat-0.6.1-py2.7.egg-info", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
ioctl(8, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffdf5f45a0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metada", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 6
read(8, "ta-Ver", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 12
read(8, "sion: 1", 7) = 7
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 19
read(8, ".1\nName:", 8) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 27
read(8, " pycosat\n", 9) = 9
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 36
read(8, "Version: 0", 10) = 10
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 46
read(8, ".6.1\nSummar", 11) = 11
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 57
read(8, "y: bindings t", 13) = 13
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 70
read(8, "o picosat (a S", 14) = 14
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 84
read(8, "AT solver)\nHome-", 16) = 16
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 100
read(8, "page: https://gith", 18) = 18
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 118
read(8, "ub.com/ContinuumIO/p", 20) = 20
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 138
read(8, "ycosat\nAuthor: Ilan Sch", 23) = 23
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 161
read(8, "nell\nAuthor-email: ilan@co", 26) = 26
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 187
read(8, "ntinuum.io\nLicense: MIT\nDescr", 29) = 29
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 216
read(8, "iption: ========================"..., 33) = 33
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 249
read(8, "==================\n pycos"..., 37) = 37
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 286
read(8, "indings to picosat (a SAT solver"..., 41) = 41
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 327
read(8, " ==============================="..., 46) = 46
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 373
read(8, " \n `PicoSAT <http:/"..., 52) = 52
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 425
read(8, ">`_ is a popular\n `SAT <h"..., 59) = 59
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 484
read(8, "/Boolean_satisfiability_problem>"..., 66) = 66
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 550
read(8, " Biere in pure C.\n This p"..., 74) = 74
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 624
read(8, "to picosat on the C level,\n "..., 84) = 84
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 708
read(8, "ecomes part of the\n Pytho"..., 94) = 94
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 802
read(8, "(namely\n picosat.c and pi"..., 106) = 106
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 908
read(8, "cted from the picosat source (pi"..., 119) = 119
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1027
read(8, "` module has two functions ``sol"..., 134) = 134
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1161
read(8, " is itself represented as"..., 151) = 151
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1312
read(8, "one solution (a list of integers"..., 170) = 170
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1482
read(8, "mined within the\n pro"..., 191) = 191
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1673
read(8, "e iterator may not yield all\n "..., 215) = 215
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 1888
read(8, " of variables (integer)\n "..., 242) = 242
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 2130
read(8, "pedia.org/wiki/Conjunctive_norma"..., 272) = 272
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 2402
read(8, "or x\\ :sub:`4`).\n Note th"..., 306) = 306
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 2708
read(8, "tegers. Naturally, it makes\n "..., 344) = 344
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 3052
read(8, ", -4]]\n >>> pycosat.so"..., 387) = 387
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 3439
read(8, ", -3, -4, 5]\n [1, -2, "..., 435) = 435
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 3874
read(8, "or many types of operations. Fo"..., 490) = 490
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 4364
read(8, "ng found one solution to another"..., 551) = 551
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 4915
read(8, " sol = pycosat.solve(clauses)"..., 620) = 620
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 5535
read(8, " picosat C interface (which make"..., 697) = 684
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 6219
read(8, "", 783) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0
lseek(8, 0, SEEK_CUR) = 6219
read(8, "", 6) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/pycrypto-2.6.1-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/pycrypto-2.6.1-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/pycrypto-2.6.1-py2.7.egg-info", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
ioctl(8, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffdf5f45a0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metada", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 6
read(8, "ta-Ver", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 12
read(8, "sion: 1", 7) = 7
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 19
read(8, ".1\nName:", 8) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 27
read(8, " pycrypto", 9) = 9
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 36
read(8, "\nVersion: ", 10) = 10
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 46
read(8, "2.6.1\nSumma", 11) = 11
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 57
read(8, "ry: Cryptogra", 13) = 13
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 70
read(8, "phic modules f", 14) = 14
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 84
read(8, "or Python.\nHome-", 16) = 16
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 100
read(8, "page: http://www.p", 18) = 18
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 118
read(8, "ycrypto.org/\nAuthor:", 20) = 20
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 138
read(8, " Dwayne C. Litzenberger", 23) = 23
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 161
read(8, "\nAuthor-email: dlitz@dlitz", 26) = 26
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 187
read(8, ".net\nLicense: UNKNOWN\nDescrip", 29) = 29
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 216
read(8, "tion: UNKNOWN\nPlatform: UNKNOWN\n"..., 33) = 33
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 249
read(8, "lassifier: Development Status ::"..., 37) = 37
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 286
read(8, "Production/Stable\nClassifier: Li"..., 41) = 41
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 327
read(8, "Public Domain\nClassifier: Intend"..., 46) = 46
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 373
read(8, " Developers\nClassifier: Operatin"..., 52) = 52
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 425
read(8, "ssifier: Operating System :: Mic"..., 59) = 59
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 484
read(8, "r: Operating System :: MacOS :: "..., 66) = 66
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 550
read(8, "ity :: Cryptography\nClassifier: "..., 74) = 74
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 624
read(8, "fier: Programming Language :: Py"..., 84) = 42
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 666
read(8, "", 89) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0
lseek(8, 0, SEEK_CUR) = 666
read(8, "", 6) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/requests-2.10.0-py2.7.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/requests-2.10.0-py2.7.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=47814, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/requests-2.10.0-py2.7.egg-info/PKG-INFO", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=47814, ...}) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=47814, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=47814, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metadata-Version: 1.1\nName: requ"..., 47616) = 47616
read(8, ":: 3.4\nClassifier: Programming L"..., 512) = 198
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/ruamel_yaml-_VERSION-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/ruamel_yaml-_VERSION-py2.7.egg-info", {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/ruamel_yaml-_VERSION-py2.7.egg-info", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
ioctl(8, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffdf5f45a0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metada", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 6
read(8, "ta-Ver", 6) = 6
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 12
read(8, "sion: 1", 7) = 7
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 19
read(8, ".1\nName:", 8) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 27
read(8, " ruamel_y", 9) = 9
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 36
read(8, "aml\nVersio", 10) = 10
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 46
read(8, "n: $VERSION", 11) = 11
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 57
read(8, "\nSummary: rua", 13) = 13
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 70
read(8, "mel_yaml is a ", 14) = 14
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 84
read(8, "YAML parser/emit", 16) = 16
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 100
read(8, "ter that supports ", 18) = 18
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 118
read(8, "roundtrip preservati", 20) = 20
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 138
read(8, "on of comments, seq/map", 23) = 23
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 161
read(8, " flow style, and map key o", 26) = 26
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 187
read(8, "rder\nHome-page: UNKNOWN\nAutho", 29) = 29
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 216
read(8, "r: Anthon van der Neut\nAuthor-em"..., 33) = 33
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 249
read(8, "il: a.van.der.neut@ruamel.eu\nLic"..., 37) = 37
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 286
read(8, " UNKNOWN\nDescription: UNKNOWN\nPl"..., 41) = 41
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 327
read(8, "NKNOWN\nClassifier: Programming L"..., 46) = 46
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 373
read(8, "hon :: 2.6\nClassifier: Programmi"..., 52) = 52
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 425
read(8, "n :: 2.7\nClassifier: Programming"..., 59) = 59
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 484
read(8, "Classifier: Programming Language"..., 66) = 66
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 550
read(8, "ramming Language :: Python :: 3."..., 74) = 74
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 624
read(8, "on :: Implementation :: CPython\n"..., 84) = 84
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 708
read(8, "entation :: PyPy\nClassifier: Pro"..., 94) = 94
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 802
read(8, "fier: Topic :: Software Developm"..., 106) = 106
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 908
read(8, " Markup\n", 119) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 916
read(8, "", 120) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0
lseek(8, 0, SEEK_CUR) = 916
read(8, "", 6) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy-0.18.0-py2.7.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy-0.18.0-py2.7.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=2104, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy-0.18.0-py2.7.egg-info/PKG-INFO", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=2104, ...}) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=2104, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0664, st_size=2104, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metadata-Version: 1.1\nName: scip"..., 2048) = 2048
read(8, "ng System :: Unix\nClassifier: Op"..., 512) = 56
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/wheel-0.29.0-py2.7.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/wheel-0.29.0-py2.7.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=13135, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/wheel-0.29.0-py2.7.egg-info/PKG-INFO", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=13135, ...}) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=13135, ...}) = 0
lseek(8, 0, SEEK_CUR) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=13135, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(8, 0, SEEK_CUR) = 0
read(8, "Metadata-Version: 1.1\nName: whee"..., 12800) = 12800
read(8, " Programming Language :: Python "..., 512) = 335
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
close(7) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/plugintest", 0x7fffdf5f5cf0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/plugintest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/plugintestmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/plugintest.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=13536, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/plugintest.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=16182, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(8, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s`\1\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=16182, ...}) = 0
read(8, "ith some level of confidence. Ho"..., 15360) = 15360
read(8, "\0\0\0ImportErrort\7\0\0\0__all__t\2\0\0\0o"..., 512) = 310
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/re", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/multiprocessing", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/multiprocessing.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/multiprocessingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/multiprocessing.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/multiprocessing.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("multiprocessing", 0x7fffdf5f5750) = -1 ENOENT (No such file or directory)
open("multiprocessing.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("multiprocessingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("multiprocessing.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("multiprocessing.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/multiprocessing", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/multiprocessing/__init__.py", {st_mode=S_IFREG|0644, st_size=7805, ...}) = 0
stat("/root/miniconda2/lib/python2.7/multiprocessing/__init__", 0x7fffdf5f5700) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/__init__.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=7805, ...}) = 0
open("/root/miniconda2/lib/python2.7/multiprocessing/__init__.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=9089, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\344CxWc\0\0\0\0\0\0\0\0\33\0\0\0@\0\0\0s\22\2\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=9089, ...}) = 0
read(9, "\0Z'\0e\4\0j(\0d=\0k\2\0r\16\2d>\0\204\0\0Z)\0e\1\0d"..., 8192) = 8192
read(9, "R\31\0\0\0R\32\0\0\0t\t\0\0\0ExceptionR\33\0\0\0R\n\0"..., 512) = 385
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/multiprocessing", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/multiprocessing", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/multiprocessing/os", 0x7fffdf5f5160) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/multiprocessing/sys", 0x7fffdf5f5160) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/multiprocessing/multiprocessing", 0x7fffdf5f5160) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/multiprocessing.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/multiprocessingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/multiprocessing.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/multiprocessing.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/multiprocessing/process", 0x7fffdf5f5160) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/process.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/processmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/process.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=9370, ...}) = 0
open("/root/miniconda2/lib/python2.7/multiprocessing/process.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=10119, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(10, "\3\363\r\n\344CxWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s2\1\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=10119, ...}) = 0
read(10, "rrent_process(\0\0\0\0(\0\0\0\0(\0\0\0\0sG\0\0"..., 9216) = 9216
read(10, "ess.pyRl\0\0\0+\1\0\0s\2\0\0\0\6\2i\3\0\0\0t\3\0\0\0"..., 512) = 391
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/multiprocessing/signal", 0x7fffdf5f4bc0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/signal.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/signalmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/signal.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/signal.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/multiprocessing/itertools", 0x7fffdf5f4bc0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/itertools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/itertoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/itertools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/itertools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
getcwd("/mnt/c/Users/evfro/Linux", 1024) = 25
fstat(14, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
read(14, "\23\273\276\254\364\352\306\3200&sH\206\36\37YNZ\267\267\266[rsG\250\223\345\3510j\372", 32) = 32
close(9) = 0
stat("/root/miniconda2/lib/python2.7/multiprocessing/util", 0x7fffdf5f5160) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/util.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/utilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/util.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=10867, ...}) = 0
open("/root/miniconda2/lib/python2.7/multiprocessing/util.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=10802, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(10, "\3\363\r\n\344CxWc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\317\1\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=10802, ...}) = 0
read(10, "\0\0_args_from_interpreter_flags(\2"..., 10240) = 10240
read(10, "\6\2\6\1\6\2\t\4\t\4\t\4\t\4\t\35\f\26\t\16\f\1\f\2\t\t\t\7\6\1\f\3"..., 512) = 50
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/multiprocessing/weakref", 0x7fffdf5f4bc0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/weakref.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/weakrefmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/weakref.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/weakref.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/multiprocessing/atexit", 0x7fffdf5f4bc0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/atexit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/atexitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/atexit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/atexit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/multiprocessing/threading", 0x7fffdf5f4bc0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/threading.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/threading.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/multiprocessing/subprocess", 0x7fffdf5f4bc0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/subprocess.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/subprocessmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/subprocess.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/subprocess.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("subprocess", 0x7fffdf5f4bc0) = -1 ENOENT (No such file or directory)
open("subprocess.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("subprocessmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("subprocess.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("subprocess.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/subprocess", 0x7fffdf5f4bc0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/subprocess.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/subprocessmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/subprocess.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=59886, ...}) = 0
open("/root/miniconda2/lib/python2.7/subprocess.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0664, st_size=43338, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(11, "\3\363\r\n\241CxWc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s`\2\0\0d\0"..., 512) = 512
fstat(11, {st_mode=S_IFREG|0664, st_size=43338, ...}) = 0
read(11, "!\0\204\0\0Z)\0d\"\0\204\0\0Z*\0d#\0\204\0\0Z+\0d$\0\204\0\0"..., 42496) = 42496
read(11, "\0\0\0R!\0\0\0R\"\0\0\0R#\0\0\0R$\0\0\0Rc\0\0\0t\7\0\0"..., 512) = 330
read(11, "", 512) = 0
close(11) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("select", 0x7fffdf5f4620) = -1 ENOENT (No such file or directory)
open("select.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("selectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("select.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("select.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/select", 0x7fffdf5f4620) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/select.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/selectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/select.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/select.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/select", 0x7fffdf5f4620) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/select.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/selectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/select.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/select.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/select", 0x7fffdf5f4620) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/select.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/selectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/select.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/select.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/select", 0x7fffdf5f4620) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/select.so", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0755, st_size=65893, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/select.so", O_RDONLY|O_CLOEXEC) = 12
read(12, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\34\0\0\0\0\0\0"..., 832) = 832
fstat(12, {st_mode=S_IFREG|0755, st_size=65893, ...}) = 0
mmap(NULL, 2119680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 12, 0) = 0x7fc780590000
mprotect(0x7fc780594000, 2097152, PROT_NONE) = 0
mmap(0x7fc780794000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 12, 0x4000) = 0x7fc780794000
close(12) = 0
close(11) = 0
stat("pickle", 0x7fffdf5f4620) = -1 ENOENT (No such file or directory)
open("pickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("picklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("pickle.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("pickle.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/pickle", 0x7fffdf5f4620) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/pickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/picklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/pickle.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=45489, ...}) = 0
open("/root/miniconda2/lib/python2.7/pickle.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0664, st_size=41054, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(12, "\3\363\r\n\232CxWc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\355\3\0\0d\0"..., 512) = 512
fstat(12, {st_mode=S_IFREG|0664, st_size=41054, ...}) = 0
read(12, "\0d1\0Z2\0d2\0Z3\0d3\0Z4\0d4\0Z5\0d5\0Z6\0d"..., 40448) = 40448
read(12, "\6\1\6\1\6\1\6\1\6\1\6\1\6\1\6\2\6\1\6\4\6\1\6\1\6\1\6\1\6\1\6\1"..., 512) = 94
read(12, "", 512) = 0
close(12) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("org", 0x7fffdf5f4080) = -1 ENOENT (No such file or directory)
open("org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/org", 0x7fffdf5f4080) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/org", 0x7fffdf5f4080) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/org", 0x7fffdf5f4080) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/org", 0x7fffdf5f4080) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/org", 0x7fffdf5f4080) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(11) = 0
getrlimit(RLIMIT_NOFILE, {rlim_cur=2*1024, rlim_max=2*1024}) = 0
close(10) = 0
close(9) = 0
stat("/root/miniconda2/lib/python2.7/multiprocessing/_multiprocessing", 0x7fffdf5f5160) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/_multiprocessing.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/_multiprocessingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/_multiprocessing.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/multiprocessing/_multiprocessing.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("_multiprocessing", 0x7fffdf5f5160) = -1 ENOENT (No such file or directory)
open("_multiprocessing.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_multiprocessingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_multiprocessing.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_multiprocessing.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/_multiprocessing", 0x7fffdf5f5160) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_multiprocessing.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_multiprocessingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_multiprocessing.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_multiprocessing.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/_multiprocessing", 0x7fffdf5f5160) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_multiprocessing.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_multiprocessingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_multiprocessing.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_multiprocessing.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/_multiprocessing", 0x7fffdf5f5160) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_multiprocessing.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_multiprocessingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_multiprocessing.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_multiprocessing.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/_multiprocessing", 0x7fffdf5f5160) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/_multiprocessing.so", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0755, st_size=93817, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/_multiprocessing.so", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0&\0\0\0\0\0\0"..., 832) = 832
fstat(10, {st_mode=S_IFREG|0755, st_size=93817, ...}) = 0
mmap(NULL, 2125144, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fc7802d0000
mprotect(0x7fc7802d6000, 2097152, PROT_NONE) = 0
mmap(0x7fc7804d6000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x6000) = 0x7fc7804d6000
close(10) = 0
close(9) = 0
close(8) = 0
close(7) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/warnings", 0x7fffdf5f62e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/warnings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/warnings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(5) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/loader", 0x7fffdf5f6880) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/loader.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/loadermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/loader.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=25526, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/loader.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=18733, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\322\1\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=18733, ...}) = 0
read(6, "Loader\n-----------\n\nnose's test "..., 17920) = 17920
read(6, "R\30\0\0\0R\31\0\0\0R\32\0\0\0R\33\0\0\0t\t\0\0\0getLogg"..., 512) = 301
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/case", 0x7fffdf5f62e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/case.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/casemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/case.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=13171, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/case.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=14996, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\360\0\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=14996, ...}) = 0
read(7, "\0t\n\0\0\0isfunction(\1\0\0\0t\6\0\0\0Config"..., 14336) = 14336
read(7, "\0\0\0R\6\0\0\0R@\0\0\0RG\0\0\0RR\0\0\0(\0\0\0\0(\0\0\0"..., 512) = 148
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/importer", 0x7fffdf5f62e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/importer.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/importermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/importer.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=5978, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/importer.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=5698, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\307\0\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=5698, ...}) = 0
read(7, "he rest when using\nthe builtin i"..., 5120) = 5120
read(7, "s/nose/importer.pyt\10\0\0\0<module>\6"..., 512) = 66
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/imp", 0x7fffdf5f5d40) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/imp.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/impmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/imp.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/imp.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/selector", 0x7fffdf5f62e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/selector.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/selectormodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/selector.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=9100, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/selector.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=9125, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\4\1\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=9125, ...}) = 0
read(7, "\0\0t\17\0\0\0split_test_namet\3\0\0\0srct\v"..., 8192) = 8192
read(7, "\0\6\22\6\1\f\26\t\3\t\3(\"\0\0\0RJ\0\0\0t\7\0\0\0loggin"..., 512) = 421
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/suite", 0x7fffdf5f62e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/suite.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/suitemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/suite.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=22341, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/suite.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=22252, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\310\1\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=22252, ...}) = 0
read(7, "--------\n\nProvides a LazySuite, "..., 21504) = 21504
read(7, "t\t\0\0\0getLoggerR\n\0\0\0R%\0\0\0R\34\0\0\0R\211\0"..., 512) = 236
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/proxy", 0x7fffdf5f5d40) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/proxy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/proxymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/proxy.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=6879, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/proxy.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=8340, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(8, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sj\0\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=8340, ...}) = 0
read(8, " calls\nresult.addFailure(self, e"..., 7680) = 7680
read(8, "\0\0t\3\0\0\0logR\r\0\0\0t\6\0\0\0objectR\16\0\0\0R"..., 512) = 148
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
close(7) = 0
close(6) = 0
close(5) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/result", 0x7fffdf5f6880) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/result.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/resultmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/result.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=6711, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/result.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=6974, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\253\0\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=6974, ...}) = 0
read(6, "\2\0\0\0lns\v\0\0\0nose.resultc\1\0\0\0\1\0\0\0\3"..., 6144) = 6144
read(6, "/nose/result.pyR\3\0\0\0\301\0\0\0s\10\0\0\0\0\1\20"..., 512) = 318
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b630000, 4096) = 0
close(5) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/exc", 0x7fffdf5f6e20) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/exc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/excmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/exc.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=376, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/exc.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=588, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0s*\0\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=588, ...}) = 0
read(5, "miniconda2/lib/python2.7/site-pa"..., 512) = 76
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/skip", 0x7fffdf5f6880) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/skip.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/skipmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/skip.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=2142, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/skip.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=2597, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\234\0\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=2597, ...}) = 0
read(6, "ed with the ``--no-skip`` option"..., 2048) = 2048
read(6, "\0\0<module>\7\0\0\0s\22\0\0\0\6\2\26\t\3\1\24\1\r\1\3\1\24"..., 512) = 37
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/errorclass", 0x7fffdf5f62e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/errorclass.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/errorclassmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/errorclass.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=7279, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/errorclass.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=9163, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\336\0\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=9163, ...}) = 0
read(7, "h error class is stored in a dif"..., 8192) = 8192
read(7, "(\1\0\0\0R1\0\0\0(\0\0\0\0(\0\0\0\0sG\0\0\0/root/m"..., 512) = 459
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/unittest", 0x7fffdf5f62e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/unittest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/unittestmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/unittest.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/unittest.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(5) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/deprecated", 0x7fffdf5f6880) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/deprecated.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/deprecatedmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/deprecated.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=1551, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/deprecated.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=2310, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sL\0\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=2310, ...}) = 0
read(6, "\377(\2\0\0\0t\n\0\0\0ErrorClasst\20\0\0\0ErrorC"..., 1536) = 1536
read(6, "7/site-packages/nose/plugins/dep"..., 512) = 262
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b630000, 4096) = 0
close(5) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/tools", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/tools/__init__.py", {st_mode=S_IFREG|0664, st_size=436, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/tools/__init__", 0x7fffdf5f6dd0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/__init__.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=436, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/__init__.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=577, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0sH\0\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=577, ...}) = 0
read(5, "e-packages/nose/tools/__init__.p"..., 512) = 65
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/tools", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/tools", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/tools/nose", 0x7fffdf5f6830) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/nose.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/nosemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/nose.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/nose.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/tools/nontrivial", 0x7fffdf5f6830) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/nontrivial.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/nontrivialmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/nontrivial.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=4171, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/nontrivial.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=5872, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\217\0\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=5872, ...}) = 0
read(6, "\0\0\0\n\0\0\0s\2\0\0\0\6\1c\1\0\0\0\2\0\0\0\2\0\0\0\3\0\0\0s"..., 5120) = 5120
read(6, "ivial.pyR\7\0\0\0\223\0\0\0s\4\0\0\0\0\3\t\1(\r\0\0\0R"..., 512) = 240
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/tools/time", 0x7fffdf5f6290) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(5) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/tools/trivial", 0x7fffdf5f6830) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/trivial.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/trivialmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/trivial.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=1184, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/trivial.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=2214, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\6\1\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=2214, ...}) = 0
read(6, "ponding\nmethods in ``unittest`` "..., 1536) = 1536
read(6, "trt\4\0\0\0varst\6\0\0\0append(\0\0\0\0(\0\0\0\0"..., 512) = 166
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/tools/re", 0x7fffdf5f6290) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/tools/unittest", 0x7fffdf5f6290) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/unittest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/unittestmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/unittest.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tools/unittest.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(5) = 0
close(4) = 0
close(3) = 0
stat("doctest", 0x7fffdf5f7850) = -1 ENOENT (No such file or directory)
open("doctest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("doctestmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("doctest.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("doctest.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/doctest", 0x7fffdf5f7850) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/doctest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/doctestmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/doctest.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=105210, ...}) = 0
open("/root/miniconda2/lib/python2.7/doctest.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=86594, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(4, "\3\363\r\n\223CxWc\0\0\0\0\0\0\0\0!\0\0\0@\0\0\0s\377\4\0\0d\0"..., 512) = 512
fstat(4, {st_mode=S_IFREG|0664, st_size=86594, ...}) = 0
read(4, "\0BZ \0d*\0Z!\0d+\0Z\"\0d,\0\204\0\0Z#\0d-\0d.\0"..., 86016) = 86016
read(4, "\t\1\17f\t\1\f\1\f\1\fz\6\1\17\34\23?\6\2\t$\31\243\26\21\25I\26\16\6\1"..., 512) = 66
read(4, "", 512) = 0
close(4) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("pdb", 0x7fffdf5f72b0) = -1 ENOENT (No such file or directory)
open("pdb.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("pdbmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("pdb.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("pdb.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/pdb", 0x7fffdf5f72b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/pdb.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/pdbmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/pdb.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0755, st_size=46099, ...}) = 0
open("/root/miniconda2/lib/python2.7/pdb.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=46408, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n\232CxWc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\216\1\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=46408, ...}) = 0
read(5, "\0Z\1\0d\0\0Z\2\0RS(\1\0\0\0sB\0\0\0Causes a d"..., 45568) = 45568
read(5, "\1\0\0Rn\0\0\0t\t\0\0\0ExceptionR\1\0\0\0t\5\0\0\0"..., 512) = 328
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("cmd", 0x7fffdf5f6d10) = -1 ENOENT (No such file or directory)
open("cmd.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("cmdmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("cmd.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("cmd.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/cmd", 0x7fffdf5f6d10) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/cmd.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/cmdmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/cmd.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=15026, ...}) = 0
open("/root/miniconda2/lib/python2.7/cmd.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=14543, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n\221CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sL\0\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=14543, ...}) = 0
read(6, " a single argument consisting of"..., 13824) = 13824
read(6, "\t\24\t\33\t\n\t\t\t\t\t\4\t\36\t\5\t\6\t.\t\10(\0\0\0\0(\10\0\0\0"..., 512) = 207
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b630000, 4096) = 0
close(5) = 0
stat("bdb", 0x7fffdf5f6d10) = -1 ENOENT (No such file or directory)
open("bdb.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("bdbmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("bdb.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("bdb.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/bdb", 0x7fffdf5f6d10) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/bdb.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/bdbmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/bdb.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=21714, ...}) = 0
open("/root/miniconda2/lib/python2.7/bdb.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=20565, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n\220CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\321\0\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=20565, ...}) = 0
read(6, "\6\1c\0\0\0\0\0\0\0\0\4\0\0\0B\0\0\0s\240\1\0\0e\0\0Z\1\0d\0"..., 19968) = 19968
read(6, "nvs/_build/lib/python2.7/bdb.pyt"..., 512) = 85
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b630000, 4096) = 0
close(5) = 0
stat("repr", 0x7fffdf5f6d10) = -1 ENOENT (No such file or directory)
open("repr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("reprmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("repr.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("repr.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/repr", 0x7fffdf5f6d10) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/repr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/reprmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/repr.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=4296, ...}) = 0
open("/root/miniconda2/lib/python2.7/repr.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=5793, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n\235CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s`\0\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=5793, ...}) = 0
read(6, "\10\0d\5\0|\0\0_\t\0d\6\0|\0\0_\n\0d\0\0S(\7\0\0\0Ni\6"..., 5120) = 5120
read(6, "ll__R\33\0\0\0t\t\0\0\0itertoolsR\2\0\0\0R\0\0\0"..., 512) = 161
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b630000, 4096) = 0
close(5) = 0
close(4) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780fa0000
munmap(0x7fc780fa0000, 262144) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780fa0000
close(3) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/noseclasses", 0x7fffdf5f7850) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/noseclasses.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/noseclassesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/noseclasses.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0664, st_size=13834, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/testing/noseclasses.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=11723, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(4, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\3\0\0\0@`\1\0s\206\1\0\0d\0"..., 512) = 512
fstat(4, {st_mode=S_IFREG|0664, st_size=11723, ...}) = 0
read(4, "\n\0\0\0ErrorClasst\20\0\0\0ErrorClassPlu"..., 10752) = 10752
read(4, "R\17\0\0\0R\237\0\0\0t\f\0\0\0nose.pluginsR\3\0\0\0"..., 512) = 459
read(4, "", 512) = 0
close(4) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/doctests", 0x7fffdf5f72a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/doctests.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/doctestsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/doctests.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=17601, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/doctests.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=17616, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\331\1\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=17616, ...}) = 0
read(5, "\0Use the Doctest plugin with ``-"..., 16896) = 16896
read(5, "irectingPdbR\17\0\0\0R\f\0\0\0R \0\0\0R\33\0\0\0R"..., 512) = 208
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/__future__", 0x7fffdf5f6d00) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/__future__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/__future__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/__future__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/__future__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/__builtin__", 0x7fffdf5f6d00) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/__builtin__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/__builtin__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/__builtin__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/__builtin__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/doctest", 0x7fffdf5f6d00) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/doctest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/doctestmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/doctest.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/doctest.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(4) = 0
close(3) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/builtin", 0x7fffdf5f7630) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/builtin.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/builtinmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/builtin.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0664, st_size=1021, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/builtin.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=1817, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(4, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s\310\0\0\0d\0"..., 512) = 512
fstat(4, {st_mode=S_IFREG|0664, st_size=1817, ...}) = 0
read(4, "ugins.doctestst\7\0\0\0Doctests\24\0\0\0n"..., 1024) = 1024
read(4, "odulet\3\0\0\0clst\n\0\0\0__import__t\7\0\0"..., 512) = 281
read(4, "", 512) = 0
close(4) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/attrib", 0x7fffdf5f7100) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/attrib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/attribmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/attrib.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=9660, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/attrib.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=9331, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\306\0\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=9331, ...}) = 0
read(5, "s on your test methods.\nHere is "..., 8704) = 8704
read(5, "/root/miniconda2/lib/python2.7/s"..., 512) = 115
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/capture", 0x7fffdf5f7100) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/capture.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/capturemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/capture.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=3373, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/capture.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=5232, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\231\0\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=5232, ...}) = 0
read(5, "t will be printed immediately)\n\n"..., 4608) = 4608
read(5, "D\0\0\0/root/miniconda2/lib/python2"..., 512) = 112
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/StringIO", 0x7fffdf5f6b60) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/StringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/logcapture", 0x7fffdf5f7100) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/logcapture.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/logcapturemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/logcapture.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=9353, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/logcapture.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=11655, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\347\0\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=11655, ...}) = 0
read(5, "tput. It is enabled by default b"..., 10752) = 10752
read(5, "-packages/nose/plugins/logcaptur"..., 512) = 391
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/threading", 0x7fffdf5f6b60) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/threading.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/threading.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/cover", 0x7fffdf5f7100) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/cover.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/covermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/cover.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=11673, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/cover.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=9720, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\205\0\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=9720, ...}) = 0
read(5, "modules too, use the ``--cover-t"..., 9216) = 9208
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/debug", 0x7fffdf5f7100) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/debug.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/debugmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/debug.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=2272, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/debug.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=2963, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s<\0\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=2963, ...}) = 0
read(5, "er to\n drop into pdb if it en"..., 2048) = 2048
read(5, "yR\31\0\0\0;\0\0\0s\16\0\0\0\0\1\f\1\17\1\t\1\f\1\3\1\21\2(\f\0"..., 512) = 403
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/pdb", 0x7fffdf5f6b60) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/pdb.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/pdbmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/pdb.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/pdb.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/isolate", 0x7fffdf5f7100) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/isolate.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/isolatemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/isolate.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=3750, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/isolate.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=4852, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sW\0\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=4852, ...}) = 0
read(5, "down(module):\n to_del = ["..., 4096) = 4096
read(5, "se/plugins/isolate.pyR\1\0\0\0.\0\0\0s\20"..., 512) = 244
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/failuredetail", 0x7fffdf5f7100) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/failuredetail.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/failuredetailmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/failuredetail.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=1635, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/failuredetail.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=2407, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sV\0\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=2407, ...}) = 0
read(5, "racebackt\r\0\0\0FailureDetailc\0\0\0\0\0"..., 1536) = 1536
read(5, "_t\5\0\0\0scoreR\21\0\0\0R\25\0\0\0R\37\0\0\0(\0\0\0\0("..., 512) = 359
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/inspector", 0x7fffdf5f6b60) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/inspector.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/inspectormodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/inspector.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=6986, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/inspector.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=6024, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\312\0\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=6024, ...}) = 0
read(6, "\2\0\\\2\0}\4\0}\5\0t\6\0t\7\0j\10\0d\2\0j\t\0|\4\0\203\1\0"..., 5120) = 5120
read(6, "e__t\7\0\0\0__doc__RL\0\0\0RV\0\0\0(\0\0\0\0(\0"..., 512) = 392
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/textwrap", 0x7fffdf5f65c0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/textwrap.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/textwrapmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/textwrap.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/textwrap.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/tokenize", 0x7fffdf5f65c0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tokenize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tokenizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tokenize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/tokenize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/cStringIO", 0x7fffdf5f65c0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/cStringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/cStringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/cStringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/cStringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(5) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/prof", 0x7fffdf5f7100) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/prof.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/profmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/prof.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=5357, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/prof.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=5540, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\277\0\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=5540, ...}) = 0
read(5, "` options,\nand the profiler outp"..., 4608) = 4608
read(5, "2\0\0\0R>\0\0\0RC\0\0\0R\37\0\0\0(\0\0\0\0(\0\0\0\0(\0\0"..., 512) = 420
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/hotshot", 0x7fffdf5f6b60) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/hotshot.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/hotshotmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/hotshot.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/hotshot.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("hotshot", 0x7fffdf5f6b60) = -1 ENOENT (No such file or directory)
open("hotshot.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("hotshotmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("hotshot.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("hotshot.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/hotshot", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/hotshot/__init__.py", {st_mode=S_IFREG|0644, st_size=2670, ...}) = 0
stat("/root/miniconda2/lib/python2.7/hotshot/__init__", 0x7fffdf5f6b10) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/__init__.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2670, ...}) = 0
open("/root/miniconda2/lib/python2.7/hotshot/__init__.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=3748, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n\265CxWc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sY\0\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=3748, ...}) = 0
read(6, "d\2\0|\0\0_\0\0|\3\0r'\0|\2\0r'\0d\1\0p*\0d\2\0|\0"..., 3072) = 3072
read(6, "\6\0\0\0R\0\0\0\0t\10\0\0\0warningsR\1\0\0\0t\t\0\0\0"..., 512) = 164
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/hotshot", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/hotshot", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/hotshot/_hotshot", 0x7fffdf5f6570) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/_hotshot.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/_hotshotmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/_hotshot.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/_hotshot.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("_hotshot", 0x7fffdf5f6570) = -1 ENOENT (No such file or directory)
open("_hotshot.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_hotshotmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_hotshot.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_hotshot.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/_hotshot", 0x7fffdf5f6570) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_hotshot.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_hotshotmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_hotshot.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_hotshot.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/_hotshot", 0x7fffdf5f6570) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_hotshot.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_hotshotmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_hotshot.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_hotshot.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/_hotshot", 0x7fffdf5f6570) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_hotshot.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_hotshotmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_hotshot.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_hotshot.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/_hotshot", 0x7fffdf5f6570) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/_hotshot.so", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0755, st_size=88522, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/_hotshot.so", O_RDONLY|O_CLOEXEC) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\35\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0755, st_size=88522, ...}) = 0
mmap(NULL, 2122872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fc7800c0000
mprotect(0x7fc7800c6000, 2093056, PROT_NONE) = 0
mmap(0x7fc7802c5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x5000) = 0x7fc7802c5000
close(7) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/hotshot/warnings", 0x7fffdf5f6570) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/warnings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/warnings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(5) = 0
stat("/root/miniconda2/lib/python2.7/hotshot/stats", 0x7fffdf5f6b50) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/stats.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/statsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/stats.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2582, ...}) = 0
open("/root/miniconda2/lib/python2.7/hotshot/stats.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=3590, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n\266CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\250\0\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=3590, ...}) = 0
read(6, "\4\0RS(\3\0\0\0c\2\0\0\0\2\0\0\0\2\0\0\0C\0\0\0s.\0\0\0|"..., 3072) = 3072
read(6, "\31\5\23\7\23\6", 512) = 6
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/hotshot/profile", 0x7fffdf5f65b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/profile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/profilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/profile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/profile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("profile", 0x7fffdf5f65b0) = -1 ENOENT (No such file or directory)
open("profile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("profilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("profile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("profile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/profile", 0x7fffdf5f65b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/profile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/profilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/profile.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0755, st_size=22782, ...}) = 0
open("/root/miniconda2/lib/python2.7/profile.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=17394, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n\234CxWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s$\1\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=17394, ...}) = 0
read(7, "L\0|\3\0j\4\0|\1\0\203\1\0\1n\r\0|\3\0j\5\0|\2\0\203\1\0Sd"..., 16384) = 16384
read(7, "arsert\7\0\0\0optionsR\204\0\0\0t\10\0\0\0progn"..., 512) = 498
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("resource", 0x7fffdf5f6010) = -1 ENOENT (No such file or directory)
open("resource.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("resourcemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("resource.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("resource.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/resource", 0x7fffdf5f6010) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/resource.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/resourcemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/resource.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/resource.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/resource", 0x7fffdf5f6010) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/resource.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/resourcemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/resource.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/resource.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/resource", 0x7fffdf5f6010) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/resource.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/resourcemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/resource.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/resource.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/resource", 0x7fffdf5f6010) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/resource.so", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0755, st_size=29412, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/resource.so", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\17\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0755, st_size=29412, ...}) = 0
mmap(NULL, 2107304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fc77feb0000
mprotect(0x7fc77feb2000, 2097152, PROT_NONE) = 0
mmap(0x7fc7800b2000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x2000) = 0x7fc7800b2000
close(8) = 0
close(7) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/hotshot/pstats", 0x7fffdf5f65b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/pstats.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/pstatsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/pstats.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/pstats.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("pstats", 0x7fffdf5f65b0) = -1 ENOENT (No such file or directory)
open("pstats.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("pstatsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("pstats.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("pstats.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/pstats", 0x7fffdf5f65b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/pstats.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/pstatsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/pstats.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=26712, ...}) = 0
open("/root/miniconda2/lib/python2.7/pstats.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=26453, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n\234CxWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\233\1\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=26453, ...}) = 0
read(7, "\0t\n\0\0\0cmp_to_keyt\5\0\0\0Statsc\0\0\0\0\0"..., 25600) = 25600
read(7, "R`\0\0\0Rk\0\0\0R\210\0\0\0R6\0\0\0R?\0\0\0R\267\0\0\0R\301"..., 512) = 341
read(7, "", 512) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780f20000
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/hotshot/hotshot", 0x7fffdf5f65b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/hotshot.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/hotshotmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/hotshot.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/hotshot.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/hotshot/log", 0x7fffdf5f65b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/log.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/logmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/log.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=6239, ...}) = 0
open("/root/miniconda2/lib/python2.7/hotshot/log.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=5879, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n\265CxWc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\231\0\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=5879, ...}) = 0
read(7, "\0\0i\0\0|\0\0_\0\0i\0\0|\0\0_\1\0t\2\0j\3\0|\1\0\203\1\0"..., 5120) = 5120
read(7, "\6\1\t\27\t\3\t\4\t\16\t\6\t\3\t\7\t\v\f'\t\7\t\23(\0\0\0\0(\20\0"..., 512) = 247
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/hotshot/os", 0x7fffdf5f6010) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/hotshot/parser", 0x7fffdf5f6010) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/parser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/parsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/parser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/parser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("parser", 0x7fffdf5f6010) = -1 ENOENT (No such file or directory)
open("parser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("parsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("parser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("parser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/parser", 0x7fffdf5f6010) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/parser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/parsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/parser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/parser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/parser", 0x7fffdf5f6010) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/parser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/parsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/parser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/parser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/parser", 0x7fffdf5f6010) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/parser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/parsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/parser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/parser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/parser", 0x7fffdf5f6010) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/parser.so", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0755, st_size=236399, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/parser.so", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\34\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0755, st_size=236399, ...}) = 0
mmap(NULL, 2153048, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fc77fca0000
mprotect(0x7fc77fcad000, 2097152, PROT_NONE) = 0
mmap(0x7fc77fead000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0xd000) = 0x7fc77fead000
close(8) = 0
close(7) = 0
stat("/root/miniconda2/lib/python2.7/hotshot/symbol", 0x7fffdf5f6010) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/symbol.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/symbolmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/symbol.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/hotshot/symbol.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("symbol", 0x7fffdf5f6010) = -1 ENOENT (No such file or directory)
open("symbol.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("symbolmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("symbol.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("symbol.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/symbol", 0x7fffdf5f6010) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/symbol.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/symbolmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/symbol.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0755, st_size=2058, ...}) = 0
open("/root/miniconda2/lib/python2.7/symbol.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=3074, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(8, "\3\363\r\n\241CxWc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sr\2\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=3074, ...}) = 0
read(8, "\0ZP\0dQ\0ZQ\0dR\0ZR\0dS\0ZS\0dT\0ZT\0dU\0Z"..., 2560) = 2560
read(8, "\f\1", 512) = 2
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
close(7) = 0
close(6) = 0
close(5) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/tempfile", 0x7fffdf5f6b60) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/tempfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/tempfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/tempfile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/tempfile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/testid", 0x7fffdf5f7100) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/testid.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/testidmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/testid.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=9916, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/testid.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=9362, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\267\0\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=9362, ...}) = 0
read(5, "\n\n % nosetests -v\n tests.test_"..., 8704) = 8704
read(5, "Rc\0\0\0R\33\0\0\0R\5\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0\0sC"..., 512) = 146
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/multiprocess", 0x7fffdf5f7100) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/multiprocess.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/multiprocessmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/multiprocess.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=35281, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/multiprocess.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=27869, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s@\2\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=27869, ...}) = 0
read(5, "e\20\0f\1\0d\25\0\204\0\0\203\0\0YZ0\0d\26\0\204\0\0Z1\0d\27\0e"..., 27136) = 27136
read(5, "\0Rc\0\0\0R\\\0\0\0R]\0\0\0R\366\0\0\0R\5\1\0\0(\0\0\0\0("..., 512) = 221
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/time", 0x7fffdf5f6b60) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/traceback", 0x7fffdf5f6b60) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/traceback.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/traceback.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/pickle", 0x7fffdf5f6b60) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/pickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/picklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/pickle.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/pickle.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/signal", 0x7fffdf5f6b60) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/signal.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/signalmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/signal.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/signal.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/Queue", 0x7fffdf5f6b60) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/Queue.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/Queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/Queue.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/Queue.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("Queue", 0x7fffdf5f6b60) = -1 ENOENT (No such file or directory)
open("Queue.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("Queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("Queue.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("Queue.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/Queue", 0x7fffdf5f6b60) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/Queue.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/Queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/Queue.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=8577, ...}) = 0
open("/root/miniconda2/lib/python2.7/Queue.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=10096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n\234CxWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\346\0\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=10096, ...}) = 0
read(6, "\0__name__t\n\0\0\0__module__t\7\0\0\0__d"..., 9216) = 9216
read(6, "\0\0\0(\0\0\0\0s5\0\0\0/home/ilan/minonda/"..., 512) = 368
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b630000, 4096) = 0
close(5) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/xunit", 0x7fffdf5f7100) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/xunit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/xunitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/xunit.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=11667, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/xunit.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=13946, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s;\1\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=13946, ...}) = 0
read(5, "robably work for anything else t"..., 13312) = 13312
read(5, "conda2/lib/python2.7/site-packag"..., 512) = 122
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/codecs", 0x7fffdf5f6b60) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/xml", 0x7fffdf5f6b60) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/xml.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/xmlmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/xml.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/xml.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("xml", 0x7fffdf5f6b60) = -1 ENOENT (No such file or directory)
open("xml.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("xmlmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("xml.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("xml.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/xml", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/xml/__init__.py", {st_mode=S_IFREG|0644, st_size=980, ...}) = 0
stat("/root/miniconda2/lib/python2.7/xml/__init__", 0x7fffdf5f6b10) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/__init__.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=980, ...}) = 0
open("/root/miniconda2/lib/python2.7/xml/__init__.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=1102, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n\341CxWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\242\0\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=1102, ...}) = 0
read(6, "egginson and ported to Python by"..., 512) = 512
read(6, "/python2.7/xml/__init__.pyt\10\0\0\0<"..., 512) = 78
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/xml", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/xml", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/xml/_xmlplus", 0x7fffdf5f6570) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/_xmlplus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/_xmlplusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/_xmlplus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("_xmlplus", 0x7fffdf5f6570) = -1 ENOENT (No such file or directory)
open("_xmlplus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_xmlplusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_xmlplus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/_xmlplus", 0x7fffdf5f6570) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_xmlplus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_xmlplusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_xmlplus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/_xmlplus", 0x7fffdf5f6570) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_xmlplus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_xmlplusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_xmlplus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/_xmlplus", 0x7fffdf5f6570) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_xmlplus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_xmlplusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_xmlplus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/_xmlplus", 0x7fffdf5f6570) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/_xmlplus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/_xmlplusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/_xmlplus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/_xmlplus", 0x7fffdf5f6570) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/_xmlplus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/_xmlplusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/_xmlplus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(5) = 0
stat("/root/miniconda2/lib/python2.7/xml/sax", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/xml/sax/__init__.py", {st_mode=S_IFREG|0644, st_size=3581, ...}) = 0
stat("/root/miniconda2/lib/python2.7/xml/sax/__init__", 0x7fffdf5f6b10) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/__init__.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=3581, ...}) = 0
open("/root/miniconda2/lib/python2.7/xml/sax/__init__.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=3843, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n\343CxWc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0s]\1\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=3843, ...}) = 0
read(6, "tion about the Java version of t"..., 3072) = 3072
read(6, "t\2\0\0\0osR\35\0\0\0t\7\0\0\0environt\5\0\0\0spl"..., 512) = 259
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/xml/sax", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/xml/sax", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/xml/sax/xmlreader", 0x7fffdf5f6570) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/xmlreader.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/xmlreadermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/xmlreader.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=12632, ...}) = 0
open("/root/miniconda2/lib/python2.7/xml/sax/xmlreader.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=20854, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n\343CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\303\0\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=20854, ...}) = 0
read(7, "\204\0\0Z\n\0d\t\0\204\0\0Z\v\0d\n\0\204\0\0Z\f\0d\v\0\204\0\0Z\r"..., 19968) = 19968
read(7, "N(\3\0\0\0R\2\0\0\0R&\0\0\0R5\0\0\0(\0\0\0\0(\0\0\0\0("..., 512) = 374
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/xml/sax/handler", 0x7fffdf5f5fd0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/handler.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/handlermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/handler.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=13921, ...}) = 0
open("/root/miniconda2/lib/python2.7/xml/sax/handler.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=13628, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(8, "\3\363\r\n\343CxWc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\324\0\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=13628, ...}) = 0
read(8, "y as documentation\nof the interf"..., 12800) = 12800
read(8, "ndlert\34\0\0\0property_declaration_h"..., 512) = 316
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
close(7) = 0
stat("/root/miniconda2/lib/python2.7/xml/sax/_exceptions", 0x7fffdf5f5fd0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/_exceptions.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/_exceptionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/_exceptions.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=4785, ...}) = 0
open("/root/miniconda2/lib/python2.7/xml/sax/_exceptions.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=6577, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(8, "\3\363\r\n\343CxWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\255\0\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=6577, ...}) = 0
read(8, "ML parser or\n the application"..., 5632) = 5632
read(8, "orted.\n It also may be raised"..., 512) = 433
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/xml/sax/sys", 0x7fffdf5f5a30) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(7) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/xml/sax/os", 0x7fffdf5f6570) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(5) = 0
stat("/root/miniconda2/lib/python2.7/xml/sax/saxutils", 0x7fffdf5f6b50) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/saxutils.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/saxutilsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/saxutils.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=11556, ...}) = 0
open("/root/miniconda2/lib/python2.7/xml/sax/saxutils.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=16097, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n\343CxWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s-\1\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=16097, ...}) = 0
read(6, "\0|\3\0\203\2\0}\0\0q\r\0W|\0\0S(\1\0\0\0s2\0\0\0Repl"..., 15360) = 15360
read(6, "Rz\0\0\0R%\0\0\0R\6\0\0\0R\f\0\0\0R\r\0\0\0R\22\0\0\0R)"..., 512) = 225
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/xml/sax/urlparse", 0x7fffdf5f65b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/urlparse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/urlparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/urlparse.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/urlparse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/xml/sax/urllib", 0x7fffdf5f65b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/urllib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/urllibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/urllib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/urllib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/xml/sax/types", 0x7fffdf5f65b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/types.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/types.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/xml/sax/io", 0x7fffdf5f65b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/io.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/iomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/io.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/xml/sax/io.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(5) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/allmodules", 0x7fffdf5f7100) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/allmodules.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/allmodulesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/allmodules.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=1720, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/allmodules.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=2435, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s<\0\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=2435, ...}) = 0
read(5, " tests\n from what nose normall"..., 1536) = 1536
read(5, "s/nose/plugins/allmodules.pyt\n\0\0"..., 512) = 387
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/collect", 0x7fffdf5f7100) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/collect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/collectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/collect.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=3113, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/nose/plugins/collect.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=4566, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n*\227DWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\223\0\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=4566, ...}) = 0
read(5, "ests, which will enable you to\nr"..., 3584) = 3584
read(5, "thon2.7/site-packages/nose/plugi"..., 512) = 470
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
close(4) = 0
close(3) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780e60000
stat("/root/.noserc", 0x7fffdf5f7940) = -1 ENOENT (No such file or directory)
stat("/root/nose.cfg", 0x7fffdf5f7940) = -1 ENOENT (No such file or directory)
stat("setup.cfg", 0x7fffdf5f7cd0) = -1 ENOENT (No such file or directory)
getcwd("/mnt/c/Users/evfro/Linux", 1024) = 25
open("/root/miniconda2/lib/python2.7/site-packages/nose/usage.txt", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=4425, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=4425, ...}) = 0
lseek(3, 0, SEEK_CUR) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=4425, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
lseek(3, 0, SEEK_CUR) = 0
read(3, "nose collects tests automaticall"..., 4096) = 4096
read(3, "test or a suite will fail, partl"..., 512) = 329
read(3, "", 512) = 0
close(3) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/share/locale/en_US.UTF-8/LC_MESSAGES/messages.mo", 0x7fffdf5f6660) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/share/locale/en_US/LC_MESSAGES/messages.mo", 0x7fffdf5f6660) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/share/locale/en.UTF-8/LC_MESSAGES/messages.mo", 0x7fffdf5f6660) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/share/locale/en/LC_MESSAGES/messages.mo", 0x7fffdf5f6660) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/share/locale/en_US.UTF-8/LC_MESSAGES/messages.mo", 0x7fffdf5f6440) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/share/locale/en_US/LC_MESSAGES/messages.mo", 0x7fffdf5f6440) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/share/locale/en.UTF-8/LC_MESSAGES/messages.mo", 0x7fffdf5f6440) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/share/locale/en/LC_MESSAGES/messages.mo", 0x7fffdf5f6440) = -1 ENOENT (No such file or directory)
stat("/mnt/c/Users/evfro/Linux/__init__.py", 0x7fffdf5f7350) = -1 ENOENT (No such file or directory)
stat("/mnt/c/Users/evfro/Linux/lib", 0x7fffdf5f7350) = -1 ENOENT (No such file or directory)
stat("/mnt/c/Users/evfro/Linux/src", 0x7fffdf5f7350) = -1 ENOENT (No such file or directory)
chdir("/mnt/c/Users/evfro/Linux") = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__.py", {st_mode=S_IFREG|0664, st_size=4049, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/__init__.py", 0x7fffdf5f6b60) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/lib", 0x7fffdf5f6b60) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/src", 0x7fffdf5f6b60) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__.py", {st_mode=S_IFREG|0664, st_size=4049, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0
lstat("/root/miniconda2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0
lstat("/root/miniconda2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0
lstat("/root/miniconda2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__.py", {st_mode=S_IFREG|0664, st_size=4049, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/__init__.py", 0x7fffdf5f6800) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/lib", 0x7fffdf5f6800) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/src", 0x7fffdf5f6800) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/lib", 0x7fffdf5f6a20) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/src", 0x7fffdf5f6a20) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/root/miniconda2/lib/python2.7/site-packages/scipy", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 35 entries */, 32768) = 992
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/BENTO_BUILD.txt", {st_mode=S_IFREG|0664, st_size=929, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/BENTO_BUILD.txt", {st_mode=S_IFREG|0664, st_size=929, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/HACKING.rst.txt", {st_mode=S_IFREG|0664, st_size=20601, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/HACKING.rst.txt", {st_mode=S_IFREG|0664, st_size=20601, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/INSTALL.rst.txt", {st_mode=S_IFREG|0664, st_size=7155, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/INSTALL.rst.txt", {st_mode=S_IFREG|0664, st_size=7155, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/LICENSE.txt", {st_mode=S_IFREG|0664, st_size=1579, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/LICENSE.txt", {st_mode=S_IFREG|0664, st_size=1579, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/THANKS.txt", {st_mode=S_IFREG|0664, st_size=9183, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/THANKS.txt", {st_mode=S_IFREG|0664, st_size=9183, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__config__.py", {st_mode=S_IFREG|0664, st_size=2025, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__config__.py", {st_mode=S_IFREG|0664, st_size=2025, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__config__.pyc", {st_mode=S_IFREG|0664, st_size=1899, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__config__.pyc", {st_mode=S_IFREG|0664, st_size=1899, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__.py", {st_mode=S_IFREG|0664, st_size=4049, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__.py", {st_mode=S_IFREG|0664, st_size=4049, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__.pyc", {st_mode=S_IFREG|0664, st_size=4106, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__.pyc", {st_mode=S_IFREG|0664, st_size=4106, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_build_utils", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_build_utils", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/__init__.py", {st_mode=S_IFREG|0664, st_size=898, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/__init__.py", {st_mode=S_IFREG|0664, st_size=898, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/__init__.py", {st_mode=S_IFREG|0664, st_size=898, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__.py", {st_mode=S_IFREG|0664, st_size=4049, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/__init__.py", 0x7fffdf5f6520) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/lib", 0x7fffdf5f6520) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/src", 0x7fffdf5f6520) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__.py", {st_mode=S_IFREG|0664, st_size=4049, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/__init__.py", {st_mode=S_IFREG|0664, st_size=898, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/__init__", 0x7fffdf5f5850) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/__init__.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0664, st_size=898, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/__init__.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=1213, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(4, "\3\363\r\n\364<WWc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0sd\0\0\0d\0"..., 512) = 512
fstat(4, {st_mode=S_IFREG|0664, st_size=1213, ...}) = 0
read(4, "s algorithms.\n\n:mod:`scipy.clust"..., 512) = 512
read(4, "_all__t\0\0\0\0R\3\0\0\0R\4\0\0\0t\r\0\0\0numpy."..., 512) = 189
read(4, "", 512) = 0
close(4) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/vq", 0x7fffdf5f52a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/vq.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/vqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/vq.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=28214, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/vq.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=28251, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\6\0\0\0@`\1\0s\270\1\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=28251, ...}) = 0
read(5, "================================"..., 27648) = 27648
read(5, "ipy/cluster/vq.pyt\10\0\0\0<module>D\0"..., 512) = 91
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/_util", 0x7fffdf5f4d00) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/_util.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/_utilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/_util.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=11181, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/_util.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=12447, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n\367\337\217Wc\0\0\0\0\0\0\0\0\6\0\0\0@`\1\0sF\1\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=12447, ...}) = 0
read(6, "\203\1\0}\3\0n\0\0t\5\0|\3\0t\0\0j\6\0\203\2\0s[\0t\0\0j\7"..., 11776) = 11776
read(6, "\0\0\0(\0\0\0\0sN\0\0\0/home/ilan/minonda/"..., 512) = 159
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b630000, 4096) = 0
close(5) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/_vq", 0x7fffdf5f4cf0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/_vq.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0775, st_size=474511, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/_vq.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0)\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0775, st_size=474511, ...}) = 0
mmap(NULL, 2190512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fc77fa80000
mprotect(0x7fc77fa95000, 2097152, PROT_NONE) = 0
mmap(0x7fc77fc95000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x15000) = 0x7fc77fc95000
close(6) = 0
open("/root/miniconda2/lib/python2.7/version.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/numpy", 0x7fffdf5f4870) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/numpy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/numpymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/numpy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/numpy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(5) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/hierarchy", 0x7fffdf5f52a0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/hierarchy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/hierarchymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/hierarchy.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=95902, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/hierarchy.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=90279, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n\367\337\217Wc\0\0\0\0\0\0\0\0\37\0\0\0@`\1\0s\211\4\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=90279, ...}) = 0
brk(0x105f000) = 0x105f000
read(5, "\0\0Z&\0e'\0e'\0d<\0\204\2\0Z(\0e)\0d=\0\204\1\0Z*\0"..., 89600) = 89600
read(5, "\1\t\1\f\1\17\1\f\1\25\3\t\4\t\f\t\v\t\f\t\27\t\31\t\31\t\34\t.\t,\t"..., 512) = 167
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/mnt/c/Users/evfro/Linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/mnt/c/Users/evfro/Linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/mnt/c/Users/evfro/Linux/bisect", 0x7fffdf5f4d00) = -1 ENOENT (No such file or directory)
open("/mnt/c/Users/evfro/Linux/bisect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/mnt/c/Users/evfro/Linux/bisectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/mnt/c/Users/evfro/Linux/bisect.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/mnt/c/Users/evfro/Linux/bisect.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("bisect", 0x7fffdf5f4d00) = -1 ENOENT (No such file or directory)
open("bisect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("bisectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("bisect.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("bisect.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/bisect", 0x7fffdf5f4d00) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/bisect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/bisectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/bisect.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2595, ...}) = 0
open("/root/miniconda2/lib/python2.7/bisect.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=3191, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n\221CxWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0st\0\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=3191, ...}) = 0
read(6, "o (default 0) and hi (default le"..., 2560) = 2560
read(6, "ror(\0\0\0\0(\0\0\0\0(\0\0\0\0s6\0\0\0/home/ila"..., 512) = 119
read(6, "", 512) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780e20000
close(6) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/mnt/c/Users/evfro/Linux/_bisect", 0x7fffdf5f4760) = -1 ENOENT (No such file or directory)
open("/mnt/c/Users/evfro/Linux/_bisect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/mnt/c/Users/evfro/Linux/_bisectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/mnt/c/Users/evfro/Linux/_bisect.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/mnt/c/Users/evfro/Linux/_bisect.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("_bisect", 0x7fffdf5f4760) = -1 ENOENT (No such file or directory)
open("_bisect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_bisectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_bisect.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("_bisect.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/_bisect", 0x7fffdf5f4760) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_bisect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_bisectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_bisect.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/_bisect.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/plat-linux2/_bisect", 0x7fffdf5f4760) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_bisect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_bisectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_bisect.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/plat-linux2/_bisect.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-tk/_bisect", 0x7fffdf5f4760) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_bisect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_bisectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_bisect.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-tk/_bisect.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/lib-dynload/_bisect", 0x7fffdf5f4760) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/lib-dynload/_bisect.so", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0755, st_size=28092, ...}) = 0
open("/root/miniconda2/lib/python2.7/lib-dynload/_bisect.so", O_RDONLY|O_CLOEXEC) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\v\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0755, st_size=28092, ...}) = 0
mmap(NULL, 2104984, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fc77f870000
mprotect(0x7fc77f872000, 2093056, PROT_NONE) = 0
mmap(0x7fc77fa71000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x1000) = 0x7fc77fa71000
close(7) = 0
close(6) = 0
close(5) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/_hierarchy", 0x7fffdf5f4cf0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/_hierarchy.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0775, st_size=1200281, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/_hierarchy.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200g\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0775, st_size=1200281, ...}) = 0
mmap(NULL, 2357808, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fc77f630000
mprotect(0x7fc77f669000, 2097152, PROT_NONE) = 0
mmap(0x7fc77f869000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x39000) = 0x7fc77f869000
close(6) = 0
open("/root/miniconda2/lib/python2.7/version.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
close(5) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/__init__.py", {st_mode=S_IFREG|0664, st_size=3126, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/__init__", 0x7fffdf5f4cb0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/__init__.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=3126, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/__init__.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=3516, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\4\0\0\0@`\1\0s\336\0\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=3516, ...}) = 0
read(6, "=====================\n.. autosum"..., 2560) = 2560
read(6, "rocrustest\1\0\0\0_t\10\0\0\0distance(\1\0\0"..., 512) = 444
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/kdtree", 0x7fffdf5f4710) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/kdtree.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/kdtreemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/kdtree.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=37991, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/kdtree.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=34859, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\5\0\0\0@`\1\0s\302\0\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=34859, ...}) = 0
read(7, "d\2\0\203\1\1S|\2\0d\3\0k\2\0ry\0t\0\0j\5\0t\0\0j\4\0|"..., 34304) = 34304
read(7, "odule>\3\0\0\0s\34\0\0\0\34\2\f\1\f\1\26\1\f\2\6\1\3\1\f\3\f"..., 512) = 43
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/__init__.py", {st_mode=S_IFREG|0664, st_size=6560, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/__init__", 0x7fffdf5f4120) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/__init__.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=6560, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/__init__.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=6679, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(8, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\4\0\0\0@`\1\0s\355\0\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=6679, ...}) = 0
read(8, "asses\n---------------------\n\n.. "..., 6144) = 6144
read(8, "\1\n\1\n\1\n\1\n\1\n\1\n\1\n\3\20\4+\1\20\1\f\1", 512) = 23
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/base", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/base.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/basemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/base.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=36385, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/base.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=40871, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\23\0\0\0@`\1\0sz\2\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=40871, ...}) = 0
read(9, "e\7\0j\31\0e\7\0j\32\0e\7\0j\33\0e\7\0j\34\0e\7\0j\35\0e\7"..., 39936) = 39936
read(9, "\0frozensett\3\0\0\0sint\3\0\0\0tant\6\0\0\0a"..., 512) = 423
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/sputils", 0x7fffdf5f35e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/sputils.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/sputilsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/sputils.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=12255, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/sputils.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=12942, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(10, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\17\0\0\0@`\1\0sd\1\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=12942, ...}) = 0
read(10, "stt\10\0\0\0getdtypet\f\0\0\0isscalarlike"..., 12288) = 12288
read(10, "onda/envs/_build/lib/python2.7/s"..., 512) = 142
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b630000, 4096) = 0
close(9) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csr", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csrmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csr.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=15482, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csr.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=14862, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\3\0\0\0@`\1\0s\354\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=14862, ...}) = 0
read(9, "_count_blockst\21\0\0\0get_csr_submat"..., 14336) = 14336
read(9, "\20\2\20\2(\2.\3\20\3\31\377\0\264", 512) = 14
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/_sparsetools", 0x7fffdf5f35e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/_sparsetools.so", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0775, st_size=47169447, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/_sparsetools.so", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3003\7\0\0\0\0\0"..., 832) = 832
fstat(10, {st_mode=S_IFREG|0775, st_size=47169447, ...}) = 0
mmap(NULL, 5932336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fc77f087000
mprotect(0x7fc77f42a000, 2093056, PROT_NONE) = 0
mmap(0x7fc77f629000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x3a2000) = 0x7fc77f629000
close(10) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/../../../../tls/x86_64/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/../../../../tls/x86_64", 0x7fffdf5f3770) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/../../../../tls/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/../../../../tls", 0x7fffdf5f3770) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/../../../../x86_64/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/../../../../x86_64", 0x7fffdf5f3770) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/../../../../libstdc++.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/../../../..", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
open("/root/miniconda2/bin/../lib/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=21490, ...}) = 0
mmap(NULL, 21490, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7fc78b6da000
close(10) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \266\5\0\0\0\0\0"..., 832) = 832
fstat(10, {st_mode=S_IFREG|0644, st_size=979056, ...}) = 0
mmap(NULL, 3159040, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fc77ed80000
mprotect(0x7fc77ee66000, 2093056, PROT_NONE) = 0
mmap(0x7fc77f065000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0xe5000) = 0x7fc77f065000
mmap(0x7fc77f06f000, 82944, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc77f06f000
close(10) = 0
mprotect(0x7fc77f065000, 32768, PROT_READ) = 0
munmap(0x7fc78b6da000, 21490) = 0
close(9) = 0
brk(0x1080000) = 0x1080000
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/compressed", 0x7fffdf5f35e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/compressed.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/compressedmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/compressed.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=43015, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/compressed.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=35500, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(10, "\3\363\r\n\326\327\217Wc\0\0\0\0\0\0\0\0\4\0\0\0@`\1\0s\36\1\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=35500, ...}) = 0
read(10, "trixt\27\0\0\0SparseEfficiencyWarning"..., 34816) = 34816
read(10, "\0R\24\0\0\0R\25\0\0\0R\26\0\0\0R\27\0\0\0(\0\0\0\0(\0\0\0\0("..., 512) = 172
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/data", 0x7fffdf5f3040) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/data.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/datamodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/data.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=7513, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/data.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0664, st_size=10325, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(11, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\6\0\0\0@`\1\0s\311\0\0\0d\0"..., 512) = 512
fstat(11, {st_mode=S_IFREG|0664, st_size=10325, ...}) = 0
read(11, "tNi\1\0\0\0(\2\0\0\0t\10\0\0\0spmatrixt \0\0\0_u"..., 9728) = 9728
read(11, "hon2.7/site-packages/scipy/spars"..., 512) = 85
read(11, "", 512) = 0
close(11) = 0
munmap(0x7fc78b630000, 4096) = 0
close(10) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/dia", 0x7fffdf5f3040) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/dia.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/diamodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/dia.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=12642, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/dia.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0664, st_size=12457, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(11, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\3\0\0\0@`\1\0s\315\0\0\0d\0"..., 512) = 512
fstat(11, {st_mode=S_IFREG|0664, st_size=12457, ...}) = 0
read(11, "get_index_dtypet\r\0\0\0get_sum_dtyp"..., 11776) = 11776
read(11, "_sparsetoolsR\17\0\0\0R\3\0\0\0R\4\0\0\0(\0\0\0\0"..., 512) = 169
read(11, "", 512) = 0
close(11) = 0
munmap(0x7fc78b630000, 4096) = 0
close(10) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780de0000
munmap(0x7fc780de0000, 262144) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780de0000
close(9) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csc", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/cscmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csc.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=6947, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csc.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=7843, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\3\0\0\0@`\1\0s\330\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=7843, ...}) = 0
read(9, "\t\0\0\0isintliket\n\0\0\0IndexMixint\17\0\0"..., 7168) = 7168
read(9, "ssedR\r\0\0\0R\3\0\0\0R\4\0\0\0(\0\0\0\0(\0\0\0\0(\0\0"..., 512) = 163
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/lil", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/lil.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/lilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/lil.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=17551, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/lil.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=17667, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\3\0\0\0@`\1\0s\334\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=17667, ...}) = 0
read(9, "ket\n\0\0\0IndexMixint\r\0\0\0upcast_sca"..., 16896) = 16896
read(9, "scipy._lib.sixR\5\0\0\0t\4\0\0\0baseR\6\0\0"..., 512) = 259
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/_csparsetools", 0x7fffdf5f35d0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/_csparsetools.so", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0775, st_size=2036043, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/_csparsetools.so", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`z\0\0\0\0\0\0"..., 832) = 832
fstat(10, {st_mode=S_IFREG|0775, st_size=2036043, ...}) = 0
mmap(NULL, 2540928, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fc77eb10000
mprotect(0x7fc77eb77000, 2093056, PROT_NONE) = 0
mmap(0x7fc77ed76000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x66000) = 0x7fc77ed76000
mmap(0x7fc77ed7c000, 1408, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc77ed7c000
close(10) = 0
open("/root/miniconda2/lib/python2.7/version.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/numpy", 0x7fffdf5f3010) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/numpy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/numpymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/numpy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/numpy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(9) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/dok", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/dok.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/dokmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/dok.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=17654, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/dok.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=18359, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\5\0\0\0@`\1\0s<\1\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=18359, ...}) = 0
read(9, "\0t\3\0\0\0zipt\6\0\0\0xranget\t\0\0\0iterite"..., 17408) = 17408
read(9, "\0\0\v\2\0\0s\6\0\0\0\0\2\22\1\4\1(&\0\0\0R\252\0\0\0t\n\0\0\0"..., 512) = 439
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/coo", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/coo.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/coomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/coo.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=18187, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/coo.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=17387, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\3\0\0\0@`\1\0s\10\1\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=17387, ...}) = 0
read(9, "t\t\0\0\0coo_tocsrt\v\0\0\0coo_todenset\n"..., 16384) = 16384
read(9, "n/minonda/envs/_build/lib/python"..., 512) = 491
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/bsr", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/bsr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/bsrmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/bsr.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=23088, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/bsr.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=20708, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\326\327\217Wc\0\0\0\0\0\0\0\0\3\0\0\0@`\1\0s\36\1\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=20708, ...}) = 0
read(9, "t\f\0\0\0_data_matrixt\r\0\0\0_minmax_mi"..., 19968) = 19968
read(9, "ilsR\f\0\0\0R\r\0\0\0R\16\0\0\0R\17\0\0\0R\20\0\0\0t\0\0\0"..., 512) = 228
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/construct", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/construct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/constructmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/construct.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=23928, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/construct.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=24133, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\f\0\0\0@`\1\0s\267\1\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=24133, ...}) = 0
read(9, "rices\ni\0\0\0\0(\3\0\0\0t\10\0\0\0divisiont\16\0"..., 23552) = 23552
read(9, "odule>\2\0\0\0s6\0\0\0\6\1\34\2\6\2\17\1\33\3\f\2\20\2\26\2\20"..., 512) = 69
read(9, "", 512) = 0
brk(0x10a1000) = 0x10a1000
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/extract", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/extract.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/extractmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/extract.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=4711, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/extract.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=5526, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\3\0\0\0@`\1\0s{\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=5526, ...}) = 0
read(9, " a matrix\n\n Parameters\n --"..., 4608) = 4608
read(9, "\0\0R\r\0\0\0R\24\0\0\0R\v\0\0\0R\f\0\0\0R\n\0\0\0(\0\0\0\0"..., 512) = 406
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/__init__.py", {st_mode=S_IFREG|0664, st_size=7532, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/__init__", 0x7fffdf5f3b30) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/__init__.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=7532, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/__init__.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=7434, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\364<WWc\0\0\0\0\0\0\0\0\27\0\0\0@`\1\0s\205\1\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=7434, ...}) = 0
read(9, "raph Routines (:mod:`scipy.spars"..., 6656) = 6656
read(9, "\0\0numpyR\32\0\0\0t\n\0\0\0_deprecatet\r\0\0\0"..., 512) = 266
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_components", 0x7fffdf5f3590) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_components.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_componentsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_components.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=2317, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_components.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=2791, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(10, "\3\363\r\n\364<WWc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0su\0\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=2791, ...}) = 0
read(10, "\0\203\1\0}\0\0t\t\0j\n\0|\1\0d\2\0\31f\1\0d\4\0|\0\0j\v\0"..., 2048) = 2048
read(10, "rsetoolsR\3\0\0\0R\21\0\0\0t\20\0\0\0scipy.spa"..., 512) = 231
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b630000, 4096) = 0
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_laplacian", 0x7fffdf5f3590) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_laplacian.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_laplacianmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_laplacian.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=4068, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_laplacian.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=4645, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(10, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\4\0\0\0@`\1\0s{\0\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=4645, ...}) = 0
read(10, "\6\0|\7\0f\2\0S|\6\0S(\7\0\0\0s#\7\0\0\n Retu"..., 4096) = 4096
read(10, "yt\10\0\0\0<module>\3\0\0\0s\16\0\0\0\6\7\34\2\f\1\20\5\22"..., 512) = 37
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b630000, 4096) = 0
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_shortest_path", 0x7fffdf5f3590) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_shortest_path.so", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0775, st_size=1057747, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_shortest_path.so", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 C\0\0\0\0\0\0"..., 832) = 832
fstat(10, {st_mode=S_IFREG|0775, st_size=1057747, ...}) = 0
mmap(NULL, 2327584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fc77e8d0000
mprotect(0x7fc77e903000, 2093056, PROT_NONE) = 0
mmap(0x7fc77eb02000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x32000) = 0x7fc77eb02000
mmap(0x7fc77eb08000, 1056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc77eb08000
close(10) = 0
open("/root/miniconda2/lib/python2.7/version.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/warnings", 0x7fffdf5f3080) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/warnings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/warnings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/numpy", 0x7fffdf5f3080) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/numpy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/numpymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/numpy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/numpy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/scipy", 0x7fffdf5f3080) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/scipy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/scipymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/scipy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/scipy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_validation", 0x7fffdf5f3080) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_validation.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_validationmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_validation.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=2405, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_validation.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0664, st_size=1970, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(11, "\3\363\r\n\364<WWc\0\0\0\0\0\0\0\0\n\0\0\0@`\1\0s\232\0\0\0d\0"..., 512) = 512
fstat(11, {st_mode=S_IFREG|0664, st_size=1970, ...}) = 0
read(11, "t\4\0|\0\0d\2\0t\5\0d\3\0|\6\0\203\1\2}\0\0qM\1t\6\0|\0"..., 1024) = 1024
read(11, "parse/csgraph/_validation.pyt\16\0\0"..., 512) = 434
read(11, "", 512) = 0
close(11) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_tools", 0x7fffdf5f2ae0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_tools.so", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0775, st_size=652166, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_tools.so", O_RDONLY|O_CLOEXEC) = 12
read(12, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@6\0\0\0\0\0\0"..., 832) = 832
fstat(12, {st_mode=S_IFREG|0775, st_size=652166, ...}) = 0
mmap(NULL, 2239128, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 12, 0) = 0x7fc77e6a0000
mprotect(0x7fc77e6be000, 2097152, PROT_NONE) = 0
mmap(0x7fc77e8be000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 12, 0x1e000) = 0x7fc77e8be000
close(12) = 0
open("/root/miniconda2/lib/python2.7/version.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
close(11) = 0
close(10) = 0
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_traversal", 0x7fffdf5f3590) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_traversal.so", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0775, st_size=553926, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_traversal.so", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 /\0\0\0\0\0\0"..., 832) = 832
fstat(10, {st_mode=S_IFREG|0775, st_size=553926, ...}) = 0
mmap(NULL, 2221576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fc77e480000
mprotect(0x7fc77e49a000, 2093056, PROT_NONE) = 0
mmap(0x7fc77e699000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x19000) = 0x7fc77e699000
close(10) = 0
open("/root/miniconda2/lib/python2.7/version.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_min_spanning_tree", 0x7fffdf5f3590) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_min_spanning_tree.so", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0775, st_size=791144, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_min_spanning_tree.so", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320I\0\0\0\0\0\0"..., 832) = 832
fstat(10, {st_mode=S_IFREG|0775, st_size=791144, ...}) = 0
mmap(NULL, 2262720, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fc77e250000
mprotect(0x7fc77e274000, 2097152, PROT_NONE) = 0
mmap(0x7fc77e474000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x24000) = 0x7fc77e474000
close(10) = 0
open("/root/miniconda2/lib/python2.7/version.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_reordering", 0x7fffdf5f3590) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_reordering.so", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0775, st_size=1414341, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/csgraph/_reordering.so", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240d\0\0\0\0\0\0"..., 832) = 832
fstat(10, {st_mode=S_IFREG|0775, st_size=1414341, ...}) = 0
mmap(NULL, 2385536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fc77e000000
mprotect(0x7fc77e041000, 2097152, PROT_NONE) = 0
mmap(0x7fc77e241000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x41000) = 0x7fc77e241000
mmap(0x7fc77e246000, 1664, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc77e246000
close(10) = 0
open("/root/miniconda2/lib/python2.7/version.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
close(9) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780920000
close(8) = 0
close(7) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/ckdtree", 0x7fffdf5f4710) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/ckdtree.so", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0775, st_size=4687828, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/ckdtree.so", O_RDONLY|O_CLOEXEC) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\220\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0775, st_size=4687828, ...}) = 0
mmap(NULL, 2633288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fc77dd7d000
mprotect(0x7fc77ddf8000, 2097152, PROT_NONE) = 0
mmap(0x7fc77dff8000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x7b000) = 0x7fc77dff8000
close(7) = 0
futex(0x7fc77f08194c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fc77f081958, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/root/miniconda2/lib/python2.7/version.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/numpy", 0x7fffdf5f4230) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/numpy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/numpymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/numpy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/numpy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/scipy", 0x7fffdf5f4230) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/scipy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/scipymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/scipy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/scipy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/multiprocessing", 0x7fffdf5f4230) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/multiprocessing.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/multiprocessingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/multiprocessing.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/multiprocessing.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/threading", 0x7fffdf5f4230) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/threading.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/threading.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
time(NULL) = 1470418948
open("/sys/devices/system/cpu/online", O_RDONLY|O_CLOEXEC) = 7
read(7, "0-3\n", 8192) = 4
close(7) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/qhull", 0x7fffdf5f4710) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/qhull.so", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0775, st_size=3185119, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/qhull.so", O_RDONLY|O_CLOEXEC) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@!\1\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0775, st_size=3185119, ...}) = 0
mmap(NULL, 2947792, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fc77daad000
mprotect(0x7fc77db70000, 2093056, PROT_NONE) = 0
mmap(0x7fc77dd6f000, 53248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0xc2000) = 0x7fc77dd6f000
mmap(0x7fc77dd7c000, 2768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc77dd7c000
close(7) = 0
open("/root/miniconda2/lib/python2.7/version.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/os", 0x7fffdf5f4190) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/sys", 0x7fffdf5f4190) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/tempfile", 0x7fffdf5f4190) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/tempfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/tempfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/tempfile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/tempfile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
brk(0x10c2000) = 0x10c2000
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/_spherical_voronoi", 0x7fffdf5f4710) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/_spherical_voronoi.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/_spherical_voronoimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/_spherical_voronoi.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=12540, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/_spherical_voronoi.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=12541, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\215\0\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=12541, ...}) = 0
read(7, "\4\0d\5\0\203\2\1}\7\0t\7\0r$\1t\1\0j\10\0j\t\0|\5\0\203\1\0"..., 11776) = 11776
read(7, "mpy.matlibR\34\0\0\0R9\0\0\0t\23\0\0\0scipy._"..., 512) = 253
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/matlib", 0x7fffdf5f4170) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/matlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/matlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/matlib.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=9584, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/matlib.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=10963, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(8, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\4\0\0\0@`\1\0s\330\0\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=10963, ...}) = 0
read(8, " entries.\n\n Parameters\n --"..., 10240) = 10240
read(8, "\0__all__t\4\0\0\0NoneR\17\0\0\0R\22\0\0\0R\23\0\0\0"..., 512) = 211
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
close(7) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/itertools", 0x7fffdf5f4170) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/itertools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/itertoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/itertools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/itertools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/_plotutils", 0x7fffdf5f4710) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/_plotutils.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/_plotutilsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/_plotutils.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=5483, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/_plotutils.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=6180, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\3\0\0\0@`\1\0s\234\0\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=6180, ...}) = 0
read(7, "atplotlib.pyplott\6\0\0\0pyplott\4\0\0\0"..., 5632) = 5632
read(7, "le>\1\0\0\0s\30\0\0\0\34\2\f\1\20\2\17\3\3\1\17\17\t\10\3\1\17%\3\1"..., 512) = 36
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/decorator", 0x7fffdf5f4170) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/decorator.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/decoratormodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/decorator.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=16043, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/decorator.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=15644, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(8, "\3\363\r\n==WWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\1\0s\365\1\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=15644, ...}) = 0
read(8, "\204\0\0Z#\0d\34\0\204\0\0Z$\0d\3\0S(\35\0\0\0sT\0\0\0\nDe"..., 14848) = 14848
read(8, "ErrorR\210\0\0\0R\211\0\0\0R\3\0\0\0t\4\0\0\0initR\222\0"..., 512) = 284
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/__future__", 0x7fffdf5f3bd0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/__future__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/__future__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/__future__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/__future__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/inspect", 0x7fffdf5f3bd0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/inspect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/inspectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/inspect.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/inspect.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/collections", 0x7fffdf5f3bd0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
brk(0x10e6000) = 0x10e6000
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/contextlib", 0x7fffdf5f3bd0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/contextlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/contextlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/contextlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/_lib/contextlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(7) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/_procrustes", 0x7fffdf5f4710) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/_procrustes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/_procrustesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/_procrustes.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=4367, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/_procrustes.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=4606, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n\364<WWc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0sT\0\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=4606, ...}) = 0
read(7, "\0j\4\0d\3\0k\3\0ri\0t\5\0d\4\0\203\1\0\202\1\0n\0\0|\2\0j"..., 4096) = 4094
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/__init__.py", {st_mode=S_IFREG|0664, st_size=6351, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/__init__", 0x7fffdf5f4120) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/__init__.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=6351, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/__init__.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=6744, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(8, "\3\363\r\n\351\333cWc\0\0\0\0\0\0\0\0\v\0\0\0@`\1\0s\313\1\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=6744, ...}) = 0
read(8, "========================\nLinear "..., 6144) = 6144
read(8, "\0<module>\250\0\0\0sF\0\0\0\6\2\34\2\20\2\n\1\n\1\n\1\n\1"..., 512) = 88
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/linalg_version", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/linalg_version.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/linalg_versionmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/linalg_version.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=159, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/linalg_version.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=439, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\37g\375Rc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0s?\0\0\0d\0"..., 512) = 439
fstat(9, {st_mode=S_IFREG|0664, st_size=439, ...}) = 0
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/misc", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/misc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/miscmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/misc.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=5881, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/misc.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=5570, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\323\243eWc\0\0\0\0\0\0\0\0\4\0\0\0@`\1\0s\203\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=5570, ...}) = 0
read(9, "\203\1\0r\300\0d\6\0|\0\0f\2\0}\5\0q;\1t\0\0j\7\0|\0\0j\10"..., 4608) = 4608
read(9, "t\7\0\0\0hasattrt\4\0\0\0baseR\23\0\0\0(\2\0\0\0t"..., 512) = 450
read(9, "", 512) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc7808e0000
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/blas", 0x7fffdf5f35e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/blas.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/blasmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/blas.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=6855, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/blas.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=6733, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(10, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\5\0\0\0@`\1\0s+\1\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=6733, ...}) = 0
read(10, " versionadded:: 0.12.0\n\n.. warni"..., 6144) = 6144
read(10, "/linalg/blas.pyt\10\0\0\0<module>\217\0\0\0"..., 512) = 77
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b630000, 4096) = 0
brk(0x1107000) = 0x1107000
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_fblas", 0x7fffdf5f3030) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_fblas.so", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0775, st_size=742637, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_fblas.so", O_RDONLY|O_CLOEXEC) = 11
read(11, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\255\0\0\0\0\0\0"..., 832) = 832
fstat(11, {st_mode=S_IFREG|0775, st_size=742637, ...}) = 0
mmap(NULL, 2490736, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 11, 0) = 0x7fc77d840000
mprotect(0x7fc77d888000, 2093056, PROT_NONE) = 0
mmap(0x7fc77da87000, 106496, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 11, 0x47000) = 0x7fc77da87000
close(11) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/../../../../tls/x86_64/libgfortran.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/../../../../tls/x86_64", 0x7fffdf5f30d0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/../../../../tls/libgfortran.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/../../../../tls", 0x7fffdf5f30d0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/../../../../x86_64/libgfortran.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/../../../../x86_64", 0x7fffdf5f30d0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/../../../../libgfortran.so.3", O_RDONLY|O_CLOEXEC) = 11
read(11, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320v\1\0\0\0\0\0"..., 832) = 832
lseek(11, 1056768, SEEK_SET) = 1056768
read(11, "\1\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\0\0\0\0\0"..., 392) = 392
fstat(11, {st_mode=S_IFREG|0755, st_size=1088040, ...}) = 0
lseek(11, 1056768, SEEK_SET) = 1056768
read(11, "\1\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\0\0\0\0\0"..., 392) = 392
mmap(NULL, 3181096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 11, 0) = 0x7fc77d530000
mprotect(0x7fc77d62f000, 2105344, PROT_NONE) = 0
mmap(0x7fc77d82f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 11, 0xff000) = 0x7fc77d82f000
mmap(0x7fc77d831000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 11, 0x102000) = 0x7fc77d831000
close(11) = 0
fstat(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(4, 1), ...}) = 0
fstat(1, {st_mode=S_IFREG|0777, st_size=0, ...}) = 0
fstat(2, {st_mode=S_IFREG|0777, st_size=813945, ...}) = 0
close(10) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_cblas", 0x7fffdf5f3030) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_cblas.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_cblasmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_cblas.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_cblas.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/lapack", 0x7fffdf5f35e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/lapack.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/lapackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/lapack.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=8103, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/lapack.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=8203, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(10, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\6\0\0\0@`\1\0s\324\1\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=8203, ...}) = 0
read(10, "-level LAPACK functions (:mod:`s"..., 7680) = 7680
read(10, "\1\16\1\16\1\16\1\21\4\17*", 512) = 11
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_flapack", 0x7fffdf5f3030) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_flapack.so", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0775, st_size=1920999, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_flapack.so", O_RDONLY|O_CLOEXEC) = 11
read(11, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260O\1\0\0\0\0\0"..., 832) = 832
fstat(11, {st_mode=S_IFREG|0775, st_size=1920999, ...}) = 0
mmap(NULL, 3029640, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 11, 0) = 0x7fc77d240000
mprotect(0x7fc77d2e6000, 2097152, PROT_NONE) = 0
mmap(0x7fc77d4e6000, 253952, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 11, 0xa6000) = 0x7fc77d4e6000
close(11) = 0
close(10) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_clapack", 0x7fffdf5f3030) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_clapack.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_clapackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_clapack.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_clapack.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
brk(0x1128000) = 0x1128000
close(9) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/basic", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/basic.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/basicmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/basic.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=39326, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/basic.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=36176, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\f\0\0\0@`\1\0s\370\1\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=36176, ...}) = 0
read(9, "e\27\0e\26\0e\27\0d'\0\204\5\0Z'\0d\16\0S((\0\0\0i\0\0\0\0"..., 35328) = 35328
read(9, "iscR\22\0\0\0R\23\0\0\0R\25\0\0\0R\24\0\0\0t\0\0\0\0R\26\0\0"..., 512) = 336
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/flinalg", 0x7fffdf5f35e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/flinalg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/flinalgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/flinalg.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=1727, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/flinalg.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=1875, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(10, "\3\363\r\n\37g\375Rc\0\0\0\0\0\0\0\0\5\0\0\0@`\1\0s\232\0\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=1875, ...}) = 0
read(10, "FORTRAN(\1\0\0\0t\5\0\0\0flags(\1\0\0\0t\3\0\0\0"..., 1024) = 1024
read(10, "hon2.7/site-packages/scipy/linal"..., 512) = 339
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_flinalg", 0x7fffdf5f3030) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_flinalg.so", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0775, st_size=170133, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_flinalg.so", O_RDONLY|O_CLOEXEC) = 11
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"..., 832) = 832
fstat(11, {st_mode=S_IFREG|0775, st_size=170133, ...}) = 0
mmap(NULL, 2157104, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 11, 0) = 0x7fc77d030000
mprotect(0x7fc77d03c000, 2097152, PROT_NONE) = 0
mmap(0x7fc77d23c000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 11, 0xc000) = 0x7fc77d23c000
close(11) = 0
close(10) = 0
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp", 0x7fffdf5f35e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decompmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=31223, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=26853, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(10, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\n\0\0\0@`\1\0s\276\1\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=26853, ...}) = 0
read(10, "nt_functiont\17\0\0\0absolute_importt"..., 26112) = 26112
read(10, "\0\0R\4\0\0\0R\5\0\0\0R\6\0\0\0R\7\0\0\0R\10\0\0\0t\21\0\0\0"..., 512) = 229
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b630000, 4096) = 0
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_svd", 0x7fffdf5f35d0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_svd.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_svdmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_svd.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=7226, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_svd.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=7947, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(10, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\6\0\0\0@`\1\0s\345\0\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=7947, ...}) = 0
read(10, "\f\0\0\0string_typest\3\0\0\0svdt\7\0\0\0svd"..., 7168) = 7168
read(10, "\0\0R\7\0\0\0t\6\0\0\0lapackR\10\0\0\0R\t\0\0\0t\6\0\0"..., 512) = 267
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b630000, 4096) = 0
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_solve_toeplitz", 0x7fffdf5f35e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_solve_toeplitz.so", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0775, st_size=953633, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_solve_toeplitz.so", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240Z\0\0\0\0\0\0"..., 832) = 832
fstat(10, {st_mode=S_IFREG|0775, st_size=953633, ...}) = 0
mmap(NULL, 2300672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fc77cdf0000
mprotect(0x7fc77ce1e000, 2093056, PROT_NONE) = 0
mmap(0x7fc77d01d000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x2d000) = 0x7fc77d01d000
close(10) = 0
open("/root/miniconda2/lib/python2.7/version.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/numpy", 0x7fffdf5f3130) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/numpy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/numpymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/numpy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/numpy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(9) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_lu", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_lu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_lumodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_lu.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=5796, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_lu.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=6265, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\364<WWc\0\0\0\0\0\0\0\0\4\0\0\0@`\1\0s\276\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=6265, ...}) = 0
read(9, "\0t\0\0|\0\0\203\1\0}\3\0n\f\0t\1\0|\0\0\203\1\0}\3\0t\2\0|"..., 5632) = 5632
read(9, "/ilan/minonda/envs/_build/lib/py"..., 512) = 121
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_cholesky", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_cholesky.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_choleskymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_cholesky.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=9601, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_cholesky.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=10039, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\364<WWc\0\0\0\0\0\0\0\0\5\0\0\0@`\1\0s\340\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=10039, ...}) = 0
read(9, "\0cholesky_bandedt\20\0\0\0cho_solve_b"..., 9216) = 9216
read(9, "\26\0\0\0t\7\0\0\0__doc__t\n\0\0\0__future__R"..., 512) = 311
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_qr", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_qr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_qrmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_qr.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=12675, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_qr.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=12395, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\23=WWc\0\0\0\0\0\0\0\0\6\0\0\0@`\1\0s\257\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=12395, ...}) = 0
read(9, "}\5\0|\5\0d\2\0\31d\4\0k\0\0r\230\0t\6\0d\5\0|\5\0d\2\0\31"..., 11776) = 11776
read(9, "vs/_build/lib/python2.7/site-pac"..., 512) = 107
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_decomp_qz", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_decomp_qz.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_decomp_qzmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_decomp_qz.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=12986, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_decomp_qz.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=13286, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\7\0\0\0@`\1\0s\360\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=13286, ...}) = 0
read(9, "\0\0\203\1\0r\25\0|\0\0}\1\0nl\0|\0\0d\1\0k\2\0r-\0d\2\0"..., 12288) = 12288
read(9, "an/minonda/envs/_build/lib/pytho"..., 512) = 486
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_schur", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_schur.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_schurmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_schur.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=8375, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/decomp_schur.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=10004, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\364<WWc\0\0\0\0\0\0\0\0\6\0\0\0@`\1\0s\246\1\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=10004, ...}) = 0
read(9, "iont\16\0\0\0print_functiont\17\0\0\0absol"..., 9216) = 9216
read(9, "\0\0__all__R)\0\0\0R\30\0\0\0t\5\0\0\0Falset\4\0"..., 512) = 276
read(9, "", 512) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780860000
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
brk(0x1156000) = 0x1156000
brk(0x1177000) = 0x1177000
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_decomp_polar", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_decomp_polar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_decomp_polarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_decomp_polar.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=3623, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_decomp_polar.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=4101, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\23=WWc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0sQ\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=4101, ...}) = 0
read(9, "ar decomposition [1]_ `u` and `p"..., 3584) = 3584
read(9, "\1\20\3\t\3", 512) = 5
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/matfuncs", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/matfuncs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/matfuncsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/matfuncs.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=19939, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/matfuncs.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=21949, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n==WWc\0\0\0\0\0\0\0\0\20\0\0\0@`\1\0s{\2\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=21949, ...}) = 0
read(9, "5\0d\23\0d'\0\204\1\0Z6\0e\26\0j7\0d(\0d\2\0\203\0\1d)\0"..., 20992) = 20992
read(9, "t\6\0\0\0decompR'\0\0\0t\n\0\0\0decomp_svdR"..., 512) = 445
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/special_matrices", 0x7fffdf5f35e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/special_matrices.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/special_matricesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/special_matrices.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=29225, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/special_matrices.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=30659, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(10, "\3\363\r\n\364<WWc\0\0\0\0\0\0\0\0\21\0\0\0@`\1\0sW\1\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=30659, ...}) = 0
read(10, "eplitzt\t\0\0\0circulantt\6\0\0\0hankelt"..., 29696) = 29696
read(10, "ipy/linalg/special_matrices.pyR\25"..., 512) = 451
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b630000, 4096) = 0
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_expm_frechet", 0x7fffdf5f35e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_expm_frechet.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_expm_frechetmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_expm_frechet.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=12182, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_expm_frechet.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=14165, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(10, "\3\363\r\n\364<WWc\0\0\0\0\0\0\0\0\25\0\0\0@`\1\0s\274\0\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=14165, ...}) = 0
read(10, "\0\0|\1\0j\3\0d\1\0k\3\0s\246\0|\1\0j\4\0d\2\0\31|\1\0j\4"..., 13312) = 13312
read(10, "future__R\0\0\0\0R\1\0\0\0R\2\0\0\0t\5\0\0\0nump"..., 512) = 341
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b630000, 4096) = 0
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_matfuncs_sqrtm", 0x7fffdf5f35e0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_matfuncs_sqrtm.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_matfuncs_sqrtmmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_matfuncs_sqrtm.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=5867, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_matfuncs_sqrtm.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0664, st_size=5996, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(10, "\3\363\r\n\23=WWc\0\0\0\0\0\0\0\0\3\0\0\0@`\1\0s\276\0\0\0d\0"..., 512) = 512
fstat(10, {st_mode=S_IFREG|0664, st_size=5996, ...}) = 0
read(10, "urt\7\0\0\0rsf2csft\n\0\0\0SqrtmErrorc\0\0"..., 5120) = 5120
read(10, "\2\r\2(\30\0\0\0t\7\0\0\0__doc__t\n\0\0\0__futur"..., 512) = 364
read(10, "", 512) = 0
close(10) = 0
munmap(0x7fc78b630000, 4096) = 0
close(9) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_solvers", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_solvers.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_solversmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_solvers.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=10185, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_solvers.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=11012, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\5\0\0\0@`\1\0s\337\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=11012, ...}) = 0
read(9, "iscrete_lyapunovt\24\0\0\0solve_conti"..., 10240) = 10240
read(9, "\0\0\0t\f\0\0\0decomp_schurR\7\0\0\0t\20\0\0\0sp"..., 512) = 260
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_procrustes", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_procrustes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_procrustesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_procrustes.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=2375, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_procrustes.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=2761, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\364<WWc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0sW\0\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=2761, ...}) = 0
read(9, "\0\0}\7\0|\6\0|\7\0f\2\0S(\4\0\0\0s\34\6\0\0\n Co"..., 2048) = 2048
read(9, "\0\0t\5\0\0\0numpyR\5\0\0\0t\n\0\0\0decomp_svd"..., 512) = 201
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_decomp_update", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_decomp_update.so", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0775, st_size=1849131, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/_decomp_update.so", O_RDONLY|O_CLOEXEC) = 9
read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000?\0\0\0\0\0\0"..., 832) = 832
fstat(9, {st_mode=S_IFREG|0775, st_size=1849131, ...}) = 0
mmap(NULL, 2391592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7fc77cba0000
mprotect(0x7fc77cbde000, 2097152, PROT_NONE) = 0
mmap(0x7fc77cdde000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x3e000) = 0x7fc77cdde000
close(9) = 0
open("/root/miniconda2/lib/python2.7/version.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
brk(0x1198000) = 0x1198000
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/cython_blas", 0x7fffdf5f35f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/cython_blas.so", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0775, st_size=1014566, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/cython_blas.so", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\220\0\0\0\0\0\0"..., 832) = 832
fstat(10, {st_mode=S_IFREG|0775, st_size=1014566, ...}) = 0
mmap(NULL, 2325824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fc77c960000
mprotect(0x7fc77c994000, 2093056, PROT_NONE) = 0
mmap(0x7fc77cb93000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x33000) = 0x7fc77cb93000
close(10) = 0
open("/root/miniconda2/lib/python2.7/version.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
close(9) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/cython_lapack", 0x7fffdf5f35f0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/cython_lapack.so", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0775, st_size=1359908, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/linalg/cython_lapack.so", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\262\1\0\0\0\0\0"..., 832) = 832
fstat(10, {st_mode=S_IFREG|0775, st_size=1359908, ...}) = 0
mmap(NULL, 2668704, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fc77c6d0000
mprotect(0x7fc77c756000, 2093056, PROT_NONE) = 0
mmap(0x7fc77c955000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x85000) = 0x7fc77c955000
close(10) = 0
open("/root/miniconda2/lib/python2.7/version.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
close(9) = 0
close(8) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/numpy/dual", 0x7fffdf5f3b80) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/dual.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/dualmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/numpy/dual.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=1864, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/numpy/dual.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0664, st_size=2384, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(9, "\3\363\r\n\251seWc\0\0\0\0\0\0\0\0\23\0\0\0@`\1\0sb\1\0\0d\0"..., 512) = 512
fstat(9, {st_mode=S_IFREG|0664, st_size=2384, ...}) = 0
read(9, "d libraries\nfor FFTs, linear alg"..., 1536) = 1536
read(9, "pkgt\t\0\0\0numpy.fftR\3\0\0\0t\6\0\0\0fftpk"..., 512) = 336
read(9, "", 512) = 0
close(9) = 0
munmap(0x7fc78b630000, 4096) = 0
close(8) = 0
close(7) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/distance", 0x7fffdf5f4700) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/distance.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/distancemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/distance.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=68774, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/distance.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=65756, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\35\0\0\0@`\1\0s\327\3\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=65756, ...}) = 0
brk(0x11be000) = 0x11be000
read(7, "i\0\0Z/\0x\327\0d\3\0g\1\0dC\0f\2\0d\4\0g\1\0d\4\0f\2"..., 65024) = 65024
read(7, "tance.pyt\10\0\0\0<module>H\0\0\0s\276\0\0\0\6\4"..., 512) = 220
read(7, "", 512) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780820000
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/_distance_wrap", 0x7fffdf5f4150) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/_distance_wrap.so", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0775, st_size=279671, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/spatial/_distance_wrap.so", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260C\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0775, st_size=279671, ...}) = 0
mmap(NULL, 2182200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fc77c4b0000
mprotect(0x7fc77c4c4000, 2097152, PROT_NONE) = 0
mmap(0x7fc77c6c4000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x14000) = 0x7fc77c6c4000
close(8) = 0
close(7) = 0
close(6) = 0
close(5) = 0
close(4) = 0
close(3) = 0
lstat("/root", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0
lstat("/root/miniconda2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0
lstat("/root/miniconda2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0
lstat("/root/miniconda2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/__init__.py", {st_mode=S_IFREG|0664, st_size=898, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__.py", {st_mode=S_IFREG|0664, st_size=4049, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/__init__.py", 0x7fffdf5f5fa0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/lib", 0x7fffdf5f5fa0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/src", 0x7fffdf5f5fa0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/lib", 0x7fffdf5f61c0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/src", 0x7fffdf5f61c0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/lib", 0x7fffdf5f63e0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/src", 0x7fffdf5f63e0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/root/miniconda2/lib/python2.7/site-packages/scipy/cluster", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 13 entries */, 32768) = 363
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/__init__.py", {st_mode=S_IFREG|0664, st_size=898, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/__init__.py", {st_mode=S_IFREG|0664, st_size=898, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/__init__.pyc", {st_mode=S_IFREG|0664, st_size=1213, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/__init__.pyc", {st_mode=S_IFREG|0664, st_size=1213, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/_hierarchy.so", {st_mode=S_IFREG|0775, st_size=1200281, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/_hierarchy.so", {st_mode=S_IFREG|0775, st_size=1200281, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/_vq.so", {st_mode=S_IFREG|0775, st_size=474511, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/_vq.so", {st_mode=S_IFREG|0775, st_size=474511, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/hierarchy.py", {st_mode=S_IFREG|0664, st_size=95902, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/hierarchy.py", {st_mode=S_IFREG|0664, st_size=95902, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/hierarchy.pyc", {st_mode=S_IFREG|0664, st_size=90279, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/hierarchy.pyc", {st_mode=S_IFREG|0664, st_size=90279, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/setup.py", {st_mode=S_IFREG|0664, st_size=1217, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/setup.py", {st_mode=S_IFREG|0664, st_size=1217, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/setup.pyc", {st_mode=S_IFREG|0664, st_size=1631, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/setup.pyc", {st_mode=S_IFREG|0664, st_size=1631, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/vq.py", {st_mode=S_IFREG|0664, st_size=28214, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/vq.py", {st_mode=S_IFREG|0664, st_size=28214, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/vq.pyc", {st_mode=S_IFREG|0664, st_size=28251, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/vq.pyc", {st_mode=S_IFREG|0664, st_size=28251, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/tests", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/tests", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/tests", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/tests/__init__.py", 0x7fffdf5f6320) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/tests/__init__.pyc", 0x7fffdf5f6320) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/tests/__init__.pyo", 0x7fffdf5f6320) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/tests", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/tests/__init__.py", 0x7fffdf5f6490) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/tests/__init__.pyc", 0x7fffdf5f6490) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/cluster/tests/__init__.pyo", 0x7fffdf5f6490) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/__init__.py", {st_mode=S_IFREG|0664, st_size=12018, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/__init__.py", {st_mode=S_IFREG|0664, st_size=12018, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/__init__.py", {st_mode=S_IFREG|0664, st_size=12018, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__.py", {st_mode=S_IFREG|0664, st_size=4049, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/__init__.py", 0x7fffdf5f6520) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/lib", 0x7fffdf5f6520) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/src", 0x7fffdf5f6520) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__.py", {st_mode=S_IFREG|0664, st_size=4049, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/__init__.py", {st_mode=S_IFREG|0664, st_size=12018, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/__init__", 0x7fffdf5f5850) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/__init__.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0664, st_size=12018, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/__init__.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=12234, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(4, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\n\0\0\0@`\1\0sT\1\0\0d\0"..., 512) = 512
fstat(4, {st_mode=S_IFREG|0664, st_size=12234, ...}) = 0
read(4, "constants\n\nPhysical and mathemat"..., 11264) = 11264
read(4, "\0\0_(\1\0\0\0t\6\0\0\0TesterN(\33\0\0\0t\7\0\0\0__"..., 512) = 458
read(4, "", 512) = 0
close(4) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/codata", 0x7fffdf5f52b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/codata.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/codatamodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/codata.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=115203, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/codata.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=114830, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n==WWc\0\0\0\0\0\0\0\0\6\0\0\0@`\1\0sF\3\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=114830, ...}) = 0
read(5, "\33\0\203\1\0Z%\0d\34\0e\7\0\24Z&\0d\35\0e&\0e%\0\24e%\0\24"..., 114176) = 114176
read(5, "\0\0\0<module>3\0\0\0sz\0\0\0\6\1\34\2\f\1\26\2\17\1\tP"..., 512) = 142
read(5, "", 512) = 0
brk(0x11e5000) = 0x11e5000
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc7807e0000
munmap(0x7fc7807e0000, 262144) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc7807e0000
munmap(0x7fc7807e0000, 262144) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc7807e0000
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/constants", 0x7fffdf5f52b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/constants.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/constantsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/constants.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=13306, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/constants.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=14652, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n\367\337\217Wc\0\0\0\0\0\0\0\0\3\0\0\0@`\1\0s\211\5\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=14652, ...}) = 0
read(5, "e\t\0d/\0\203\1\0ZB\0d\24\0ZC\0d\17\0ZD\0d0\0ZE\0d1"..., 13824) = 13824
read(5, "7/site-packages/scipy/constants/"..., 512) = 316
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
close(4) = 0
brk(0x1206000) = 0x1206000
close(3) = 0
lstat("/root", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0
lstat("/root/miniconda2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0
lstat("/root/miniconda2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0
lstat("/root/miniconda2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/__init__.py", {st_mode=S_IFREG|0664, st_size=12018, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__.py", {st_mode=S_IFREG|0664, st_size=4049, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/__init__.py", 0x7fffdf5f5fa0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/lib", 0x7fffdf5f5fa0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/src", 0x7fffdf5f5fa0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/lib", 0x7fffdf5f61c0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/src", 0x7fffdf5f61c0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/lib", 0x7fffdf5f63e0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/src", 0x7fffdf5f63e0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/root/miniconda2/lib/python2.7/site-packages/scipy/constants", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 11 entries */, 32768) = 312
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/__init__.py", {st_mode=S_IFREG|0664, st_size=12018, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/__init__.py", {st_mode=S_IFREG|0664, st_size=12018, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/__init__.pyc", {st_mode=S_IFREG|0664, st_size=12234, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/__init__.pyc", {st_mode=S_IFREG|0664, st_size=12234, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/codata.py", {st_mode=S_IFREG|0664, st_size=115203, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/codata.py", {st_mode=S_IFREG|0664, st_size=115203, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/codata.pyc", {st_mode=S_IFREG|0664, st_size=114830, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/codata.pyc", {st_mode=S_IFREG|0664, st_size=114830, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/constants.py", {st_mode=S_IFREG|0664, st_size=13306, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/constants.py", {st_mode=S_IFREG|0664, st_size=13306, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/constants.pyc", {st_mode=S_IFREG|0664, st_size=14652, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/constants.pyc", {st_mode=S_IFREG|0664, st_size=14652, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/setup.py", {st_mode=S_IFREG|0664, st_size=414, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/setup.py", {st_mode=S_IFREG|0664, st_size=414, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/setup.pyc", {st_mode=S_IFREG|0664, st_size=849, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/setup.pyc", {st_mode=S_IFREG|0664, st_size=849, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/tests", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/tests", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/tests", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/tests/__init__.py", 0x7fffdf5f6320) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/tests/__init__.pyc", 0x7fffdf5f6320) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/tests/__init__.pyo", 0x7fffdf5f6320) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/tests", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/tests/__init__.py", 0x7fffdf5f6490) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/tests/__init__.pyc", 0x7fffdf5f6490) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/constants/tests/__init__.pyo", 0x7fffdf5f6490) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/__init__.py", {st_mode=S_IFREG|0664, st_size=3145, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/__init__.py", {st_mode=S_IFREG|0664, st_size=3145, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/__init__.py", {st_mode=S_IFREG|0664, st_size=3145, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__.py", {st_mode=S_IFREG|0664, st_size=4049, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/__init__.py", 0x7fffdf5f6520) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/lib", 0x7fffdf5f6520) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/src", 0x7fffdf5f6520) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__.py", {st_mode=S_IFREG|0664, st_size=4049, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/__init__.py", {st_mode=S_IFREG|0664, st_size=3145, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/__init__", 0x7fffdf5f5850) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/__init__.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0664, st_size=3145, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/__init__.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=3309, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(4, "\3\363\r\n\364<WWc\0\0\0\0\0\0\0\0\26\0\0\0@`\1\0s3\1\0\0d\0"..., 512) = 512
fstat(4, {st_mode=S_IFREG|0664, st_size=3309, ...}) = 0
read(4, "er Transforms (FFTs)\n==========="..., 2560) = 2560
read(4, "realtransformst\6\0\0\0extendt\r\0\0\0nu"..., 512) = 237
read(4, "", 512) = 0
close(4) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/fftpack_version", 0x7fffdf5f52b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/fftpack_version.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/fftpack_versionmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/fftpack_version.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=161, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/fftpack_version.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=442, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n\36g\375Rc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0s?\0\0\0d\0"..., 512) = 442
fstat(5, {st_mode=S_IFREG|0664, st_size=442, ...}) = 0
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/basic", 0x7fffdf5f52b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/basic.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/basicmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/basic.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=20178, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/basic.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=20110, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\10\0\0\0@`\1\0s\300\2\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=20110, ...}) = 0
read(5, "\203\1\0006e\n\0j$\0e\6\0j\32\0e\6\0j\35\0\203\1\0006Z%\0d\26\0"..., 19456) = 19456
read(5, "ges/scipy/fftpack/basic.pyt\10\0\0\0<"..., 512) = 142
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/_fftpack", 0x7fffdf5f4d00) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/_fftpack.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0775, st_size=782847, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/_fftpack.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300Q\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0775, st_size=782847, ...}) = 0
mmap(NULL, 2466224, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fc77c250000
mprotect(0x7fc77c2a4000, 2093056, PROT_NONE) = 0
mmap(0x7fc77c4a3000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x53000) = 0x7fc77c4a3000
mmap(0x7fc77c4aa000, 432, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc77c4aa000
close(6) = 0
close(5) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/pseudo_diffs", 0x7fffdf5f52b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/pseudo_diffs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/pseudo_diffsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/pseudo_diffs.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=14181, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/pseudo_diffs.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=16038, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n\36g\375Rc\0\0\0\0\0\0\0\0\n\0\0\0@`\1\0s\244\1\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=16038, ...}) = 0
read(5, "\0\0(\3\0\0\0t\10\0\0\0divisiont\16\0\0\0print_f"..., 15360) = 15360
read(5, "s/_build/lib/python2.7/site-pack"..., 512) = 166
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/convolve", 0x7fffdf5f4d00) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/convolve.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0775, st_size=228630, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/convolve.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\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
fstat(6, {st_mode=S_IFREG|0775, st_size=228630, ...}) = 0
mmap(NULL, 2193776, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fc77c030000
mprotect(0x7fc77c047000, 2093056, PROT_NONE) = 0
mmap(0x7fc77c246000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x16000) = 0x7fc77c246000
close(6) = 0
close(5) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/helper", 0x7fffdf5f52b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/helper.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/helpermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/helper.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=4826, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/helper.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=5526, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\5\0\0\0@`\1\0s\206\0\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=5526, ...}) = 0
read(5, "or usage with rfft, irfft).\n\n "..., 4608) = 4608
read(5, "thon2.7/site-packages/scipy/fftp"..., 512) = 406
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/realtransforms", 0x7fffdf5f52b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/realtransforms.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/realtransformsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/realtransforms.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=15426, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/realtransforms.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=17231, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n\364<WWc\0\0\0\0\0\0\0\0\6\0\0\0@`\1\0s\305\1\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=17231, ...}) = 0
read(5, "forms (DCT, DST, MDCT)\ni\0\0\0\0(\3\0\0"..., 16384) = 16384
read(5, "\23\0\0\0destroy_ddst2_cachet\22\0\0\0dest"..., 512) = 335
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
close(4) = 0
close(3) = 0
lstat("/root", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0
lstat("/root/miniconda2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0
lstat("/root/miniconda2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0
lstat("/root/miniconda2", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
lstat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/__init__.py", {st_mode=S_IFREG|0664, st_size=3145, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__.py", {st_mode=S_IFREG|0664, st_size=4049, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/__init__.py", 0x7fffdf5f5fa0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/lib", 0x7fffdf5f5fa0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/src", 0x7fffdf5f5fa0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/lib", 0x7fffdf5f61c0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/src", 0x7fffdf5f61c0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/lib", 0x7fffdf5f63e0) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/src", 0x7fffdf5f63e0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 19 entries */, 32768) = 589
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/__init__.py", {st_mode=S_IFREG|0664, st_size=3145, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/__init__.py", {st_mode=S_IFREG|0664, st_size=3145, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/__init__.pyc", {st_mode=S_IFREG|0664, st_size=3309, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/__init__.pyc", {st_mode=S_IFREG|0664, st_size=3309, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/_fftpack.so", {st_mode=S_IFREG|0775, st_size=782847, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/_fftpack.so", {st_mode=S_IFREG|0775, st_size=782847, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/basic.py", {st_mode=S_IFREG|0664, st_size=20178, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/basic.py", {st_mode=S_IFREG|0664, st_size=20178, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/basic.pyc", {st_mode=S_IFREG|0664, st_size=20110, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/basic.pyc", {st_mode=S_IFREG|0664, st_size=20110, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/convolve.so", {st_mode=S_IFREG|0775, st_size=228630, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/convolve.so", {st_mode=S_IFREG|0775, st_size=228630, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/fftpack_version.py", {st_mode=S_IFREG|0664, st_size=161, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/fftpack_version.py", {st_mode=S_IFREG|0664, st_size=161, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/fftpack_version.pyc", {st_mode=S_IFREG|0664, st_size=442, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/fftpack_version.pyc", {st_mode=S_IFREG|0664, st_size=442, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/helper.py", {st_mode=S_IFREG|0664, st_size=4826, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/helper.py", {st_mode=S_IFREG|0664, st_size=4826, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/helper.pyc", {st_mode=S_IFREG|0664, st_size=5526, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/helper.pyc", {st_mode=S_IFREG|0664, st_size=5526, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/pseudo_diffs.py", {st_mode=S_IFREG|0664, st_size=14181, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/pseudo_diffs.py", {st_mode=S_IFREG|0664, st_size=14181, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/pseudo_diffs.pyc", {st_mode=S_IFREG|0664, st_size=16038, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/pseudo_diffs.pyc", {st_mode=S_IFREG|0664, st_size=16038, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/realtransforms.py", {st_mode=S_IFREG|0664, st_size=15426, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/realtransforms.py", {st_mode=S_IFREG|0664, st_size=15426, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/realtransforms.pyc", {st_mode=S_IFREG|0664, st_size=17231, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/realtransforms.pyc", {st_mode=S_IFREG|0664, st_size=17231, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/setup.py", {st_mode=S_IFREG|0664, st_size=1514, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/setup.py", {st_mode=S_IFREG|0664, st_size=1514, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/setup.pyc", {st_mode=S_IFREG|0664, st_size=1814, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/setup.pyc", {st_mode=S_IFREG|0664, st_size=1814, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/tests", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/tests", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/tests", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/tests/__init__.py", 0x7fffdf5f6320) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/tests/__init__.pyc", 0x7fffdf5f6320) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/tests/__init__.pyo", 0x7fffdf5f6320) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/tests", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/tests/__init__.py", 0x7fffdf5f6490) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/tests/__init__.pyc", 0x7fffdf5f6490) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/fftpack/tests/__init__.pyo", 0x7fffdf5f6490) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/__init__.py", {st_mode=S_IFREG|0664, st_size=2256, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/__init__.py", {st_mode=S_IFREG|0664, st_size=2256, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/__init__.py", {st_mode=S_IFREG|0664, st_size=2256, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__.py", {st_mode=S_IFREG|0664, st_size=4049, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/__init__.py", 0x7fffdf5f6520) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/lib", 0x7fffdf5f6520) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/src", 0x7fffdf5f6520) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/__init__.py", {st_mode=S_IFREG|0664, st_size=4049, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/__init__.py", {st_mode=S_IFREG|0664, st_size=2256, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/__init__", 0x7fffdf5f5850) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/__init__.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0664, st_size=2256, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/__init__.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=2607, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(4, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\4\0\0\0@`\1\0s\245\0\0\0d\0"..., 512) = 512
fstat(4, {st_mode=S_IFREG|0664, st_size=2607, ...}) = 0
read(4, "\n\n quad -- General pu"..., 2048) = 2048
read(4, "it__.pyt\10\0\0\0<module>4\0\0\0s\22\0\0\0\6\1\34"..., 512) = 47
read(4, "", 512) = 0
close(4) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/quadrature", 0x7fffdf5f52b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/quadrature.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/quadraturemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/quadrature.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=28087, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/quadrature.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=27451, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n==WWc\0\0\0\0\0\0\0\0\22\0\0\0@`\1\0s5\4\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=27451, ...}) = 0
read(5, "d)\0006d'\0d/\0d0\0d1\0d(\0d1\0d0\0g\5\0d2\0d"..., 26624) = 26624
read(5, "ueR\10\0\0\0RA\0\0\0R\32\0\0\0R\f\0\0\0R`\0\0\0R\n\0\0\0"..., 512) = 315
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/special", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/special/__init__.py", {st_mode=S_IFREG|0664, st_size=22976, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/special/__init__", 0x7fffdf5f4cc0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/__init__.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=22976, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/__init__.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=23453, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\4\0\0\0@`\1\0s)\1\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=23453, ...}) = 0
read(6, "ions below are universal functio"..., 22528) = 22528
read(6, "ture__R\0\0\0\0R\1\0\0\0R\2\0\0\0t\7\0\0\0_ufunc"..., 512) = 413
read(6, "", 512) = 0
brk(0x1229000) = 0x1229000
close(6) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/special", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/special", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/special/_ufuncs", 0x7fffdf5f4720) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/_ufuncs.so", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0775, st_size=4507924, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/_ufuncs.so", O_RDONLY|O_CLOEXEC) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2003\1\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0775, st_size=4507924, ...}) = 0
mmap(NULL, 3791384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fc77bc92000
mprotect(0x7fc77be04000, 2097152, PROT_NONE) = 0
mmap(0x7fc77c004000, 151552, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x172000) = 0x7fc77c004000
mmap(0x7fc77c029000, 27160, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc77c029000
close(7) = 0
open("/root/miniconda2/lib/python2.7/version.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/special/_ufuncs_cxx", 0x7fffdf5f4250) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/_ufuncs_cxx.so", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0775, st_size=306718, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/_ufuncs_cxx.so", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0V\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0775, st_size=306718, ...}) = 0
mmap(NULL, 2189816, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fc77ba70000
mprotect(0x7fc77ba86000, 2093056, PROT_NONE) = 0
mmap(0x7fc77bc85000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x15000) = 0x7fc77bc85000
close(8) = 0
open("/root/miniconda2/lib/python2.7/version.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
close(7) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/special/basic", 0x7fffdf5f4720) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/basic.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/basicmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/basic.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=71025, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/basic.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=79969, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0T\0\0\0@`\1\0s\324\5\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=79969, ...}) = 0
read(7, "-\0d.\0d/\0d0\0d1\0d2\0d3\0d4\0d5\0d6\0d7\0"..., 79360) = 79360
read(7, "8\0331\0331\0338\t5\t5\t\6\t\6\t\17\t\17\t\17\t\17\f\16\6\3\t \t;\t"..., 512) = 97
read(7, "", 512) = 0
brk(0x124a000) = 0x124a000
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/special/specfun", 0x7fffdf5f4170) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/specfun.so", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0775, st_size=1779231, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/specfun.so", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0`\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0775, st_size=1779231, ...}) = 0
mmap(NULL, 2967664, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fc77b790000
mprotect(0x7fc77b85d000, 2097152, PROT_NONE) = 0
mmap(0x7fc77ba5d000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0xcd000) = 0x7fc77ba5d000
close(8) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc780550000
close(7) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/special/orthogonal", 0x7fffdf5f4170) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/orthogonal.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/orthogonalmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/orthogonal.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=49683, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/orthogonal.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0664, st_size=62699, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(8, "\3\363\r\n\364<WWc\0\0\0\0\0\0\0\0/\0\0\0@`\1\0s\250\3\0\0d\0"..., 512) = 512
fstat(8, {st_mode=S_IFREG|0664, st_size=62699, ...}) = 0
read(8, "#\0dC\0\204\1\0Z+\0e#\0dD\0\204\1\0Z,\0dE\0dF\0\204\1\0"..., 61952) = 61952
read(8, "\0\0sV\0\0\0/home/ilan/minonda/envs/_"..., 512) = 235
read(8, "", 512) = 0
close(8) = 0
munmap(0x7fc78b630000, 4096) = 0
close(7) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/special/_comb", 0x7fffdf5f4180) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/_comb.so", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0775, st_size=104583, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/_comb.so", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\35\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0775, st_size=104583, ...}) = 0
mmap(NULL, 2120152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fc77b580000
mprotect(0x7fc77b585000, 2097152, PROT_NONE) = 0
mmap(0x7fc77b785000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x5000) = 0x7fc77b785000
close(8) = 0
open("/root/miniconda2/lib/python2.7/version.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
close(7) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/special/spfun_stats", 0x7fffdf5f4720) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/spfun_stats.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/spfun_statsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/spfun_stats.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=3522, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/spfun_stats.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=2429, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0sT\0\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=2429, ...}) = 0
read(7, "\0|\1\0d\3\0\27\203\2\0D]\30\0}\3\0|\0\0|\3\0d\6\0\30d\7\0\33"..., 1536) = 1536
read(7, "j(\0\0\0\0(\0\0\0\0sW\0\0\0/home/ilan/minon"..., 512) = 381
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/special/_ellip_harm", 0x7fffdf5f4720) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/_ellip_harm.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/_ellip_harmmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/_ellip_harm.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=5743, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/_ellip_harm.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=6549, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n\364<WWc\0\0\0\0\0\0\0\0\4\0\0\0@`\1\0s\307\0\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=6549, ...}) = 0
read(7, "of the first kind, and are\n s"..., 5632) = 5632
read(7, "d/lib/python2.7/site-packages/sc"..., 512) = 405
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/special/_ellip_harm_2", 0x7fffdf5f4180) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/_ellip_harm_2.so", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0775, st_size=281780, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/_ellip_harm_2.so", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 -\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0775, st_size=281780, ...}) = 0
mmap(NULL, 2165192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fc77b360000
mprotect(0x7fc77b370000, 2093056, PROT_NONE) = 0
mmap(0x7fc77b56f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0xf000) = 0x7fc77b56f000
close(8) = 0
open("/root/miniconda2/lib/python2.7/version.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/special/ctypes", 0x7fffdf5f3c50) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/special/numpy", 0x7fffdf5f3c50) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/numpy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/numpymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/numpy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/numpy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/special/scipy", 0x7fffdf5f3c50) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/scipy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/scipymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/scipy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/scipy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(7) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/special/lambertw", 0x7fffdf5f4720) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/lambertw.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/lambertwmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/lambertw.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=2975, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/lambertw.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=3387, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n\364<WWc\0\0\0\0\0\0\0\0\3\0\0\0@`\1\0s?\0\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=3387, ...}) = 0
read(7, " The Lambert W function is a m"..., 2560) = 2560
read(7, "\0tol(\0\0\0\0(\0\0\0\0sT\0\0\0/home/ilan/mi"..., 512) = 315
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
close(6) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/special/_spherical_bessel", 0x7fffdf5f4720) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/_spherical_bessel.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/_spherical_besselmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/_spherical_bessel.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=5220, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/special/_spherical_bessel.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=5981, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(7, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\2\0\0\0@`\1\0s\212\0\0\0d\0"..., 512) = 512
fstat(7, {st_mode=S_IFREG|0664, st_size=5981, ...}) = 0
read(7, "its derivative.\n\n Defined as "..., 5120) = 5120
read(7, "on2.7/site-packages/scipy/specia"..., 512) = 349
read(7, "", 512) = 0
close(7) = 0
munmap(0x7fc78b630000, 4096) = 0
close(6) = 0
close(5) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/odepack", 0x7fffdf5f52b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/odepack.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/odepackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/odepack.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=9420, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/odepack.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=9772, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n==WWc\0\0\0\0\0\0\0\0\23\0\0\0@`\1\0s\357\0\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=9772, ...}) = 0
read(5, "vs/_build/lib/python2.7/site-pac"..., 9216) = 9216
read(5, "\0\0\0s$\0\0\0\34\2\t\2\20\1\20\1\f\2\26\3\n\1\7\1\7\1\7\1\7\1\7\1"..., 512) = 44
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/_odepack", 0x7fffdf5f4d00) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/_odepack.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0775, st_size=413495, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/_odepack.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340 \0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0775, st_size=413495, ...}) = 0
mmap(NULL, 2309288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fc77b120000
mprotect(0x7fc77b153000, 2093056, PROT_NONE) = 0
mmap(0x7fc77b352000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x32000) = 0x7fc77b352000
close(6) = 0
close(5) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/quadpack", 0x7fffdf5f52b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/quadpack.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/quadpackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/quadpack.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=31950, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/quadpack.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=32936, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\f\0\0\0@`\1\0sn\1\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=32936, ...}) = 0
read(5, "\0\0\0Inft\4\0\0\0quadt\7\0\0\0dblquadt\7\0\0\0"..., 32256) = 32256
read(5, "\0\0(\0\0\0\0sV\0\0\0/home/ilan/minonda/e"..., 512) = 168
read(5, "", 512) = 0
brk(0x126b000) = 0x126b000
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/_quadpack", 0x7fffdf5f4d00) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/_quadpack.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0775, st_size=314412, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/_quadpack.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\35\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0775, st_size=314412, ...}) = 0
mmap(NULL, 2227320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fc77af00000
mprotect(0x7fc77af1f000, 2097152, PROT_NONE) = 0
mmap(0x7fc77b11f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x1f000) = 0x7fc77b11f000
close(6) = 0
close(5) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/_ode", 0x7fffdf5f52b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/_ode.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/_odemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/_ode.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=42180, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/_ode.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=41804, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\3\0\0\0@`\1\0sE\2\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=41804, ...}) = 0
read(5, "\0\204\0\0\203\0\0YZ(\0e(\0j\"\0e#\0k\t\0r\17\2e \0j$\0"..., 40960) = 40960
read(5, "R\t\0\0\0R\n\0\0\0R\v\0\0\0R\f\0\0\0R\31\0\0\0R\r\0\0\0R\220"..., 512) = 332
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/vode", 0x7fffdf5f4d00) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/vode.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0775, st_size=509456, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/vode.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0209\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0775, st_size=509456, ...}) = 0
mmap(NULL, 2335848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fc77acc0000
mprotect(0x7fc77acf9000, 2093056, PROT_NONE) = 0
mmap(0x7fc77aef8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x38000) = 0x7fc77aef8000
mmap(0x7fc77aefa000, 1128, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc77aefa000
close(6) = 0
close(5) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/_dop", 0x7fffdf5f4d00) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/_dop.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0775, st_size=272591, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/_dop.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\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
fstat(6, {st_mode=S_IFREG|0775, st_size=272591, ...}) = 0
mmap(NULL, 2231088, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fc77aa90000
mprotect(0x7fc77aab0000, 2093056, PROT_NONE) = 0
mmap(0x7fc77acaf000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x1f000) = 0x7fc77acaf000
close(6) = 0
close(5) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/lsoda", 0x7fffdf5f4d00) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/lsoda.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0775, st_size=465767, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/lsoda.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3000\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0775, st_size=465767, ...}) = 0
mmap(NULL, 2326024, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fc77a850000
mprotect(0x7fc77a886000, 2097152, PROT_NONE) = 0
mmap(0x7fc77aa86000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x36000) = 0x7fc77aa86000
close(6) = 0
close(5) = 0
close(4) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/_bvp", 0x7fffdf5f52b0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/_bvp.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/_bvpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/_bvp.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0664, st_size=39966, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/integrate/_bvp.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=40040, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(5, "\3\363\r\n0\226~Wc\0\0\0\0\0\0\0\0\10\0\0\0@`\1\0ss\1\0\0d\0"..., 512) = 512
fstat(5, {st_mode=S_IFREG|0664, st_size=40040, ...}) = 0
read(5, "\0warnN(\2\0\0\0t\4\0\0\0normt\4\0\0\0pinv(\2\0"..., 39424) = 39424
read(5, "/scipy/integrate/_bvp.pyt\10\0\0\0<mo"..., 512) = 104
read(5, "", 512) = 0
close(5) = 0
munmap(0x7fc78b630000, 4096) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/linalg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/linalg/__init__.py", {st_mode=S_IFREG|0664, st_size=3310, ...}) = 0
stat("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/linalg/__init__", 0x7fffdf5f4cc0) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/linalg/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/linalg/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/linalg/__init__.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0664, st_size=3310, ...}) = 0
open("/root/miniconda2/lib/python2.7/site-packages/scipy/sparse/linalg/__init__.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0664, st_size=3646, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc78b630000
read(6, "\3\363\r\n\364<WWc\0\0\0\0\0\0\0\0\4\0\0\0@`\1\0s\311\0\0\0d\0"..., 512) = 512
fstat(6, {st_mode=S_IFREG|0664, st_size=3646, ...}) = 0
read(6, "ctree: generated/\n\n LinearOper"..., 3072) = 3072
read(6, "lg/__init__.pyt\10\0\0\0<module>l\0\0\0s"..., 512) = 62
read(6, "", 512) = 0
close(6) = 0
munmap(0x7fc78b630000, 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment