Created
July 25, 2016 17:19
-
-
Save alexanderwhatley/99501a1a407ea7e4d1a48169f9957c0d to your computer and use it in GitHub Desktop.
Spyder with strace -f on WSL
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
execve("/home/alex/anaconda3/bin/spyder", ["spyder"], [/* 18 vars */]) = 0 | |
brk(0) = 0x1d69000 | |
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) = 0x7f522ce80000 | |
readlink("/proc/self/exe", "/home/alex/anaconda3/bin/python3"..., 4096) = 34 | |
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
open("/home/alex/anaconda3/bin/../lib/tls/x86_64/libpython3.5m.so.1.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/bin/../lib/tls/x86_64", 0x7fffccc31b00) = -1 ENOENT (No such file or directory) | |
open("/home/alex/anaconda3/bin/../lib/tls/libpython3.5m.so.1.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/bin/../lib/tls", 0x7fffccc31b00) = -1 ENOENT (No such file or directory) | |
open("/home/alex/anaconda3/bin/../lib/x86_64/libpython3.5m.so.1.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/bin/../lib/x86_64", 0x7fffccc31b00) = -1 ENOENT (No such file or directory) | |
open("/home/alex/anaconda3/bin/../lib/libpython3.5m.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`\331\5\0\0\0\0\0"..., 832) = 832 | |
fstat(3, {st_mode=S_IFREG|0755, st_size=10165073, ...}) = 0 | |
mmap(NULL, 5176296, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f522c710000 | |
mprotect(0x7f522c96a000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f522cb69000, 421888, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x259000) = 0x7f522cb69000 | |
mmap(0x7f522cbd0000, 195560, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f522cbd0000 | |
close(3) = 0 | |
open("/home/alex/anaconda3/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=43910, ...}) = 0 | |
mmap(NULL, 43910, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f522ce75000 | |
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) = 0x7f522c4f0000 | |
mprotect(0x7f522c509000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f522c708000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7f522c708000 | |
mmap(0x7f522c70a000, 13616, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f522c70a000 | |
close(3) = 0 | |
open("/home/alex/anaconda3/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) = 0x7f522ce70000 | |
mmap(NULL, 2109744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f522c2e0000 | |
mprotect(0x7f522c2e3000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f522c4e2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f522c4e2000 | |
close(3) = 0 | |
open("/home/alex/anaconda3/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) = 0x7f522c0d0000 | |
mprotect(0x7f522c0d2000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f522c2d1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f522c2d1000 | |
close(3) = 0 | |
open("/home/alex/anaconda3/bin/../lib/librt.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/librt.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\0P#\0\0\0\0\0\0"..., 832) = 832 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=31792, ...}) = 0 | |
mmap(NULL, 2129016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f522bec0000 | |
mprotect(0x7f522bec7000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f522c0c6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f522c0c6000 | |
close(3) = 0 | |
open("/home/alex/anaconda3/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, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522ce60000 | |
mmap(NULL, 3166568, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f522bbb0000 | |
mprotect(0x7f522bcb5000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f522beb4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x104000) = 0x7f522beb4000 | |
close(3) = 0 | |
open("/home/alex/anaconda3/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, 3949248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f522b7e0000 | |
mprotect(0x7f522b99a000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f522bb9a000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ba000) = 0x7f522bb9a000 | |
mmap(0x7f522bba0000, 17088, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f522bba0000 | |
close(3) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522ce50000 | |
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522ce40000 | |
arch_prctl(ARCH_SET_FS, 0x7f522ce40740) = 0 | |
mprotect(0x7f522bb9a000, 16384, PROT_READ) = 0 | |
mprotect(0x7f522beb4000, 4096, PROT_READ) = 0 | |
mprotect(0x7f522c708000, 4096, PROT_READ) = 0 | |
mprotect(0x7f522c0c6000, 4096, PROT_READ) = 0 | |
mprotect(0x7f522c2d1000, 4096, PROT_READ) = 0 | |
mprotect(0x7f522c4e2000, 4096, PROT_READ) = 0 | |
mprotect(0x7f522ce22000, 4096, PROT_READ) = 0 | |
munmap(0x7f522ce75000, 43910) = 0 | |
set_tid_address(0x7f522ce40a10) = 126 | |
set_robust_list(0x7f522ce40a20, 24) = 0 | |
futex(0x7fffccc32340, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7f522ce40740) = -1 EAGAIN (Resource temporarily unavailable) | |
rt_sigaction(SIGRTMIN, {0x7f522c4f69f0, [], SA_RESTORER|SA_SIGINFO, 0x7f522c500330}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_1, {0x7f522c4f6a80, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f522c500330}, 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) = 0x1d69000 | |
brk(0x1d8a000) = 0x1d8a000 | |
open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=1607664, ...}) = 0 | |
mmap(NULL, 1607664, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f522cc99000 | |
close(3) = 0 | |
open("/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 3 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=26258, ...}) = 0 | |
mmap(NULL, 26258, PROT_READ, MAP_SHARED, 3, 0) = 0x7f522ce79000 | |
close(3) = 0 | |
futex(0x7f522bb9fa70, FUTEX_WAKE_PRIVATE, 2147483647) = 0 | |
open("/dev/urandom", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
read(3, "\372e2H\227\35\21\273\34\354^\3777\311\374\271\201\\\354\20\362\f1\16", 24) = 24 | |
close(3) = 0 | |
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) = 0x7f522cc50000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522b7a0000 | |
brk(0x1dab000) = 0x1dab000 | |
fstat(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(4, 1), ...}) = 0 | |
readlink("/home/alex/anaconda3/bin/python", "python3.5", 4096) = 9 | |
readlink("/home/alex/anaconda3/bin/python3.5", 0x7fffccc16f60, 4096) = -1 EINVAL (Invalid argument) | |
open("/home/alex/anaconda3/bin/pyvenv.cfg", O_RDONLY) = -1 ENOENT (No such file or directory) | |
open("/home/alex/anaconda3/pyvenv.cfg", O_RDONLY) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/bin/Modules/Setup", 0x7fffccc17ee0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/bin/lib/python3.5/os.py", 0x7fffccc17ee0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/bin/lib/python3.5/os.pyc", 0x7fffccc17e10) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/os.py", {st_mode=S_IFREG|0644, st_size=36970, ...}) = 0 | |
stat("/home/alex/anaconda3/bin/pybuilddir.txt", 0x7fffccc12e80) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/bin/lib/python3.5/lib-dynload", 0x7fffccc16f60) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/version.txt", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0664, st_size=24, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522ce30000 | |
read(3, "Anaconda 4.1.1 (64-bit)\n", 4096) = 24 | |
close(3) = 0 | |
munmap(0x7f522ce30000, 4096) = 0 | |
clock_gettime(CLOCK_REALTIME, {1469466416, 259771900}) = 0 | |
clock_gettime(CLOCK_MONOTONIC, {1206, 287504000}) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522b760000 | |
brk(0x1dcc000) = 0x1dcc000 | |
open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 3 | |
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522ce30000 | |
read(3, "MemTotal: 12503312 kB\nMemF"..., 1024) = 1024 | |
close(3) = 0 | |
munmap(0x7f522ce30000, 4096) = 0 | |
brk(0x1df2000) = 0x1df2000 | |
sigaltstack({ss_sp=0x1d9c4b0, ss_flags=0, ss_size=8192}, NULL) = 0 | |
stat("/home/alex/anaconda3/lib/python35.zip", 0x7fffccc30e10) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python35.zip", 0x7fffccc30730) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3 | |
getdents(3, /* 205 entries */, 32768) = 6093 | |
getdents(3, /* 0 entries */, 32768) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/encodings/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc30a30) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/encodings/__init__.abi3.so", 0x7fffccc30a30) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/encodings/__init__.so", 0x7fffccc30a30) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/encodings/__init__.py", {st_mode=S_IFREG|0644, st_size=5067, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/encodings/__init__.py", {st_mode=S_IFREG|0644, st_size=5067, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/encodings/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=3850, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=3850, ...}) = 0 | |
read(3, "\26\r\r\n'FxW\313\23\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 3851) = 3850 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/codecs.py", {st_mode=S_IFREG|0644, st_size=36231, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/codecs.py", {st_mode=S_IFREG|0644, st_size=36231, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/codecs.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=35314, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=35314, ...}) = 0 | |
read(3, "\26\r\r\n\fFxW\207\215\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0:\0\0\0@\0\0"..., 35315) = 35314 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522b720000 | |
stat("/home/alex/anaconda3/lib/python3.5/encodings", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/encodings", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/encodings", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/encodings", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3 | |
getdents(3, /* 127 entries */, 32768) = 3891 | |
getdents(3, /* 0 entries */, 32768) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/encodings/aliases.py", {st_mode=S_IFREG|0644, st_size=15542, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/encodings/aliases.py", {st_mode=S_IFREG|0644, st_size=15542, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/encodings/__pycache__/aliases.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=7566, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=7566, ...}) = 0 | |
read(3, "\26\r\r\n!FxW\266<\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\204\2\0\0@\0\0"..., 7567) = 7566 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/encodings", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/encodings/utf_8.py", {st_mode=S_IFREG|0644, st_size=1005, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/encodings/utf_8.py", {st_mode=S_IFREG|0644, st_size=1005, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/encodings/__pycache__/utf_8.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=1710, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=1710, ...}) = 0 | |
read(3, "\26\r\r\n.FxW\355\3\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 1711) = 1710 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f522c500330}, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
rt_sigaction(SIGXFSZ, {SIG_IGN, [], SA_RESTORER, 0x7f522c500330}, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
rt_sigaction(SIGHUP, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
rt_sigaction(SIGILL, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
rt_sigaction(SIGTRAP, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
rt_sigaction(SIGABRT, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
rt_sigaction(SIGBUS, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
rt_sigaction(SIGFPE, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
rt_sigaction(SIGKILL, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
rt_sigaction(SIGUSR1, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
rt_sigaction(SIGSEGV, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
rt_sigaction(SIGUSR2, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
rt_sigaction(SIGPIPE, NULL, {SIG_IGN, [], SA_RESTORER, 0x7f522c500330}, 8) = 0 | |
rt_sigaction(SIGALRM, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
rt_sigaction(SIGSTKFLT, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [CHLD], SA_RESTORER|SA_RESTART, 0x7f85a1a66cb0}, 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, 0x7f1b78c26cb0}, 8) = 0 | |
rt_sigaction(SIGTTIN, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
rt_sigaction(SIGTTOU, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
rt_sigaction(SIGURG, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGXCPU, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
rt_sigaction(SIGXFSZ, NULL, {SIG_IGN, [], SA_RESTORER, 0x7f522c500330}, 8) = 0 | |
rt_sigaction(SIGVTALRM, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
rt_sigaction(SIGPROF, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGWINCH, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
rt_sigaction(SIGIO, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGPWR, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGSYS, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
rt_sigaction(SIGRT_2, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_3, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_4, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_5, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_6, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_7, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_8, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_9, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_10, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_11, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_12, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_13, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_14, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_15, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_16, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_17, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_18, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_19, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_20, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_21, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_22, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_23, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_24, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_25, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_26, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_27, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_28, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_29, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_30, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_31, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGRT_32, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f91dbc66cb0}, 8) = 0 | |
rt_sigaction(SIGINT, {0x7f522c89a580, [], SA_RESTORER, 0x7f522c500330}, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/encodings", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/encodings/latin_1.py", {st_mode=S_IFREG|0644, st_size=1264, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/encodings/latin_1.py", {st_mode=S_IFREG|0644, st_size=1264, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/encodings/__pycache__/latin_1.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=2022, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=2022, ...}) = 0 | |
read(3, "\26\r\r\n*FxW\360\4\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 2023) = 2022 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/io.py", {st_mode=S_IFREG|0644, st_size=3396, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/io.py", {st_mode=S_IFREG|0644, st_size=3396, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/io.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=3469, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=3469, ...}) = 0 | |
read(3, "\26\r\r\n\21FxWD\r\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\22\0\0\0@\0\0"..., 3470) = 3469 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/abc.py", {st_mode=S_IFREG|0644, st_size=8628, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/abc.py", {st_mode=S_IFREG|0644, st_size=8628, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/abc.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=7876, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=7876, ...}) = 0 | |
read(3, "\26\r\r\n\nFxW\264!\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 7877) = 7876 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
brk(0x1e13000) = 0x1e13000 | |
brk(0x1e0f000) = 0x1e0f000 | |
stat("/home/alex/anaconda3/lib/python3.5/", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/_weakrefset.py", {st_mode=S_IFREG|0644, st_size=5705, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/_weakrefset.py", {st_mode=S_IFREG|0644, st_size=5705, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/_weakrefset.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=8432, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=8432, ...}) = 0 | |
read(3, "\26\r\r\n\34FxWI\26\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 8433) = 8432 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
dup(0) = 3 | |
close(3) = 0 | |
fstat(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(4, 1), ...}) = 0 | |
ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 | |
lseek(0, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) | |
ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 | |
ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 | |
lseek(0, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) | |
dup(1) = 3 | |
close(3) = 0 | |
fstat(1, {st_mode=S_IFREG|0777, st_size=25145, ...}) = 0 | |
ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc31c40) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(1, 0, SEEK_CUR) = 25347 | |
ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc31ef0) = -1 ENOTTY (Inappropriate ioctl for device) | |
ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc31e50) = -1 ENOTTY (Inappropriate ioctl for device) | |
stat("/home/alex/anaconda3/lib/python3.5/", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/_bootlocale.py", {st_mode=S_IFREG|0644, st_size=1301, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/_bootlocale.py", {st_mode=S_IFREG|0644, st_size=1301, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/_bootlocale.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=1055, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=1055, ...}) = 0 | |
read(3, "\26\r\r\n\fFxW\25\5\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 1056) = 1055 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
lseek(1, 0, SEEK_CUR) = 26437 | |
lseek(1, 0, SEEK_CUR) = 26485 | |
dup(2) = 3 | |
close(3) = 0 | |
fstat(2, {st_mode=S_IFREG|0777, st_size=26610, ...}) = 0 | |
ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc31c40) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(2, 0, SEEK_CUR) = 26812 | |
ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc31ef0) = -1 ENOTTY (Inappropriate ioctl for device) | |
ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc31e50) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(2, 0, SEEK_CUR) = 27128 | |
lseek(2, 0, SEEK_CUR) = 27176 | |
stat("/home/alex/anaconda3/lib/python3.5/", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site.py", {st_mode=S_IFREG|0644, st_size=21319, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site.py", {st_mode=S_IFREG|0644, st_size=21319, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/site.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=17694, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=17694, ...}) = 0 | |
read(3, "\26\r\r\n\27FxWGS\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 17695) = 17694 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/os.py", {st_mode=S_IFREG|0644, st_size=36970, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/os.py", {st_mode=S_IFREG|0644, st_size=36970, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/os.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=31321, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=31321, ...}) = 0 | |
read(3, "\26\r\r\n\23FxWj\220\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0000\0\0\0@\0\0"..., 31322) = 31321 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
brk(0x1e30000) = 0x1e30000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522b6e0000 | |
stat("/home/alex/anaconda3/lib/python3.5/", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/stat.py", {st_mode=S_IFREG|0644, st_size=5038, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/stat.py", {st_mode=S_IFREG|0644, st_size=5038, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/stat.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=4173, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=4173, ...}) = 0 | |
read(3, "\26\r\r\n\30FxW\256\23\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0@\0\0"..., 4174) = 4173 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/posixpath.py", {st_mode=S_IFREG|0644, st_size=14881, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/posixpath.py", {st_mode=S_IFREG|0644, st_size=14881, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/posixpath.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=11146, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=11146, ...}) = 0 | |
read(3, "\26\r\r\n\24FxW!:\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0&\0\0\0@\0\0"..., 11147) = 11146 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/genericpath.py", {st_mode=S_IFREG|0644, st_size=4364, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/genericpath.py", {st_mode=S_IFREG|0644, st_size=4364, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/genericpath.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=3943, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=3943, ...}) = 0 | |
read(3, "\26\r\r\n\20FxW\f\21\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 3944) = 3943 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/_collections_abc.py", {st_mode=S_IFREG|0644, st_size=24706, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/_collections_abc.py", {st_mode=S_IFREG|0644, st_size=24706, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/_collections_abc.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=29648, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=29648, ...}) = 0 | |
read(3, "\26\r\r\n\rFxW\202`\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\26\0\0\0@\0\0"..., 29649) = 29648 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
mmap(NULL, 200704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522b6a0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522b660000 | |
munmap(0x7f522b660000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522b660000 | |
stat("/home/alex/anaconda3/lib/python3.5/", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/_sitebuiltins.py", {st_mode=S_IFREG|0644, st_size=3115, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/_sitebuiltins.py", {st_mode=S_IFREG|0644, st_size=3115, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/_sitebuiltins.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=3680, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=3680, ...}) = 0 | |
read(3, "\26\r\r\n\27FxW+\f\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 3681) = 3680 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/bin/pyvenv.cfg", 0x7fffccc30910) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/pyvenv.cfg", 0x7fffccc30910) = -1 ENOENT (No such file or directory) | |
geteuid() = 1000 | |
getuid() = 1000 | |
getegid() = 1000 | |
getgid() = 1000 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3 | |
getdents(3, /* 205 entries */, 32768) = 6093 | |
getdents(3, /* 0 entries */, 32768) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/sysconfig.py", {st_mode=S_IFREG|0644, st_size=24339, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/sysconfig.py", {st_mode=S_IFREG|0644, st_size=24339, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/sysconfig.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=16920, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=16920, ...}) = 0 | |
read(3, "\26\r\r\n\31FxW\23_\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\31\0\0\0@\0\0"..., 16921) = 16920 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
lstat("/home", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/bin/python", {st_mode=S_IFLNK|0777, st_size=9, ...}) = 0 | |
readlink("/home/alex/anaconda3/bin/python", "python3.5", 4096) = 9 | |
lstat("/home/alex/anaconda3/bin/python3.5", {st_mode=S_IFREG|0755, st_size=13921, ...}) = 0 | |
stat("/home/alex/anaconda3/bin/Modules/Setup.dist", 0x7fffccc2f4c0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/bin/Modules/Setup.local", 0x7fffccc2f4c0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/_sysconfigdata.py", {st_mode=S_IFREG|0644, st_size=20324, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/_sysconfigdata.py", {st_mode=S_IFREG|0644, st_size=20324, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/_sysconfigdata.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=20028, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=20028, ...}) = 0 | |
read(3, "\26\r\r\n\275\346\177WdO\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\10\5\0\0@\0\0"..., 20029) = 20028 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
brk(0x1e52000) = 0x1e52000 | |
brk(0x1e49000) = 0x1e49000 | |
lstat("/home", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5/config-3.5m", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/.local/lib/python3.5/site-packages", 0x7fffccc30b30) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3 | |
getdents(3, /* 334 entries */, 32768) = 12842 | |
getdents(3, /* 0 entries */, 32768) = 0 | |
close(3) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx.pth", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0664, st_size=25, ...}) = 0 | |
ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc30660) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(3, 0, SEEK_CUR) = 0 | |
ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc305e0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(3, 0, SEEK_CUR) = 0 | |
read(3, "./Sphinx-1.4.1-py3.5.egg\n", 8192) = 25 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
read(3, "", 8192) = 0 | |
close(3) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools.pth", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0664, st_size=30, ...}) = 0 | |
ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc30660) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(3, 0, SEEK_CUR) = 0 | |
ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc305e0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(3, 0, SEEK_CUR) = 0 | |
read(3, "./setuptools-23.0.0-py3.5.egg\n", 8192) = 30 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
read(3, "", 8192) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/plat-linux", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3 | |
getdents(3, /* 8 entries */, 32768) = 208 | |
getdents(3, /* 0 entries */, 32768) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/lib-dynload", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3 | |
getdents(3, /* 64 entries */, 32768) = 1964 | |
getdents(3, /* 0 entries */, 32768) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3 | |
getdents(3, /* 334 entries */, 32768) = 12842 | |
getdents(3, /* 0 entries */, 32768) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3 | |
getdents(3, /* 4 entries */, 32768) = 97 | |
getdents(3, /* 0 entries */, 32768) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522ce30000 | |
fstat(3, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
lseek(3, 479232, SEEK_SET) = 479232 | |
read(3, "ls/__pycache__/msvc9_support.cpy"..., 632) = 632 | |
read(3, "PK\5\6\0\0\0\0z\0z\0P)\0\0()\7\0\0\0", 4096) = 22 | |
lseek(3, 466944, SEEK_SET) = 466944 | |
read(3, "=u}\306\326=\4\274\373C\0334a\314\343cy<v\32\372n\202S&\3S\256hvA>"..., 4096) = 4096 | |
stat("/home/alex/anaconda3/lib/python3.5/encodings", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/encodings/cp437.py", {st_mode=S_IFREG|0644, st_size=34564, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/encodings/cp437.py", {st_mode=S_IFREG|0644, st_size=34564, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/encodings/__pycache__/cp437.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=7385, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=7385, ...}) = 0 | |
read(4, "\26\r\r\n#FxW\4\207\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0@\0\0"..., 7386) = 7385 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
read(3, "/__pycache__/utils.cpython-35.py"..., 4096) = 4096 | |
read(3, "\4\0setuptools/command/bdist_rpm.p"..., 4096) = 4096 | |
read(3, "ls/__pycache__/msvc9_support.cpy"..., 4096) = 654 | |
read(3, "", 4096) = 0 | |
close(3) = 0 | |
munmap(0x7f522ce30000, 4096) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
readlink("/home/alex/anaconda3/bin/spyder", 0x7fffccc211a0, 4096) = -1 EINVAL (Invalid argument) | |
lstat("/home", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/bin/spyder", {st_mode=S_IFREG|0775, st_size=82, ...}) = 0 | |
stat("/home/alex/anaconda3/bin/spyder", {st_mode=S_IFREG|0775, st_size=82, ...}) = 0 | |
open("/home/alex/anaconda3/bin/spyder", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0775, st_size=82, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522ce30000 | |
fstat(3, {st_mode=S_IFREG|0775, st_size=82, ...}) = 0 | |
lseek(3, 0, SEEK_SET) = 0 | |
read(3, "#!/home/alex/anaconda3/bin/pytho"..., 60) = 60 | |
read(3, "t_app\nstart_app.main()", 4096) = 22 | |
close(3) = 0 | |
munmap(0x7f522ce30000, 4096) = 0 | |
stat("/home/alex/anaconda3/bin/spyder", {st_mode=S_IFREG|0775, st_size=82, ...}) = 0 | |
open("/home/alex/anaconda3/bin/spyder", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0775, st_size=82, ...}) = 0 | |
ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc32170) = -1 ENOTTY (Inappropriate ioctl for device) | |
fstat(3, {st_mode=S_IFREG|0775, st_size=82, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522ce30000 | |
lseek(3, 0, SEEK_CUR) = 0 | |
read(3, "#!/home/alex/anaconda3/bin/pytho"..., 4096) = 82 | |
lseek(3, 82, SEEK_SET) = 82 | |
brk(0x1e6a000) = 0x1e6a000 | |
read(3, "", 4096) = 0 | |
read(3, "", 4096) = 0 | |
read(3, "", 4096) = 0 | |
close(3) = 0 | |
munmap(0x7f522ce30000, 4096) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/bin", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3 | |
getdents(3, /* 224 entries */, 32768) = 6831 | |
getdents(3, /* 0 entries */, 32768) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc308d0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/__init__.abi3.so", 0x7fffccc308d0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/__init__.so", 0x7fffccc308d0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/__init__.py", {st_mode=S_IFREG|0664, st_size=3217, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/__init__.py", {st_mode=S_IFREG|0664, st_size=3217, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0664, st_size=3107, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0664, st_size=3107, ...}) = 0 | |
read(3, "\26\r\r\ns\2053W\221\f\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 3108) = 3107 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3 | |
getdents(3, /* 30 entries */, 32768) = 925 | |
getdents(3, /* 0 entries */, 32768) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/start_app.py", {st_mode=S_IFREG|0664, st_size=4549, ...}) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522b620000 | |
munmap(0x7f522b620000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522b620000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/start_app.py", {st_mode=S_IFREG|0664, st_size=4549, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/__pycache__/start_app.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0664, st_size=3021, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0664, st_size=3021, ...}) = 0 | |
read(3, "\26\r\r\ns\2053W\305\21\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 3022) = 3021 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/socket.py", {st_mode=S_IFREG|0644, st_size=27095, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/socket.py", {st_mode=S_IFREG|0644, st_size=27095, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/socket.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=23047, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=23047, ...}) = 0 | |
read(3, "\26\r\r\n\27FxW\327i\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\16\0\0\0@\0\0"..., 23048) = 23047 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/_socket.so", {st_mode=S_IFREG|0755, st_size=216656, ...}) = 0 | |
futex(0x7f522c4e30d0, FUTEX_WAKE_PRIVATE, 2147483647) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/_socket.so", 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 ?\0\0\0\0\0\0"..., 832) = 832 | |
fstat(3, {st_mode=S_IFREG|0755, st_size=216656, ...}) = 0 | |
mmap(NULL, 2179016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f522b400000 | |
mprotect(0x7f522b40f000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f522b60f000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7f522b60f000 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/selectors.py", {st_mode=S_IFREG|0644, st_size=19168, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/selectors.py", {st_mode=S_IFREG|0644, st_size=19168, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/selectors.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=18839, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=18839, ...}) = 0 | |
read(3, "\26\r\r\n\26FxW\340J\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0@\0\0"..., 18840) = 18839 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/collections/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc2d1e0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/collections/__init__.abi3.so", 0x7fffccc2d1e0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/collections/__init__.so", 0x7fffccc2d1e0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/collections/__init__.py", {st_mode=S_IFREG|0644, st_size=45678, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/collections/__init__.py", {st_mode=S_IFREG|0644, st_size=45678, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/collections/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=48686, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=48686, ...}) = 0 | |
brk(0x1e8c000) = 0x1e8c000 | |
read(3, "\26\r\r\n FxWn\262\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0$\0\0\0@\0\0"..., 48687) = 48686 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/operator.py", {st_mode=S_IFREG|0644, st_size=10863, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/operator.py", {st_mode=S_IFREG|0644, st_size=10863, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/operator.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=14818, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=14818, ...}) = 0 | |
read(3, "\26\r\r\n\23FxWo*\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0006\0\0\0@\0\0"..., 14819) = 14818 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522b3c0000 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/keyword.py", {st_mode=S_IFREG|0755, st_size=2211, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/keyword.py", {st_mode=S_IFREG|0755, st_size=2211, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/keyword.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=1951, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=1951, ...}) = 0 | |
read(3, "\26\r\r\n\21FxW\243\10\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0@\0\0"..., 1952) = 1951 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/heapq.py", {st_mode=S_IFREG|0644, st_size=22929, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/heapq.py", {st_mode=S_IFREG|0644, st_size=22929, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/heapq.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=15053, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=15053, ...}) = 0 | |
read(3, "\26\r\r\n\20FxW\221Y\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0#\0\0\0@\0\0"..., 15054) = 15053 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/_heapq.so", {st_mode=S_IFREG|0755, st_size=46477, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/_heapq.so", 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\n\0\0\0\0\0\0"..., 832) = 832 | |
fstat(3, {st_mode=S_IFREG|0755, st_size=46477, ...}) = 0 | |
mmap(NULL, 2113456, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f522b1b0000 | |
mprotect(0x7f522b1b2000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f522b3b2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f522b3b2000 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/reprlib.py", {st_mode=S_IFREG|0644, st_size=5336, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/reprlib.py", {st_mode=S_IFREG|0644, st_size=5336, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/reprlib.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=5970, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=5970, ...}) = 0 | |
read(3, "\26\r\r\n\26FxW\330\24\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 5971) = 5970 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/math.so", {st_mode=S_IFREG|0755, st_size=115284, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/math.so", 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*\0\0\0\0\0\0"..., 832) = 832 | |
fstat(3, {st_mode=S_IFREG|0755, st_size=115284, ...}) = 0 | |
mmap(NULL, 2137488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f522afa0000 | |
mprotect(0x7f522afa8000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f522b1a8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f522b1a8000 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/select.so", {st_mode=S_IFREG|0755, st_size=72769, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/select.so", 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@\36\0\0\0\0\0\0"..., 832) = 832 | |
fstat(3, {st_mode=S_IFREG|0755, st_size=72769, ...}) = 0 | |
mmap(NULL, 2120992, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f522ad90000 | |
mprotect(0x7f522ad95000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f522af94000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f522af94000 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/enum.py", {st_mode=S_IFREG|0644, st_size=22226, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/enum.py", {st_mode=S_IFREG|0644, st_size=22226, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/enum.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=16651, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=16651, ...}) = 0 | |
read(3, "\26\r\r\n\17FxW\322V\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 16652) = 16651 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/types.py", {st_mode=S_IFREG|0644, st_size=8799, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/types.py", {st_mode=S_IFREG|0644, st_size=8799, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/types.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=8751, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=8751, ...}) = 0 | |
read(3, "\26\r\r\n\33FxW_\"\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0@\0\0"..., 8752) = 8751 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/functools.py", {st_mode=S_IFREG|0644, st_size=28776, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/functools.py", {st_mode=S_IFREG|0644, st_size=28776, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/functools.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=23633, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=23633, ...}) = 0 | |
brk(0x1ead000) = 0x1ead000 | |
read(3, "\26\r\r\n\17FxWhp\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0+\0\0\0@\0\0"..., 23634) = 23633 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522ad50000 | |
brk(0x1ea8000) = 0x1ea8000 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/weakref.py", {st_mode=S_IFREG|0644, st_size=19408, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/weakref.py", {st_mode=S_IFREG|0644, st_size=19408, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/weakref.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=20260, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=20260, ...}) = 0 | |
read(3, "\26\r\r\n\33FxW\320K\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0@\0\0"..., 20261) = 20260 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/collections", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/collections", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/collections", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/collections", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3 | |
getdents(3, /* 6 entries */, 32768) = 162 | |
getdents(3, /* 0 entries */, 32768) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/collections/abc.py", {st_mode=S_IFREG|0644, st_size=68, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/collections/abc.py", {st_mode=S_IFREG|0644, st_size=68, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/collections/__pycache__/abc.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=203, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=203, ...}) = 0 | |
read(3, "\26\r\r\n FxWD\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 204) = 203 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
time(NULL) = 1469466416 | |
open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 3 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=1072, ...}) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=1072, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522ce30000 | |
read(3, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\2\0\0\0\0"..., 4096) = 1072 | |
lseek(3, -684, SEEK_CUR) = 388 | |
read(3, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\2\0\0\0\0"..., 4096) = 684 | |
close(3) = 0 | |
munmap(0x7f522ce30000, 4096) = 0 | |
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1072, ...}) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/random.py", {st_mode=S_IFREG|0644, st_size=26087, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/random.py", {st_mode=S_IFREG|0644, st_size=26087, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/random.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=18996, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=18996, ...}) = 0 | |
read(3, "\26\r\r\n\26FxW\347e\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\27\0\0\0@\0\0"..., 18997) = 18996 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/warnings.py", {st_mode=S_IFREG|0644, st_size=15850, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/warnings.py", {st_mode=S_IFREG|0644, st_size=15850, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/warnings.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=13123, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=13123, ...}) = 0 | |
read(3, "\26\r\r\n\33FxW\352=\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\16\0\0\0@\0\0"..., 13124) = 13123 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/hashlib.py", {st_mode=S_IFREG|0644, st_size=7979, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/hashlib.py", {st_mode=S_IFREG|0644, st_size=7979, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/hashlib.cpython-35.pyc", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=6369, ...}) = 0 | |
lseek(3, 0, SEEK_CUR) = 0 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=6369, ...}) = 0 | |
read(3, "\26\r\r\n\20FxW+\37\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\34\0\0\0@\0\0"..., 6370) = 6369 | |
read(3, "", 1) = 0 | |
close(3) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/_hashlib.so", {st_mode=S_IFREG|0755, st_size=65618, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/_hashlib.so", 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\34\0\0\0\0\0\0"..., 832) = 832 | |
fstat(3, {st_mode=S_IFREG|0755, st_size=65618, ...}) = 0 | |
mmap(NULL, 2121584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f522ab40000 | |
mprotect(0x7f522ab45000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f522ad45000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f522ad45000 | |
close(3) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/../../tls/x86_64/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/../../tls/x86_64", 0x7fffccc2ca60) = -1 ENOENT (No such file or directory) | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/../../tls/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/../../tls", 0x7fffccc2ca60) = -1 ENOENT (No such file or directory) | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/../../x86_64/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/../../x86_64", 0x7fffccc2ca60) = -1 ENOENT (No such file or directory) | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/../../libssl.so.1.0.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\300\245\1\0\0\0\0\0"..., 832) = 832 | |
fstat(3, {st_mode=S_IFREG|0775, st_size=538954, ...}) = 0 | |
mmap(NULL, 2580104, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f522a8c0000 | |
mprotect(0x7f522a92c000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f522ab2b000, 45056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6b000) = 0x7f522ab2b000 | |
close(3) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/../../libcrypto.so.1.0.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\0\246\6\0\0\0\0\0"..., 832) = 832 | |
fstat(3, {st_mode=S_IFREG|0775, st_size=2587418, ...}) = 0 | |
mmap(NULL, 4417152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f522a480000 | |
mprotect(0x7f522a68c000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f522a88c000, 159744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20c000) = 0x7f522a88c000 | |
mmap(0x7f522a8b3000, 13952, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f522a8b3000 | |
close(3) = 0 | |
brk(0x1ec9000) = 0x1ec9000 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/_random.so", {st_mode=S_IFREG|0755, st_size=38311, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/_random.so", 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\240\17\0\0\0\0\0\0"..., 832) = 832 | |
fstat(3, {st_mode=S_IFREG|0755, st_size=38311, ...}) = 0 | |
mmap(NULL, 2107408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f522a270000 | |
mprotect(0x7f522a273000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f522a472000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f522a472000 | |
close(3) = 0 | |
time([1469466416]) = 1469466416 | |
open("/dev/urandom", O_RDONLY) = 3 | |
ioctl(3, FIOCLEX) = 0 | |
fstat(3, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0 | |
read(3, "\v\341qF\230\362{\375L/.\367!%\312\314X\244\24T\313\220\25)\357\32R\207\306\373|["..., 2500) = 2500 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/cli_options.py", {st_mode=S_IFREG|0664, st_size=2217, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/cli_options.py", {st_mode=S_IFREG|0664, st_size=2217, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/__pycache__/cli_options.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1655, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1655, ...}) = 0 | |
read(4, "\26\r\r\ns\2053W\251\10\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 1656) = 1655 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/optparse.py", {st_mode=S_IFREG|0644, st_size=60344, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/optparse.py", {st_mode=S_IFREG|0644, st_size=60344, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/optparse.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=51333, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=51333, ...}) = 0 | |
read(4, "\26\r\r\n\23FxW\270\353\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\22\0\0\0@\0\0"..., 51334) = 51333 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x1ef3000) = 0x1ef3000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522a230000 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/textwrap.py", {st_mode=S_IFREG|0644, st_size=19654, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/textwrap.py", {st_mode=S_IFREG|0644, st_size=19654, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/textwrap.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=14216, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=14216, ...}) = 0 | |
read(4, "\26\r\r\n\32FxW\306L\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0@\0\0"..., 14217) = 14216 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/re.py", {st_mode=S_IFREG|0644, st_size=15501, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/re.py", {st_mode=S_IFREG|0644, st_size=15501, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/re.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=14463, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=14463, ...}) = 0 | |
read(4, "\26\r\r\n\26FxW\215<\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0#\0\0\0@\0\0"..., 14464) = 14463 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/sre_compile.py", {st_mode=S_IFREG|0644, st_size=18410, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/sre_compile.py", {st_mode=S_IFREG|0644, st_size=18410, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/sre_compile.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=10931, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=10931, ...}) = 0 | |
read(4, "\26\r\r\n\30FxW\352G\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0@\0\0"..., 10932) = 10931 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/sre_parse.py", {st_mode=S_IFREG|0644, st_size=34964, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/sre_parse.py", {st_mode=S_IFREG|0644, st_size=34964, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/sre_parse.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=22346, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=22346, ...}) = 0 | |
read(4, "\26\r\r\n\30FxW\224\210\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\25\0\0\0@\0\0"..., 22347) = 22346 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/sre_constants.py", {st_mode=S_IFREG|0644, st_size=6448, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/sre_constants.py", {st_mode=S_IFREG|0644, st_size=6448, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/sre_constants.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=5952, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=5952, ...}) = 0 | |
read(4, "\26\r\r\n\30FxW0\31\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0@\0\0"..., 5953) = 5952 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/copyreg.py", {st_mode=S_IFREG|0644, st_size=6833, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/copyreg.py", {st_mode=S_IFREG|0644, st_size=6833, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/copyreg.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=4576, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=4576, ...}) = 0 | |
read(4, "\26\r\r\n\rFxW\261\32\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 4577) = 4576 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/gettext.py", {st_mode=S_IFREG|0644, st_size=18194, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/gettext.py", {st_mode=S_IFREG|0644, st_size=18194, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/gettext.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=13059, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=13059, ...}) = 0 | |
read(4, "\26\r\r\n\20FxW\22G\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0@\0\0"..., 13060) = 13059 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/locale.py", {st_mode=S_IFREG|0644, st_size=74713, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/locale.py", {st_mode=S_IFREG|0644, st_size=74713, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/locale.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=36553, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=36553, ...}) = 0 | |
read(4, "\26\r\r\n\21FxW\331#\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0^\4\0\0@\0\0"..., 36554) = 36553 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522a1f0000 | |
mmap(NULL, 397312, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522a180000 | |
munmap(0x7f522b6a0000, 200704) = 0 | |
brk(0x1f15000) = 0x1f15000 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/copy.py", {st_mode=S_IFREG|0644, st_size=8946, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/copy.py", {st_mode=S_IFREG|0644, st_size=8946, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/copy.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=8126, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=8126, ...}) = 0 | |
read(4, "\26\r\r\n\rFxW\362\"\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\33\0\0\0@\0\0"..., 8127) = 8126 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/struct.py", {st_mode=S_IFREG|0644, st_size=257, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/struct.py", {st_mode=S_IFREG|0644, st_size=257, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/struct.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=358, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=358, ...}) = 0 | |
read(4, "\26\r\r\n\30FxW\1\1\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0@\0\0"..., 359) = 358 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/_struct.so", {st_mode=S_IFREG|0755, st_size=120520, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/_struct.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\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(4, {st_mode=S_IFREG|0755, st_size=120520, ...}) = 0 | |
mmap(NULL, 2135376, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5229f70000 | |
mprotect(0x7f5229f78000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f522a177000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x7000) = 0x7f522a177000 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/share/locale/en_US.UTF-8/LC_MESSAGES/messages.mo", 0x7fffccc2dd70) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/share/locale/en_US/LC_MESSAGES/messages.mo", 0x7fffccc2dd70) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/share/locale/en.UTF-8/LC_MESSAGES/messages.mo", 0x7fffccc2dd70) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/share/locale/en/LC_MESSAGES/messages.mo", 0x7fffccc2dd70) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/share/locale/en_US.UTF-8/LC_MESSAGES/messages.mo", 0x7fffccc2dd70) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/share/locale/en_US/LC_MESSAGES/messages.mo", 0x7fffccc2dd70) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/share/locale/en.UTF-8/LC_MESSAGES/messages.mo", 0x7fffccc2dd70) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/share/locale/en/LC_MESSAGES/messages.mo", 0x7fffccc2dd70) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/share/locale/en_US.UTF-8/LC_MESSAGES/messages.mo", 0x7fffccc2dd70) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/share/locale/en_US/LC_MESSAGES/messages.mo", 0x7fffccc2dd70) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/share/locale/en.UTF-8/LC_MESSAGES/messages.mo", 0x7fffccc2dd70) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/share/locale/en/LC_MESSAGES/messages.mo", 0x7fffccc2dd70) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/share/locale/en_US.UTF-8/LC_MESSAGES/messages.mo", 0x7fffccc2dd70) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/share/locale/en_US/LC_MESSAGES/messages.mo", 0x7fffccc2dd70) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/share/locale/en.UTF-8/LC_MESSAGES/messages.mo", 0x7fffccc2dd70) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/share/locale/en/LC_MESSAGES/messages.mo", 0x7fffccc2dd70) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/baseconfig.py", {st_mode=S_IFREG|0664, st_size=10872, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/baseconfig.py", {st_mode=S_IFREG|0664, st_size=10872, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/__pycache__/baseconfig.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7740, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7740, ...}) = 0 | |
read(4, "\26\r\r\ns\2053Wx*\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\23\0\0\0@\0\0"..., 7741) = 7740 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/__future__.py", {st_mode=S_IFREG|0644, st_size=4841, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/__future__.py", {st_mode=S_IFREG|0644, st_size=4841, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/__future__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=4330, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=4330, ...}) = 0 | |
read(4, "\26\r\r\n\17FxW\351\22\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\t\0\0\0@\0\0"..., 4331) = 4330 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc2e1b0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils/__init__.abi3.so", 0x7fffccc2e1b0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils/__init__.so", 0x7fffccc2e1b0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils/__init__.py", {st_mode=S_IFREG|0664, st_size=225, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils/__init__.py", {st_mode=S_IFREG|0664, st_size=225, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=224, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=224, ...}) = 0 | |
read(4, "\26\r\r\ns\2053W\341\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 225) = 224 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 22 entries */, 32768) = 649 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils/encoding.py", {st_mode=S_IFREG|0664, st_size=8237, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils/encoding.py", {st_mode=S_IFREG|0664, st_size=8237, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils/__pycache__/encoding.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6278, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6278, ...}) = 0 | |
read(4, "\26\r\r\ns\2053W- \0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\22\0\0\0@\0\0"..., 6279) = 6278 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/py3compat.py", {st_mode=S_IFREG|0664, st_size=6585, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/py3compat.py", {st_mode=S_IFREG|0664, st_size=6585, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/__pycache__/py3compat.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5109, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5109, ...}) = 0 | |
read(4, "\26\r\r\ns\2053W\271\31\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\33\0\0\0@\0\0"..., 5110) = 5109 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/configparser.py", {st_mode=S_IFREG|0644, st_size=53452, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/configparser.py", {st_mode=S_IFREG|0644, st_size=53452, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/configparser.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=48183, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=48183, ...}) = 0 | |
read(4, "\26\r\r\n\rFxW\314\320\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\25\0\0\0@\0\0"..., 48184) = 48183 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x1f36000) = 0x1f36000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522b6a0000 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/pickle.py", {st_mode=S_IFREG|0644, st_size=55848, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/pickle.py", {st_mode=S_IFREG|0644, st_size=55848, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/pickle.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=46733, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=46733, ...}) = 0 | |
read(4, "\26\r\r\n\24FxW(\332\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0@\0\0"..., 46734) = 46733 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/_compat_pickle.py", {st_mode=S_IFREG|0644, st_size=8556, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/_compat_pickle.py", {st_mode=S_IFREG|0644, st_size=8556, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/_compat_pickle.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=7940, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=7940, ...}) = 0 | |
read(4, "\26\r\r\n\rFxWl!\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0T\0\0\0@\0\0"..., 7941) = 7940 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/_pickle.so", {st_mode=S_IFREG|0755, st_size=427257, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/_pickle.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300A\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0755, st_size=427257, ...}) = 0 | |
mmap(NULL, 2205056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5229d50000 | |
mprotect(0x7f5229d67000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f5229f67000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x17000) = 0x7f5229f67000 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/..", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/..", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/images", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/images", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 42 entries */, 32768) = 1302 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/images/actions", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/images/actions", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 69 entries */, 32768) = 2210 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/images/console", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/images/console", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 19 entries */, 32768) = 601 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/images/editor", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/images/editor", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 50 entries */, 32768) = 1648 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/images/file", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/images/file", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 11 entries */, 32768) = 336 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/images/filetypes", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/images/filetypes", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 67 entries */, 32768) = 1803 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/images/projects", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/images/projects", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 14 entries */, 32768) = 444 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/otherplugins.py", {st_mode=S_IFREG|0664, st_size=1868, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/otherplugins.py", {st_mode=S_IFREG|0664, st_size=1868, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/__pycache__/otherplugins.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1576, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1576, ...}) = 0 | |
read(4, "\26\r\r\ns\2053WL\7\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 1577) = 1576 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/traceback.py", {st_mode=S_IFREG|0644, st_size=22194, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/traceback.py", {st_mode=S_IFREG|0644, st_size=22194, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/traceback.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=20184, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=20184, ...}) = 0 | |
read(4, "\26\r\r\n\32FxW\262V\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\23\0\0\0@\0\0"..., 20185) = 20184 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/linecache.py", {st_mode=S_IFREG|0644, st_size=5312, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/linecache.py", {st_mode=S_IFREG|0644, st_size=5312, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/linecache.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=4088, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=4088, ...}) = 0 | |
read(4, "\26\r\r\n\21FxW\300\24\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 4089) = 4088 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5229d10000 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/tokenize.py", {st_mode=S_IFREG|0644, st_size=27790, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/tokenize.py", {st_mode=S_IFREG|0644, st_size=27790, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/tokenize.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=20476, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=20476, ...}) = 0 | |
read(4, "\26\r\r\n\32FxW\216l\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0X\0\0\0@\0\0"..., 20477) = 20476 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/token.py", {st_mode=S_IFREG|0644, st_size=3075, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/token.py", {st_mode=S_IFREG|0644, st_size=3075, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/token.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3684, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3684, ...}) = 0 | |
read(4, "\26\r\r\n\32FxW\3\f\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 3685) = 3684 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils/programs.py", {st_mode=S_IFREG|0664, st_size=12299, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils/programs.py", {st_mode=S_IFREG|0664, st_size=12299, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils/__pycache__/programs.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=9559, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=9559, ...}) = 0 | |
read(4, "\26\r\r\ns\2053W\v0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0@\0\0"..., 9560) = 9559 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/distutils/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc2b190) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/distutils/__init__.abi3.so", 0x7fffccc2b190) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/distutils/__init__.so", 0x7fffccc2b190) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/distutils/__init__.py", {st_mode=S_IFREG|0644, st_size=236, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/distutils/__init__.py", {st_mode=S_IFREG|0644, st_size=236, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/distutils/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=407, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=407, ...}) = 0 | |
read(4, "\26\r\r\nPFxW\354\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 408) = 407 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/distutils", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/distutils", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/distutils", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/distutils", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 34 entries */, 32768) = 1038 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/distutils/version.py", {st_mode=S_IFREG|0644, st_size=12345, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/distutils/version.py", {st_mode=S_IFREG|0644, st_size=12345, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/distutils/__pycache__/version.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=7774, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=7774, ...}) = 0 | |
read(4, "\26\r\r\nRFxW90\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 7775) = 7774 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/imp.py", {st_mode=S_IFREG|0644, st_size=10631, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/imp.py", {st_mode=S_IFREG|0644, st_size=10631, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/imp.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=10466, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=10466, ...}) = 0 | |
read(4, "\26\r\r\n\21FxW\207)\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0@\0\0"..., 10467) = 10466 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/importlib/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc2a1c0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/importlib/__init__.abi3.so", 0x7fffccc2a1c0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/importlib/__init__.so", 0x7fffccc2a1c0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/importlib/__init__.py", {st_mode=S_IFREG|0644, st_size=5868, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/importlib/__init__.py", {st_mode=S_IFREG|0644, st_size=5868, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/importlib/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3901, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3901, ...}) = 0 | |
read(4, "\26\r\r\n]FxW\354\26\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0#\0\0\0@\0\0"..., 3902) = 3901 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/importlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/importlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/importlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/importlib", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
brk(0x1f58000) = 0x1f58000 | |
getdents(4, /* 9 entries */, 32768) = 265 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/importlib/machinery.py", {st_mode=S_IFREG|0644, st_size=844, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/importlib/machinery.py", {st_mode=S_IFREG|0644, st_size=844, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/importlib/__pycache__/machinery.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1024, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1024, ...}) = 0 | |
read(4, "\26\r\r\n]FxWL\3\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 1025) = 1024 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/importlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/importlib/util.py", {st_mode=S_IFREG|0644, st_size=10805, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/importlib/util.py", {st_mode=S_IFREG|0644, st_size=10805, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/importlib/__pycache__/util.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=9641, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=9641, ...}) = 0 | |
read(4, "\26\r\r\n]FxW5*\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 9642) = 9641 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/importlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/importlib/abc.py", {st_mode=S_IFREG|0644, st_size=10782, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/importlib/abc.py", {st_mode=S_IFREG|0644, st_size=10782, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/importlib/__pycache__/abc.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=11755, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=11755, ...}) = 0 | |
read(4, "\26\r\r\n\\FxW\36*\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\"\0\0\0@\0\0"..., 11756) = 11755 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/contextlib.py", {st_mode=S_IFREG|0644, st_size=12261, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/contextlib.py", {st_mode=S_IFREG|0644, st_size=12261, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/contextlib.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=10926, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=10926, ...}) = 0 | |
read(4, "\26\r\r\n\rFxW\345/\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0@\0\0"..., 10927) = 10926 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5229cd0000 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/inspect.py", {st_mode=S_IFREG|0644, st_size=113318, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/inspect.py", {st_mode=S_IFREG|0644, st_size=113318, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/inspect.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=84290, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=84290, ...}) = 0 | |
read(4, "\26\r\r\n\21FxW\246\272\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0\16\0\0\0@\0\0"..., 84291) = 84290 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x1f85000) = 0x1f85000 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/ast.py", {st_mode=S_IFREG|0644, st_size=12001, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/ast.py", {st_mode=S_IFREG|0644, st_size=12001, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/ast.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=12316, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=12316, ...}) = 0 | |
read(4, "\26\r\r\n\vFxW\341.\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 12317) = 12316 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/dis.py", {st_mode=S_IFREG|0644, st_size=17350, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/dis.py", {st_mode=S_IFREG|0644, st_size=17350, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/dis.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=14796, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=14796, ...}) = 0 | |
read(4, "\26\r\r\n\16FxW\306C\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\22\0\0\0@\0\0"..., 14797) = 14796 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5229c90000 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/opcode.py", {st_mode=S_IFREG|0644, st_size=5885, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/opcode.py", {st_mode=S_IFREG|0644, st_size=5885, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/opcode.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=5711, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=5711, ...}) = 0 | |
read(4, "\26\r\r\n\23FxW\375\26\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0@\0\0"..., 5712) = 5711 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/_opcode.so", {st_mode=S_IFREG|0755, st_size=19928, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/_opcode.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\7\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0755, st_size=19928, ...}) = 0 | |
mmap(NULL, 2100976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5229a80000 | |
mprotect(0x7f5229a81000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f5229c80000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0) = 0x7f5229c80000 | |
close(4) = 0 | |
brk(0x1fa7000) = 0x1fa7000 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/subprocess.py", {st_mode=S_IFREG|0644, st_size=68407, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/subprocess.py", {st_mode=S_IFREG|0644, st_size=68407, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/subprocess.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=46786, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=46786, ...}) = 0 | |
read(4, "\26\r\r\n\31FxW7\v\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0\26\0\0\0@\0\0"..., 46787) = 46786 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/signal.py", {st_mode=S_IFREG|0644, st_size=2123, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/signal.py", {st_mode=S_IFREG|0644, st_size=2123, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/signal.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2788, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2788, ...}) = 0 | |
read(4, "\26\r\r\n\27FxWK\10\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 2789) = 2788 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/_posixsubprocess.so", {st_mode=S_IFREG|0755, st_size=53165, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/_posixsubprocess.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\22\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0755, st_size=53165, ...}) = 0 | |
mmap(NULL, 2109296, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5229870000 | |
mprotect(0x7f5229873000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f5229a72000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2000) = 0x7f5229a72000 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/threading.py", {st_mode=S_IFREG|0644, st_size=48918, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/threading.py", {st_mode=S_IFREG|0644, st_size=48918, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/threading.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=38922, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=38922, ...}) = 0 | |
read(4, "\26\r\r\n\32FxW\26\277\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\33\0\0\0@\0\0"..., 38923) = 38922 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x1fcb000) = 0x1fcb000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5229830000 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/tempfile.py", {st_mode=S_IFREG|0644, st_size=26636, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/tempfile.py", {st_mode=S_IFREG|0644, st_size=26636, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/tempfile.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=23649, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=23649, ...}) = 0 | |
read(4, "\26\r\r\n\31FxW\fh\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\22\0\0\0@\0\0"..., 23650) = 23649 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/shutil.py", {st_mode=S_IFREG|0644, st_size=39863, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/shutil.py", {st_mode=S_IFREG|0644, st_size=39863, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/shutil.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=32747, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=32747, ...}) = 0 | |
read(4, "\26\r\r\n\27FxW\267\233\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0009\0\0\0@\0\0"..., 32748) = 32747 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/fnmatch.py", {st_mode=S_IFREG|0644, st_size=3163, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/fnmatch.py", {st_mode=S_IFREG|0644, st_size=3163, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/fnmatch.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3142, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3142, ...}) = 0 | |
read(4, "\26\r\r\n\17FxW[\f\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 3143) = 3142 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/tarfile.py", {st_mode=S_IFREG|0755, st_size=92928, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/tarfile.py", {st_mode=S_IFREG|0755, st_size=92928, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/tarfile.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=68976, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=68976, ...}) = 0 | |
read(4, "\26\r\r\n\31FxW\0k\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0\34\0\0\0@\0\0"..., 68977) = 68976 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52297f0000 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/grp.so", {st_mode=S_IFREG|0755, st_size=34494, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/grp.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\r\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0755, st_size=34494, ...}) = 0 | |
mmap(NULL, 2108272, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f52295e0000 | |
mprotect(0x7f52295e2000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f52297e2000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2000) = 0x7f52297e2000 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/bz2.py", {st_mode=S_IFREG|0644, st_size=12424, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/bz2.py", {st_mode=S_IFREG|0644, st_size=12424, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/bz2.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=11795, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=11795, ...}) = 0 | |
read(4, "\26\r\r\n\fFxW\2100\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\17\0\0\0@\0\0"..., 11796) = 11795 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/_compression.py", {st_mode=S_IFREG|0644, st_size=5340, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/_compression.py", {st_mode=S_IFREG|0644, st_size=5340, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/_compression.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=4460, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=4460, ...}) = 0 | |
read(4, "\26\r\r\n\rFxW\334\24\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 4461) = 4460 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/_bz2.so", {st_mode=S_IFREG|0755, st_size=243132, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/_bz2.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\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(4, {st_mode=S_IFREG|0755, st_size=243132, ...}) = 0 | |
mmap(NULL, 2174480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f52293c0000 | |
mprotect(0x7f52293d1000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f52295d1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x11000) = 0x7f52295d1000 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lzma.py", {st_mode=S_IFREG|0644, st_size=12925, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lzma.py", {st_mode=S_IFREG|0644, st_size=12925, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/lzma.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=12487, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=12487, ...}) = 0 | |
read(4, "\26\r\r\n\21FxW}2\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0$\0\0\0@\0\0"..., 12488) = 12487 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/_lzma.so", {st_mode=S_IFREG|0755, st_size=92627, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/_lzma.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\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(4, {st_mode=S_IFREG|0755, st_size=92627, ...}) = 0 | |
mmap(NULL, 2129232, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f52291b0000 | |
mprotect(0x7f52291b6000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f52293b6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x6000) = 0x7f52293b6000 | |
close(4) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/../../liblzma.so.5", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0000\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0755, st_size=742497, ...}) = 0 | |
mmap(NULL, 2246792, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5228f80000 | |
mprotect(0x7f5228fa4000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f52291a4000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x24000) = 0x7f52291a4000 | |
close(4) = 0 | |
brk(0x1ff1000) = 0x1ff1000 | |
getcwd("/mnt/c/Users/Alexander/Documents", 1024) = 33 | |
time([1469466416]) = 1469466416 | |
fstat(3, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0 | |
read(3, "q^\1S\27\247\375\271j}\351Z\17\346\373%\333^r\261\224\333\351N\222\264\3\256J\16$\260"..., 2500) = 2500 | |
open("/tmp/dwjyr5ns", O_RDWR|O_CREAT|O_EXCL|O_NOFOLLOW, 0600) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc2c9d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
write(4, "blat", 4) = 4 | |
close(4) = 0 | |
unlink("/tmp/dwjyr5ns") = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderplugins/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc2ceb0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderplugins/__init__.abi3.so", 0x7fffccc2ceb0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderplugins/__init__.so", 0x7fffccc2ceb0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderplugins/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderplugins/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/spyderplugins/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=157, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=157, ...}) = 0 | |
read(4, "\26\r\r\ns\2053W\0\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 158) = 157 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderplugins", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderplugins/images", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/spyderplugins/images", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 4 entries */, 32768) = 105 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/..", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/locale/en_US.UTF-8/LC_MESSAGES/spyderlib.mo", 0x7fffccc2ee20) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/locale/en_US/LC_MESSAGES/spyderlib.mo", 0x7fffccc2ee20) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/locale/en.UTF-8/LC_MESSAGES/spyderlib.mo", 0x7fffccc2ee20) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/locale/en/LC_MESSAGES/spyderlib.mo", 0x7fffccc2ee20) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/config.py", {st_mode=S_IFREG|0664, st_size=31170, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/config.py", {st_mode=S_IFREG|0664, st_size=31170, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/__pycache__/config.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=19321, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=19321, ...}) = 0 | |
read(4, "\26\r\r\ns\2053W\302y\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\32\1\0\0@\0\0"..., 19322) = 19321 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/userconfig.py", {st_mode=S_IFREG|0664, st_size=17956, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/userconfig.py", {st_mode=S_IFREG|0664, st_size=17956, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/__pycache__/userconfig.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=13285, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=13285, ...}) = 0 | |
read(4, "\26\r\r\ns\2053W$F\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 13286) = 13285 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5228f40000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils/iofuncs.py", {st_mode=S_IFREG|0664, st_size=20744, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils/iofuncs.py", {st_mode=S_IFREG|0664, st_size=20744, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils/__pycache__/iofuncs.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=17089, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=17089, ...}) = 0 | |
read(4, "\26\r\r\ns\2053W\10Q\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0>\0\0\0@\0\0"..., 17090) = 17089 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/json/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc2ca60) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/json/__init__.abi3.so", 0x7fffccc2ca60) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/json/__init__.so", 0x7fffccc2ca60) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/json/__init__.py", {st_mode=S_IFREG|0644, st_size=13322, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/json/__init__.py", {st_mode=S_IFREG|0644, st_size=13322, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/json/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=12260, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=12260, ...}) = 0 | |
read(4, "\26\r\r\n2FxW\n4\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\17\0\0\0@\0\0"..., 12261) = 12260 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/json", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/json", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/json", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/json", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 8 entries */, 32768) = 222 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/json/decoder.py", {st_mode=S_IFREG|0644, st_size=12582, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/json/decoder.py", {st_mode=S_IFREG|0644, st_size=12582, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/json/__pycache__/decoder.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=10680, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=10680, ...}) = 0 | |
read(4, "\26\r\r\n2FxW&1\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0@\0\0"..., 10681) = 10680 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/json", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/json/scanner.py", {st_mode=S_IFREG|0644, st_size=2416, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/json/scanner.py", {st_mode=S_IFREG|0644, st_size=2416, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/json/__pycache__/scanner.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2218, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2218, ...}) = 0 | |
read(4, "\26\r\r\n2FxWp\t\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 2219) = 2218 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/_json.so", {st_mode=S_IFREG|0755, st_size=137655, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/_json.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\36\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0755, st_size=137655, ...}) = 0 | |
mmap(NULL, 2137904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5228d30000 | |
mprotect(0x7f5228d39000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f5228f39000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x9000) = 0x7f5228f39000 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/json", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/json/encoder.py", {st_mode=S_IFREG|0644, st_size=15961, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/json/encoder.py", {st_mode=S_IFREG|0644, st_size=15961, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/json/__pycache__/encoder.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=12003, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=12003, ...}) = 0 | |
read(4, "\26\r\r\n2FxWY>\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0&\0\0\0@\0\0"..., 12004) = 12003 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc2ca60) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/__init__.abi3.so", 0x7fffccc2ca60) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/__init__.so", 0x7fffccc2ca60) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/__init__.py", {st_mode=S_IFREG|0664, st_size=2017, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/__init__.py", {st_mode=S_IFREG|0664, st_size=2017, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2009, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2009, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\341\7\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\22\0\0\0@\0\0"..., 2010) = 2009 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc2bb00) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/__init__.abi3.so", 0x7fffccc2bb00) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/__init__.so", 0x7fffccc2bb00) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/__init__.py", {st_mode=S_IFREG|0664, st_size=7192, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/__init__.py", {st_mode=S_IFREG|0664, st_size=7192, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7126, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7126, ...}) = 0 | |
read(4, "\26\r\r\n\344\371sW\30\34\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\26\0\0\0@\0\0"..., 7127) = 7126 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/ctypes/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc2ab30) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/ctypes/__init__.abi3.so", 0x7fffccc2ab30) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/ctypes/__init__.so", 0x7fffccc2ab30) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/ctypes/__init__.py", {st_mode=S_IFREG|0644, st_size=16847, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/ctypes/__init__.py", {st_mode=S_IFREG|0644, st_size=16847, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/ctypes/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=17524, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=17524, ...}) = 0 | |
read(4, "\26\r\r\nAFxW\317A\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 17525) = 17524 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/_ctypes.so", {st_mode=S_IFREG|0755, st_size=527256, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/_ctypes.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0Px\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0755, st_size=527256, ...}) = 0 | |
mmap(NULL, 2242624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5228b00000 | |
mprotect(0x7f5228b20000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f5228d1f000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1f000) = 0x7f5228d1f000 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/ctypes", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/ctypes", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/ctypes", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/ctypes", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
brk(0x2014000) = 0x2014000 | |
getdents(4, /* 8 entries */, 32768) = 221 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/ctypes/_endian.py", {st_mode=S_IFREG|0644, st_size=2000, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/ctypes/_endian.py", {st_mode=S_IFREG|0644, st_size=2000, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/ctypes/__pycache__/_endian.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2071, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2071, ...}) = 0 | |
read(4, "\26\r\r\nAFxW\320\7\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0@\0\0"..., 2072) = 2071 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
statfs("/selinux", 0x7fffccc2ad30) = -1 ENOENT (No such file or directory) | |
open("/proc/mounts", O_RDONLY) = 4 | |
fstat(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522ce30000 | |
read(4, "rootfs / rootfs rw 0 0\nsysfs /sy"..., 1024) = 474 | |
read(4, "", 1024) = 0 | |
close(4) = 0 | |
munmap(0x7f522ce30000, 4096) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522ce30000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/numpy", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 26 entries */, 32768) = 711 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/__config__.py", {st_mode=S_IFREG|0664, st_size=2065, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/__config__.py", {st_mode=S_IFREG|0664, st_size=2065, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/__pycache__/__config__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1510, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1510, ...}) = 0 | |
read(4, "\26\r\r\n\275\346\177W\21\10\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 1511) = 1510 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/version.py", {st_mode=S_IFREG|0664, st_size=294, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/version.py", {st_mode=S_IFREG|0664, st_size=294, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/__pycache__/version.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=321, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=321, ...}) = 0 | |
read(4, "\26\r\r\nV\372sW&\1\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 322) = 321 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/_import_tools.py", {st_mode=S_IFREG|0664, st_size=13292, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/_import_tools.py", {st_mode=S_IFREG|0664, st_size=13292, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/__pycache__/_import_tools.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=10713, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=10713, ...}) = 0 | |
read(4, "\26\r\r\n\251seW\3543\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 10714) = 10713 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/add_newdocs.py", {st_mode=S_IFREG|0664, st_size=223701, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/add_newdocs.py", {st_mode=S_IFREG|0664, st_size=223701, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/__pycache__/add_newdocs.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=195714, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=195714, ...}) = 0 | |
brk(0x2046000) = 0x2046000 | |
read(4, "\26\r\r\n\354\32oW\325i\3\0\343\0\0\0\0\0\0\0\0\0\0\0\0\t\0\0\0@\0\0"..., 195715) = 195714 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x2076000) = 0x2076000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5228ac0000 | |
brk(0x2097000) = 0x2097000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc293e0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__init__.abi3.so", 0x7fffccc293e0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__init__.so", 0x7fffccc293e0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__init__.py", {st_mode=S_IFREG|0664, st_size=1189, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__init__.py", {st_mode=S_IFREG|0664, st_size=1189, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1199, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1199, ...}) = 0 | |
read(4, "\26\r\r\n\251seW\245\4\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 1200) = 1199 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 29 entries */, 32768) = 903 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/info.py", {st_mode=S_IFREG|0664, st_size=6501, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/info.py", {st_mode=S_IFREG|0664, st_size=6501, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__pycache__/info.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6726, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6726, ...}) = 0 | |
read(4, "\26\r\r\n\251seWe\31\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 6727) = 6726 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/type_check.py", {st_mode=S_IFREG|0664, st_size=15799, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/type_check.py", {st_mode=S_IFREG|0664, st_size=15799, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__pycache__/type_check.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=16000, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=16000, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\267=\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0,\0\0\0@\0\0"..., 16001) = 16000 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc26b40) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/__init__.abi3.so", 0x7fffccc26b40) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/__init__.so", 0x7fffccc26b40) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/__init__.py", {st_mode=S_IFREG|0664, st_size=2586, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/__init__.py", {st_mode=S_IFREG|0664, st_size=2586, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2201, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2201, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\32\n\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 2202) = 2201 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 33 entries */, 32768) = 1042 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/info.py", {st_mode=S_IFREG|0664, st_size=4690, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/info.py", {st_mode=S_IFREG|0664, st_size=4690, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/__pycache__/info.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4915, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4915, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oWR\22\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 4916) = 4915 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/multiarray.so", {st_mode=S_IFREG|0775, st_size=8191358, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/multiarray.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\311\1\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0775, st_size=8191358, ...}) = 0 | |
mmap(NULL, 3962424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f52286f8000 | |
mprotect(0x7f52288a0000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f5228a9f000, 61440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1a7000) = 0x7f5228a9f000 | |
mmap(0x7f5228aae000, 71224, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5228aae000 | |
close(4) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/../../../../tls/x86_64/libmkl_intel_lp64.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/../../../../tls/x86_64", 0x7fffccc24c70) = -1 ENOENT (No such file or directory) | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/../../../../tls/libmkl_intel_lp64.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/../../../../tls", 0x7fffccc24c70) = -1 ENOENT (No such file or directory) | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/../../../../x86_64/libmkl_intel_lp64.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/../../../../x86_64", 0x7fffccc24c70) = -1 ENOENT (No such file or directory) | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/../../../../libmkl_intel_lp64.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\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(4, 10829824, SEEK_SET) = 10829824 | |
read(4, "\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(4, {st_mode=S_IFREG|0755, st_size=11083840, ...}) = 0 | |
lseek(4, 10829824, SEEK_SET) = 10829824 | |
read(4, "\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, 4, 0) = 0x7f5227ba0000 | |
mprotect(0x7f5228497000, 2199552, PROT_NONE) = 0 | |
mmap(0x7f5228696000, 86016, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x8f6000) = 0x7f5228696000 | |
mmap(0x7f52286ab000, 19920, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f52286ab000 | |
mmap(0x7f52286b0000, 258048, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xa54000) = 0x7f52286b0000 | |
close(4) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/../../../../libmkl_intel_thread.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\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(4, 26804224, SEEK_SET) = 26804224 | |
read(4, "\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(4, {st_mode=S_IFREG|0755, st_size=27150360, ...}) = 0 | |
lseek(4, 26804224, SEEK_SET) = 26804224 | |
read(4, "\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, 4, 0) = 0x7f522621f000 | |
mprotect(0x7f5227786000, 3952640, PROT_NONE) = 0 | |
mmap(0x7f5227986000, 1830912, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1567000) = 0x7f5227986000 | |
mmap(0x7f5227b45000, 22192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5227b45000 | |
mmap(0x7f5227b4b000, 348160, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1990000) = 0x7f5227b4b000 | |
close(4) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/../../../../libmkl_core.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\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(4, 26906624, SEEK_SET) = 26906624 | |
read(4, "\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(4, {st_mode=S_IFREG|0755, st_size=27227776, ...}) = 0 | |
lseek(4, 26906624, SEEK_SET) = 26906624 | |
read(4, "\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, 4, 0) = 0x7f52247b0000 | |
mprotect(0x7f5225f45000, 2605056, PROT_NONE) = 0 | |
mmap(0x7f5226145000, 167936, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1795000) = 0x7f5226145000 | |
mmap(0x7f522616e000, 336072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f522616e000 | |
mmap(0x7f52261c1000, 323584, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x19a9000) = 0x7f52261c1000 | |
close(4) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/../../../../libiomp5.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\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(4, 1384448, SEEK_SET) = 1384448 | |
read(4, "\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(4, {st_mode=S_IFREG|0755, st_size=1406632, ...}) = 0 | |
lseek(4, 1384448, SEEK_SET) = 1384448 | |
read(4, "\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, 4, 0) = 0x7f5224460000 | |
mprotect(0x7f522456b000, 2330624, PROT_NONE) = 0 | |
mmap(0x7f522476a000, 45056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x10a000) = 0x7f522476a000 | |
mmap(0x7f5224775000, 189280, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5224775000 | |
mmap(0x7f52247a4000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x152000) = 0x7f52247a4000 | |
close(4) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/../../../.././tls/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/../../../.././tls/x86_64", 0x7fffccc24670) = -1 ENOENT (No such file or directory) | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/../../../.././tls/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/../../../.././tls", 0x7fffccc24670) = -1 ENOENT (No such file or directory) | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/../../../.././x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/../../../.././x86_64", 0x7fffccc24670) = -1 ENOENT (No such file or directory) | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/../../../.././libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/../../../../.", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/../../../../libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
open("/home/alex/anaconda3/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) = 4 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=43910, ...}) = 0 | |
mmap(NULL, 43910, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f522ce65000 | |
close(4) = 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) = 4 | |
read(4, "\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(4, {st_mode=S_IFREG|0644, st_size=92504, ...}) = 0 | |
mmap(NULL, 2188368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5224240000 | |
mprotect(0x7f5224256000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f5224455000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x15000) = 0x7f5224455000 | |
close(4) = 0 | |
mprotect(0x7f5224455000, 4096, PROT_READ) = 0 | |
mprotect(0x7f5226145000, 32768, PROT_READ) = 0 | |
mprotect(0x7f5227986000, 12288, PROT_READ) = 0 | |
mprotect(0x7f5228696000, 4096, PROT_READ) = 0 | |
getcwd("/mnt/c/Users/Alexander/Documents", 4096) = 33 | |
getcwd("/mnt/c/Users/Alexander/Documents", 4096) = 33 | |
getcwd("/mnt/c/Users/Alexander/Documents", 4096) = 33 | |
getcwd("/mnt/c/Users/Alexander/Documents", 4096) = 33 | |
munmap(0x7f522ce65000, 43910) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/datetime.py", {st_mode=S_IFREG|0644, st_size=75898, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/datetime.py", {st_mode=S_IFREG|0644, st_size=75898, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/datetime.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=55514, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=55514, ...}) = 0 | |
read(4, "\26\r\r\n\16FxWz(\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0@\0\0"..., 55515) = 55514 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5224200000 | |
munmap(0x7f5224200000, 262144) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5224200000 | |
munmap(0x7f5224200000, 262144) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5224200000 | |
munmap(0x7f5224200000, 262144) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5224200000 | |
munmap(0x7f5224200000, 262144) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/_datetime.so", {st_mode=S_IFREG|0755, st_size=276075, ...}) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5224200000 | |
munmap(0x7f5224200000, 262144) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/_datetime.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200?\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0755, st_size=276075, ...}) = 0 | |
mmap(NULL, 2174976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5224020000 | |
mprotect(0x7f5224031000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f5224230000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x10000) = 0x7f5224230000 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5223fe0000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/umath.so", {st_mode=S_IFREG|0775, st_size=3619404, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/umath.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\375\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0775, st_size=3619404, ...}) = 0 | |
mmap(NULL, 2813384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5223d31000 | |
mprotect(0x7f5223dd9000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f5223fd8000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xa7000) = 0x7f5223fd8000 | |
mmap(0x7f5223fde000, 7624, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5223fde000 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/_internal.py", {st_mode=S_IFREG|0664, st_size=18264, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/_internal.py", {st_mode=S_IFREG|0664, st_size=18264, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/__pycache__/_internal.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=14705, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=14705, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oWXG\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0,\0\0\0@\0\0"..., 14706) = 14705 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/compat/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc24420) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/compat/__init__.abi3.so", 0x7fffccc24420) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/compat/__init__.so", 0x7fffccc24420) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/compat/__init__.py", {st_mode=S_IFREG|0664, st_size=498, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/compat/__init__.py", {st_mode=S_IFREG|0664, st_size=498, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/compat/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=740, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=740, ...}) = 0 | |
read(4, "\26\r\r\n\251seW\362\1\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 741) = 740 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/compat", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/compat", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/compat", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/numpy/compat", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 7 entries */, 32768) = 191 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/compat/_inspect.py", {st_mode=S_IFREG|0664, st_size=7553, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/compat/_inspect.py", {st_mode=S_IFREG|0664, st_size=7553, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/compat/__pycache__/_inspect.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=8026, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=8026, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\201\35\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0@\0\0"..., 8027) = 8026 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/compat", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/compat/py3k.py", {st_mode=S_IFREG|0664, st_size=2008, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/compat/py3k.py", {st_mode=S_IFREG|0664, st_size=2008, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/compat/__pycache__/py3k.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2990, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2990, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\330\7\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\17\0\0\0@\0\0"..., 2991) = 2990 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/numerictypes.py", {st_mode=S_IFREG|0664, st_size=28784, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/numerictypes.py", {st_mode=S_IFREG|0664, st_size=28784, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/__pycache__/numerictypes.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=25648, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=25648, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oWpp\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\"\0\0\0@\0\0"..., 25649) = 25648 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/numbers.py", {st_mode=S_IFREG|0644, st_size=10243, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/numbers.py", {st_mode=S_IFREG|0644, st_size=10243, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/numbers.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=12678, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=12678, ...}) = 0 | |
read(4, "\26\r\r\n\23FxW\3(\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 12679) = 12678 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5223cf0000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/numeric.py", {st_mode=S_IFREG|0664, st_size=88743, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/numeric.py", {st_mode=S_IFREG|0664, st_size=88743, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/__pycache__/numeric.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=87604, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=87604, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\247Z\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0j\0\0\0@\0\0"..., 87605) = 87604 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x20c8000) = 0x20c8000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/arrayprint.py", {st_mode=S_IFREG|0664, st_size=25597, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/arrayprint.py", {st_mode=S_IFREG|0664, st_size=25597, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/__pycache__/arrayprint.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=21835, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=21835, ...}) = 0 | |
read(4, "\26\r\r\n\251seW\375c\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0@\0\0"..., 21836) = 21835 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/fromnumeric.py", {st_mode=S_IFREG|0664, st_size=96053, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/fromnumeric.py", {st_mode=S_IFREG|0664, st_size=96053, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/__pycache__/fromnumeric.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=95776, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=95776, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW5w\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0-\0\0\0@\0\0"..., 95777) = 95776 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/_methods.py", {st_mode=S_IFREG|0664, st_size=4308, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/_methods.py", {st_mode=S_IFREG|0664, st_size=4308, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/__pycache__/_methods.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3915, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3915, ...}) = 0 | |
read(4, "\26\r\r\n\251seW\324\20\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0@\0\0"..., 3916) = 3915 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/defchararray.py", {st_mode=S_IFREG|0664, st_size=67850, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/defchararray.py", {st_mode=S_IFREG|0664, st_size=67850, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/__pycache__/defchararray.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=69119, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=69119, ...}) = 0 | |
read(4, "\26\r\r\n\251seW\n\t\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0004\0\0\0@\0\0"..., 69120) = 69119 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x20f4000) = 0x20f4000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/records.py", {st_mode=S_IFREG|0664, st_size=29435, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/records.py", {st_mode=S_IFREG|0664, st_size=29435, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/__pycache__/records.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=23976, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=23976, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\373r\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\34\0\0\0@\0\0"..., 23977) = 23976 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5223cb0000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/memmap.py", {st_mode=S_IFREG|0664, st_size=10378, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/memmap.py", {st_mode=S_IFREG|0664, st_size=10378, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/__pycache__/memmap.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=9888, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=9888, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\212(\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0@\0\0"..., 9889) = 9888 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/function_base.py", {st_mode=S_IFREG|0664, st_size=6891, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/function_base.py", {st_mode=S_IFREG|0664, st_size=6891, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/__pycache__/function_base.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6571, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6571, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\353\32\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0@\0\0"..., 6572) = 6571 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/machar.py", {st_mode=S_IFREG|0664, st_size=10790, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/machar.py", {st_mode=S_IFREG|0664, st_size=10790, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/__pycache__/machar.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=8269, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=8269, ...}) = 0 | |
read(4, "\26\r\r\n\251seW&*\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 8270) = 8269 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/getlimits.py", {st_mode=S_IFREG|0664, st_size=9714, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/getlimits.py", {st_mode=S_IFREG|0664, st_size=9714, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/__pycache__/getlimits.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=9651, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=9651, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\362%\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0@\0\0"..., 9652) = 9651 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/shape_base.py", {st_mode=S_IFREG|0664, st_size=9051, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/shape_base.py", {st_mode=S_IFREG|0664, st_size=9051, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/core/__pycache__/shape_base.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=9788, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=9788, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW[#\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0@\0\0"..., 9789) = 9788 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/testing/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc25270) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/testing/__init__.abi3.so", 0x7fffccc25270) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/testing/__init__.so", 0x7fffccc25270) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/testing/__init__.py", {st_mode=S_IFREG|0664, st_size=471, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/testing/__init__.py", {st_mode=S_IFREG|0664, st_size=471, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/testing/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=742, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=742, ...}) = 0 | |
read(4, "\26\r\r\n\251seW\327\1\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 743) = 742 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc242a0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/unittest/__init__.abi3.so", 0x7fffccc242a0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/unittest/__init__.so", 0x7fffccc242a0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/unittest/__init__.py", {st_mode=S_IFREG|0644, st_size=3140, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest/__init__.py", {st_mode=S_IFREG|0644, st_size=3140, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/unittest/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3115, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3115, ...}) = 0 | |
read(4, "\26\r\r\nbFxWD\f\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\22\0\0\0@\0\0"..., 3116) = 3115 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/unittest", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 14 entries */, 32768) = 389 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest/result.py", {st_mode=S_IFREG|0644, st_size=7442, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest/result.py", {st_mode=S_IFREG|0644, st_size=7442, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/unittest/__pycache__/result.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=7776, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=7776, ...}) = 0 | |
read(4, "\26\r\r\nbFxW\22\35\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 7777) = 7776 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest/util.py", {st_mode=S_IFREG|0644, st_size=5433, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest/util.py", {st_mode=S_IFREG|0644, st_size=5433, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/unittest/__pycache__/util.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=5229, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=5229, ...}) = 0 | |
read(4, "\26\r\r\ncFxW9\25\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 5230) = 5229 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest/case.py", {st_mode=S_IFREG|0644, st_size=56532, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest/case.py", {st_mode=S_IFREG|0644, st_size=56532, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/unittest/__pycache__/case.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=50631, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=50631, ...}) = 0 | |
read(4, "\26\r\r\nbFxW\324\334\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 50632) = 50631 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/difflib.py", {st_mode=S_IFREG|0644, st_size=84200, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/difflib.py", {st_mode=S_IFREG|0644, st_size=84200, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/difflib.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=62280, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=62280, ...}) = 0 | |
read(4, "\26\r\r\n\16FxW\350H\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 62281) = 62280 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x2115000) = 0x2115000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5223c70000 | |
mmap(NULL, 790528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5223ba0000 | |
munmap(0x7f522a180000, 397312) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/logging/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc22300) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/logging/__init__.abi3.so", 0x7fffccc22300) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/logging/__init__.so", 0x7fffccc22300) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/logging/__init__.py", {st_mode=S_IFREG|0644, st_size=69413, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/logging/__init__.py", {st_mode=S_IFREG|0644, st_size=69413, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/logging/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=61404, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=61404, ...}) = 0 | |
read(4, "\26\r\r\n4FxW%\17\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0(\0\0\0@\0\0"..., 61405) = 61404 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/string.py", {st_mode=S_IFREG|0644, st_size=11854, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/string.py", {st_mode=S_IFREG|0644, st_size=11854, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/string.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=8621, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=8621, ...}) = 0 | |
read(4, "\26\r\r\n\30FxWN.\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 8622) = 8621 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x2136000) = 0x2136000 | |
clock_gettime(CLOCK_REALTIME, {1469466416, 637176900}) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522a1b0000 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/pprint.py", {st_mode=S_IFREG|0644, st_size=20860, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/pprint.py", {st_mode=S_IFREG|0644, st_size=20860, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/pprint.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=17490, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=17490, ...}) = 0 | |
read(4, "\26\r\r\n\25FxW|Q\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0@\0\0"..., 17491) = 17490 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest/suite.py", {st_mode=S_IFREG|0644, st_size=10479, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest/suite.py", {st_mode=S_IFREG|0644, st_size=10479, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/unittest/__pycache__/suite.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=9915, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=9915, ...}) = 0 | |
read(4, "\26\r\r\ncFxW\357(\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 9916) = 9915 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest/loader.py", {st_mode=S_IFREG|0644, st_size=22228, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest/loader.py", {st_mode=S_IFREG|0644, st_size=22228, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/unittest/__pycache__/loader.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=15128, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=15128, ...}) = 0 | |
read(4, "\26\r\r\nbFxW\324V\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 15129) = 15128 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest/main.py", {st_mode=S_IFREG|0644, st_size=10485, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest/main.py", {st_mode=S_IFREG|0644, st_size=10485, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/unittest/__pycache__/main.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=7680, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=7680, ...}) = 0 | |
read(4, "\26\r\r\nbFxW\365(\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 7681) = 7680 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/argparse.py", {st_mode=S_IFREG|0644, st_size=90127, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/argparse.py", {st_mode=S_IFREG|0644, st_size=90127, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/argparse.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=65531, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=65531, ...}) = 0 | |
read(4, "\26\r\r\n\vFxW\17`\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0@\0\0"..., 65532) = 65531 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5223b60000 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest/runner.py", {st_mode=S_IFREG|0644, st_size=7750, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest/runner.py", {st_mode=S_IFREG|0644, st_size=7750, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/unittest/__pycache__/runner.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=7520, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=7520, ...}) = 0 | |
read(4, "\26\r\r\ncFxWF\36\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 7521) = 7520 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest/signals.py", {st_mode=S_IFREG|0644, st_size=2403, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/unittest/signals.py", {st_mode=S_IFREG|0644, st_size=2403, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/unittest/__pycache__/signals.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2379, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2379, ...}) = 0 | |
read(4, "\26\r\r\ncFxWc\t\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 2380) = 2379 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/testing", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/testing", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/testing", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/numpy/testing", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 11 entries */, 32768) = 330 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/testing/decorators.py", {st_mode=S_IFREG|0664, st_size=8461, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/testing/decorators.py", {st_mode=S_IFREG|0664, st_size=8461, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/testing/__pycache__/decorators.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=8902, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=8902, ...}) = 0 | |
read(4, "\26\r\r\n\251seW\r!\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 8903) = 8902 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/testing", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/testing/utils.py", {st_mode=S_IFREG|0664, st_size=66571, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/testing/utils.py", {st_mode=S_IFREG|0664, st_size=66571, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/testing/__pycache__/utils.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=58560, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=58560, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\v\4\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0@\0\0"..., 58561) = 58560 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x2157000) = 0x2157000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/testing", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/testing/nosetester.py", {st_mode=S_IFREG|0664, st_size=18357, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/testing/nosetester.py", {st_mode=S_IFREG|0664, st_size=18357, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/testing/__pycache__/nosetester.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=15005, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=15005, ...}) = 0 | |
read(4, "\26\r\r\n\251seW\265G\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 15006) = 15005 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/utils.py", {st_mode=S_IFREG|0664, st_size=34996, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/utils.py", {st_mode=S_IFREG|0664, st_size=34996, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__pycache__/utils.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=28644, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=28644, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\264\210\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 28645) = 28644 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x2179000) = 0x2179000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/ufunclike.py", {st_mode=S_IFREG|0664, st_size=4844, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/ufunclike.py", {st_mode=S_IFREG|0664, st_size=4844, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__pycache__/ufunclike.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5305, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5305, ...}) = 0 | |
read(4, "\26\r\r\n\251seW\354\22\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 5306) = 5305 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/index_tricks.py", {st_mode=S_IFREG|0664, st_size=26204, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/index_tricks.py", {st_mode=S_IFREG|0664, st_size=26204, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__pycache__/index_tricks.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=25215, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=25215, ...}) = 0 | |
read(4, "\26\r\r\n\251seW\\f\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\16\0\0\0@\0\0"..., 25216) = 25215 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/function_base.py", {st_mode=S_IFREG|0664, st_size=150516, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/function_base.py", {st_mode=S_IFREG|0664, st_size=150516, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__pycache__/function_base.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=131840, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=131840, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\364K\2\0\343\0\0\0\0\0\0\0\0\0\0\0\0)\0\0\0@\0\0"..., 131841) = 131840 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x219c000) = 0x219c000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5223b20000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/twodim_base.py", {st_mode=S_IFREG|0664, st_size=26904, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/twodim_base.py", {st_mode=S_IFREG|0664, st_size=26904, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__pycache__/twodim_base.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=28251, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=28251, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\30i\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0@\0\0"..., 28252) = 28251 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/matrixlib/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc27440) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/matrixlib/__init__.abi3.so", 0x7fffccc27440) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/matrixlib/__init__.so", 0x7fffccc27440) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/matrixlib/__init__.py", {st_mode=S_IFREG|0664, st_size=301, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/matrixlib/__init__.py", {st_mode=S_IFREG|0664, st_size=301, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/matrixlib/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=514, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=514, ...}) = 0 | |
read(4, "\26\r\r\n\251seW-\1\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 515) = 514 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/matrixlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/matrixlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/matrixlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/numpy/matrixlib", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 7 entries */, 32768) = 190 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/matrixlib/defmatrix.py", {st_mode=S_IFREG|0664, st_size=34202, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/matrixlib/defmatrix.py", {st_mode=S_IFREG|0664, st_size=34202, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/matrixlib/__pycache__/defmatrix.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=34847, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=34847, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\232\205\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 34848) = 34847 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/stride_tricks.py", {st_mode=S_IFREG|0664, st_size=6827, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/stride_tricks.py", {st_mode=S_IFREG|0664, st_size=6827, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__pycache__/stride_tricks.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6392, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6392, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\253\32\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 6393) = 6392 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/nanfunctions.py", {st_mode=S_IFREG|0664, st_size=43802, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/nanfunctions.py", {st_mode=S_IFREG|0664, st_size=43802, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__pycache__/nanfunctions.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=41188, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=41188, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\32\253\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 41189) = 41188 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/shape_base.py", {st_mode=S_IFREG|0664, st_size=25574, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/shape_base.py", {st_mode=S_IFREG|0664, st_size=25574, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__pycache__/shape_base.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=25358, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=25358, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\346c\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\16\0\0\0@\0\0"..., 25359) = 25358 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/scimath.py", {st_mode=S_IFREG|0664, st_size=14085, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/scimath.py", {st_mode=S_IFREG|0664, st_size=14085, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__pycache__/scimath.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=15124, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=15124, ...}) = 0 | |
read(4, "\26\r\r\n\251seW\0057\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\t\0\0\0@\0\0"..., 15125) = 15124 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/polynomial.py", {st_mode=S_IFREG|0664, st_size=38012, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/polynomial.py", {st_mode=S_IFREG|0664, st_size=38012, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__pycache__/polynomial.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=37177, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=37177, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW|\224\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 37178) = 37177 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc27440) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg/__init__.abi3.so", 0x7fffccc27440) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg/__init__.so", 0x7fffccc27440) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg/__init__.py", {st_mode=S_IFREG|0664, st_size=2343, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg/__init__.py", {st_mode=S_IFREG|0664, st_size=2343, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2548, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2548, ...}) = 0 | |
read(4, "\26\r\r\n\251seW'\t\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 2549) = 2548 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 10 entries */, 32768) = 284 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg/info.py", {st_mode=S_IFREG|0664, st_size=1198, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg/info.py", {st_mode=S_IFREG|0664, st_size=1198, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg/__pycache__/info.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1416, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1416, ...}) = 0 | |
read(4, "\26\r\r\n\251seW\256\4\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 1417) = 1416 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg/linalg.py", {st_mode=S_IFREG|0664, st_size=75865, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg/linalg.py", {st_mode=S_IFREG|0664, st_size=75865, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg/__pycache__/linalg.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=71363, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=71363, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oWY(\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0\25\0\0\0@\0\0"..., 71364) = 71363 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x21cd000) = 0x21cd000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5223ae0000 | |
munmap(0x7f5223ae0000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5223ae0000 | |
munmap(0x7f5223ae0000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5223ae0000 | |
munmap(0x7f5223ae0000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5223ae0000 | |
munmap(0x7f5223ae0000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5223ae0000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
munmap(0x7f5223ae0000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5223ae0000 | |
munmap(0x7f5223ae0000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5223ae0000 | |
munmap(0x7f5223ae0000, 262144) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg/lapack_lite.so", {st_mode=S_IFREG|0775, st_size=53807, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg/lapack_lite.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\17\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0775, st_size=53807, ...}) = 0 | |
mmap(NULL, 2110720, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5223910000 | |
mprotect(0x7f5223913000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f5223b13000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x3000) = 0x7f5223b13000 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52238d0000 | |
munmap(0x7f52238d0000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52238d0000 | |
munmap(0x7f52238d0000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52238d0000 | |
munmap(0x7f52238d0000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52238d0000 | |
munmap(0x7f52238d0000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52238d0000 | |
munmap(0x7f52238d0000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52238d0000 | |
munmap(0x7f52238d0000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52238d0000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
munmap(0x7f52238d0000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52238d0000 | |
munmap(0x7f52238d0000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52238d0000 | |
munmap(0x7f52238d0000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52238d0000 | |
munmap(0x7f52238d0000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52238d0000 | |
munmap(0x7f52238d0000, 262144) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg/_umath_linalg.so", {st_mode=S_IFREG|0775, st_size=579183, ...}) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52238d0000 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/linalg/_umath_linalg.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`q\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0775, st_size=579183, ...}) = 0 | |
mmap(NULL, 2238080, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f52236a0000 | |
mprotect(0x7f52236c2000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f52238c1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x21000) = 0x7f52238c1000 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/arraysetops.py", {st_mode=S_IFREG|0664, st_size=13815, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/arraysetops.py", {st_mode=S_IFREG|0664, st_size=13815, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__pycache__/arraysetops.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=12995, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=12995, ...}) = 0 | |
read(4, "\26\r\r\n\251seW\3675\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0@\0\0"..., 12996) = 12995 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/npyio.py", {st_mode=S_IFREG|0664, st_size=71412, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/npyio.py", {st_mode=S_IFREG|0664, st_size=71412, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__pycache__/npyio.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=58123, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=58123, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\364\26\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0\27\0\0\0@\0\0"..., 58124) = 58123 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/format.py", {st_mode=S_IFREG|0664, st_size=28234, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/format.py", {st_mode=S_IFREG|0664, st_size=28234, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__pycache__/format.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=24066, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=24066, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oWJn\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0@\0\0"..., 24067) = 24066 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/_datasource.py", {st_mode=S_IFREG|0664, st_size=21266, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/_datasource.py", {st_mode=S_IFREG|0664, st_size=21266, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__pycache__/_datasource.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=19801, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=19801, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\22S\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 19802) = 19801 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/_iotools.py", {st_mode=S_IFREG|0664, st_size=32062, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/_iotools.py", {st_mode=S_IFREG|0664, st_size=32062, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__pycache__/_iotools.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=28082, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=28082, ...}) = 0 | |
read(4, "\26\r\r\n\251seW>}\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 28083) = 28082 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/financial.py", {st_mode=S_IFREG|0664, st_size=23843, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/financial.py", {st_mode=S_IFREG|0664, st_size=23843, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__pycache__/financial.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=23672, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=23672, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW#]\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\22\0\0\0@\0\0"..., 23673) = 23672 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/arrayterator.py", {st_mode=S_IFREG|0664, st_size=7203, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/arrayterator.py", {st_mode=S_IFREG|0664, st_size=7203, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__pycache__/arrayterator.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7596, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7596, ...}) = 0 | |
read(4, "\26\r\r\n\251seW#\34\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 7597) = 7596 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/arraypad.py", {st_mode=S_IFREG|0664, st_size=52079, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/arraypad.py", {st_mode=S_IFREG|0664, st_size=52079, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__pycache__/arraypad.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=44434, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=44434, ...}) = 0 | |
brk(0x21f0000) = 0x21f0000 | |
read(4, "\26\r\r\n\251seWo\313\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 44435) = 44434 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5223660000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/_version.py", {st_mode=S_IFREG|0664, st_size=4867, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/_version.py", {st_mode=S_IFREG|0664, st_size=4867, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/lib/__pycache__/_version.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5250, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5250, ...}) = 0 | |
read(4, "\26\r\r\n\251seW\3\23\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 5251) = 5250 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x2211000) = 0x2211000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc2a3b0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft/__init__.abi3.so", 0x7fffccc2a3b0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft/__init__.so", 0x7fffccc2a3b0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft/__init__.py", {st_mode=S_IFREG|0664, st_size=380, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft/__init__.py", {st_mode=S_IFREG|0664, st_size=380, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=565, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=565, ...}) = 0 | |
read(4, "\26\r\r\n\343\371sW|\1\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 566) = 565 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 10 entries */, 32768) = 279 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft/info.py", {st_mode=S_IFREG|0664, st_size=7235, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft/info.py", {st_mode=S_IFREG|0664, st_size=7235, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft/__pycache__/info.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7407, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7407, ...}) = 0 | |
read(4, "\26\r\r\n\251seWC\34\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 7408) = 7407 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft/fftpack.py", {st_mode=S_IFREG|0664, st_size=45592, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft/fftpack.py", {st_mode=S_IFREG|0664, st_size=45592, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft/__pycache__/fftpack.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=45780, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=45780, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\30\262\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\16\0\0\0@\0\0"..., 45781) = 45780 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x223c000) = 0x223c000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft/fftpack_lite.so", {st_mode=S_IFREG|0775, st_size=130899, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft/fftpack_lite.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\f\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0775, st_size=130899, ...}) = 0 | |
mmap(NULL, 2132448, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5223450000 | |
mprotect(0x7f5223459000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f5223658000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x8000) = 0x7f5223658000 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft/helper.py", {st_mode=S_IFREG|0664, st_size=6207, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft/helper.py", {st_mode=S_IFREG|0664, st_size=6207, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/fft/__pycache__/helper.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6522, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6522, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW?\30\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 6523) = 6522 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc2a3b0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/__init__.abi3.so", 0x7fffccc2a3b0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/__init__.so", 0x7fffccc2a3b0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/__init__.py", {st_mode=S_IFREG|0664, st_size=1151, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/__init__.py", {st_mode=S_IFREG|0664, st_size=1151, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1458, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1458, ...}) = 0 | |
read(4, "\26\r\r\n\251seW\177\4\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 1459) = 1458 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 14 entries */, 32768) = 411 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/polynomial.py", {st_mode=S_IFREG|0664, st_size=49173, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/polynomial.py", {st_mode=S_IFREG|0664, st_size=49173, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/__pycache__/polynomial.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=49829, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=49829, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\25\300\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\32\0\0\0@\0\0"..., 49830) = 49829 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/polyutils.py", {st_mode=S_IFREG|0664, st_size=11167, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/polyutils.py", {st_mode=S_IFREG|0664, st_size=11167, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/__pycache__/polyutils.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=12585, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=12585, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\237+\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0@\0\0"..., 12586) = 12585 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/_polybase.py", {st_mode=S_IFREG|0664, st_size=30184, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/_polybase.py", {st_mode=S_IFREG|0664, st_size=30184, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/__pycache__/_polybase.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=32342, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=32342, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\350u\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 32343) = 32342 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/chebyshev.py", {st_mode=S_IFREG|0664, st_size=62880, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/chebyshev.py", {st_mode=S_IFREG|0664, st_size=62880, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/__pycache__/chebyshev.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=64219, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=64219, ...}) = 0 | |
read(4, "\26\r\r\n\251seW\240\365\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0@\0\0"..., 64220) = 64219 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x2260000) = 0x2260000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/legendre.py", {st_mode=S_IFREG|0664, st_size=57286, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/legendre.py", {st_mode=S_IFREG|0664, st_size=57286, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/__pycache__/legendre.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=57989, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=57989, ...}) = 0 | |
read(4, "\26\r\r\n\251seW\306\337\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\37\0\0\0@\0\0"..., 57990) = 57989 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5223410000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/hermite.py", {st_mode=S_IFREG|0664, st_size=57824, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/hermite.py", {st_mode=S_IFREG|0664, st_size=57824, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/__pycache__/hermite.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=58809, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=58809, ...}) = 0 | |
read(4, "\26\r\r\n\251seW\340\341\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\37\0\0\0@\0\0"..., 58810) = 58809 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/hermite_e.py", {st_mode=S_IFREG|0664, st_size=58014, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/hermite_e.py", {st_mode=S_IFREG|0664, st_size=58014, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/__pycache__/hermite_e.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=58826, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=58826, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW\236\342\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\37\0\0\0@\0\0"..., 58827) = 58826 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x2287000) = 0x2287000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/laguerre.py", {st_mode=S_IFREG|0664, st_size=56240, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/laguerre.py", {st_mode=S_IFREG|0664, st_size=56240, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/polynomial/__pycache__/laguerre.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=57068, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=57068, ...}) = 0 | |
read(4, "\26\r\r\n\251seW\260\333\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\37\0\0\0@\0\0"..., 57069) = 57068 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/random/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc2a3b0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/random/__init__.abi3.so", 0x7fffccc2a3b0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/random/__init__.so", 0x7fffccc2a3b0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/random/__init__.py", {st_mode=S_IFREG|0664, st_size=5492, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/random/__init__.py", {st_mode=S_IFREG|0664, st_size=5492, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/random/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5798, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5798, ...}) = 0 | |
read(4, "\26\r\r\n\251seWt\25\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 5799) = 5798 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/random", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/random", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/random", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/numpy/random", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 9 entries */, 32768) = 245 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/random/info.py", {st_mode=S_IFREG|0664, st_size=5199, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/random/info.py", {st_mode=S_IFREG|0664, st_size=5199, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/random/__pycache__/info.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5372, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5372, ...}) = 0 | |
read(4, "\26\r\r\n\251seWO\24\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0/\0\0\0@\0\0"..., 5373) = 5372 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/random", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/random/mtrand.so", {st_mode=S_IFREG|0775, st_size=3198255, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/random/mtrand.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\242\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0775, st_size=3198255, ...}) = 0 | |
mmap(NULL, 2850280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5223158000 | |
mprotect(0x7f52231d5000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f52233d4000, 241664, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x7c000) = 0x7f52233d4000 | |
mmap(0x7f522340f000, 3560, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f522340f000 | |
close(4) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/version.txt", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=24, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
read(4, "Anaconda 4.1.1 (64-bit)\n", 4096) = 24 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
open("/dev/urandom", O_RDONLY) = 4 | |
fstat(4, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29500) = -1 ENOTTY (Inappropriate ioctl for device) | |
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
read(4, "\346\246S\226\352\243\17k/01\261<\210\267\370t\202\236\274\215=Mq\351W\264\373\202\37\221~"..., 8192) = 8192 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 8192) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/ctypeslib.py", {st_mode=S_IFREG|0664, st_size=14636, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/ctypeslib.py", {st_mode=S_IFREG|0664, st_size=14636, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/__pycache__/ctypeslib.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=12848, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=12848, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW,9\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0@\0\0"..., 12849) = 12848 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/ma/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc2a3b0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/ma/__init__.abi3.so", 0x7fffccc2a3b0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/ma/__init__.so", 0x7fffccc2a3b0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/ma/__init__.py", {st_mode=S_IFREG|0664, st_size=1487, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/ma/__init__.py", {st_mode=S_IFREG|0664, st_size=1487, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/ma/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1697, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1697, ...}) = 0 | |
read(4, "\26\r\r\n\251seW\317\5\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 1698) = 1697 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/ma", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/ma", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/ma", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/numpy/ma", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 13 entries */, 32768) = 374 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/ma/core.py", {st_mode=S_IFREG|0664, st_size=247843, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/ma/core.py", {st_mode=S_IFREG|0664, st_size=247843, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/ma/__pycache__/core.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=215944, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=215944, ...}) = 0 | |
brk(0x22d1000) = 0x22d1000 | |
read(4, "\26\r\r\n\354\32oW#\310\3\0\343\0\0\0\0\0\0\0\0\0\0\0\0\263\0\0\0@\0\0"..., 215945) = 215944 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x2306000) = 0x2306000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5223110000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52230d0000 | |
munmap(0x7f52230d0000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52230d0000 | |
munmap(0x7f52230d0000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52230d0000 | |
munmap(0x7f52230d0000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52230d0000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/ma", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/ma/extras.py", {st_mode=S_IFREG|0664, st_size=54304, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/ma/extras.py", {st_mode=S_IFREG|0664, st_size=54304, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy/ma/__pycache__/extras.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=49439, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=49439, ...}) = 0 | |
read(4, "\26\r\r\n\354\32oW \324\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0+\0\0\0@\0\0"..., 49440) = 49439 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc2bb00) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz/__init__.abi3.so", 0x7fffccc2bb00) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz/__init__.so", 0x7fffccc2bb00) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz/__init__.py", {st_mode=S_IFREG|0664, st_size=34197, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz/__init__.py", {st_mode=S_IFREG|0664, st_size=34197, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pytz/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=29103, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=29103, ...}) = 0 | |
read(4, "\26\r\r\n%\0072W\225\205\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\\\2\0\0@\0\0"..., 29104) = 29103 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 0, SEEK_SET) = 0 | |
read(4, "#!/bin/sh\nif [ `basename $0` = \""..., 528) = 528 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311Hp\312\277\26\215k\0\0\356\213\1\0\31\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 4624, SEEK_SET) = 4624 | |
read(4, "\24510y\300\221\242\325\211U\256'\177\35\277~\366\277\337\276C\"\345\35\276N\237~qv\240\f"..., 20480) = 20480 | |
read(4, "G@\331\336\230\244\247\361\270#\357\312\340.\310\322\232\365\343\\\6\313\300\335\24\351B\26\25r\r\6"..., 4096) = 4096 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/zlib.so", {st_mode=S_IFREG|0755, st_size=92581, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/zlib.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\32\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0755, st_size=92581, ...}) = 0 | |
mmap(NULL, 2128856, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5222ec0000 | |
mprotect(0x7f5222ec6000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f52230c6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x6000) = 0x7f52230c6000 | |
close(4) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/../../libz.so.1", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\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(4, {st_mode=S_IFREG|0755, st_size=99112, ...}) = 0 | |
mmap(NULL, 2185936, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5222ca0000 | |
mprotect(0x7f5222cb6000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f5222eb5000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x15000) = 0x7f5222eb5000 | |
close(4) = 0 | |
brk(0x2346000) = 0x2346000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222c60000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222c20000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222be0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222ba0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222b60000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222b20000 | |
munmap(0x7f5222b20000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222b20000 | |
munmap(0x7f5222b20000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222b20000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222ae0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222aa0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222a60000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222a20000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52229e0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52229a0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222960000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222920000 | |
brk(0x2368000) = 0x2368000 | |
brk(0x2389000) = 0x2389000 | |
brk(0x23ab000) = 0x23ab000 | |
munmap(0x7f5222960000, 262144) = 0 | |
munmap(0x7f5222a20000, 262144) = 0 | |
munmap(0x7f5222aa0000, 262144) = 0 | |
munmap(0x7f5222ae0000, 262144) = 0 | |
munmap(0x7f5222b20000, 262144) = 0 | |
munmap(0x7f5222ba0000, 262144) = 0 | |
munmap(0x7f5222be0000, 262144) = 0 | |
munmap(0x7f5222c20000, 262144) = 0 | |
munmap(0x7f5222c60000, 262144) = 0 | |
brk(0x23cc000) = 0x23cc000 | |
munmap(0x7f5222b60000, 262144) = 0 | |
brk(0x2326000) = 0x2326000 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 0, SEEK_SET) = 0 | |
read(4, "#!/bin/sh\nif [ `basename $0` = \""..., 528) = 528 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311Hp\312\277\26\215k\0\0\356\213\1\0\31\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 4624, SEEK_SET) = 4624 | |
read(4, "\24510y\300\221\242\325\211U\256'\177\35\277~\366\277\337\276C\"\345\35\276N\237~qv\240\f"..., 20480) = 20480 | |
read(4, "G@\331\336\230\244\247\361\270#\357\312\340.\310\322\232\365\343\\\6\313\300\335\24\351B\26\25r\r\6"..., 4096) = 4096 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
brk(0x2357000) = 0x2357000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222c60000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222c20000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222be0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222ba0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222b60000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222b20000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222ae0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222aa0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222a20000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222960000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52228e0000 | |
brk(0x237b000) = 0x237b000 | |
brk(0x239c000) = 0x239c000 | |
brk(0x23bd000) = 0x23bd000 | |
munmap(0x7f5222960000, 262144) = 0 | |
munmap(0x7f5222a20000, 262144) = 0 | |
munmap(0x7f5222aa0000, 262144) = 0 | |
munmap(0x7f5222ae0000, 262144) = 0 | |
munmap(0x7f5222b20000, 262144) = 0 | |
munmap(0x7f5222b60000, 262144) = 0 | |
munmap(0x7f5222ba0000, 262144) = 0 | |
munmap(0x7f5222be0000, 262144) = 0 | |
munmap(0x7f5222c60000, 262144) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/zipfile.py", {st_mode=S_IFREG|0644, st_size=73672, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/zipfile.py", {st_mode=S_IFREG|0644, st_size=73672, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/zipfile.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=49942, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=49942, ...}) = 0 | |
read(4, "\26\r\r\n\34FxW\310\37\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0B\0\0\0@\0\0"..., 49943) = 49942 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/binascii.so", {st_mode=S_IFREG|0755, st_size=75764, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/binascii.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\22\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0755, st_size=75764, ...}) = 0 | |
mmap(NULL, 2121152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f52226d0000 | |
mprotect(0x7f52226d5000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f52228d5000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x5000) = 0x7f52228d5000 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/pkgutil.py", {st_mode=S_IFREG|0644, st_size=21210, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/pkgutil.py", {st_mode=S_IFREG|0644, st_size=21210, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/pkgutil.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=17493, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=17493, ...}) = 0 | |
read(4, "\26\r\r\n\24FxW\332R\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 17494) = 17493 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/platform.py", {st_mode=S_IFREG|0755, st_size=48097, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/platform.py", {st_mode=S_IFREG|0755, st_size=48097, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/platform.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=31689, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=31689, ...}) = 0 | |
read(4, "\26\r\r\n\24FxW\341\273\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\36\0\0\0@\0\0"..., 31690) = 31689 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plistlib.py", {st_mode=S_IFREG|0644, st_size=31471, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plistlib.py", {st_mode=S_IFREG|0644, st_size=31471, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/plistlib.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=29831, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=29831, ...}) = 0 | |
read(4, "\26\r\r\n\24FxW\357z\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0@\0\0"..., 29832) = 29831 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc27ba0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/xml/__init__.abi3.so", 0x7fffccc27ba0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/xml/__init__.so", 0x7fffccc27ba0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/xml/__init__.py", {st_mode=S_IFREG|0644, st_size=557, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml/__init__.py", {st_mode=S_IFREG|0644, st_size=557, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/xml/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=714, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=714, ...}) = 0 | |
read(4, "\26\r\r\nZFxW-\2\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 715) = 714 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/xml", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 8 entries */, 32768) = 203 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml/parsers/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc284a0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/xml/parsers/__init__.abi3.so", 0x7fffccc284a0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/xml/parsers/__init__.so", 0x7fffccc284a0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/xml/parsers/__init__.py", {st_mode=S_IFREG|0644, st_size=167, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml/parsers/__init__.py", {st_mode=S_IFREG|0644, st_size=167, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/xml/parsers/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=313, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=313, ...}) = 0 | |
read(4, "\26\r\r\n\\FxW\247\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 314) = 313 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml/parsers", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml/parsers", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml/parsers", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/xml/parsers", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 5 entries */, 32768) = 133 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml/parsers/expat.py", {st_mode=S_IFREG|0644, st_size=248, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml/parsers/expat.py", {st_mode=S_IFREG|0644, st_size=248, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/xml/parsers/__pycache__/expat.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=354, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=354, ...}) = 0 | |
read(4, "\26\r\r\n\\FxW\370\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 355) = 354 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/pyexpat.so", {st_mode=S_IFREG|0755, st_size=712461, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/pyexpat.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0c\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0755, st_size=712461, ...}) = 0 | |
mmap(NULL, 2325160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5222490000 | |
mprotect(0x7f52224c4000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f52226c4000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x34000) = 0x7f52226c4000 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc29470) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/email/__init__.abi3.so", 0x7fffccc29470) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/email/__init__.so", 0x7fffccc29470) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/email/__init__.py", {st_mode=S_IFREG|0644, st_size=1766, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/__init__.py", {st_mode=S_IFREG|0644, st_size=1766, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/email/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1766, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1766, ...}) = 0 | |
read(4, "\26\r\r\n/FxW\346\6\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0@\0\0"..., 1767) = 1766 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/email", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 25 entries */, 32768) = 784 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/parser.py", {st_mode=S_IFREG|0644, st_size=5043, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/parser.py", {st_mode=S_IFREG|0644, st_size=5043, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/email/__pycache__/parser.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=5915, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=5915, ...}) = 0 | |
read(4, "\26\r\r\n0FxW\263\23\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0@\0\0"..., 5916) = 5915 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/feedparser.py", {st_mode=S_IFREG|0644, st_size=22865, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/feedparser.py", {st_mode=S_IFREG|0644, st_size=22865, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/email/__pycache__/feedparser.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=11753, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=11753, ...}) = 0 | |
read(4, "\26\r\r\n/FxWQY\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 11754) = 11753 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/errors.py", {st_mode=S_IFREG|0644, st_size=3535, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/errors.py", {st_mode=S_IFREG|0644, st_size=3535, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/email/__pycache__/errors.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=6280, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=6280, ...}) = 0 | |
read(4, "\26\r\r\n/FxW\317\r\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 6281) = 6280 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/message.py", {st_mode=S_IFREG|0644, st_size=45768, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/message.py", {st_mode=S_IFREG|0644, st_size=45768, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/email/__pycache__/message.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=39263, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=39263, ...}) = 0 | |
read(4, "\26\r\r\n0FxW\310\262\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 39264) = 39263 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/uu.py", {st_mode=S_IFREG|0755, st_size=6755, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/uu.py", {st_mode=S_IFREG|0755, st_size=6755, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/uu.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3966, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3966, ...}) = 0 | |
read(4, "\26\r\r\n\33FxWc\32\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 3967) = 3966 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/quopri.py", {st_mode=S_IFREG|0755, st_size=7254, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/quopri.py", {st_mode=S_IFREG|0755, st_size=7254, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/quopri.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=6412, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=6412, ...}) = 0 | |
read(4, "\26\r\r\n\26FxWV\34\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 6413) = 6412 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/utils.py", {st_mode=S_IFREG|0644, st_size=13688, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/utils.py", {st_mode=S_IFREG|0644, st_size=13688, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/email/__pycache__/utils.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=10463, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=10463, ...}) = 0 | |
read(4, "\26\r\r\n0FxWx5\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\17\0\0\0@\0\0"..., 10464) = 10463 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/urllib/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc24630) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/urllib/__init__.abi3.so", 0x7fffccc24630) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/urllib/__init__.so", 0x7fffccc24630) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/urllib/__init__.py", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/urllib/__init__.py", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/urllib/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=139, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=139, ...}) = 0 | |
read(4, "\26\r\r\n5FxW\0\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 140) = 139 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/urllib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/urllib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/urllib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/urllib", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 9 entries */, 32768) = 256 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/urllib/parse.py", {st_mode=S_IFREG|0644, st_size=34352, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/urllib/parse.py", {st_mode=S_IFREG|0644, st_size=34352, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/urllib/__pycache__/parse.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=30102, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=30102, ...}) = 0 | |
read(4, "\26\r\r\n5FxW0\206\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\27\0\0\0@\0\0"..., 30103) = 30102 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/_parseaddr.py", {st_mode=S_IFREG|0644, st_size=17199, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/_parseaddr.py", {st_mode=S_IFREG|0644, st_size=17199, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/email/__pycache__/_parseaddr.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=13743, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=13743, ...}) = 0 | |
read(4, "\26\r\r\n0FxW/C\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\34\0\0\0@\0\0"..., 13744) = 13743 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/calendar.py", {st_mode=S_IFREG|0644, st_size=22941, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/calendar.py", {st_mode=S_IFREG|0644, st_size=22941, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/calendar.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=27537, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=27537, ...}) = 0 | |
read(4, "\26\r\r\n\fFxW\235Y\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\22\0\0\0@\0\0"..., 27538) = 27537 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/charset.py", {st_mode=S_IFREG|0644, st_size=17151, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/charset.py", {st_mode=S_IFREG|0644, st_size=17151, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/email/__pycache__/charset.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=12061, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=12061, ...}) = 0 | |
read(4, "\26\r\r\n.FxW\377B\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0000\0\0\0@\0\0"..., 12062) = 12061 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/base64mime.py", {st_mode=S_IFREG|0644, st_size=3558, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/base64mime.py", {st_mode=S_IFREG|0644, st_size=3558, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/email/__pycache__/base64mime.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3374, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3374, ...}) = 0 | |
read(4, "\26\r\r\n.FxW\346\r\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0@\0\0"..., 3375) = 3374 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/base64.py", {st_mode=S_IFREG|0755, st_size=20442, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/base64.py", {st_mode=S_IFREG|0755, st_size=20442, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/base64.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=18422, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=18422, ...}) = 0 | |
read(4, "\26\r\r\n\vFxW\332O\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\22\0\0\0@\0\0"..., 18423) = 18422 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/quoprimime.py", {st_mode=S_IFREG|0644, st_size=9859, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/quoprimime.py", {st_mode=S_IFREG|0644, st_size=9859, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/email/__pycache__/quoprimime.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=8114, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=8114, ...}) = 0 | |
read(4, "\26\r\r\n0FxW\203&\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0@\0\0"..., 8115) = 8114 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/encoders.py", {st_mode=S_IFREG|0644, st_size=1786, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/encoders.py", {st_mode=S_IFREG|0644, st_size=1786, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/email/__pycache__/encoders.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1749, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1749, ...}) = 0 | |
read(4, "\26\r\r\n/FxW\372\6\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 1750) = 1749 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/_policybase.py", {st_mode=S_IFREG|0644, st_size=14672, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/_policybase.py", {st_mode=S_IFREG|0644, st_size=14672, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/email/__pycache__/_policybase.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=15154, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=15154, ...}) = 0 | |
read(4, "\26\r\r\n0FxWP9\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0@\0\0"..., 15155) = 15154 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/header.py", {st_mode=S_IFREG|0644, st_size=24100, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/header.py", {st_mode=S_IFREG|0644, st_size=24100, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/email/__pycache__/header.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=17688, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=17688, ...}) = 0 | |
read(4, "\26\r\r\n/FxW$^\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 17689) = 17688 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/_encoded_words.py", {st_mode=S_IFREG|0644, st_size=7914, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/_encoded_words.py", {st_mode=S_IFREG|0644, st_size=7914, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/email/__pycache__/_encoded_words.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=6051, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=6051, ...}) = 0 | |
read(4, "\26\r\r\n/FxW\352\36\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0@\0\0"..., 6052) = 6051 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/iterators.py", {st_mode=S_IFREG|0644, st_size=2135, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/iterators.py", {st_mode=S_IFREG|0644, st_size=2135, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/email/__pycache__/iterators.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2033, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2033, ...}) = 0 | |
read(4, "\26\r\r\n0FxWW\10\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 2034) = 2033 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources", 0x7fffccc2a150) = -1 ENOTDIR (Not a directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 24576, SEEK_SET) = 24576 | |
read(4, "\22\33x\2670\331W\262Mj\223\\m\337\373\341\261q;\225\324Sf\243\0362\226\323~M&8"..., 3540) = 3540 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311HQVJ\332\203\3\0\0\252\t\0\0 \0\0\0pk"..., 4096) = 4096 | |
lseek(4, 32212, SEEK_SET) = 32212 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 24576, SEEK_SET) = 24576 | |
read(4, "\22\33x\2670\331W\262Mj\223\\m\337\373\341\261q;\225\324Sf\243\0362\226\323~M&8"..., 3540) = 3540 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311HQVJ\332\203\3\0\0\252\t\0\0 \0\0\0pk"..., 4096) = 4096 | |
lseek(4, 32212, SEEK_SET) = 32212 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/extern", 0x7fffccc299d0) = -1 ENOTDIR (Not a directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources", 0x7fffccc299d0) = -1 ENOTDIR (Not a directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 110592, SEEK_SET) = 110592 | |
read(4, "\225\270\231S\267\234\365\2377\347\322\374@\355\273\234^#\22H\361\245\335\fV:\375\247\354\347\6d"..., 2226) = 2226 | |
read(4, "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"..., 4096) = 4096 | |
lseek(4, 116914, SEEK_SET) = 116914 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 110592, SEEK_SET) = 110592 | |
read(4, "\225\270\231S\267\234\365\2377\347\322\374@\355\273\234^#\22H\361\245\335\fV:\375\247\354\347\6d"..., 2226) = 2226 | |
read(4, "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"..., 4096) = 4096 | |
lseek(4, 116914, SEEK_SET) = 116914 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor", 0x7fffccc28e70) = -1 ENOTDIR (Not a directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources", 0x7fffccc28e70) = -1 ENOTDIR (Not a directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 65536, SEEK_SET) = 65536 | |
read(4, "\244&\354v\237\323\361+\26\262\367mjl\215h[+\367\343\22\23\0109\212PN\250\230\264\27\373"..., 3628) = 3628 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311H\231XMZH\35\0\0\222u\0\0\34\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 73260, SEEK_SET) = 73260 | |
read(4, "y\333\27Q\300\271s\353,\267x%r\27~\273\377\332\345\361\354\347\301*\354\203|X\205\333\353\305"..., 4096) = 4096 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222c60000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222be0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222ba0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222b60000 | |
munmap(0x7f5222ba0000, 262144) = 0 | |
munmap(0x7f5222be0000, 262144) = 0 | |
munmap(0x7f5222c60000, 262144) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 65536, SEEK_SET) = 65536 | |
read(4, "\244&\354v\237\323\361+\26\262\367mjl\215h[+\367\343\22\23\0109\212PN\250\230\264\27\373"..., 3628) = 3628 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311H\231XMZH\35\0\0\222u\0\0\34\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 73260, SEEK_SET) = 73260 | |
read(4, "y\333\27Q\300\271s\353,\267x%r\27~\273\377\332\345\361\354\347\301*\354\203|X\205\333\353\305"..., 4096) = 4096 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222c60000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222be0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222ba0000 | |
munmap(0x7f5222be0000, 262144) = 0 | |
munmap(0x7f5222c60000, 262144) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 65536, SEEK_SET) = 65536 | |
read(4, "\244&\354v\237\323\361+\26\262\367mjl\215h[+\367\343\22\23\0109\212PN\250\230\264\27\373"..., 3628) = 3628 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311H\231XMZH\35\0\0\222u\0\0\34\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 73260, SEEK_SET) = 73260 | |
read(4, "y\333\27Q\300\271s\353,\267x%r\27~\273\377\332\345\361\354\347\301*\354\203|X\205\333\353\305"..., 4096) = 4096 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222c60000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222be0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222b20000 | |
munmap(0x7f5222b20000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222b20000 | |
munmap(0x7f5222b20000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222b20000 | |
munmap(0x7f5222b20000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222b20000 | |
munmap(0x7f5222b20000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222b20000 | |
munmap(0x7f5222b20000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222b20000 | |
munmap(0x7f5222b20000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222b20000 | |
munmap(0x7f5222b20000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222b20000 | |
munmap(0x7f5222b20000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222b20000 | |
munmap(0x7f5222b20000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222b20000 | |
munmap(0x7f5222b20000, 262144) = 0 | |
munmap(0x7f5222c60000, 262144) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 65536, SEEK_SET) = 65536 | |
read(4, "\244&\354v\237\323\361+\26\262\367mjl\215h[+\367\343\22\23\0109\212PN\250\230\264\27\373"..., 3628) = 3628 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311H\231XMZH\35\0\0\222u\0\0\34\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 73260, SEEK_SET) = 73260 | |
read(4, "y\333\27Q\300\271s\353,\267x%r\27~\273\377\332\345\361\354\347\301*\354\203|X\205\333\353\305"..., 4096) = 4096 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222c60000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222b20000 | |
munmap(0x7f5222b20000, 262144) = 0 | |
munmap(0x7f5222c60000, 262144) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 118784, SEEK_SET) = 118784 | |
read(4, "2\227\265\24\251\254\343,\257\242\301L\253\205\230Lf\313z\251\345d\"\262E\251t-\342i\245\362"..., 3719) = 3719 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311H\201v\226\312\30\1\0\0\1\2\0\0+\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 126599, SEEK_SET) = 126599 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 118784, SEEK_SET) = 118784 | |
read(4, "2\227\265\24\251\254\343,\257\242\301L\253\205\230Lf\313z\251\345d\"\262E\251t-\342i\245\362"..., 3719) = 3719 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311H\201v\226\312\30\1\0\0\1\2\0\0+\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 126599, SEEK_SET) = 126599 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging", 0x7fffccc280b0) = -1 ENOTDIR (Not a directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor", 0x7fffccc280b0) = -1 ENOTDIR (Not a directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources", 0x7fffccc280b0) = -1 ENOTDIR (Not a directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 118784, SEEK_SET) = 118784 | |
read(4, "2\227\265\24\251\254\343,\257\242\301L\253\205\230Lf\313z\251\345d\"\262E\251t-\342i\245\362"..., 3252) = 3252 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311H\356\316\264q\211\1\0\0\320\2\0\0,\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 126132, SEEK_SET) = 126132 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 118784, SEEK_SET) = 118784 | |
read(4, "2\227\265\24\251\254\343,\257\242\301L\253\205\230Lf\313z\251\345d\"\262E\251t-\342i\245\362"..., 3252) = 3252 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311H\356\316\264q\211\1\0\0\320\2\0\0,\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 126132, SEEK_SET) = 126132 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 114688, SEEK_SET) = 114688 | |
read(4, "\2069\321\235!\36\220z\21\300\25l\353C\247\247\214U\223jV\302\366\204n\317\211\356#ILz"..., 3851) = 3851 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311H\16\357\306\241a\r\0\0$-\0\0*\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 122635, SEEK_SET) = 122635 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 114688, SEEK_SET) = 114688 | |
read(4, "\2069\321\235!\36\220z\21\300\25l\353C\247\247\214U\223jV\302\366\204n\317\211\356#ILz"..., 3851) = 3851 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311H\16\357\306\241a\r\0\0$-\0\0*\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 122635, SEEK_SET) = 122635 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 114688, SEEK_SET) = 114688 | |
read(4, "\2069\321\235!\36\220z\21\300\25l\353C\247\247\214U\223jV\302\366\204n\317\211\356#ILz"..., 1667) = 1667 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311H\372\375\244\22s\1\0\0\210\5\0\0.\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 120451, SEEK_SET) = 120451 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 114688, SEEK_SET) = 114688 | |
read(4, "\2069\321\235!\36\220z\21\300\25l\353C\247\247\214U\223jV\302\366\204n\317\211\356#ILz"..., 1667) = 1667 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311H\372\375\244\22s\1\0\0\210\5\0\0.\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 120451, SEEK_SET) = 120451 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 118784, SEEK_SET) = 118784 | |
read(4, "2\227\265\24\251\254\343,\257\242\301L\253\205\230Lf\313z\251\345d\"\262E\251t-\342i\245\362"..., 4072) = 4072 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311H|E\203\214\217\30\0\0ym\0\0-\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 126952, SEEK_SET) = 126952 | |
read(4, ";Hi\242N8Yr2\214\246\36\303\300f\362\236\231\241K\317\36\326\224%U\316\0009\357\302\355"..., 4096) = 4096 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 118784, SEEK_SET) = 118784 | |
read(4, "2\227\265\24\251\254\343,\257\242\301L\253\205\230Lf\313z\251\345d\"\262E\251t-\342i\245\362"..., 4072) = 4072 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311H|E\203\214\217\30\0\0ym\0\0-\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 126952, SEEK_SET) = 126952 | |
read(4, ";Hi\242N8Yr2\214\246\36\303\300f\362\236\231\241K\317\36\326\224%U\316\0009\357\302\355"..., 4096) = 4096 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 114688, SEEK_SET) = 114688 | |
read(4, "\2069\321\235!\36\220z\21\300\25l\353C\247\247\214U\223jV\302\366\204n\317\211\356#ILz"..., 793) = 793 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311H\346iJ\343\313\1\0\0\\\3\0\0*\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 119577, SEEK_SET) = 119577 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 114688, SEEK_SET) = 114688 | |
read(4, "\2069\321\235!\36\220z\21\300\25l\353C\247\247\214U\223jV\302\366\204n\317\211\356#ILz"..., 793) = 793 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311H\346iJ\343\313\1\0\0\\\3\0\0*\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 119577, SEEK_SET) = 119577 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 114688, SEEK_SET) = 114688 | |
read(4, "\2069\321\235!\36\220z\21\300\25l\353C\247\247\214U\223jV\302\366\204n\317\211\356#ILz"..., 2114) = 2114 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311H\245\206\35\333|\6\0\0\3\21\0\0/\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 120898, SEEK_SET) = 120898 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 114688, SEEK_SET) = 114688 | |
read(4, "\2069\321\235!\36\220z\21\300\25l\353C\247\247\214U\223jV\302\366\204n\317\211\356#ILz"..., 2114) = 2114 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311H\245\206\35\333|\6\0\0\3\21\0\0/\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 120898, SEEK_SET) = 120898 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 73728, SEEK_SET) = 73728 | |
read(4, "H\220\350\22\345)\227\345*Q\240K\10|\vD\26\303S\265\314\227;\26B\226\353T\25\346.\214"..., 2990) = 2990 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311H\226\37.\5\304\214\0\0\251r\2\0\"\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 80814, SEEK_SET) = 80814 | |
read(4, "Kd\374\310\177i-\270,U\370\0342*\232\303N\200<;\16\265\250u\240IO\313H\336vl"..., 28672) = 28672 | |
read(4, "\335\272P#\257\224[\244\374\332\213\336v\336\321-\320|\300dJ\370e\340,\250\343\204\2141\244\313"..., 4096) = 4096 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
brk(0x23f0000) = 0x23f0000 | |
brk(0x241e000) = 0x241e000 | |
brk(0x2444000) = 0x2444000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222c60000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222b20000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222ae0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222aa0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222a20000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222960000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222450000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222410000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52223d0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222390000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222350000 | |
munmap(0x7f5222350000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222350000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222310000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52222d0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222290000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222250000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222210000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52221d0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222190000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222150000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222110000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52220d0000 | |
brk(0x2469000) = 0x2469000 | |
brk(0x248a000) = 0x248a000 | |
brk(0x24ac000) = 0x24ac000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222090000 | |
munmap(0x7f5222090000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222090000 | |
munmap(0x7f5222110000, 262144) = 0 | |
munmap(0x7f5222190000, 262144) = 0 | |
munmap(0x7f52221d0000, 262144) = 0 | |
munmap(0x7f5222250000, 262144) = 0 | |
munmap(0x7f52222d0000, 262144) = 0 | |
munmap(0x7f5222310000, 262144) = 0 | |
munmap(0x7f5222390000, 262144) = 0 | |
munmap(0x7f52223d0000, 262144) = 0 | |
munmap(0x7f5222410000, 262144) = 0 | |
munmap(0x7f5222450000, 262144) = 0 | |
munmap(0x7f5222960000, 262144) = 0 | |
munmap(0x7f5222a20000, 262144) = 0 | |
munmap(0x7f5222ae0000, 262144) = 0 | |
munmap(0x7f5222b20000, 262144) = 0 | |
munmap(0x7f5222c60000, 262144) = 0 | |
brk(0x24d0000) = 0x24d0000 | |
brk(0x24f3000) = 0x24f3000 | |
munmap(0x7f5222210000, 262144) = 0 | |
munmap(0x7f5222290000, 262144) = 0 | |
munmap(0x7f5222090000, 262144) = 0 | |
brk(0x23d0000) = 0x23d0000 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 73728, SEEK_SET) = 73728 | |
read(4, "H\220\350\22\345)\227\345*Q\240K\10|\vD\26\303S\265\314\227;\26B\226\353T\25\346.\214"..., 2990) = 2990 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311H\226\37.\5\304\214\0\0\251r\2\0\"\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 80814, SEEK_SET) = 80814 | |
read(4, "Kd\374\310\177i-\270,U\370\0342*\232\303N\200<;\16\265\250u\240IO\313H\336vl"..., 28672) = 28672 | |
read(4, "\335\272P#\257\224[\244\374\332\213\336v\336\321-\320|\300dJ\370e\340,\250\343\204\2141\244\313"..., 4096) = 4096 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
brk(0x2430000) = 0x2430000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222c60000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222b20000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222ae0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222a20000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222960000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222450000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222410000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52223d0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222390000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222310000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52222d0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222290000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222250000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222210000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52221d0000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222190000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222110000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222090000 | |
brk(0x2452000) = 0x2452000 | |
brk(0x2476000) = 0x2476000 | |
brk(0x2497000) = 0x2497000 | |
brk(0x24c3000) = 0x24c3000 | |
munmap(0x7f5222110000, 262144) = 0 | |
munmap(0x7f5222190000, 262144) = 0 | |
munmap(0x7f52221d0000, 262144) = 0 | |
munmap(0x7f5222210000, 262144) = 0 | |
munmap(0x7f5222290000, 262144) = 0 | |
munmap(0x7f5222310000, 262144) = 0 | |
munmap(0x7f5222390000, 262144) = 0 | |
munmap(0x7f52223d0000, 262144) = 0 | |
munmap(0x7f5222410000, 262144) = 0 | |
munmap(0x7f5222450000, 262144) = 0 | |
munmap(0x7f5222960000, 262144) = 0 | |
munmap(0x7f5222a20000, 262144) = 0 | |
munmap(0x7f5222ae0000, 262144) = 0 | |
munmap(0x7f5222b20000, 262144) = 0 | |
munmap(0x7f5222c60000, 262144) = 0 | |
brk(0x24e6000) = 0x24e6000 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 110592, SEEK_SET) = 110592 | |
read(4, "\225\270\231S\267\234\365\2377\347\322\374@\355\273\234^#\22H\361\245\335\fV:\375\247\354\347\6d"..., 2291) = 2291 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311Hr\232\204\v\336\t\0\0\3\37\0\0*\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 116979, SEEK_SET) = 116979 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
lseek(4, 110592, SEEK_SET) = 110592 | |
read(4, "\225\270\231S\267\234\365\2377\347\322\374@\355\273\234^#\22H\361\245\335\fV:\375\247\354\347\6d"..., 2291) = 2291 | |
read(4, "PK\3\4\24\0\0\0\10\0zr\311Hr\232\204\v\336\t\0\0\3\37\0\0*\0\0\0pk"..., 4096) = 4096 | |
lseek(4, 116979, SEEK_SET) = 116979 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
uname({sys="Linux", node="ALEXANDERPC", ...}) = 0 | |
lstat("/home", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
access("/home/alex/anaconda3/bin", R_OK) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/bin", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 224 entries */, 32768) = 6831 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
lstat("/home", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
access("/home/alex/anaconda3/lib/python3.5", R_OK) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 205 entries */, 32768) = 6093 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
lstat("/home", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
access("/home/alex/anaconda3/lib/python3.5/plat-linux", R_OK) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/plat-linux", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 8 entries */, 32768) = 208 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
lstat("/home", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
access("/home/alex/anaconda3/lib/python3.5/lib-dynload", R_OK) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/lib-dynload", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 64 entries */, 32768) = 1964 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
lstat("/home", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
access("/home/alex/anaconda3/lib/python3.5/site-packages", R_OK) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 334 entries */, 32768) = 12842 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Babel-2.3.3-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Babel-2.3.3-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=1023, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/Babel-2.3.3-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1023, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1023, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Babe"..., 1024) = 1023 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Bottleneck-1.1.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Bottleneck-1.1.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=6617, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/Bottleneck-1.1.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6617, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6617, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Bott"..., 6618) = 6617 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Cython-0.24-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2213, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Cython-0.24-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2213, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/Cython-0.24-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2213, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2213, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Cyth"..., 2214) = 2213 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Cythonized_utilities_used_for_speeding_up_bottlenecks_in_FabFlow-0.0.0-py3.5.egg-info", {st_mode=S_IFREG|0666, st_size=238, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Cythonized_utilities_used_for_speeding_up_bottlenecks_in_FabFlow-0.0.0-py3.5.egg-info", {st_mode=S_IFREG|0666, st_size=238, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/Cythonized_utilities_used_for_speeding_up_bottlenecks_in_FabFlow-0.0.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0666, st_size=238, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0666, st_size=238, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: Cyth"..., 239) = 238 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Flask-0.11.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Flask-0.11.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=2092, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/Flask-0.11.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2092, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2092, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Flas"..., 2093) = 2092 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Flask_Cors-2.1.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Flask_Cors-2.1.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=6474, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/Flask_Cors-2.1.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6474, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6474, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Flas"..., 6475) = 6474 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/HeapDict-1.0.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2177, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/HeapDict-1.0.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2177, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/HeapDict-1.0.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2177, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2177, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Heap"..., 2178) = 2177 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Jinja2-2.8-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Jinja2-2.8-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=2260, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/Jinja2-2.8-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2260, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2260, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Jinj"..., 2261) = 2260 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/MarkupSafe-0.23-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/MarkupSafe-0.23-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=4682, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/MarkupSafe-0.23-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=4682, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=4682, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Mark"..., 4683) = 4682 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Pillow-3.2.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Pillow-3.2.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=4170, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/Pillow-3.2.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4170, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4170, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Pill"..., 4171) = 4170 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/PyYAML-3.11-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/PyYAML-3.11-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/PyYAML-3.11-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: PyYA"..., 1666) = 1665 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Pygments-2.1.3-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Pygments-2.1.3-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=1712, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/Pygments-2.1.3-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1712, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1712, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Pygm"..., 1713) = 1712 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/QtPy-1.0.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/QtPy-1.0.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=2768, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/QtPy-1.0.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2768, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2768, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: QtPy"..., 2769) = 2768 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/SQLAlchemy-1.0.13-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=6877, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/SQLAlchemy-1.0.13-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=6877, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/SQLAlchemy-1.0.13-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6877, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6877, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: SQLA"..., 6878) = 6877 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/UNKNOWN-0.0.0-py3.5.egg-info", {st_mode=S_IFREG|0666, st_size=181, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/UNKNOWN-0.0.0-py3.5.egg-info", {st_mode=S_IFREG|0666, st_size=181, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/UNKNOWN-0.0.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0666, st_size=181, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0666, st_size=181, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: UNKN"..., 182) = 181 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Werkzeug-0.11.10-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3036, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Werkzeug-0.11.10-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3036, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/Werkzeug-0.11.10-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3036, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3036, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Werk"..., 3037) = 3036 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/XlsxWriter-0.9.2-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3034, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/XlsxWriter-0.9.2-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3034, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/XlsxWriter-0.9.2-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3034, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3034, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Xlsx"..., 3035) = 3034 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/alabaster-0.7.8-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/alabaster-0.7.8-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=26404, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/alabaster-0.7.8-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=26404, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=26404, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: alab"..., 26405) = 26404 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/anaconda_client-1.4.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/anaconda_client-1.4.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=285, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/anaconda_client-1.4.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=285, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=285, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: anac"..., 286) = 285 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/anaconda_navigator-1.2.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/anaconda_navigator-1.2.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=215, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/anaconda_navigator-1.2.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=215, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=215, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: anac"..., 216) = 215 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/argcomplete-1.0.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/argcomplete-1.0.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=15795, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/argcomplete-1.0.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=15795, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=15795, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: argc"..., 15796) = 15795 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/astropy-1.2.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/astropy-1.2.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=1330, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/astropy-1.2.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1330, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1330, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: astr"..., 1331) = 1330 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/backports.shutil_get_terminal_size-1.0.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/backports.shutil_get_terminal_size-1.0.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=1402, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/backports.shutil_get_terminal_size-1.0.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1402, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1402, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: back"..., 1403) = 1402 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/beautifulsoup4-4.4.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/beautifulsoup4-4.4.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=989, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/beautifulsoup4-4.4.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=989, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=989, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: beau"..., 990) = 989 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bitarray-0.8.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=23557, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bitarray-0.8.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=23557, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/bitarray-0.8.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=23557, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=23557, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: bita"..., 23558) = 23557 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/blaze-0.10.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/blaze-0.10.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=7077, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/blaze-0.10.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7077, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7077, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: blaz"..., 7078) = 7077 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bokeh-0.12.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=272, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bokeh-0.12.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=272, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/bokeh-0.12.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=272, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=272, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: boke"..., 273) = 272 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto-2.40.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=9009, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto-2.40.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=9009, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto-2.40.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=9009, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=9009, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: boto"..., 9010) = 9009 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cffi-1.6.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cffi-1.6.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=1113, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/cffi-1.6.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1113, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1113, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: cffi"..., 1114) = 1113 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/chest-0.2.3-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=5540, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/chest-0.2.3-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=5540, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/chest-0.2.3-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5540, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5540, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: ches"..., 5541) = 5540 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/click-6.6-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/click-6.6-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=434, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/click-6.6-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=434, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=434, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: clic"..., 435) = 434 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cloudpickle-0.2.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4243, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cloudpickle-0.2.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4243, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/cloudpickle-0.2.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4243, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4243, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: clou"..., 4244) = 4243 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/clyent-1.2.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/clyent-1.2.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=267, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/clyent-1.2.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=267, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=267, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: clye"..., 268) = 267 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/colorama-0.3.7-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=15861, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/colorama-0.3.7-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=15861, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/colorama-0.3.7-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=15861, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=15861, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: colo"..., 15862) = 15861 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/conda-4.1.6-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=9089, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/conda-4.1.6-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=9089, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/conda-4.1.6-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=9089, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=9089, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: cond"..., 9090) = 9089 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/conda_build-1.21.2-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3660, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/conda_build-1.21.2-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3660, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/conda_build-1.21.2-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3660, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3660, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: cond"..., 3661) = 3660 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/conda_env-2.5.0alpha-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/conda_env-2.5.0alpha-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/conda_env-2.5.0alpha-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: cond"..., 4527) = 4526 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/configobj-5.0.6-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3026, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/configobj-5.0.6-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3026, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/configobj-5.0.6-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3026, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3026, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: conf"..., 3027) = 3026 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/contextlib2-0.5.3-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/contextlib2-0.5.3-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=2846, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/contextlib2-0.5.3-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2846, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2846, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: cont"..., 2847) = 2846 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cryptography-1.4-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cryptography-1.4-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=3749, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/cryptography-1.4-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3749, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3749, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: cryp"..., 3750) = 3749 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cycler-0.10.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cycler-0.10.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=713, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/cycler-0.10.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=713, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=713, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: cycl"..., 714) = 713 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cytoolz-0.8.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4902, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cytoolz-0.8.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4902, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/cytoolz-0.8.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4902, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4902, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: cyto"..., 4903) = 4902 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dask-0.10.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dask-0.10.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=1932, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/dask-0.10.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1932, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1932, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: dask"..., 1933) = 1932 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/datashape-0.5.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/datashape-0.5.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=1883, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/datashape-0.5.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1883, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1883, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: data"..., 1884) = 1883 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/decorator-4.0.10-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/decorator-4.0.10-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=2661, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/decorator-4.0.10-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2661, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2661, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: deco"..., 2662) = 2661 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dill-0.2.5-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=7375, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dill-0.2.5-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=7375, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/dill-0.2.5-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7375, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7375, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: dill"..., 7376) = 7375 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/docutils-0.12-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2365, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/docutils-0.12-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2365, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/docutils-0.12-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2365, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2365, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: docu"..., 2366) = 2365 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dynd-0.7.3.dev1-py3.5-linux-x86_64.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dynd-0.7.3.dev1-py3.5-linux-x86_64.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=374, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/dynd-0.7.3.dev1-py3.5-linux-x86_64.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=374, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=374, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: dynd"..., 375) = 374 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/et_xmlfile-1.0.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/et_xmlfile-1.0.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=1898, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/et_xmlfile-1.0.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1898, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1898, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: et-x"..., 1899) = 1898 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/fastcache-1.0.2-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4241, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/fastcache-1.0.2-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4241, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/fastcache-1.0.2-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4241, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4241, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: fast"..., 4242) = 4241 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/fasteners-0.14.1.dist-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/gevent-1.1.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=7127, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/gevent-1.1.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=7127, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/gevent-1.1.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7127, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7127, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: geve"..., 7128) = 7127 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/greenlet-0.4.10-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3663, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/greenlet-0.4.10-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3663, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/greenlet-0.4.10-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3663, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3663, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: gree"..., 3664) = 3663 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/h5py-2.6.0-py3.5-linux-x86_64.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/h5py-2.6.0-py3.5-linux-x86_64.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=1617, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/h5py-2.6.0-py3.5-linux-x86_64.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1617, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1617, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: h5py"..., 1618) = 1617 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/idna-2.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/idna-2.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=7948, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/idna-2.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=7948, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=7948, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: idna"..., 7949) = 7948 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/imagesize-0.7.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/imagesize-0.7.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=1051, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/imagesize-0.7.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1051, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1051, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: imag"..., 1052) = 1051 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ipykernel-4.3.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=710, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ipykernel-4.3.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=710, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/ipykernel-4.3.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=710, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=710, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: ipyk"..., 711) = 710 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ipython-4.2.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2412, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ipython-4.2.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2412, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/ipython-4.2.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2412, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2412, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: ipyt"..., 2413) = 2412 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ipython_genutils-0.1.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=765, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ipython_genutils-0.1.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=765, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/ipython_genutils-0.1.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=765, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=765, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: ipyt"..., 766) = 765 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ipywidgets-4.1.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1371, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ipywidgets-4.1.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1371, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/ipywidgets-4.1.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1371, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1371, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: ipyw"..., 1372) = 1371 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/itsdangerous-0.24-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=452, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/itsdangerous-0.24-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=452, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/itsdangerous-0.24-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=452, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=452, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: itsd"..., 453) = 452 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jdcal-1.2-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=5679, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jdcal-1.2-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=5679, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/jdcal-1.2-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5679, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5679, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: jdca"..., 5680) = 5679 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jedi-0.9.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=11151, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jedi-0.9.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=11151, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/jedi-0.9.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=11151, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=11151, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: jedi"..., 11152) = 11151 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jsonschema-2.5.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jsonschema-2.5.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=5223, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/jsonschema-2.5.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=5223, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=5223, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: json"..., 5224) = 5223 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter-1.0.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=849, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter-1.0.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=849, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter-1.0.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=849, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=849, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: jupy"..., 850) = 849 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter_client-4.3.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=744, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter_client-4.3.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=744, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter_client-4.3.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=744, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=744, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: jupy"..., 745) = 744 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter_console-4.1.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=781, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter_console-4.1.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=781, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter_console-4.1.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=781, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=781, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: jupy"..., 782) = 781 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter_core-4.1.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=824, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter_core-4.1.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=824, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter_core-4.1.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=824, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=824, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: jupy"..., 825) = 824 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/llvmlite-0.11.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/llvmlite-0.11.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=768, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/llvmlite-0.11.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=768, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=768, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: llvm"..., 769) = 768 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/locket-0.2.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2717, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/locket-0.2.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2717, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/locket-0.2.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2717, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2717, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: lock"..., 2718) = 2717 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/lxml-3.6.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3403, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/lxml-3.6.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3403, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/lxml-3.6.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3403, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3403, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: lxml"..., 3404) = 3403 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib-1.5.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib-1.5.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=1068, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib-1.5.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1068, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1068, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: matp"..., 1069) = 1068 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/mistune-0.7.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/mistune-0.7.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=10097, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/mistune-0.7.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=10097, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=10097, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: mist"..., 10098) = 10097 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/monotonic-1.1.dist-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/mpi4py-2.0.0.dist-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/mpmath-0.19-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=331, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/mpmath-0.19-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=331, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/mpmath-0.19-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=331, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=331, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: mpma"..., 332) = 331 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/multipledispatch-0.4.8-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/multipledispatch-0.4.8-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=271, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/multipledispatch-0.4.8-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=271, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=271, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: mult"..., 272) = 271 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/multiprocess-0.70.4.dist-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nb_anacondacloud-1.1.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nb_anacondacloud-1.1.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=3028, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/nb_anacondacloud-1.1.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3028, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3028, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: nb-a"..., 3029) = 3028 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nb_conda-1.1.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nb_conda-1.1.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=3129, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/nb_conda-1.1.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3129, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3129, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: nb-c"..., 3130) = 3129 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nb_conda_kernels-1.0.3-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nb_conda_kernels-1.0.3-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=2351, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/nb_conda_kernels-1.0.3-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2351, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2351, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: nb-c"..., 2352) = 2351 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nbconvert-4.2.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=715, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nbconvert-4.2.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=715, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/nbconvert-4.2.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=715, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=715, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: nbco"..., 716) = 715 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nbformat-4.0.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=865, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nbformat-4.0.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=865, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/nbformat-4.0.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=865, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=865, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: nbfo"..., 866) = 865 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nbpresent-3.0.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nbpresent-3.0.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=12074, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/nbpresent-3.0.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=12074, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=12074, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: nbpr"..., 12075) = 12074 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/networkx-1.11-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/networkx-1.11-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=1500, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/networkx-1.11-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1500, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1500, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: netw"..., 1501) = 1500 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nltk-3.2.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nltk-3.2.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=1572, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/nltk-3.2.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1572, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1572, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: nltk"..., 1573) = 1572 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nose-1.3.7-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nose-1.3.7-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=1975, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/nose-1.3.7-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1975, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1975, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: nose"..., 1976) = 1975 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/notebook-4.2.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1104, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/notebook-4.2.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1104, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/notebook-4.2.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1104, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1104, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: note"..., 1105) = 1104 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numba-0.26.0-py3.5-linux-x86_64.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numba-0.26.0-py3.5-linux-x86_64.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=5177, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numba-0.26.0-py3.5-linux-x86_64.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5177, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5177, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: numb"..., 5178) = 5177 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr-2.6.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=309, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr-2.6.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=309, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr-2.6.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=309, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=309, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: nume"..., 310) = 309 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy-1.11.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy-1.11.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=2060, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy-1.11.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2060, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2060, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: nump"..., 2061) = 2060 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/odo-0.5.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/odo-0.5.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=4905, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/odo-0.5.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4905, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4905, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: odo\n"..., 4906) = 4905 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/openpyxl-2.3.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/openpyxl-2.3.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=2253, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/openpyxl-2.3.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2253, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2253, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: open"..., 2254) = 2253 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas-0.18.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas-0.18.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=4843, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas-0.18.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4843, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4843, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pand"..., 4844) = 4843 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/partd-0.3.4-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/partd-0.3.4-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=5045, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/partd-0.3.4-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=5045, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=5045, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: part"..., 5046) = 5045 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/path.py-0.0.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/path.py-0.0.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=2956, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/path.py-0.0.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2956, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2956, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: path"..., 2957) = 2956 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pathlib2-2.1.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pathlib2-2.1.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=3441, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pathlib2-2.1.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3441, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3441, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: path"..., 3442) = 3441 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pathos-0.2.0.dist-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/patsy-0.4.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/patsy-0.4.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=2347, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/patsy-0.4.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2347, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2347, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pats"..., 2348) = 2347 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pep8-1.7.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pep8-1.7.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=28608, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pep8-1.7.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=28608, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=28608, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pep8"..., 28609) = 28608 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pexpect-4.0.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2335, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pexpect-4.0.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2335, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pexpect-4.0.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2335, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2335, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pexp"..., 2336) = 2335 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pickleshare-0.7.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pickleshare-0.7.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=1673, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pickleshare-0.7.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1673, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1673, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pick"..., 1674) = 1673 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pip-8.1.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pip-8.1.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=2387, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pip-8.1.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2387, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2387, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pip\n"..., 2388) = 2387 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ply-3.8-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=900, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ply-3.8-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=900, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/ply-3.8-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=900, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=900, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: ply\n"..., 901) = 900 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pox-0.2.2.dist-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ppft-1.6.4.6.dist-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/psutil-4.3.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=26691, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/psutil-4.3.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=26691, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/psutil-4.3.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=26691, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=26691, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: psut"..., 26692) = 26691 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ptyprocess-0.5.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=264, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ptyprocess-0.5.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=264, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/ptyprocess-0.5.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=264, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=264, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: ptyp"..., 265) = 264 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py-1.4.31-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py-1.4.31-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=1889, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/py-1.4.31-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1889, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1889, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: py\nV"..., 1890) = 1889 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyOpenSSL-16.0.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyOpenSSL-16.0.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=7446, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pyOpenSSL-16.0.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=7446, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=7446, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pyOp"..., 7447) = 7446 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyasn1-0.1.9-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1103, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyasn1-0.1.9-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1103, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pyasn1-0.1.9-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1103, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1103, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pyas"..., 1104) = 1103 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pycosat-0.6.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pycosat-0.6.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pycosat-0.6.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pyco"..., 6220) = 6219 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pycparser-2.14-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=602, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pycparser-2.14-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=602, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pycparser-2.14-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=602, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=602, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pycp"..., 603) = 602 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pycrypto-2.6.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=666, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pycrypto-2.6.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=666, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pycrypto-2.6.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pycr"..., 667) = 666 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pycurl-7.43.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4537, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pycurl-7.43.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4537, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pycurl-7.43.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4537, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4537, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pycu"..., 4538) = 4537 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyflakes-1.2.3-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4003, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyflakes-1.2.3-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4003, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pyflakes-1.2.3-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4003, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4003, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pyfl"..., 4004) = 4003 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyparsing-2.1.4-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyparsing-2.1.4-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0666, st_size=920, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pyparsing-2.1.4-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0666, st_size=920, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0666, st_size=920, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pypa"..., 921) = 920 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytest-2.9.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytest-2.9.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=5205, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pytest-2.9.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5205, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5205, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pyte"..., 5206) = 5205 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/python_dateutil-2.5.3-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/python_dateutil-2.5.3-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=1087, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/python_dateutil-2.5.3-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1087, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1087, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pyth"..., 1088) = 1087 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz-2016.4-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=24794, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz-2016.4-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=24794, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pytz-2016.4-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=24794, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=24794, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pytz"..., 24795) = 24794 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyzmq-15.2.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1296, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyzmq-15.2.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1296, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pyzmq-15.2.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1296, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1296, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pyzm"..., 1297) = 1296 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/qtconsole-4.2.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=757, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/qtconsole-4.2.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=757, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/qtconsole-4.2.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=757, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=757, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: qtco"..., 758) = 757 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/redis-2.10.5-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=32785, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/redis-2.10.5-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=32785, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/redis-2.10.5-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=32785, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=32785, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: redi"..., 32786) = 32785 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/requests-2.10.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/requests-2.10.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=47814, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/requests-2.10.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=47814, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=47814, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: requ"..., 47815) = 47814 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/rope_py3k-0.9.4_1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1378, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/rope_py3k-0.9.4_1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1378, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/rope_py3k-0.9.4_1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1378, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1378, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: rope"..., 1379) = 1378 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/rpy2-2.8.1.dist-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ruamel_yaml-_VERSION-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=916, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ruamel_yaml-_VERSION-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=916, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/ruamel_yaml-_VERSION-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: ruam"..., 917) = 916 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/scikit_image-0.12.3-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/scikit_image-0.12.3-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=1342, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/scikit_image-0.12.3-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1342, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1342, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: scik"..., 1343) = 1342 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/scikit_learn-0.17.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=6336, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/scikit_learn-0.17.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=6336, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/scikit_learn-0.17.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6336, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6336, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: scik"..., 6337) = 6336 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/scipy-0.17.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2103, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/scipy-0.17.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2103, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/scipy-0.17.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2103, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2103, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: scip"..., 2104) = 2103 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/simplegeneric-0.8.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=10802, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/simplegeneric-0.8.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=10802, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/simplegeneric-0.8.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=10802, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=10802, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: simp"..., 10803) = 10802 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/singledispatch-3.4.0.3-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/singledispatch-3.4.0.3-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=9701, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/singledispatch-3.4.0.3-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=9701, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=9701, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: sing"..., 9702) = 9701 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/six-1.10.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1422, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/six-1.10.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1422, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/six-1.10.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1422, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1422, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: six\n"..., 1423) = 1422 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/snowballstemmer-1.2.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2239, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/snowballstemmer-1.2.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2239, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/snowballstemmer-1.2.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2239, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2239, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: snow"..., 2240) = 2239 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/sockjs_tornado-1.0.3-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/sockjs_tornado-1.0.3-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=4555, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/sockjs_tornado-1.0.3-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=4555, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=4555, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: sock"..., 4556) = 4555 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/sphinx_rtd_theme-0.1.9-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/sphinx_rtd_theme-0.1.9-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=9550, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/sphinx_rtd_theme-0.1.9-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=9550, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=9550, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: sphi"..., 9551) = 9550 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyder-2.3.9-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1364, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyder-2.3.9-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1364, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/spyder-2.3.9-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1364, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1364, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: spyd"..., 1365) = 1364 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/statsmodels-0.6.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/statsmodels-0.6.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=4931, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/statsmodels-0.6.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4931, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4931, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: stat"..., 4932) = 4931 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/sympy-1.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1475, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/sympy-1.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1475, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/sympy-1.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1475, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1475, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: symp"..., 1476) = 1475 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/tables-3.2.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/tables-3.2.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=1410, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/tables-3.2.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1410, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1410, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: tabl"..., 1411) = 1410 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/terminado-0.6-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3891, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/terminado-0.6-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3891, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/terminado-0.6-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3891, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3891, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: term"..., 3892) = 3891 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/toolz-0.8.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/toolz-0.8.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=5658, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/toolz-0.8.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5658, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5658, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: tool"..., 5659) = 5658 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/tornado-4.3-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2582, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/tornado-4.3-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2582, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/tornado-4.3-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2582, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2582, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: torn"..., 2583) = 2582 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/traitlets-4.2.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=754, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/traitlets-4.2.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=754, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/traitlets-4.2.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=754, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=754, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: trai"..., 755) = 754 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/unicodecsv-0.14.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2244, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/unicodecsv-0.14.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2244, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/unicodecsv-0.14.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2244, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29650) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2244, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: unic"..., 2245) = 2244 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/wheel-0.29.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/wheel-0.29.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=13135, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/wheel-0.29.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=13135, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=13135, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: whee"..., 13136) = 13135 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlrd-1.0.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlrd-1.0.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=994, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlrd-1.0.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=994, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=994, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: xlrd"..., 995) = 994 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlwt-1.1.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlwt-1.1.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=4066, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlwt-1.1.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4066, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc294d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4066, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: xlwt"..., 4067) = 4066 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
lstat("/home", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
access("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", R_OK) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc28df0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_END) = 479886 | |
lseek(4, 0, SEEK_CUR) = 479886 | |
lseek(4, -22, SEEK_END) = 479864 | |
lseek(4, 0, SEEK_CUR) = 479864 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
read(4, "PK\5\6\0\0\0\0z\0z\0P)\0\0()\7\0\0\0", 23) = 22 | |
read(4, "", 1) = 0 | |
lseek(4, -42, SEEK_END) = 479844 | |
read(4, "G-INFO/top_level.txtPK\5\6\0\0\0\0z\0z\0"..., 4096) = 42 | |
lseek(4, 469288, SEEK_SET) = 469288 | |
read(4, "PK\1\2\24\3\24\0\0\0\10\0zr\311H\\O\272Ei\0\0\0~\0\0\0\17\0\0\0"..., 8192) = 8192 | |
read(4, "K\1\2\24\3\24\0\0\0\10\0Tk\312H`\22b\2Z\2\0\0\257\3\0\0006\0\0\0\0"..., 4096) = 2406 | |
close(4) = 0 | |
lstat("/home", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
lstat("/home", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib/python35.zip", 0x7fffccc29a40) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Babel-2.3.3-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Bottleneck-1.1.0-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Flask-0.11.1-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Flask_Cors-2.1.2-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Jinja2-2.8-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/MarkupSafe-0.23-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Pillow-3.2.0-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Pygments-2.1.3-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/QtPy-1.0.2-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/alabaster-0.7.8-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/anaconda_client-1.4.0-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/anaconda_navigator-1.2.1-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/argcomplete-1.0.0-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/astropy-1.2.1-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/backports.shutil_get_terminal_size-1.0.0-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/beautifulsoup4-4.4.1-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/blaze-0.10.1-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cffi-1.6.0-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/click-6.6-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/clyent-1.2.2-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/contextlib2-0.5.3-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cryptography-1.4-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cycler-0.10.0-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dask-0.10.0-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/datashape-0.5.2-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/decorator-4.0.10-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dynd-0.7.3.dev1-py3.5-linux-x86_64.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/et_xmlfile-1.0.1-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/fasteners-0.14.1.dist-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/h5py-2.6.0-py3.5-linux-x86_64.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/idna-2.1-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/imagesize-0.7.1-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jsonschema-2.5.1-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/llvmlite-0.11.0-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib-1.5.1-py3.5.egg-info/namespace_packages.txt", {st_mode=S_IFREG|0644, st_size=13, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib-1.5.1-py3.5.egg-info/namespace_packages.txt", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=13, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29e20) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=13, ...}) = 0 | |
read(4, "mpl_toolkits\n", 14) = 13 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/mistune-0.7.2-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/monotonic-1.1.dist-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/mpi4py-2.0.0.dist-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/multipledispatch-0.4.8-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/multiprocess-0.70.4.dist-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nb_anacondacloud-1.1.0-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nb_conda-1.1.0-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nb_conda_kernels-1.0.3-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nbpresent-3.0.2-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/networkx-1.11-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nltk-3.2.1-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nose-1.3.7-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numba-0.26.0-py3.5-linux-x86_64.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy-1.11.1-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/odo-0.5.0-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/openpyxl-2.3.2-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas-0.18.1-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/partd-0.3.4-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/path.py-0.0.0-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pathlib2-2.1.0-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pathos-0.2.0.dist-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/patsy-0.4.1-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pep8-1.7.0-py3.5.egg-info/namespace_packages.txt", {st_mode=S_IFREG|0664, st_size=1, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pep8-1.7.0-py3.5.egg-info/namespace_packages.txt", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29e20) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1, ...}) = 0 | |
read(4, "\n", 2) = 1 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pickleshare-0.7.2-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pip-8.1.2-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pox-0.2.2.dist-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ppft-1.6.4.6.dist-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py-1.4.31-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyOpenSSL-16.0.0-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyparsing-2.1.4-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytest-2.9.2-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/python_dateutil-2.5.3-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/requests-2.10.0-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/rpy2-2.8.1.dist-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/scikit_image-0.12.3-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/singledispatch-3.4.0.3-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/sockjs_tornado-1.0.3-py3.5.egg-info/namespace_packages.txt", {st_mode=S_IFREG|0644, st_size=7, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/sockjs_tornado-1.0.3-py3.5.egg-info/namespace_packages.txt", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=7, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29e20) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=7, ...}) = 0 | |
read(4, "sockjs\n", 8) = 7 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/sphinx_rtd_theme-0.1.9-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/statsmodels-0.6.1-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/tables-3.2.2-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/toolz-0.8.0-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/wheel-0.29.0-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlrd-1.0.0-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlwt-1.1.2-py3.5.egg-info/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg/EGG-INFO/namespace_packages.txt", 0x7fffccc29bc0) = -1 ENOENT (No such file or directory) | |
lstat("/home", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
lstat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg/EGG-INFO/top_level.txt", {st_mode=S_IFREG|0664, st_size=7, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg/EGG-INFO/top_level.txt", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29a80) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7, ...}) = 0 | |
read(4, "sphinx\n", 8) = 7 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg/EGG-INFO/namespace_packages.txt", 0x7fffccc2a030) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
access("/home/alex/anaconda3/bin", R_OK) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/bin", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 224 entries */, 32768) = 6831 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
access("/home/alex/anaconda3/lib/python3.5", R_OK) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 205 entries */, 32768) = 6093 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
access("/home/alex/anaconda3/lib/python3.5/plat-linux", R_OK) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/plat-linux", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 8 entries */, 32768) = 208 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
access("/home/alex/anaconda3/lib/python3.5/lib-dynload", R_OK) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/lib-dynload", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 64 entries */, 32768) = 1964 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
access("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", R_OK) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg", {st_mode=S_IFREG|0664, st_size=479886, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
access("/home/alex/anaconda3/lib/python3.5/site-packages", R_OK) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 334 entries */, 32768) = 12842 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Babel-2.3.3-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Babel-2.3.3-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=1023, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/Babel-2.3.3-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1023, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1023, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Babe"..., 1024) = 1023 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Bottleneck-1.1.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Bottleneck-1.1.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=6617, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/Bottleneck-1.1.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6617, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6617, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Bott"..., 6618) = 6617 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Cython-0.24-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2213, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Cython-0.24-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2213, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/Cython-0.24-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2213, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2213, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Cyth"..., 2214) = 2213 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Cythonized_utilities_used_for_speeding_up_bottlenecks_in_FabFlow-0.0.0-py3.5.egg-info", {st_mode=S_IFREG|0666, st_size=238, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Cythonized_utilities_used_for_speeding_up_bottlenecks_in_FabFlow-0.0.0-py3.5.egg-info", {st_mode=S_IFREG|0666, st_size=238, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/Cythonized_utilities_used_for_speeding_up_bottlenecks_in_FabFlow-0.0.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0666, st_size=238, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0666, st_size=238, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: Cyth"..., 239) = 238 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Flask-0.11.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Flask-0.11.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=2092, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/Flask-0.11.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2092, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2092, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Flas"..., 2093) = 2092 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Flask_Cors-2.1.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Flask_Cors-2.1.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=6474, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/Flask_Cors-2.1.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6474, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6474, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Flas"..., 6475) = 6474 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/HeapDict-1.0.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2177, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/HeapDict-1.0.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2177, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/HeapDict-1.0.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2177, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2177, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Heap"..., 2178) = 2177 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Jinja2-2.8-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Jinja2-2.8-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=2260, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/Jinja2-2.8-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2260, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2260, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Jinj"..., 2261) = 2260 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/MarkupSafe-0.23-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/MarkupSafe-0.23-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=4682, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/MarkupSafe-0.23-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=4682, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=4682, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Mark"..., 4683) = 4682 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Pillow-3.2.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Pillow-3.2.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=4170, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/Pillow-3.2.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4170, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4170, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Pill"..., 4171) = 4170 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/PyYAML-3.11-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/PyYAML-3.11-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/PyYAML-3.11-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1665, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: PyYA"..., 1666) = 1665 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Pygments-2.1.3-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Pygments-2.1.3-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=1712, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/Pygments-2.1.3-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1712, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1712, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Pygm"..., 1713) = 1712 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/QtPy-1.0.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/QtPy-1.0.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=2768, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/QtPy-1.0.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2768, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2768, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: QtPy"..., 2769) = 2768 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/SQLAlchemy-1.0.13-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=6877, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/SQLAlchemy-1.0.13-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=6877, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/SQLAlchemy-1.0.13-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6877, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6877, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: SQLA"..., 6878) = 6877 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/UNKNOWN-0.0.0-py3.5.egg-info", {st_mode=S_IFREG|0666, st_size=181, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/UNKNOWN-0.0.0-py3.5.egg-info", {st_mode=S_IFREG|0666, st_size=181, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/UNKNOWN-0.0.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0666, st_size=181, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0666, st_size=181, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: UNKN"..., 182) = 181 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Werkzeug-0.11.10-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3036, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Werkzeug-0.11.10-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3036, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/Werkzeug-0.11.10-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3036, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3036, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Werk"..., 3037) = 3036 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/XlsxWriter-0.9.2-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3034, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/XlsxWriter-0.9.2-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3034, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/XlsxWriter-0.9.2-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3034, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3034, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: Xlsx"..., 3035) = 3034 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/alabaster-0.7.8-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/alabaster-0.7.8-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=26404, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/alabaster-0.7.8-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=26404, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=26404, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: alab"..., 26405) = 26404 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/anaconda_client-1.4.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/anaconda_client-1.4.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=285, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/anaconda_client-1.4.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=285, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=285, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: anac"..., 286) = 285 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/anaconda_navigator-1.2.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/anaconda_navigator-1.2.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=215, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/anaconda_navigator-1.2.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=215, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=215, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: anac"..., 216) = 215 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/argcomplete-1.0.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/argcomplete-1.0.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=15795, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/argcomplete-1.0.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=15795, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=15795, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: argc"..., 15796) = 15795 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/astropy-1.2.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/astropy-1.2.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=1330, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/astropy-1.2.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1330, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1330, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: astr"..., 1331) = 1330 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/backports.shutil_get_terminal_size-1.0.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/backports.shutil_get_terminal_size-1.0.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=1402, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/backports.shutil_get_terminal_size-1.0.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1402, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1402, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: back"..., 1403) = 1402 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/beautifulsoup4-4.4.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/beautifulsoup4-4.4.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=989, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/beautifulsoup4-4.4.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=989, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=989, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: beau"..., 990) = 989 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bitarray-0.8.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=23557, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bitarray-0.8.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=23557, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/bitarray-0.8.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=23557, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=23557, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: bita"..., 23558) = 23557 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/blaze-0.10.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/blaze-0.10.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=7077, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/blaze-0.10.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7077, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7077, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: blaz"..., 7078) = 7077 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bokeh-0.12.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=272, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bokeh-0.12.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=272, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/bokeh-0.12.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=272, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=272, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: boke"..., 273) = 272 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto-2.40.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=9009, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto-2.40.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=9009, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto-2.40.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=9009, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=9009, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: boto"..., 9010) = 9009 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cffi-1.6.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cffi-1.6.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=1113, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/cffi-1.6.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1113, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1113, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: cffi"..., 1114) = 1113 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/chest-0.2.3-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=5540, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/chest-0.2.3-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=5540, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/chest-0.2.3-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5540, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5540, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: ches"..., 5541) = 5540 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/click-6.6-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/click-6.6-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=434, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/click-6.6-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=434, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=434, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: clic"..., 435) = 434 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cloudpickle-0.2.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4243, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cloudpickle-0.2.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4243, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/cloudpickle-0.2.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4243, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4243, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: clou"..., 4244) = 4243 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/clyent-1.2.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/clyent-1.2.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=267, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/clyent-1.2.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=267, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=267, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: clye"..., 268) = 267 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/colorama-0.3.7-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=15861, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/colorama-0.3.7-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=15861, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/colorama-0.3.7-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=15861, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=15861, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: colo"..., 15862) = 15861 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/conda-4.1.6-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=9089, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/conda-4.1.6-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=9089, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/conda-4.1.6-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=9089, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=9089, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: cond"..., 9090) = 9089 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/conda_build-1.21.2-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3660, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/conda_build-1.21.2-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3660, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/conda_build-1.21.2-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3660, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3660, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: cond"..., 3661) = 3660 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/conda_env-2.5.0alpha-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/conda_env-2.5.0alpha-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/conda_env-2.5.0alpha-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4526, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: cond"..., 4527) = 4526 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/configobj-5.0.6-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3026, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/configobj-5.0.6-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3026, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/configobj-5.0.6-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3026, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3026, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: conf"..., 3027) = 3026 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/contextlib2-0.5.3-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/contextlib2-0.5.3-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=2846, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/contextlib2-0.5.3-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2846, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2846, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: cont"..., 2847) = 2846 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cryptography-1.4-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cryptography-1.4-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=3749, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/cryptography-1.4-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3749, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3749, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: cryp"..., 3750) = 3749 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cycler-0.10.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cycler-0.10.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=713, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/cycler-0.10.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=713, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=713, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: cycl"..., 714) = 713 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cytoolz-0.8.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4902, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/cytoolz-0.8.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4902, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/cytoolz-0.8.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4902, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4902, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: cyto"..., 4903) = 4902 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dask-0.10.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dask-0.10.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=1932, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/dask-0.10.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1932, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1932, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: dask"..., 1933) = 1932 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/datashape-0.5.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/datashape-0.5.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=1883, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/datashape-0.5.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1883, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1883, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: data"..., 1884) = 1883 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/decorator-4.0.10-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/decorator-4.0.10-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=2661, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/decorator-4.0.10-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2661, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2661, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: deco"..., 2662) = 2661 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dill-0.2.5-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=7375, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dill-0.2.5-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=7375, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/dill-0.2.5-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7375, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7375, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: dill"..., 7376) = 7375 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/docutils-0.12-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2365, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/docutils-0.12-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2365, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/docutils-0.12-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2365, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2365, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: docu"..., 2366) = 2365 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dynd-0.7.3.dev1-py3.5-linux-x86_64.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dynd-0.7.3.dev1-py3.5-linux-x86_64.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=374, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/dynd-0.7.3.dev1-py3.5-linux-x86_64.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=374, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=374, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: dynd"..., 375) = 374 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/et_xmlfile-1.0.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/et_xmlfile-1.0.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=1898, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/et_xmlfile-1.0.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1898, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1898, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: et-x"..., 1899) = 1898 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/fastcache-1.0.2-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4241, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/fastcache-1.0.2-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4241, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/fastcache-1.0.2-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4241, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4241, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: fast"..., 4242) = 4241 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/fasteners-0.14.1.dist-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/gevent-1.1.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=7127, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/gevent-1.1.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=7127, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/gevent-1.1.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7127, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7127, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: geve"..., 7128) = 7127 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/greenlet-0.4.10-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3663, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/greenlet-0.4.10-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3663, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/greenlet-0.4.10-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3663, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3663, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: gree"..., 3664) = 3663 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/h5py-2.6.0-py3.5-linux-x86_64.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/h5py-2.6.0-py3.5-linux-x86_64.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=1617, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/h5py-2.6.0-py3.5-linux-x86_64.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1617, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1617, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: h5py"..., 1618) = 1617 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/idna-2.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/idna-2.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=7948, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/idna-2.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=7948, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=7948, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: idna"..., 7949) = 7948 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/imagesize-0.7.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/imagesize-0.7.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=1051, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/imagesize-0.7.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1051, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1051, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: imag"..., 1052) = 1051 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ipykernel-4.3.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=710, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ipykernel-4.3.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=710, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/ipykernel-4.3.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=710, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=710, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: ipyk"..., 711) = 710 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ipython-4.2.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2412, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ipython-4.2.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2412, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/ipython-4.2.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2412, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2412, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: ipyt"..., 2413) = 2412 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ipython_genutils-0.1.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=765, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ipython_genutils-0.1.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=765, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/ipython_genutils-0.1.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=765, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=765, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: ipyt"..., 766) = 765 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ipywidgets-4.1.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1371, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ipywidgets-4.1.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1371, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/ipywidgets-4.1.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1371, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1371, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: ipyw"..., 1372) = 1371 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/itsdangerous-0.24-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=452, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/itsdangerous-0.24-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=452, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/itsdangerous-0.24-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=452, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=452, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: itsd"..., 453) = 452 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jdcal-1.2-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=5679, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jdcal-1.2-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=5679, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/jdcal-1.2-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5679, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5679, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: jdca"..., 5680) = 5679 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jedi-0.9.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=11151, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jedi-0.9.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=11151, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/jedi-0.9.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=11151, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=11151, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: jedi"..., 11152) = 11151 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jsonschema-2.5.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jsonschema-2.5.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=5223, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/jsonschema-2.5.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=5223, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=5223, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: json"..., 5224) = 5223 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter-1.0.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=849, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter-1.0.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=849, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter-1.0.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=849, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=849, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: jupy"..., 850) = 849 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter_client-4.3.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=744, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter_client-4.3.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=744, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter_client-4.3.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=744, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=744, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: jupy"..., 745) = 744 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter_console-4.1.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=781, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter_console-4.1.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=781, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter_console-4.1.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=781, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=781, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: jupy"..., 782) = 781 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter_core-4.1.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=824, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter_core-4.1.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=824, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/jupyter_core-4.1.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=824, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=824, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: jupy"..., 825) = 824 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/llvmlite-0.11.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/llvmlite-0.11.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=768, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/llvmlite-0.11.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=768, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=768, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: llvm"..., 769) = 768 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/locket-0.2.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2717, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/locket-0.2.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2717, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/locket-0.2.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2717, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2717, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: lock"..., 2718) = 2717 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/lxml-3.6.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3403, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/lxml-3.6.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3403, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/lxml-3.6.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3403, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3403, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: lxml"..., 3404) = 3403 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib-1.5.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib-1.5.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=1068, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib-1.5.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1068, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1068, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: matp"..., 1069) = 1068 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/mistune-0.7.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/mistune-0.7.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=10097, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/mistune-0.7.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=10097, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=10097, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: mist"..., 10098) = 10097 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/monotonic-1.1.dist-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/mpi4py-2.0.0.dist-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/mpmath-0.19-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=331, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/mpmath-0.19-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=331, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/mpmath-0.19-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=331, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=331, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: mpma"..., 332) = 331 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/multipledispatch-0.4.8-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/multipledispatch-0.4.8-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=271, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/multipledispatch-0.4.8-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=271, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=271, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: mult"..., 272) = 271 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/multiprocess-0.70.4.dist-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nb_anacondacloud-1.1.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nb_anacondacloud-1.1.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=3028, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/nb_anacondacloud-1.1.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3028, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3028, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: nb-a"..., 3029) = 3028 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nb_conda-1.1.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nb_conda-1.1.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=3129, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/nb_conda-1.1.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3129, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3129, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: nb-c"..., 3130) = 3129 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nb_conda_kernels-1.0.3-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nb_conda_kernels-1.0.3-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=2351, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/nb_conda_kernels-1.0.3-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2351, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2351, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: nb-c"..., 2352) = 2351 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nbconvert-4.2.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=715, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nbconvert-4.2.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=715, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/nbconvert-4.2.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=715, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=715, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: nbco"..., 716) = 715 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nbformat-4.0.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=865, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nbformat-4.0.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=865, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/nbformat-4.0.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=865, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=865, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: nbfo"..., 866) = 865 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nbpresent-3.0.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nbpresent-3.0.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=12074, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/nbpresent-3.0.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=12074, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=12074, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: nbpr"..., 12075) = 12074 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/networkx-1.11-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/networkx-1.11-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=1500, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/networkx-1.11-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1500, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1500, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: netw"..., 1501) = 1500 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nltk-3.2.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nltk-3.2.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=1572, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/nltk-3.2.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1572, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1572, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: nltk"..., 1573) = 1572 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nose-1.3.7-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/nose-1.3.7-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=1975, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/nose-1.3.7-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1975, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1975, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: nose"..., 1976) = 1975 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/notebook-4.2.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1104, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/notebook-4.2.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1104, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/notebook-4.2.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1104, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1104, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: note"..., 1105) = 1104 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numba-0.26.0-py3.5-linux-x86_64.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numba-0.26.0-py3.5-linux-x86_64.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=5177, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numba-0.26.0-py3.5-linux-x86_64.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5177, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5177, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: numb"..., 5178) = 5177 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr-2.6.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=309, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr-2.6.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=309, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr-2.6.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=309, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=309, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: nume"..., 310) = 309 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy-1.11.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numpy-1.11.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=2060, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numpy-1.11.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2060, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2060, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: nump"..., 2061) = 2060 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/odo-0.5.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/odo-0.5.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=4905, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/odo-0.5.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4905, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4905, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: odo\n"..., 4906) = 4905 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/openpyxl-2.3.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/openpyxl-2.3.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=2253, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/openpyxl-2.3.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2253, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2253, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: open"..., 2254) = 2253 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas-0.18.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas-0.18.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=4843, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas-0.18.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4843, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4843, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pand"..., 4844) = 4843 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/partd-0.3.4-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/partd-0.3.4-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=5045, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/partd-0.3.4-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=5045, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=5045, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: part"..., 5046) = 5045 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/path.py-0.0.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/path.py-0.0.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=2956, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/path.py-0.0.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2956, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2956, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: path"..., 2957) = 2956 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pathlib2-2.1.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pathlib2-2.1.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=3441, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pathlib2-2.1.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3441, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3441, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: path"..., 3442) = 3441 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pathos-0.2.0.dist-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/patsy-0.4.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/patsy-0.4.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=2347, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/patsy-0.4.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2347, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2347, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pats"..., 2348) = 2347 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pep8-1.7.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pep8-1.7.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=28608, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pep8-1.7.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=28608, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=28608, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pep8"..., 28609) = 28608 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pexpect-4.0.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2335, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pexpect-4.0.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2335, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pexpect-4.0.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2335, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2335, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pexp"..., 2336) = 2335 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pickleshare-0.7.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pickleshare-0.7.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=1673, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pickleshare-0.7.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1673, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1673, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pick"..., 1674) = 1673 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pip-8.1.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pip-8.1.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=2387, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pip-8.1.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2387, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2387, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pip\n"..., 2388) = 2387 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ply-3.8-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=900, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ply-3.8-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=900, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/ply-3.8-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=900, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=900, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: ply\n"..., 901) = 900 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pox-0.2.2.dist-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ppft-1.6.4.6.dist-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/psutil-4.3.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=26691, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/psutil-4.3.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=26691, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/psutil-4.3.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=26691, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=26691, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: psut"..., 26692) = 26691 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ptyprocess-0.5.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=264, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ptyprocess-0.5.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=264, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/ptyprocess-0.5.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=264, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=264, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: ptyp"..., 265) = 264 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py-1.4.31-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py-1.4.31-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=1889, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/py-1.4.31-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1889, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1889, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: py\nV"..., 1890) = 1889 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyOpenSSL-16.0.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyOpenSSL-16.0.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=7446, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pyOpenSSL-16.0.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=7446, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=7446, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pyOp"..., 7447) = 7446 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyasn1-0.1.9-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1103, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyasn1-0.1.9-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1103, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pyasn1-0.1.9-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1103, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1103, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pyas"..., 1104) = 1103 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pycosat-0.6.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pycosat-0.6.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pycosat-0.6.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6219, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pyco"..., 6220) = 6219 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pycparser-2.14-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=602, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pycparser-2.14-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=602, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pycparser-2.14-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=602, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=602, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pycp"..., 603) = 602 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pycrypto-2.6.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=666, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pycrypto-2.6.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=666, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pycrypto-2.6.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=666, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pycr"..., 667) = 666 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pycurl-7.43.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4537, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pycurl-7.43.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4537, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pycurl-7.43.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4537, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4537, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pycu"..., 4538) = 4537 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyflakes-1.2.3-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4003, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyflakes-1.2.3-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=4003, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pyflakes-1.2.3-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4003, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4003, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pyfl"..., 4004) = 4003 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyparsing-2.1.4-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyparsing-2.1.4-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0666, st_size=920, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pyparsing-2.1.4-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0666, st_size=920, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0666, st_size=920, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pypa"..., 921) = 920 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytest-2.9.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytest-2.9.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=5205, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pytest-2.9.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5205, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5205, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pyte"..., 5206) = 5205 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/python_dateutil-2.5.3-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/python_dateutil-2.5.3-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=1087, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/python_dateutil-2.5.3-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1087, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1087, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pyth"..., 1088) = 1087 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz-2016.4-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=24794, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz-2016.4-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=24794, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pytz-2016.4-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=24794, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=24794, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pytz"..., 24795) = 24794 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyzmq-15.2.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1296, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyzmq-15.2.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1296, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pyzmq-15.2.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1296, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1296, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: pyzm"..., 1297) = 1296 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/qtconsole-4.2.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=757, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/qtconsole-4.2.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=757, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/qtconsole-4.2.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=757, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=757, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: qtco"..., 758) = 757 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/redis-2.10.5-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=32785, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/redis-2.10.5-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=32785, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/redis-2.10.5-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=32785, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=32785, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: redi"..., 32786) = 32785 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/requests-2.10.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/requests-2.10.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=47814, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/requests-2.10.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=47814, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=47814, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: requ"..., 47815) = 47814 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/rope_py3k-0.9.4_1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1378, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/rope_py3k-0.9.4_1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1378, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/rope_py3k-0.9.4_1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1378, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1378, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: rope"..., 1379) = 1378 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/rpy2-2.8.1.dist-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ruamel_yaml-_VERSION-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=916, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/ruamel_yaml-_VERSION-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=916, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/ruamel_yaml-_VERSION-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=916, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: ruam"..., 917) = 916 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/scikit_image-0.12.3-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/scikit_image-0.12.3-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=1342, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/scikit_image-0.12.3-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1342, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1342, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: scik"..., 1343) = 1342 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/scikit_learn-0.17.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=6336, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/scikit_learn-0.17.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=6336, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/scikit_learn-0.17.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6336, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6336, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: scik"..., 6337) = 6336 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/scipy-0.17.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2103, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/scipy-0.17.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2103, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/scipy-0.17.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2103, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2103, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: scip"..., 2104) = 2103 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/simplegeneric-0.8.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=10802, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/simplegeneric-0.8.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=10802, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/simplegeneric-0.8.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=10802, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=10802, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: simp"..., 10803) = 10802 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/singledispatch-3.4.0.3-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/singledispatch-3.4.0.3-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=9701, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/singledispatch-3.4.0.3-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=9701, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=9701, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: sing"..., 9702) = 9701 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/six-1.10.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1422, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/six-1.10.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1422, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/six-1.10.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1422, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1422, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: six\n"..., 1423) = 1422 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/snowballstemmer-1.2.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2239, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/snowballstemmer-1.2.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2239, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/snowballstemmer-1.2.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2239, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2239, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: snow"..., 2240) = 2239 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/sockjs_tornado-1.0.3-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/sockjs_tornado-1.0.3-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=4555, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/sockjs_tornado-1.0.3-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=4555, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=4555, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: sock"..., 4556) = 4555 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/sphinx_rtd_theme-0.1.9-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/sphinx_rtd_theme-0.1.9-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=9550, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/sphinx_rtd_theme-0.1.9-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=9550, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=9550, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: sphi"..., 9551) = 9550 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyder-2.3.9-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1364, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyder-2.3.9-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1364, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/spyder-2.3.9-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1364, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1364, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: spyd"..., 1365) = 1364 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/statsmodels-0.6.1-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/statsmodels-0.6.1-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=4931, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/statsmodels-0.6.1-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4931, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4931, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: stat"..., 4932) = 4931 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/sympy-1.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1475, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/sympy-1.0-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=1475, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/sympy-1.0-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1475, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1475, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: symp"..., 1476) = 1475 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/tables-3.2.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/tables-3.2.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=1410, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/tables-3.2.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1410, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1410, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: tabl"..., 1411) = 1410 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/terminado-0.6-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3891, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/terminado-0.6-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=3891, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/terminado-0.6-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3891, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3891, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: term"..., 3892) = 3891 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/toolz-0.8.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/toolz-0.8.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=5658, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/toolz-0.8.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5658, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5658, ...}) = 0 | |
read(4, "Metadata-Version: 1.0\nName: tool"..., 5659) = 5658 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/tornado-4.3-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2582, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/tornado-4.3-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2582, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/tornado-4.3-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2582, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2582, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: torn"..., 2583) = 2582 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/traitlets-4.2.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=754, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/traitlets-4.2.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=754, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/traitlets-4.2.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=754, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=754, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: trai"..., 755) = 754 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/unicodecsv-0.14.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2244, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/unicodecsv-0.14.1-py3.5.egg-info", {st_mode=S_IFREG|0664, st_size=2244, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/unicodecsv-0.14.1-py3.5.egg-info", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2244, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc298c0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2244, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: unic"..., 2245) = 2244 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/wheel-0.29.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/wheel-0.29.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0644, st_size=13135, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/wheel-0.29.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=13135, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=13135, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: whee"..., 13136) = 13135 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlrd-1.0.0-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlrd-1.0.0-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=994, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlrd-1.0.0-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=994, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=994, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: xlrd"..., 995) = 994 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlwt-1.1.2-py3.5.egg-info", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlwt-1.1.2-py3.5.egg-info/PKG-INFO", {st_mode=S_IFREG|0664, st_size=4066, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlwt-1.1.2-py3.5.egg-info/PKG-INFO", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4066, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc29740) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4066, ...}) = 0 | |
read(4, "Metadata-Version: 1.1\nName: xlwt"..., 4067) = 4066 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/pytz", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 10 entries */, 32768) = 283 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz/exceptions.py", {st_mode=S_IFREG|0664, st_size=1333, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz/exceptions.py", {st_mode=S_IFREG|0664, st_size=1333, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pytz/__pycache__/exceptions.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1892, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1892, ...}) = 0 | |
read(4, "\26\r\r\n%\0072W5\5\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 1893) = 1892 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz/lazy.py", {st_mode=S_IFREG|0664, st_size=5263, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz/lazy.py", {st_mode=S_IFREG|0664, st_size=5263, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pytz/__pycache__/lazy.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5868, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5868, ...}) = 0 | |
read(4, "\26\r\r\n%\0072W\217\24\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 5869) = 5868 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz/tzinfo.py", {st_mode=S_IFREG|0664, st_size=19368, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz/tzinfo.py", {st_mode=S_IFREG|0664, st_size=19368, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pytz/__pycache__/tzinfo.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=15685, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=15685, ...}) = 0 | |
read(4, "\26\r\r\n%\0072W\250K\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0@\0\0"..., 15686) = 15685 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/bisect.py", {st_mode=S_IFREG|0644, st_size=2595, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/bisect.py", {st_mode=S_IFREG|0644, st_size=2595, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/bisect.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2845, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2845, ...}) = 0 | |
read(4, "\26\r\r\n\vFxW#\n\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 2846) = 2845 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/_bisect.so", {st_mode=S_IFREG|0755, st_size=29555, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/_bisect.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\v\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0755, st_size=29555, ...}) = 0 | |
mmap(NULL, 2105264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5221e80000 | |
mprotect(0x7f5221e82000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f5222081000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1000) = 0x7f5222081000 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz/tzfile.py", {st_mode=S_IFREG|0664, st_size=4869, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pytz/tzfile.py", {st_mode=S_IFREG|0664, st_size=4869, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pytz/__pycache__/tzfile.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3578, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3578, ...}) = 0 | |
read(4, "\26\r\r\n%\0072W\5\23\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\17\0\0\0@\0\0"..., 3579) = 3578 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/encodings", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/encodings/ascii.py", {st_mode=S_IFREG|0644, st_size=1248, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/encodings/ascii.py", {st_mode=S_IFREG|0644, st_size=1248, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/encodings/__pycache__/ascii.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2010, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2010, ...}) = 0 | |
read(4, "\26\r\r\n!FxW\340\4\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 2011) = 2010 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc2bb00) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/__init__.abi3.so", 0x7fffccc2bb00) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/__init__.so", 0x7fffccc2bb00) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/__init__.py", {st_mode=S_IFREG|0664, st_size=46, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/__init__.py", {st_mode=S_IFREG|0664, st_size=46, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=175, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=175, ...}) = 0 | |
read(4, "\26\r\r\nZV2W.\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 176) = 175 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/pandas", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 32 entries */, 32768) = 1153 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc2b190) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat/__init__.abi3.so", 0x7fffccc2b190) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat/__init__.so", 0x7fffccc2b190) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat/__init__.py", {st_mode=S_IFREG|0664, st_size=11402, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat/__init__.py", {st_mode=S_IFREG|0664, st_size=11402, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=12878, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=12878, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\212,\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0@\0\0"..., 12879) = 12878 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/unicodedata.so", {st_mode=S_IFREG|0755, st_size=940622, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/unicodedata.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\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(4, {st_mode=S_IFREG|0755, st_size=940622, ...}) = 0 | |
mmap(NULL, 2958912, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5221ba0000 | |
mprotect(0x7f5221c5a000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f5221e5a000, 102400, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xba000) = 0x7f5221e5a000 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/http/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc298c0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/http/__init__.abi3.so", 0x7fffccc298c0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/http/__init__.so", 0x7fffccc298c0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/http/__init__.py", {st_mode=S_IFREG|0644, st_size=5953, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/http/__init__.py", {st_mode=S_IFREG|0644, st_size=5953, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/http/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=6693, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=6693, ...}) = 0 | |
read(4, "\26\r\r\n3FxWA\27\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 6694) = 6693 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/http", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/http", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/http", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/http", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 8 entries */, 32768) = 225 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/http/client.py", {st_mode=S_IFREG|0644, st_size=48714, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/http/client.py", {st_mode=S_IFREG|0644, st_size=48714, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/http/__pycache__/client.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=33660, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=33660, ...}) = 0 | |
read(4, "\26\r\r\n2FxWJ\276\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\22\0\0\0@\0\0"..., 33661) = 33660 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/ssl.py", {st_mode=S_IFREG|0644, st_size=41957, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/ssl.py", {st_mode=S_IFREG|0644, st_size=41957, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/ssl.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=35777, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=35777, ...}) = 0 | |
read(4, "\26\r\r\n\30FxW\345\243\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0#\0\0\0@\0\0"..., 35778) = 35777 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/ipaddress.py", {st_mode=S_IFREG|0644, st_size=75589, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/ipaddress.py", {st_mode=S_IFREG|0644, st_size=75589, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/ipaddress.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=66546, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=66546, ...}) = 0 | |
read(4, "\26\r\r\n\21FxWE'\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 66547) = 66546 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/_ssl.so", {st_mode=S_IFREG|0755, st_size=304479, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/_ssl.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \212\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0755, st_size=304479, ...}) = 0 | |
mmap(NULL, 2202400, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5221980000 | |
mprotect(0x7f5221995000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f5221b95000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x15000) = 0x7f5221b95000 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 9 entries */, 32768) = 271 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat/chainmap.py", {st_mode=S_IFREG|0664, st_size=714, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat/chainmap.py", {st_mode=S_IFREG|0664, st_size=714, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat/__pycache__/chainmap.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1084, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1084, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\312\2\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 1085) = 1084 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/dateutil", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 11 entries */, 32768) = 305 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/parser.py", {st_mode=S_IFREG|0664, st_size=50020, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/parser.py", {st_mode=S_IFREG|0664, st_size=50020, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/__pycache__/parser.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=35962, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=35962, ...}) = 0 | |
read(4, "\26\r\r\nZV2Wd\303\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 35963) = 35962 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/six.py", {st_mode=S_IFREG|0664, st_size=30098, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/six.py", {st_mode=S_IFREG|0664, st_size=30098, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/__pycache__/six.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=26358, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=26358, ...}) = 0 | |
read(4, "\26\r\r\n\346\300\26V\222u\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0I\0\0\0@\0\0"..., 26359) = 26358 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/relativedelta.py", {st_mode=S_IFREG|0664, st_size=21509, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/relativedelta.py", {st_mode=S_IFREG|0664, st_size=21509, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/__pycache__/relativedelta.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=16091, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=16091, ...}) = 0 | |
read(4, "\26\r\r\nZV2W\5T\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0@\0\0"..., 16092) = 16091 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/tz/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc282f0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/tz/__init__.abi3.so", 0x7fffccc282f0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/tz/__init__.so", 0x7fffccc282f0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/tz/__init__.py", {st_mode=S_IFREG|0664, st_size=145, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/tz/__init__.py", {st_mode=S_IFREG|0664, st_size=145, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/tz/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=309, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=309, ...}) = 0 | |
read(4, "\26\r\r\nZV2W\221\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0@\0\0"..., 310) = 309 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/tz", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/tz", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/tz", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/tz", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 7 entries */, 32768) = 186 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/tz/tz.py", {st_mode=S_IFREG|0664, st_size=33867, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/tz/tz.py", {st_mode=S_IFREG|0664, st_size=33867, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/tz/__pycache__/tz.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=21937, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=21937, ...}) = 0 | |
read(4, "\26\r\r\nZV2WK\204\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 21938) = 21937 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/tz", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/tz/_common.py", {st_mode=S_IFREG|0664, st_size=461, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/tz/_common.py", {st_mode=S_IFREG|0664, st_size=461, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/tz/__pycache__/_common.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=725, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=725, ...}) = 0 | |
read(4, "\26\r\r\nZV2W\315\1\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 726) = 725 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/tz", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/tz/win.py", {st_mode=S_IFREG|0664, st_size=11143, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/tz/win.py", {st_mode=S_IFREG|0664, st_size=11143, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/tz/__pycache__/win.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=9874, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=9874, ...}) = 0 | |
read(4, "\26\r\r\nZV2W\207+\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 9875) = 9874 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
time(NULL) = 1469466417 | |
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1072, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat/numpy/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc2ba90) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat/numpy/__init__.abi3.so", 0x7fffccc2ba90) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat/numpy/__init__.so", 0x7fffccc2ba90) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat/numpy/__init__.py", {st_mode=S_IFREG|0664, st_size=2259, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat/numpy/__init__.py", {st_mode=S_IFREG|0664, st_size=2259, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat/numpy/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2418, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2418, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\323\10\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0@\0\0"..., 2419) = 2418 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/hashtable.cpython-35m-x86_64-linux-gnu.so", {st_mode=S_IFREG|0775, st_size=1912758, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/hashtable.cpython-35m-x86_64-linux-gnu.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\177\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0775, st_size=1912758, ...}) = 0 | |
mmap(NULL, 2509064, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5221710000 | |
mprotect(0x7f522176f000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f522196e000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x5e000) = 0x7f522196e000 | |
mmap(0x7f5221974000, 2312, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5221974000 | |
close(4) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/version.txt", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=24, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
read(4, "Anaconda 4.1.1 (64-bit)\n", 4096) = 24 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tslib.cpython-35m-x86_64-linux-gnu.so", {st_mode=S_IFREG|0775, st_size=7491458, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tslib.cpython-35m-x86_64-linux-gnu.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20i\1\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0775, st_size=7491458, ...}) = 0 | |
mmap(NULL, 3707800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5221386000 | |
mprotect(0x7f52214fa000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f52216f9000, 77824, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x173000) = 0x7f52216f9000 | |
mmap(0x7f522170c000, 13208, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f522170c000 | |
close(4) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/version.txt", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=24, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
read(4, "Anaconda 4.1.1 (64-bit)\n", 4096) = 24 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1072, ...}) = 0 | |
time(NULL) = 1469466417 | |
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1072, ...}) = 0 | |
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1072, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/lib.cpython-35m-x86_64-linux-gnu.so", {st_mode=S_IFREG|0775, st_size=5116621, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/lib.cpython-35m-x86_64-linux-gnu.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\7\1\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0775, st_size=5116621, ...}) = 0 | |
mmap(NULL, 3181640, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f522107d000 | |
mprotect(0x7f5221177000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f5221377000, 53248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xfa000) = 0x7f5221377000 | |
mmap(0x7f5221384000, 7240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5221384000 | |
close(4) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/version.txt", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=24, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
read(4, "Anaconda 4.1.1 (64-bit)\n", 4096) = 24 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/info.py", {st_mode=S_IFREG|0664, st_size=390, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/info.py", {st_mode=S_IFREG|0664, st_size=390, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/__pycache__/info.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=546, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=546, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\206\1\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 547) = 546 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc2b190) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__init__.abi3.so", 0x7fffccc2b190) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__init__.so", 0x7fffccc2b190) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=155, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=155, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\0\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 156) = 155 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 30 entries */, 32768) = 878 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/config_init.py", {st_mode=S_IFREG|0664, st_size=14604, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/config_init.py", {st_mode=S_IFREG|0664, st_size=14604, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__pycache__/config_init.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=12162, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=12162, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\f9\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0.\0\0\0@\0\0"..., 12163) = 12162 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/config.py", {st_mode=S_IFREG|0664, st_size=22948, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/config.py", {st_mode=S_IFREG|0664, st_size=22948, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__pycache__/config.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=23575, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=23575, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\244Y\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 23576) = 23575 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/formats/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc28fd0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/formats/__init__.abi3.so", 0x7fffccc28fd0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/formats/__init__.so", 0x7fffccc28fd0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/formats/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/formats/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/formats/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=158, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=158, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\0\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 159) = 158 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/formats", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/formats", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/formats", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/pandas/formats", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 7 entries */, 32768) = 193 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/formats/printing.py", {st_mode=S_IFREG|0664, st_size=7757, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/formats/printing.py", {st_mode=S_IFREG|0664, st_size=7757, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/formats/__pycache__/printing.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6563, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6563, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*WM\36\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0@\0\0"..., 6564) = 6563 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/common.py", {st_mode=S_IFREG|0664, st_size=61526, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/common.py", {st_mode=S_IFREG|0664, st_size=61526, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__pycache__/common.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=52002, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=52002, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*WV\360\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 52003) = 52002 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/algos.cpython-35m-x86_64-linux-gnu.so", {st_mode=S_IFREG|0775, st_size=10909538, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/algos.cpython-35m-x86_64-linux-gnu.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@d\1\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0775, st_size=10909538, ...}) = 0 | |
mmap(NULL, 4480168, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5220c37000 | |
mprotect(0x7f5220e6a000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f5221069000, 69632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x232000) = 0x7f5221069000 | |
mmap(0x7f522107a000, 11432, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f522107a000 | |
close(4) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/version.txt", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=24, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
read(4, "Anaconda 4.1.1 (64-bit)\n", 4096) = 24 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc27930) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types/__init__.abi3.so", 0x7fffccc27930) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types/__init__.so", 0x7fffccc27930) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=156, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=156, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\0\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 157) = 156 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 8 entries */, 32768) = 219 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types/api.py", {st_mode=S_IFREG|0664, st_size=1233, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types/api.py", {st_mode=S_IFREG|0664, st_size=1233, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types/__pycache__/api.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1369, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1369, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\321\4\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 1370) = 1369 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types/dtypes.py", {st_mode=S_IFREG|0664, st_size=5764, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types/dtypes.py", {st_mode=S_IFREG|0664, st_size=5764, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types/__pycache__/dtypes.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7033, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7033, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\204\26\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 7034) = 7033 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types/generic.py", {st_mode=S_IFREG|0664, st_size=2844, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types/generic.py", {st_mode=S_IFREG|0664, st_size=2844, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types/__pycache__/generic.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2216, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2216, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\34\v\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 2217) = 2216 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/formats", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/formats/format.py", {st_mode=S_IFREG|0664, st_size=96673, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/formats/format.py", {st_mode=S_IFREG|0664, st_size=96673, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/formats/__pycache__/format.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=78224, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=78224, ...}) = 0 | |
brk(0x2517000) = 0x2517000 | |
read(4, "\26\r\r\n\244\205*W\241y\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0\34\0\0\0@\0\0"..., 78225) = 78224 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/base.py", {st_mode=S_IFREG|0664, st_size=36967, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/base.py", {st_mode=S_IFREG|0664, st_size=36967, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__pycache__/base.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=38545, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=38545, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*Wg\220\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0@\0\0"..., 38546) = 38545 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/nanops.py", {st_mode=S_IFREG|0664, st_size=23955, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/nanops.py", {st_mode=S_IFREG|0664, st_size=23955, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__pycache__/nanops.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=19754, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=19754, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\223]\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\17\0\0\0@\0\0"..., 19755) = 19754 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc27b50) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/__init__.abi3.so", 0x7fffccc27b50) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/__init__.so", 0x7fffccc27b50) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/__init__.py", {st_mode=S_IFREG|0664, st_size=1166, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/__init__.py", {st_mode=S_IFREG|0664, st_size=1166, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1293, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1293, ...}) = 0 | |
read(4, "\26\r\r\n''\\W\216\4\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0$\0\0\0@\0\0"..., 1294) = 1293 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 14 entries */, 32768) = 393 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc26400) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow/__init__.abi3.so", 0x7fffccc26400) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow/__init__.so", 0x7fffccc26400) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow/__init__.py", {st_mode=S_IFREG|0664, st_size=173, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow/__init__.py", {st_mode=S_IFREG|0664, st_size=173, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=327, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=327, ...}) = 0 | |
read(4, "\26\r\r\n\357\331AW\255\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 328) = 327 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 8 entries */, 32768) = 230 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow/reduce.py", {st_mode=S_IFREG|0664, st_size=2425, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow/reduce.py", {st_mode=S_IFREG|0664, st_size=2425, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow/__pycache__/reduce.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3133, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3133, ...}) = 0 | |
read(4, "\26\r\r\n\330#KWy\t\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0@\0\0"..., 3134) = 3133 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow/nonreduce.py", {st_mode=S_IFREG|0664, st_size=679, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow/nonreduce.py", {st_mode=S_IFREG|0664, st_size=679, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow/__pycache__/nonreduce.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=812, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=812, ...}) = 0 | |
read(4, "\26\r\r\nM\210\21U\247\2\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 813) = 812 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow/nonreduce_axis.py", {st_mode=S_IFREG|0664, st_size=4793, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow/nonreduce_axis.py", {st_mode=S_IFREG|0664, st_size=4793, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow/__pycache__/nonreduce_axis.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4515, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4515, ...}) = 0 | |
read(4, "\26\r\r\n\357\331AW\271\22\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 4516) = 4515 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow/move.py", {st_mode=S_IFREG|0664, st_size=7774, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow/move.py", {st_mode=S_IFREG|0664, st_size=7774, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/slow/__pycache__/move.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7642, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7642, ...}) = 0 | |
read(4, "\26\r\r\n\357\331AW^\36\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0@\0\0"..., 7643) = 7642 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/reduce.so", {st_mode=S_IFREG|0775, st_size=1112632, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/reduce.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2005\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0775, st_size=1112632, ...}) = 0 | |
mmap(NULL, 2387408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f52209f0000 | |
mprotect(0x7f5220a32000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f5220c31000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x41000) = 0x7f5220c31000 | |
close(4) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/version.txt", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=24, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
read(4, "Anaconda 4.1.1 (64-bit)\n", 4096) = 24 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/nonreduce.so", {st_mode=S_IFREG|0775, st_size=131161, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/nonreduce.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P \0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0775, st_size=131161, ...}) = 0 | |
mmap(NULL, 2133968, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f52207e0000 | |
mprotect(0x7f52207e8000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f52209e8000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x8000) = 0x7f52209e8000 | |
close(4) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/version.txt", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=24, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
read(4, "Anaconda 4.1.1 (64-bit)\n", 4096) = 24 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/nonreduce_axis.so", {st_mode=S_IFREG|0775, st_size=406890, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/nonreduce_axis.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20*\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0775, st_size=406890, ...}) = 0 | |
mmap(NULL, 2211568, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f52205c0000 | |
mprotect(0x7f52205d9000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f52207d9000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x19000) = 0x7f52207d9000 | |
close(4) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/version.txt", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=24, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
read(4, "Anaconda 4.1.1 (64-bit)\n", 4096) = 24 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/move.so", {st_mode=S_IFREG|0775, st_size=769895, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/move.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2602\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0775, st_size=769895, ...}) = 0 | |
mmap(NULL, 2310032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5220380000 | |
mprotect(0x7f52203af000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f52205ae000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2e000) = 0x7f52205ae000 | |
close(4) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/version.txt", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=24, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
read(4, "Anaconda 4.1.1 (64-bit)\n", 4096) = 24 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/version.py", {st_mode=S_IFREG|0664, st_size=121, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/version.py", {st_mode=S_IFREG|0664, st_size=121, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/__pycache__/version.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=223, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=223, ...}) = 0 | |
read(4, "\26\r\r\n?\323jWy\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 224) = 223 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/benchmark/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc26280) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/benchmark/__init__.abi3.so", 0x7fffccc26280) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/benchmark/__init__.so", 0x7fffccc26280) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/benchmark/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/benchmark/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/benchmark/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=174, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=174, ...}) = 0 | |
read(4, "\26\r\r\n\210\252\236O\0\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 175) = 174 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/benchmark", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/benchmark", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/benchmark", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/benchmark", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 6 entries */, 32768) = 166 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/benchmark/bench.py", {st_mode=S_IFREG|0664, st_size=7618, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/benchmark/bench.py", {st_mode=S_IFREG|0664, st_size=7618, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/benchmark/__pycache__/bench.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7027, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7027, ...}) = 0 | |
read(4, "\26\r\r\nG\200XW\302\35\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0@\0\0"..., 7028) = 7027 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/benchmark", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/benchmark/autotimeit.py", {st_mode=S_IFREG|0664, st_size=503, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/benchmark/autotimeit.py", {st_mode=S_IFREG|0664, st_size=503, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/bottleneck/benchmark/__pycache__/autotimeit.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=811, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=811, ...}) = 0 | |
read(4, "\26\r\r\n\230\342\304Q\367\1\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 812) = 811 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/timeit.py", {st_mode=S_IFREG|0755, st_size=12392, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/timeit.py", {st_mode=S_IFREG|0755, st_size=12392, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/timeit.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=11021, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=11021, ...}) = 0 | |
read(4, "\26\r\r\n\32FxWh0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0@\0\0"..., 11022) = 11021 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat/numpy", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat/numpy", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 5 entries */, 32768) = 136 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat/numpy/function.py", {st_mode=S_IFREG|0664, st_size=9574, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat/numpy/function.py", {st_mode=S_IFREG|0664, st_size=9574, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/compat/numpy/__pycache__/function.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7336, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7336, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*Wf%\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0@\0\0"..., 7337) = 7336 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/util/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc26ad0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/util/__init__.abi3.so", 0x7fffccc26ad0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/util/__init__.so", 0x7fffccc26ad0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/util/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/util/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/util/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=155, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=155, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\0\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 156) = 155 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/util", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/util", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/util", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/pandas/util", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 13 entries */, 32768) = 422 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/util/validators.py", {st_mode=S_IFREG|0664, st_size=7541, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/util/validators.py", {st_mode=S_IFREG|0664, st_size=7541, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/util/__pycache__/validators.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6511, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6511, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*Wu\35\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 6512) = 6511 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/util", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/util/decorators.py", {st_mode=S_IFREG|0664, st_size=9692, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/util/decorators.py", {st_mode=S_IFREG|0664, st_size=9692, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/util/__pycache__/decorators.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=10229, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=10229, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\334%\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 10230) = 10229 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x2538000) = 0x2538000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/index.py", {st_mode=S_IFREG|0664, st_size=91, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/index.py", {st_mode=S_IFREG|0664, st_size=91, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__pycache__/index.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=247, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=247, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W[\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 248) = 247 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc28220) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/__init__.abi3.so", 0x7fffccc28220) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/__init__.so", 0x7fffccc28220) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=158, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=158, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\0\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 159) = 158 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 10 entries */, 32768) = 275 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/api.py", {st_mode=S_IFREG|0664, st_size=3775, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/api.py", {st_mode=S_IFREG|0664, st_size=3775, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/__pycache__/api.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4300, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4300, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\277\16\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0@\0\0"..., 4301) = 4300 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222c60000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/base.py", {st_mode=S_IFREG|0664, st_size=120893, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/base.py", {st_mode=S_IFREG|0664, st_size=120893, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/__pycache__/base.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=98365, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=98365, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W=\330\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0@\0\0"..., 98366) = 98365 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x2569000) = 0x2569000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/index.cpython-35m-x86_64-linux-gnu.so", {st_mode=S_IFREG|0775, st_size=1080119, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/index.cpython-35m-x86_64-linux-gnu.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 W\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0775, st_size=1080119, ...}) = 0 | |
mmap(NULL, 2338328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f5220140000 | |
mprotect(0x7f5220178000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f5220377000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x37000) = 0x7f5220377000 | |
close(4) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/version.txt", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=24, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
read(4, "Anaconda 4.1.1 (64-bit)\n", 4096) = 24 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types/concat.py", {st_mode=S_IFREG|0664, st_size=11030, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types/concat.py", {st_mode=S_IFREG|0664, st_size=11030, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/types/__pycache__/concat.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=10372, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=10372, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\26+\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 10373) = 10372 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/missing.py", {st_mode=S_IFREG|0664, st_size=21007, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/missing.py", {st_mode=S_IFREG|0664, st_size=21007, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__pycache__/missing.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=15723, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=15723, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\17R\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0@\0\0"..., 15724) = 15723 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/algorithms.py", {st_mode=S_IFREG|0664, st_size=36983, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/algorithms.py", {st_mode=S_IFREG|0664, st_size=36983, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__pycache__/algorithms.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=29482, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=29482, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*Ww\220\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0-\0\0\0@\0\0"..., 29483) = 29482 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222b20000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/strings.py", {st_mode=S_IFREG|0664, st_size=57192, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/strings.py", {st_mode=S_IFREG|0664, st_size=57192, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__pycache__/strings.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=60071, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=60071, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*Wh\337\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0@\0\0"..., 60072) = 60071 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/category.py", {st_mode=S_IFREG|0664, st_size=21288, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/category.py", {st_mode=S_IFREG|0664, st_size=21288, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/__pycache__/category.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=19902, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=19902, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W(S\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 19903) = 19902 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222ae0000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/categorical.py", {st_mode=S_IFREG|0664, st_size=66886, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/categorical.py", {st_mode=S_IFREG|0664, st_size=66886, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__pycache__/categorical.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=57436, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=57436, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*WF\5\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 57437) = 57436 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/util", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/util/terminal.py", {st_mode=S_IFREG|0664, st_size=3537, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/util/terminal.py", {st_mode=S_IFREG|0664, st_size=3537, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/util/__pycache__/terminal.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3230, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3230, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\321\r\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 3231) = 3230 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/multi.py", {st_mode=S_IFREG|0664, st_size=80197, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/multi.py", {st_mode=S_IFREG|0664, st_size=80197, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/__pycache__/multi.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=68620, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=68620, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*WE9\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 68621) = 68620 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x2592000) = 0x2592000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222a20000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/numeric.py", {st_mode=S_IFREG|0664, st_size=12538, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/numeric.py", {st_mode=S_IFREG|0664, st_size=12538, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/__pycache__/numeric.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=11948, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=11948, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\3720\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 11949) = 11948 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/range.py", {st_mode=S_IFREG|0664, st_size=21182, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/range.py", {st_mode=S_IFREG|0664, st_size=21182, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/indexes/__pycache__/range.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=17538, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=17538, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\276R\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 17539) = 17538 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/io/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc291f0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/io/__init__.abi3.so", 0x7fffccc291f0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/io/__init__.so", 0x7fffccc291f0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/io/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/io/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/io/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=153, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=153, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\0\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 154) = 153 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/io", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/io", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/io", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/pandas/io", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 24 entries */, 32768) = 664 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/io/common.py", {st_mode=S_IFREG|0664, st_size=16712, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/io/common.py", {st_mode=S_IFREG|0664, st_size=16712, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/io/__pycache__/common.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=17109, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=17109, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*WHA\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\32\0\0\0@\0\0"..., 17110) = 17109 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/csv.py", {st_mode=S_IFREG|0644, st_size=16128, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/csv.py", {st_mode=S_IFREG|0644, st_size=16128, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/csv.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=12939, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=12939, ...}) = 0 | |
read(4, "\26\r\r\n\16FxW\0?\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0@\0\0"..., 12940) = 12939 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/_csv.so", {st_mode=S_IFREG|0755, st_size=93978, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/_csv.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\35\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0755, st_size=93978, ...}) = 0 | |
mmap(NULL, 2128160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f521ff30000 | |
mprotect(0x7f521ff36000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f5220135000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x5000) = 0x7f5220135000 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/pathlib.py", {st_mode=S_IFREG|0644, st_size=46991, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/pathlib.py", {st_mode=S_IFREG|0644, st_size=46991, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/pathlib.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=44204, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=44204, ...}) = 0 | |
read(4, "\26\r\r\n\23FxW\217\267\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0@\0\0"..., 44205) = 44204 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222960000 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/ntpath.py", {st_mode=S_IFREG|0644, st_size=22793, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/ntpath.py", {st_mode=S_IFREG|0644, st_size=22793, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/ntpath.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=14825, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=14825, ...}) = 0 | |
read(4, "\26\r\r\n\23FxW\tY\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0'\0\0\0@\0\0"..., 14826) = 14825 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc28220) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py/__init__.abi3.so", 0x7fffccc28220) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py/__init__.so", 0x7fffccc28220) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py/__init__.py", {st_mode=S_IFREG|0664, st_size=5872, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py/__init__.py", {st_mode=S_IFREG|0664, st_size=5872, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/py/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4319, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4319, ...}) = 0 | |
read(4, "\26\r\r\nr\311\235V\360\26\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0T\0\0\0@\0\0"..., 4320) = 4319 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/py", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 17 entries */, 32768) = 470 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py/_apipkg.py", {st_mode=S_IFREG|0664, st_size=5855, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py/_apipkg.py", {st_mode=S_IFREG|0664, st_size=5855, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/py/__pycache__/_apipkg.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6031, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6031, ...}) = 0 | |
read(4, "\26\r\r\nr\311\235V\337\26\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 6032) = 6031 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py/_path/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc27bf0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py/_path/__init__.abi3.so", 0x7fffccc27bf0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py/_path/__init__.so", 0x7fffccc27bf0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py/_path/__init__.py", {st_mode=S_IFREG|0664, st_size=32, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py/_path/__init__.py", {st_mode=S_IFREG|0664, st_size=32, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/py/_path/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=191, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=191, ...}) = 0 | |
read(4, "\26\r\r\nr\311\235V \0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 192) = 191 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py/_path", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py/_path", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py/_path", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/py/_path", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 9 entries */, 32768) = 251 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py/_path/local.py", {st_mode=S_IFREG|0664, st_size=32118, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py/_path/local.py", {st_mode=S_IFREG|0664, st_size=32118, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/py/_path/__pycache__/local.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=30223, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=30223, ...}) = 0 | |
read(4, "\26\r\r\nr\311\235Vv}\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 30224) = 30223 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py/_path", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py/_path/common.py", {st_mode=S_IFREG|0664, st_size=13048, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/py/_path/common.py", {st_mode=S_IFREG|0664, st_size=13048, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/py/_path/__pycache__/common.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=14638, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=14638, ...}) = 0 | |
read(4, "\26\r\r\nr\311\235V\3702\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 14639) = 14638 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222450000 | |
stat("/home/alex/anaconda3/lib/python3.5/urllib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/urllib/request.py", {st_mode=S_IFREG|0644, st_size=96906, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/urllib/request.py", {st_mode=S_IFREG|0644, st_size=96906, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/urllib/__pycache__/request.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=76337, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=76337, ...}) = 0 | |
read(4, "\26\r\r\n5FxW\212z\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0)\0\0\0@\0\0"..., 76338) = 76337 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x25ba000) = 0x25ba000 | |
stat("/home/alex/anaconda3/lib/python3.5/urllib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/urllib/error.py", {st_mode=S_IFREG|0644, st_size=2763, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/urllib/error.py", {st_mode=S_IFREG|0644, st_size=2763, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/urllib/__pycache__/error.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2927, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=2927, ...}) = 0 | |
read(4, "\26\r\r\n5FxW\313\n\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 2928) = 2927 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/urllib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/urllib/response.py", {st_mode=S_IFREG|0644, st_size=2299, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/urllib/response.py", {st_mode=S_IFREG|0644, st_size=2299, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/urllib/__pycache__/response.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3399, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3399, ...}) = 0 | |
read(4, "\26\r\r\n5FxW\373\10\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 3400) = 3399 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc28220) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/__init__.abi3.so", 0x7fffccc28220) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/__init__.so", 0x7fffccc28220) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/__init__.py", {st_mode=S_IFREG|0664, st_size=41904, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/__init__.py", {st_mode=S_IFREG|0664, st_size=41904, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=34711, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=34711, ...}) = 0 | |
read(4, "\26\r\r\n\357:2W\260\243\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0@\0\0"..., 34712) = 34711 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222410000 | |
munmap(0x7f5222410000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222410000 | |
munmap(0x7f5222410000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222410000 | |
munmap(0x7f5222410000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222410000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/boto", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 75 entries */, 32768) = 2117 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/pyami/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc26950) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/pyami/__init__.abi3.so", 0x7fffccc26950) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/pyami/__init__.so", 0x7fffccc26950) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/pyami/__init__.py", {st_mode=S_IFREG|0664, st_size=1107, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/pyami/__init__.py", {st_mode=S_IFREG|0664, st_size=1107, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/pyami/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=154, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=154, ...}) = 0 | |
read(4, "\26\r\r\n\357:2WS\4\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 155) = 154 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/pyami", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/pyami", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/pyami", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/boto/pyami", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 12 entries */, 32768) = 355 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/pyami/config.py", {st_mode=S_IFREG|0664, st_size=8665, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/pyami/config.py", {st_mode=S_IFREG|0664, st_size=8665, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/pyami/__pycache__/config.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7312, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7312, ...}) = 0 | |
read(4, "\26\r\r\n\357:2W\331!\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 7313) = 7312 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/compat.py", {st_mode=S_IFREG|0664, st_size=4380, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/compat.py", {st_mode=S_IFREG|0664, st_size=4380, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/__pycache__/compat.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2382, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2382, ...}) = 0 | |
read(4, "\26\r\r\n\357:2W\34\21\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\36\0\0\0@\0\0"..., 2383) = 2382 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/vendored/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc252b0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/vendored/__init__.abi3.so", 0x7fffccc252b0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/vendored/__init__.so", 0x7fffccc252b0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/vendored/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/vendored/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/vendored/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=157, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=157, ...}) = 0 | |
read(4, "\26\r\r\n\357:2W\0\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 158) = 157 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/vendored", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/vendored", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/vendored", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/boto/vendored", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 5 entries */, 32768) = 131 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/vendored/six.py", {st_mode=S_IFREG|0664, st_size=30097, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/vendored/six.py", {st_mode=S_IFREG|0664, st_size=30097, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/vendored/__pycache__/six.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=26371, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=26371, ...}) = 0 | |
read(4, "\26\r\r\n\357:2W\221u\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0I\0\0\0@\0\0"..., 26372) = 26371 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/queue.py", {st_mode=S_IFREG|0644, st_size=8780, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/queue.py", {st_mode=S_IFREG|0644, st_size=8780, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/queue.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=9205, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=9205, ...}) = 0 | |
read(4, "\26\r\r\n\25FxWL\"\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0@\0\0"..., 9206) = 9205 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/storage_uri.py", {st_mode=S_IFREG|0664, st_size=39204, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/storage_uri.py", {st_mode=S_IFREG|0664, st_size=39204, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/__pycache__/storage_uri.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=31904, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=31904, ...}) = 0 | |
read(4, "\26\r\r\n\357:2W$\231\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 31905) = 31904 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc25980) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3/__init__.abi3.so", 0x7fffccc25980) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3/__init__.so", 0x7fffccc25980) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3/__init__.py", {st_mode=S_IFREG|0664, st_size=2836, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3/__init__.py", {st_mode=S_IFREG|0664, st_size=2836, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1685, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1685, ...}) = 0 | |
read(4, "\26\r\r\n\357:2W\24\v\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 1686) = 1685 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/regioninfo.py", {st_mode=S_IFREG|0664, st_size=6214, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/regioninfo.py", {st_mode=S_IFREG|0664, st_size=6214, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/__pycache__/regioninfo.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4934, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4934, ...}) = 0 | |
read(4, "\26\r\r\n\357:2WF\30\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 4935) = 4934 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52223d0000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/exception.py", {st_mode=S_IFREG|0664, st_size=17540, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/exception.py", {st_mode=S_IFREG|0664, st_size=17540, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/__pycache__/exception.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=20432, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=20432, ...}) = 0 | |
read(4, "\26\r\r\n\357:2W\204D\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 20433) = 20432 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml/sax/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc22a10) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/xml/sax/__init__.abi3.so", 0x7fffccc22a10) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/xml/sax/__init__.so", 0x7fffccc22a10) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/xml/sax/__init__.py", {st_mode=S_IFREG|0644, st_size=3593, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml/sax/__init__.py", {st_mode=S_IFREG|0644, st_size=3593, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/xml/sax/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3353, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=3353, ...}) = 0 | |
read(4, "\26\r\r\n\\FxW\t\16\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 3354) = 3353 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml/sax", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml/sax", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml/sax", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/xml/sax", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 9 entries */, 32768) = 266 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml/sax/xmlreader.py", {st_mode=S_IFREG|0644, st_size=12684, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml/sax/xmlreader.py", {st_mode=S_IFREG|0644, st_size=12684, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/xml/sax/__pycache__/xmlreader.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=17533, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=17533, ...}) = 0 | |
read(4, "\26\r\r\n\\FxW\2141\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 17534) = 17533 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml/sax", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml/sax/handler.py", {st_mode=S_IFREG|0644, st_size=13922, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml/sax/handler.py", {st_mode=S_IFREG|0644, st_size=13922, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/xml/sax/__pycache__/handler.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=12509, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=12509, ...}) = 0 | |
read(4, "\26\r\r\n\\FxWb6\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0@\0\0"..., 12510) = 12509 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml/sax", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml/sax/_exceptions.py", {st_mode=S_IFREG|0644, st_size=4785, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/xml/sax/_exceptions.py", {st_mode=S_IFREG|0644, st_size=4785, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/xml/sax/__pycache__/_exceptions.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=5687, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=5687, ...}) = 0 | |
read(4, "\26\r\r\n\\FxW\261\22\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 5688) = 5687 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/handler.py", {st_mode=S_IFREG|0664, st_size=2382, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/handler.py", {st_mode=S_IFREG|0664, st_size=2382, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/__pycache__/handler.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2060, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2060, ...}) = 0 | |
read(4, "\26\r\r\n\357:2WN\t\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 2061) = 2060 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/resultset.py", {st_mode=S_IFREG|0664, st_size=6556, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/resultset.py", {st_mode=S_IFREG|0664, st_size=6556, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/__pycache__/resultset.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5088, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5088, ...}) = 0 | |
read(4, "\26\r\r\n\357:2W\234\31\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 5089) = 5088 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 21 entries */, 32768) = 652 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3/user.py", {st_mode=S_IFREG|0664, st_size=1968, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3/user.py", {st_mode=S_IFREG|0664, st_size=1968, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3/__pycache__/user.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1247, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1247, ...}) = 0 | |
read(4, "\26\r\r\n\357:2W\260\7\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 1248) = 1247 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x25db000) = 0x25db000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3/deletemarker.py", {st_mode=S_IFREG|0664, st_size=2087, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3/deletemarker.py", {st_mode=S_IFREG|0664, st_size=2087, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3/__pycache__/deletemarker.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1245, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1245, ...}) = 0 | |
read(4, "\26\r\r\n\357:2W'\10\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 1246) = 1245 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/plugin.py", {st_mode=S_IFREG|0664, st_size=2711, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/plugin.py", {st_mode=S_IFREG|0664, st_size=2711, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/__pycache__/plugin.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1963, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1963, ...}) = 0 | |
read(4, "\26\r\r\n\357:2W\227\n\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 1964) = 1963 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/glob.py", {st_mode=S_IFREG|0644, st_size=5072, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/glob.py", {st_mode=S_IFREG|0644, st_size=5072, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/glob.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=4213, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=4213, ...}) = 0 | |
read(4, "\26\r\r\n\20FxW\320\23\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 4214) = 4213 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/logging", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/logging", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/logging", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/logging", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 6 entries */, 32768) = 165 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/logging/config.py", {st_mode=S_IFREG|0644, st_size=35944, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/logging/config.py", {st_mode=S_IFREG|0644, st_size=35944, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/logging/__pycache__/config.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=25416, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=25416, ...}) = 0 | |
read(4, "\26\r\r\n4FxWh\214\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0@\0\0"..., 25417) = 25416 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222390000 | |
stat("/home/alex/anaconda3/lib/python3.5/logging", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/logging/handlers.py", {st_mode=S_IFREG|0644, st_size=56624, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/logging/handlers.py", {st_mode=S_IFREG|0644, st_size=56624, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/logging/__pycache__/handlers.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=45089, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=45089, ...}) = 0 | |
read(4, "\26\r\r\n4FxW0\335\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 45090) = 45089 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x25fc000) = 0x25fc000 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/socketserver.py", {st_mode=S_IFREG|0644, st_size=24666, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/socketserver.py", {st_mode=S_IFREG|0644, st_size=24666, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/socketserver.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=23207, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=23207, ...}) = 0 | |
read(4, "\26\r\r\n\27FxWZ`\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0@\0\0"..., 23208) = 23207 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x262c000) = 0x262c000 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/_strptime.py", {st_mode=S_IFREG|0644, st_size=22185, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/_strptime.py", {st_mode=S_IFREG|0644, st_size=22185, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/_strptime.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=15804, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=15804, ...}) = 0 | |
read(4, "\26\r\r\n\30FxW\251V\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 15805) = 15804 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1072, ...}) = 0 | |
time(NULL) = 1469466417 | |
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1072, ...}) = 0 | |
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1072, ...}) = 0 | |
uname({sys="Linux", node="ALEXANDERPC", ...}) = 0 | |
pipe([4, 5]) = 0 | |
ioctl(4, FIOCLEX) = 0 | |
ioctl(5, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc278d0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) | |
pipe([6, 7]) = 0 | |
ioctl(6, FIOCLEX) = 0 | |
ioctl(7, FIOCLEX) = 0 | |
clone(Process 127 attached | |
child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f522ce40a10) = 127 | |
[pid 127] set_robust_list(0x7f522ce40a20, 24) = 0 | |
[pid 126] close(7 <unfinished ...> | |
[pid 127] close(4 <unfinished ...> | |
[pid 126] <... close resumed> ) = 0 | |
[pid 127] <... close resumed> ) = 0 | |
[pid 126] close(5 <unfinished ...> | |
[pid 127] close(6 <unfinished ...> | |
[pid 126] <... close resumed> ) = 0 | |
[pid 127] <... close resumed> ) = 0 | |
[pid 127] dup2(5, 1 <unfinished ...> | |
[pid 126] read(6, <unfinished ...> | |
[pid 127] <... dup2 resumed> ) = 1 | |
[pid 127] close(5) = 0 | |
[pid 127] rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f522c500330}, {SIG_IGN, [], SA_RESTORER, 0x7f522c500330}, 8) = 0 | |
[pid 127] rt_sigaction(SIGXFSZ, {SIG_DFL, [], SA_RESTORER, 0x7f522c500330}, {SIG_IGN, [], SA_RESTORER, 0x7f522c500330}, 8) = 0 | |
[pid 127] open("/proc/self/fd", O_RDONLY) = 4 | |
[pid 127] ioctl(4, FIOCLEX) = 0 | |
[pid 127] getdents64(4, /* 8 entries */, 280) = 169 | |
[pid 127] close(3) = 0 | |
[pid 127] getdents64(4, /* 0 entries */, 280) = 0 | |
[pid 127] close(4) = 0 | |
[pid 127] execve("/bin/sh", ["/bin/sh", "-c", "uname -p 2> /dev/null"], [/* 18 vars */] <unfinished ...> | |
[pid 126] <... read resumed> "", 50000) = 0 | |
[pid 126] close(6 <unfinished ...> | |
[pid 127] <... execve resumed> ) = 0 | |
[pid 126] <... close resumed> ) = 0 | |
[pid 127] brk(0) = 0x7fffbb4e5000 | |
[pid 127] access("/etc/ld.so.nohwcap", F_OK <unfinished ...> | |
[pid 126] ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc27f20) = -1 ENOTTY (Inappropriate ioctl for device) | |
[pid 127] <... access resumed> ) = -1 ENOENT (No such file or directory) | |
[pid 127] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f59b2140000 | |
[pid 127] access("/etc/ld.so.preload", R_OK <unfinished ...> | |
[pid 126] lseek(4, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) | |
[pid 127] <... access resumed> ) = -1 ENOENT (No such file or directory) | |
[pid 127] open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC <unfinished ...> | |
[pid 126] lseek(4, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) | |
[pid 127] <... open resumed> ) = 3 | |
[pid 126] fstat(4, <unfinished ...> | |
[pid 127] fstat(3, <unfinished ...> | |
[pid 126] <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
[pid 127] <... fstat resumed> {st_mode=S_IFREG|0644, st_size=43910, ...}) = 0 | |
[pid 126] read(4, <unfinished ...> | |
[pid 127] mmap(NULL, 43910, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f59b2135000 | |
[pid 127] close(3) = 0 | |
[pid 127] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
[pid 127] open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 | |
[pid 127] 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 | |
[pid 127] fstat(3, {st_mode=S_IFREG|0755, st_size=1840928, ...}) = 0 | |
[pid 127] mmap(NULL, 3949248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f59b1a30000 | |
[pid 127] mprotect(0x7f59b1bea000, 2097152, PROT_NONE) = 0 | |
[pid 127] mmap(0x7f59b1dea000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ba000) = 0x7f59b1dea000 | |
[pid 127] mmap(0x7f59b1df0000, 17088, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f59b1df0000 | |
[pid 127] close(3) = 0 | |
[pid 127] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f59b2130000 | |
[pid 127] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f59b2120000 | |
[pid 127] arch_prctl(ARCH_SET_FS, 0x7f59b2120740) = 0 | |
[pid 127] mprotect(0x7f59b1dea000, 16384, PROT_READ) = 0 | |
[pid 127] mprotect(0x7f59b241b000, 8192, PROT_READ) = 0 | |
[pid 127] mprotect(0x7f59b2022000, 4096, PROT_READ) = 0 | |
[pid 127] munmap(0x7f59b2135000, 43910) = 0 | |
[pid 127] getpid() = 127 | |
[pid 127] rt_sigaction(SIGCHLD, {0x7f59b2212460, ~[RTMIN RT_1], SA_RESTORER, 0x7f59b1a66cb0}, NULL, 8) = 0 | |
[pid 127] geteuid() = 1000 | |
[pid 127] brk(0) = 0x7fffbb4e5000 | |
[pid 127] brk(0x7fffbb506000) = 0x7fffbb506000 | |
[pid 127] getppid() = 126 | |
[pid 127] stat("/mnt/c/Users/Alexander/Documents", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 127] stat(".", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 127] rt_sigaction(SIGINT, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f522c500330}, 8) = 0 | |
[pid 127] rt_sigaction(SIGINT, {0x7f59b2212460, ~[RTMIN RT_1], SA_RESTORER, 0x7f59b1a66cb0}, NULL, 8) = 0 | |
[pid 127] rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
[pid 127] rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7f59b1a66cb0}, NULL, 8) = 0 | |
[pid 127] rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f1b78c26cb0}, 8) = 0 | |
[pid 127] rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7f59b1a66cb0}, NULL, 8) = 0 | |
[pid 127] open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3 | |
[pid 127] fcntl(2, F_DUPFD, 10) = 10 | |
[pid 127] close(2) = 0 | |
[pid 127] fcntl(10, F_SETFD, FD_CLOEXEC) = 0 | |
[pid 127] dup2(3, 2) = 2 | |
[pid 127] close(3) = 0 | |
[pid 127] stat("/home/alex/anaconda3/bin/uname", 0x7fffc3c71ae0) = -1 ENOENT (No such file or directory) | |
[pid 127] stat("/home/alex/.linuxbrew/bin/uname", 0x7fffc3c71ae0) = -1 ENOENT (No such file or directory) | |
[pid 127] stat("/home/alex/anaconda2/bin/uname", 0x7fffc3c71ae0) = -1 ENOENT (No such file or directory) | |
[pid 127] stat("/usr/local/bin/uname", 0x7fffc3c71ae0) = -1 ENOENT (No such file or directory) | |
[pid 127] stat("/usr/bin/uname", 0x7fffc3c71ae0) = -1 ENOENT (No such file or directory) | |
[pid 127] stat("/bin/uname", {st_mode=S_IFREG|0755, st_size=31360, ...}) = 0 | |
[pid 127] clone(Process 128 attached | |
child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59b2120a10) = 128 | |
[pid 127] wait4(-1, <unfinished ...> | |
[pid 128] execve("/bin/uname", ["uname", "-p"], [/* 18 vars */]) = 0 | |
[pid 128] brk(0) = 0xda9000 | |
[pid 128] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
[pid 128] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f03ea320000 | |
[pid 128] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
[pid 128] open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
[pid 128] fstat(3, {st_mode=S_IFREG|0644, st_size=43910, ...}) = 0 | |
[pid 128] mmap(NULL, 43910, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f03ea315000 | |
[pid 128] close(3) = 0 | |
[pid 128] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
[pid 128] open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 | |
[pid 128] 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 | |
[pid 128] fstat(3, {st_mode=S_IFREG|0755, st_size=1840928, ...}) = 0 | |
[pid 128] mmap(NULL, 3949248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f03e9c30000 | |
[pid 128] mprotect(0x7f03e9dea000, 2097152, PROT_NONE) = 0 | |
[pid 128] mmap(0x7f03e9fea000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ba000) = 0x7f03e9fea000 | |
[pid 128] mmap(0x7f03e9ff0000, 17088, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f03e9ff0000 | |
[pid 128] close(3) = 0 | |
[pid 128] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f03ea310000 | |
[pid 128] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f03ea300000 | |
[pid 128] arch_prctl(ARCH_SET_FS, 0x7f03ea300740) = 0 | |
[pid 128] mprotect(0x7f03e9fea000, 16384, PROT_READ) = 0 | |
[pid 128] mprotect(0x606000, 4096, PROT_READ) = 0 | |
[pid 128] mprotect(0x7f03ea222000, 4096, PROT_READ) = 0 | |
[pid 128] munmap(0x7f03ea315000, 43910) = 0 | |
[pid 128] brk(0) = 0xda9000 | |
[pid 128] brk(0xdca000) = 0xdca000 | |
[pid 128] open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3 | |
[pid 128] fstat(3, {st_mode=S_IFREG|0644, st_size=1607664, ...}) = 0 | |
[pid 128] mmap(NULL, 1607664, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f03ea099000 | |
[pid 128] close(3) = 0 | |
[pid 128] uname({sys="Linux", node="ALEXANDERPC", ...}) = 0 | |
[pid 128] fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
[pid 128] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f03ea2f0000 | |
[pid 128] write(1, "x86_64\n", 7) = 7 | |
[pid 126] <... read resumed> "x86_64\n", 8192) = 7 | |
[pid 128] close(1 <unfinished ...> | |
[pid 126] read(4, <unfinished ...> | |
[pid 128] <... close resumed> ) = 0 | |
[pid 128] munmap(0x7f03ea2f0000, 4096) = 0 | |
[pid 128] close(2) = 0 | |
[pid 128] exit_group(0) = ? | |
[pid 128] +++ exited with 0 +++ | |
[pid 127] <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 128 | |
[pid 127] --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=128, si_status=0, si_utime=0, si_stime=0} --- | |
[pid 127] rt_sigreturn() = 128 | |
[pid 127] dup2(10, 2) = 2 | |
[pid 127] close(10) = 0 | |
[pid 127] exit_group(0) = ? | |
[pid 127] +++ exited with 0 +++ | |
<... read resumed> "", 8185) = 0 | |
close(4) = 0 | |
wait4(127, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 127 | |
open("/etc/boto.cfg", O_RDONLY) = -1 ENOENT (No such file or directory) | |
open("/home/alex/.boto", O_RDONLY) = -1 ENOENT (No such file or directory) | |
open("/etc/boto.cfg", O_RDONLY) = -1 ENOENT (No such file or directory) | |
open("/home/alex/.boto", O_RDONLY) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3/key.py", {st_mode=S_IFREG|0664, st_size=82479, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3/key.py", {st_mode=S_IFREG|0664, st_size=82479, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3/__pycache__/key.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=62082, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=62082, ...}) = 0 | |
read(4, "\26\r\r\n\357:2W/B\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 62083) = 62082 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222310000 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/mimetypes.py", {st_mode=S_IFREG|0644, st_size=20847, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/mimetypes.py", {st_mode=S_IFREG|0644, st_size=20847, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/mimetypes.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=16658, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=16658, ...}) = 0 | |
read(4, "\26\r\r\n\22FxWoQ\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\34\0\0\0@\0\0"..., 16659) = 16658 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/utils.py", {st_mode=S_IFREG|0664, st_size=36177, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/utils.py", {st_mode=S_IFREG|0664, st_size=36177, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/__pycache__/utils.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=31819, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=31819, ...}) = 0 | |
read(4, "\26\r\r\n\357:2WQ\215\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0$\0\0\0@\0\0"..., 31820) = 31819 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 1576960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521fda0000 | |
munmap(0x7f5223ba0000, 790528) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/provider.py", {st_mode=S_IFREG|0664, st_size=22467, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/provider.py", {st_mode=S_IFREG|0664, st_size=22467, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/__pycache__/provider.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=12956, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=12956, ...}) = 0 | |
read(4, "\26\r\r\n\357:2W\303W\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 12957) = 12956 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/gs/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc24b30) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/gs/__init__.abi3.so", 0x7fffccc24b30) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/gs/__init__.so", 0x7fffccc24b30) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/gs/__init__.py", {st_mode=S_IFREG|0664, st_size=1076, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/gs/__init__.py", {st_mode=S_IFREG|0664, st_size=1076, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/gs/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=151, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=151, ...}) = 0 | |
read(4, "\26\r\r\n\357:2W4\4\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 152) = 151 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/gs", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/gs", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/gs", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/boto/gs", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 13 entries */, 32768) = 394 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/gs/acl.py", {st_mode=S_IFREG|0664, st_size=11457, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/gs/acl.py", {st_mode=S_IFREG|0664, st_size=11457, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/gs/__pycache__/acl.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=8622, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=8622, ...}) = 0 | |
read(4, "\26\r\r\n\357:2W\301,\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0@\0\0"..., 8623) = 8622 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/gs", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/gs/user.py", {st_mode=S_IFREG|0664, st_size=1947, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/gs/user.py", {st_mode=S_IFREG|0664, st_size=1947, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/gs/__pycache__/user.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1344, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1344, ...}) = 0 | |
read(4, "\26\r\r\n\357:2W\233\7\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 1345) = 1344 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3/acl.py", {st_mode=S_IFREG|0664, st_size=5716, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3/acl.py", {st_mode=S_IFREG|0664, st_size=5716, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3/__pycache__/acl.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5163, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5163, ...}) = 0 | |
read(4, "\26\r\r\n\357:2WT\26\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0@\0\0"..., 5164) = 5163 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/smtplib.py", {st_mode=S_IFREG|0755, st_size=43595, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/smtplib.py", {st_mode=S_IFREG|0755, st_size=43595, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/smtplib.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=37042, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=37042, ...}) = 0 | |
read(4, "\26\r\r\n\27FxWK\252\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 37043) = 37042 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/generator.py", {st_mode=S_IFREG|0644, st_size=19988, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/generator.py", {st_mode=S_IFREG|0644, st_size=19988, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/email/__pycache__/generator.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=13602, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=13602, ...}) = 0 | |
read(4, "\26\r\r\n/FxW\24N\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 13603) = 13602 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5223c30000 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/hmac.py", {st_mode=S_IFREG|0644, st_size=5063, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/hmac.py", {st_mode=S_IFREG|0644, st_size=5063, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/hmac.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=5142, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=5142, ...}) = 0 | |
read(4, "\26\r\r\n\20FxW\307\23\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 5143) = 5142 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/mime/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc25b00) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/email/mime/__init__.abi3.so", 0x7fffccc25b00) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/email/mime/__init__.so", 0x7fffccc25b00) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/email/mime/__init__.py", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/mime/__init__.py", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/email/mime/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=139, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=139, ...}) = 0 | |
read(4, "\26\r\r\n1FxW\0\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 140) = 139 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/mime", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/mime", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/mime", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/email/mime", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 12 entries */, 32768) = 346 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/mime/multipart.py", {st_mode=S_IFREG|0644, st_size=1573, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/mime/multipart.py", {st_mode=S_IFREG|0644, st_size=1573, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/email/mime/__pycache__/multipart.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1553, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1553, ...}) = 0 | |
read(4, "\26\r\r\n1FxW%\6\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 1554) = 1553 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/mime", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/mime/base.py", {st_mode=S_IFREG|0644, st_size=794, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/mime/base.py", {st_mode=S_IFREG|0644, st_size=794, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/email/mime/__pycache__/base.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1018, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1018, ...}) = 0 | |
read(4, "\26\r\r\n1FxW\32\3\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 1019) = 1018 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/mime", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/mime/text.py", {st_mode=S_IFREG|0644, st_size=1480, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/mime/text.py", {st_mode=S_IFREG|0644, st_size=1480, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/email/mime/__pycache__/text.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1363, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1363, ...}) = 0 | |
read(4, "\26\r\r\n1FxW\310\5\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 1364) = 1363 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/mime", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/mime/nonmultipart.py", {st_mode=S_IFREG|0644, st_size=691, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/email/mime/nonmultipart.py", {st_mode=S_IFREG|0644, st_size=691, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/email/mime/__pycache__/nonmultipart.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=795, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=795, ...}) = 0 | |
read(4, "\26\r\r\n1FxW\263\2\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 796) = 795 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/gzip.py", {st_mode=S_IFREG|0644, st_size=20260, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/gzip.py", {st_mode=S_IFREG|0644, st_size=20260, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/gzip.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=17591, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=17591, ...}) = 0 | |
read(4, "\26\r\r\n\20FxW$O\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0@\0\0"..., 17592) = 17591 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3/keyfile.py", {st_mode=S_IFREG|0664, st_size=4427, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3/keyfile.py", {st_mode=S_IFREG|0664, st_size=4427, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/boto/s3/__pycache__/keyfile.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4119, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4119, ...}) = 0 | |
read(4, "\26\r\r\n\357:2WK\21\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 4120) = 4119 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc291f0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/__init__.abi3.so", 0x7fffccc291f0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/__init__.so", 0x7fffccc291f0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=158, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=158, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\0\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 159) = 158 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 21 entries */, 32768) = 602 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/index.py", {st_mode=S_IFREG|0664, st_size=79201, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/index.py", {st_mode=S_IFREG|0664, st_size=79201, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/__pycache__/index.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=60689, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=60689, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*Wa5\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0@\0\0"..., 60690) = 60689 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x2659000) = 0x2659000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/frequencies.py", {st_mode=S_IFREG|0664, st_size=36845, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/frequencies.py", {st_mode=S_IFREG|0664, st_size=36845, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/__pycache__/frequencies.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=30782, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=30782, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\355\217\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0X\0\0\0@\0\0"..., 30783) = 30782 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5223bf0000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/offsets.py", {st_mode=S_IFREG|0664, st_size=87632, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/offsets.py", {st_mode=S_IFREG|0664, st_size=87632, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/__pycache__/offsets.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=77678, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=77678, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*WPV\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0\"\0\0\0@\0\0"..., 77679) = 77678 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x2683000) = 0x2683000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/tools.py", {st_mode=S_IFREG|0664, st_size=27580, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/tools.py", {st_mode=S_IFREG|0664, st_size=27580, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/__pycache__/tools.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=21550, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=21550, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\274k\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0002\0\0\0@\0\0"..., 21551) = 21550 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/easter.py", {st_mode=S_IFREG|0664, st_size=2611, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/easter.py", {st_mode=S_IFREG|0664, st_size=2611, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/dateutil/__pycache__/easter.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2180, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2180, ...}) = 0 | |
read(4, "\26\r\r\nZV2W3\n\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 2181) = 2180 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5223bb0000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/base.py", {st_mode=S_IFREG|0664, st_size=23242, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/base.py", {st_mode=S_IFREG|0664, st_size=23242, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/__pycache__/base.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=22789, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=22789, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\312Z\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 22790) = 22789 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/timedeltas.py", {st_mode=S_IFREG|0664, st_size=4880, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/timedeltas.py", {st_mode=S_IFREG|0664, st_size=4880, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/__pycache__/timedeltas.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4646, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4646, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\20\23\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0000\0\0\0@\0\0"..., 4647) = 4646 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/_period.cpython-35m-x86_64-linux-gnu.so", {st_mode=S_IFREG|0775, st_size=1732734, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/_period.cpython-35m-x86_64-linux-gnu.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\201\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0775, st_size=1732734, ...}) = 0 | |
mmap(NULL, 2485832, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f521fb40000 | |
mprotect(0x7f521fb98000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f521fd98000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x58000) = 0x7f521fd98000 | |
close(4) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/version.txt", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=24, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
read(4, "Anaconda 4.1.1 (64-bit)\n", 4096) = 24 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222290000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/period.py", {st_mode=S_IFREG|0664, st_size=38437, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/period.py", {st_mode=S_IFREG|0664, st_size=38437, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/__pycache__/period.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=35127, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=35127, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W%\226\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0@\0\0"..., 35128) = 35127 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc2aac0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__init__.abi3.so", 0x7fffccc2aac0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__init__.so", 0x7fffccc2aac0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__init__.py", {st_mode=S_IFREG|0664, st_size=79, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__init__.py", {st_mode=S_IFREG|0664, st_size=79, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=258, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=258, ...}) = 0 | |
read(4, "\26\r\r\n\32\363]WO\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 259) = 258 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 36 entries */, 32768) = 1123 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/workbook.py", {st_mode=S_IFREG|0664, st_size=54800, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/workbook.py", {st_mode=S_IFREG|0664, st_size=54800, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/workbook.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=32614, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=32614, ...}) = 0 | |
read(4, "\26\r\r\n7\355]W\20\326\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 32615) = 32614 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x26a8000) = 0x26a8000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/compatibility.py", {st_mode=S_IFREG|0664, st_size=1331, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/compatibility.py", {st_mode=S_IFREG|0664, st_size=1331, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/compatibility.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1129, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1129, ...}) = 0 | |
read(4, "\26\r\r\n\30%KW3\5\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\35\0\0\0@\0\0"..., 1130) = 1129 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/decimal.py", {st_mode=S_IFREG|0644, st_size=320, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/decimal.py", {st_mode=S_IFREG|0644, st_size=320, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/decimal.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=404, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=404, ...}) = 0 | |
read(4, "\26\r\r\n\16FxW@\1\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 405) = 404 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload/_decimal.so", {st_mode=S_IFREG|0755, st_size=1841870, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/lib-dynload/_decimal.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300e\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0755, st_size=1841870, ...}) = 0 | |
mmap(NULL, 2438712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f521f8e0000 | |
mprotect(0x7f521f92b000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f521fb2b000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x4b000) = 0x7f521fb2b000 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222210000 | |
munmap(0x7f5222210000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222210000 | |
munmap(0x7f5222210000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222210000 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/fractions.py", {st_mode=S_IFREG|0644, st_size=24390, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/fractions.py", {st_mode=S_IFREG|0644, st_size=24390, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/__pycache__/fractions.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=20022, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=20022, ...}) = 0 | |
read(4, "\26\r\r\n\17FxWF_\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 20023) = 20022 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/xmlwriter.py", {st_mode=S_IFREG|0664, st_size=6896, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/xmlwriter.py", {st_mode=S_IFREG|0664, st_size=6896, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/xmlwriter.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6093, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6093, ...}) = 0 | |
read(4, "\26\r\r\n\375\261\26W\360\32\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 6094) = 6093 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/worksheet.py", {st_mode=S_IFREG|0664, st_size=218348, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/worksheet.py", {st_mode=S_IFREG|0664, st_size=218348, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/worksheet.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=125552, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=125552, ...}) = 0 | |
brk(0x26cc000) = 0x26cc000 | |
read(4, "\26\r\r\n\246\27!W\354T\3\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 125553) = 125552 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x26ed000) = 0x26ed000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f52221d0000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/format.py", {st_mode=S_IFREG|0664, st_size=25888, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/format.py", {st_mode=S_IFREG|0664, st_size=25888, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/format.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=23130, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=23130, ...}) = 0 | |
read(4, "\26\r\r\n\262P\21W e\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 23131) = 23130 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/drawing.py", {st_mode=S_IFREG|0664, st_size=31753, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/drawing.py", {st_mode=S_IFREG|0664, st_size=31753, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/drawing.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=22016, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=22016, ...}) = 0 | |
read(4, "\26\r\r\nR\273\26W\t|\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 22017) = 22016 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/shape.py", {st_mode=S_IFREG|0664, st_size=12723, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/shape.py", {st_mode=S_IFREG|0664, st_size=12723, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/shape.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7859, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=7859, ...}) = 0 | |
read(4, "\26\r\r\n\323p\225V\2631\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 7860) = 7859 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/utility.py", {st_mode=S_IFREG|0664, st_size=24529, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/utility.py", {st_mode=S_IFREG|0664, st_size=24529, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/utility.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=12568, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=12568, ...}) = 0 | |
read(4, "\26\r\r\n\215\261\26W\321_\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 12569) = 12568 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222190000 | |
munmap(0x7f5222190000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222190000 | |
munmap(0x7f5222190000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222190000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/chartsheet.py", {st_mode=S_IFREG|0664, st_size=4966, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/chartsheet.py", {st_mode=S_IFREG|0664, st_size=4966, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/chartsheet.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3598, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3598, ...}) = 0 | |
read(4, "\26\r\r\n\323p\225Vf\23\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 3599) = 3598 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/sharedstrings.py", {st_mode=S_IFREG|0664, st_size=4553, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/sharedstrings.py", {st_mode=S_IFREG|0664, st_size=4553, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/sharedstrings.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3670, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3670, ...}) = 0 | |
read(4, "\26\r\r\n\323p\225V\311\21\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 3671) = 3670 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/packager.py", {st_mode=S_IFREG|0664, st_size=23087, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/packager.py", {st_mode=S_IFREG|0664, st_size=23087, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/packager.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=15604, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=15604, ...}) = 0 | |
read(4, "\26\r\r\n\370\1KW/Z\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 15605) = 15604 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/app.py", {st_mode=S_IFREG|0664, st_size=5739, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/app.py", {st_mode=S_IFREG|0664, st_size=5739, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/app.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5059, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5059, ...}) = 0 | |
read(4, "\26\r\r\n\323p\225Vk\26\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 5060) = 5059 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/contenttypes.py", {st_mode=S_IFREG|0664, st_size=6967, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/contenttypes.py", {st_mode=S_IFREG|0664, st_size=6967, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/contenttypes.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6069, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=6069, ...}) = 0 | |
read(4, "\26\r\r\n\237\1KW7\33\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0@\0\0"..., 6070) = 6069 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/core.py", {st_mode=S_IFREG|0664, st_size=5466, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/core.py", {st_mode=S_IFREG|0664, st_size=5466, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/core.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4637, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4637, ...}) = 0 | |
read(4, "\26\r\r\n<Z2WZ\25\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 4638) = 4637 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/custom.py", {st_mode=S_IFREG|0664, st_size=3789, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/custom.py", {st_mode=S_IFREG|0664, st_size=3789, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/custom.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2977, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2977, ...}) = 0 | |
read(4, "\26\r\r\n8#KW\315\16\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 2978) = 2977 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/relationships.py", {st_mode=S_IFREG|0664, st_size=3422, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/relationships.py", {st_mode=S_IFREG|0664, st_size=3422, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/relationships.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2792, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2792, ...}) = 0 | |
read(4, "\26\r\r\n\323p\225V^\r\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 2793) = 2792 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/styles.py", {st_mode=S_IFREG|0664, st_size=21105, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/styles.py", {st_mode=S_IFREG|0664, st_size=21105, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/styles.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=13720, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=13720, ...}) = 0 | |
read(4, "\26\r\r\n\323p\225VqR\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 13721) = 13720 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/theme.py", {st_mode=S_IFREG|0664, st_size=9078, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/theme.py", {st_mode=S_IFREG|0664, st_size=9078, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/theme.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=8478, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=8478, ...}) = 0 | |
read(4, "\26\r\r\n\324p\225Vv#\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 8479) = 8478 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/vml.py", {st_mode=S_IFREG|0664, st_size=19365, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/vml.py", {st_mode=S_IFREG|0664, st_size=19365, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/vml.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=14231, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=14231, ...}) = 0 | |
read(4, "\26\r\r\n\324p\225V\245K\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 14232) = 14231 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/table.py", {st_mode=S_IFREG|0664, st_size=5221, ...}) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5222110000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/table.py", {st_mode=S_IFREG|0664, st_size=5221, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/table.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3763, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3763, ...}) = 0 | |
read(4, "\26\r\r\n\323p\225Ve\24\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 3764) = 3763 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/comments.py", {st_mode=S_IFREG|0664, st_size=5268, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/comments.py", {st_mode=S_IFREG|0664, st_size=5268, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/comments.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4262, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4262, ...}) = 0 | |
read(4, "\26\r\r\n\323p\225V\224\24\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 4263) = 4262 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/chart_area.py", {st_mode=S_IFREG|0664, st_size=2710, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/chart_area.py", {st_mode=S_IFREG|0664, st_size=2710, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/chart_area.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1776, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1776, ...}) = 0 | |
read(4, "\26\r\r\n\323p\225V\226\n\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 1777) = 1776 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/chart.py", {st_mode=S_IFREG|0664, st_size=117265, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/chart.py", {st_mode=S_IFREG|0664, st_size=117265, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/chart.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=71314, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=71314, ...}) = 0 | |
read(4, "\26\r\r\n\23/WW\21\312\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 71315) = 71314 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/chart_bar.py", {st_mode=S_IFREG|0664, st_size=4868, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/chart_bar.py", {st_mode=S_IFREG|0664, st_size=4868, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/chart_bar.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3467, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=3467, ...}) = 0 | |
read(4, "\26\r\r\n\323p\225V\4\23\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 3468) = 3467 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/chart_column.py", {st_mode=S_IFREG|0664, st_size=3619, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/chart_column.py", {st_mode=S_IFREG|0664, st_size=3619, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/chart_column.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2448, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2448, ...}) = 0 | |
read(4, "\26\r\r\n\323p\225V#\16\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 2449) = 2448 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/chart_doughnut.py", {st_mode=S_IFREG|0664, st_size=2721, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/chart_doughnut.py", {st_mode=S_IFREG|0664, st_size=2721, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/chart_doughnut.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2056, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2056, ...}) = 0 | |
read(4, "\26\r\r\n\323p\225V\241\n\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 2057) = 2056 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/chart_pie.py", {st_mode=S_IFREG|0664, st_size=6168, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/chart_pie.py", {st_mode=S_IFREG|0664, st_size=6168, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/chart_pie.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4292, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4292, ...}) = 0 | |
read(4, "\26\r\r\n\323p\225V\30\30\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 4293) = 4292 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521f8a0000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/chart_line.py", {st_mode=S_IFREG|0664, st_size=3110, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/chart_line.py", {st_mode=S_IFREG|0664, st_size=3110, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/chart_line.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2002, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2002, ...}) = 0 | |
read(4, "\26\r\r\n<\273\26W&\f\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 2003) = 2002 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/chart_radar.py", {st_mode=S_IFREG|0664, st_size=2699, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/chart_radar.py", {st_mode=S_IFREG|0664, st_size=2699, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/chart_radar.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1929, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1929, ...}) = 0 | |
read(4, "\26\r\r\n\323p\225V\213\n\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 1930) = 1929 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/chart_scatter.py", {st_mode=S_IFREG|0664, st_size=9976, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/chart_scatter.py", {st_mode=S_IFREG|0664, st_size=9976, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/chart_scatter.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5702, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=5702, ...}) = 0 | |
read(4, "\26\r\r\nA\273\26W\370&\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 5703) = 5702 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/chart_stock.py", {st_mode=S_IFREG|0664, st_size=3678, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/chart_stock.py", {st_mode=S_IFREG|0664, st_size=3678, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/xlsxwriter/__pycache__/chart_stock.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2315, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2315, ...}) = 0 | |
read(4, "\26\r\r\n\323p\225V^\16\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 2316) = 2315 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/api.py", {st_mode=S_IFREG|0664, st_size=1381, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/api.py", {st_mode=S_IFREG|0664, st_size=1381, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__pycache__/api.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1876, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1876, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*We\5\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 1877) = 1876 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/groupby.py", {st_mode=S_IFREG|0664, st_size=142669, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/groupby.py", {st_mode=S_IFREG|0664, st_size=142669, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__pycache__/groupby.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=126482, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=126482, ...}) = 0 | |
brk(0x2715000) = 0x2715000 | |
read(4, "\26\r\r\n\244\205*WM-\2\0\343\0\0\0\0\0\0\0\0\0\0\0\0#\0\0\0@\0\0"..., 126483) = 126482 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521f860000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/frame.py", {st_mode=S_IFREG|0664, st_size=208315, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/frame.py", {st_mode=S_IFREG|0664, st_size=208315, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__pycache__/frame.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=169916, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=169916, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\273-\3\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 169917) = 169916 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x2749000) = 0x2749000 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521f820000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
munmap(0x7f521f820000, 262144) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/generic.py", {st_mode=S_IFREG|0664, st_size=197030, ...}) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521f820000 | |
munmap(0x7f521f820000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521f820000 | |
munmap(0x7f521f820000, 262144) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521f820000 | |
munmap(0x7f521f820000, 262144) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/generic.py", {st_mode=S_IFREG|0664, st_size=197030, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__pycache__/generic.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=169557, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=169557, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\246\1\3\0\343\0\0\0\0\0\0\0\0\0\0\0\0\t\0\0\0@\0\0"..., 169558) = 169557 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521f820000 | |
brk(0x276a000) = 0x276a000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/indexing.py", {st_mode=S_IFREG|0664, st_size=69044, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/indexing.py", {st_mode=S_IFREG|0664, st_size=69044, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__pycache__/indexing.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=48115, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=48115, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\264\r\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 48116) = 48115 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521f7e0000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/internals.py", {st_mode=S_IFREG|0664, st_size=169308, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/internals.py", {st_mode=S_IFREG|0664, st_size=169308, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__pycache__/internals.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=139066, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=139066, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\\\225\2\0\343\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0@\0\0"..., 139067) = 139066 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
brk(0x278f000) = 0x278f000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/convert.py", {st_mode=S_IFREG|0664, st_size=4565, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/convert.py", {st_mode=S_IFREG|0664, st_size=4565, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__pycache__/convert.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2629, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=2629, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\325\21\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0@\0\0"..., 2630) = 2629 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/sparse/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc26280) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/sparse/__init__.abi3.so", 0x7fffccc26280) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/sparse/__init__.so", 0x7fffccc26280) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/sparse/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/sparse/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/sparse/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=157, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=157, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\0\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 158) = 157 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/sparse", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/sparse", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/sparse", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/pandas/sparse", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 12 entries */, 32768) = 331 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/sparse/array.py", {st_mode=S_IFREG|0664, st_size=20226, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/sparse/array.py", {st_mode=S_IFREG|0664, st_size=20226, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/sparse/__pycache__/array.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=17508, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=17508, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W\2O\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0@\0\0"..., 17509) = 17508 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521f7a0000 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/_sparse.cpython-35m-x86_64-linux-gnu.so", {st_mode=S_IFREG|0775, st_size=1403601, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/_sparse.cpython-35m-x86_64-linux-gnu.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000V\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0775, st_size=1403601, ...}) = 0 | |
mmap(NULL, 2402864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f521f550000 | |
mprotect(0x7f521f597000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f521f797000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x47000) = 0x7f521f797000 | |
close(4) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/version.txt", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=24, ...}) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f522cc90000 | |
read(4, "Anaconda 4.1.1 (64-bit)\n", 4096) = 24 | |
close(4) = 0 | |
munmap(0x7f522cc90000, 4096) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/ops.py", {st_mode=S_IFREG|0664, st_size=51496, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/ops.py", {st_mode=S_IFREG|0664, st_size=51496, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__pycache__/ops.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=35454, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=35454, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*W(\311\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\25\0\0\0@\0\0"..., 35455) = 35454 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/computation/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc242e0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/computation/__init__.abi3.so", 0x7fffccc242e0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/computation/__init__.so", 0x7fffccc242e0) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/computation/__init__.py", {st_mode=S_IFREG|0664, st_size=877, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/computation/__init__.py", {st_mode=S_IFREG|0664, st_size=877, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/computation/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=792, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=792, ...}) = 0 | |
read(4, "\26\r\r\n\244\205*Wm\3\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 793) = 792 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc23310) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/__init__.abi3.so", 0x7fffccc23310) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/__init__.so", 0x7fffccc23310) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/__init__.py", {st_mode=S_IFREG|0664, st_size=1929, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/__init__.py", {st_mode=S_IFREG|0664, st_size=1929, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1696, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1696, ...}) = 0 | |
read(4, "\26\r\r\n\305_OW\211\7\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 1697) = 1696 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/numexpr", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 12 entries */, 32768) = 352 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/__config__.py", {st_mode=S_IFREG|0664, st_size=958, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/__config__.py", {st_mode=S_IFREG|0664, st_size=958, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/__pycache__/__config__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1126, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=1126, ...}) = 0 | |
read(4, "\26\r\r\n\377OsW\276\3\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0@\0\0"..., 1127) = 1126 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/cpuinfo.py", {st_mode=S_IFREG|0664, st_size=23668, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/cpuinfo.py", {st_mode=S_IFREG|0664, st_size=23668, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/__pycache__/cpuinfo.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=36206, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=36206, ...}) = 0 | |
read(4, "\26\r\r\n\305_OWt\\\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0@\0\0"..., 36207) = 36206 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521f510000 | |
pipe([4, 5]) = 0 | |
ioctl(4, FIOCLEX) = 0 | |
ioctl(5, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc21a90) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) | |
pipe([6, 7]) = 0 | |
ioctl(6, FIOCLEX) = 0 | |
ioctl(7, FIOCLEX) = 0 | |
clone(Process 129 attached | |
child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f522ce40a10) = 129 | |
[pid 129] set_robust_list(0x7f522ce40a20, 24) = 0 | |
[pid 126] close(7 <unfinished ...> | |
[pid 129] close(4 <unfinished ...> | |
[pid 126] <... close resumed> ) = 0 | |
[pid 129] <... close resumed> ) = 0 | |
[pid 126] close(5 <unfinished ...> | |
[pid 129] close(6 <unfinished ...> | |
[pid 126] <... close resumed> ) = 0 | |
[pid 129] <... close resumed> ) = 0 | |
[pid 129] dup2(5, 1 <unfinished ...> | |
[pid 126] read(6, <unfinished ...> | |
[pid 129] <... dup2 resumed> ) = 1 | |
[pid 129] close(5) = 0 | |
[pid 129] rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f522c500330}, {SIG_IGN, [], SA_RESTORER, 0x7f522c500330}, 8) = 0 | |
[pid 129] rt_sigaction(SIGXFSZ, {SIG_DFL, [], SA_RESTORER, 0x7f522c500330}, {SIG_IGN, [], SA_RESTORER, 0x7f522c500330}, 8) = 0 | |
[pid 129] open("/proc/self/fd", O_RDONLY) = 4 | |
[pid 129] ioctl(4, FIOCLEX) = 0 | |
[pid 129] getdents64(4, /* 8 entries */, 280) = 169 | |
[pid 129] close(3) = 0 | |
[pid 129] getdents64(4, /* 0 entries */, 280) = 0 | |
[pid 129] close(4) = 0 | |
[pid 129] execve("/home/alex/anaconda3/bin/uname", ["uname", "-m"], [/* 18 vars */]) = -1 ENOENT (No such file or directory) | |
[pid 129] execve("/home/alex/.linuxbrew/bin/uname", ["uname", "-m"], [/* 18 vars */]) = -1 ENOENT (No such file or directory) | |
[pid 129] execve("/home/alex/anaconda2/bin/uname", ["uname", "-m"], [/* 18 vars */]) = -1 ENOENT (No such file or directory) | |
[pid 129] execve("/usr/local/bin/uname", ["uname", "-m"], [/* 18 vars */]) = -1 ENOENT (No such file or directory) | |
[pid 129] execve("/usr/bin/uname", ["uname", "-m"], [/* 18 vars */]) = -1 ENOENT (No such file or directory) | |
[pid 129] execve("/bin/uname", ["uname", "-m"], [/* 18 vars */] <unfinished ...> | |
[pid 126] <... read resumed> "", 50000) = 0 | |
[pid 126] close(6 <unfinished ...> | |
[pid 129] <... execve resumed> ) = 0 | |
[pid 126] <... close resumed> ) = 0 | |
[pid 129] brk(0) = 0x1c54000 | |
[pid 129] access("/etc/ld.so.nohwcap", F_OK <unfinished ...> | |
[pid 126] lseek(4, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) | |
[pid 129] <... access resumed> ) = -1 ENOENT (No such file or directory) | |
[pid 126] fstat(4, <unfinished ...> | |
[pid 129] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...> | |
[pid 126] <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
[pid 129] <... mmap resumed> ) = 0x7fd8b7510000 | |
[pid 126] read(4, <unfinished ...> | |
[pid 129] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
[pid 129] open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
[pid 129] fstat(3, {st_mode=S_IFREG|0644, st_size=43910, ...}) = 0 | |
[pid 129] mmap(NULL, 43910, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fd8b7505000 | |
[pid 129] close(3) = 0 | |
[pid 129] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
[pid 129] open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 | |
[pid 129] 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 | |
[pid 129] fstat(3, {st_mode=S_IFREG|0755, st_size=1840928, ...}) = 0 | |
[pid 129] mmap(NULL, 3949248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fd8b6e30000 | |
[pid 129] mprotect(0x7fd8b6fea000, 2097152, PROT_NONE) = 0 | |
[pid 129] mmap(0x7fd8b71ea000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ba000) = 0x7fd8b71ea000 | |
[pid 129] mmap(0x7fd8b71f0000, 17088, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fd8b71f0000 | |
[pid 129] close(3) = 0 | |
[pid 129] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fd8b7500000 | |
[pid 129] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fd8b74f0000 | |
[pid 129] arch_prctl(ARCH_SET_FS, 0x7fd8b74f0740) = 0 | |
[pid 129] mprotect(0x7fd8b71ea000, 16384, PROT_READ) = 0 | |
[pid 129] mprotect(0x606000, 4096, PROT_READ) = 0 | |
[pid 129] mprotect(0x7fd8b7422000, 4096, PROT_READ) = 0 | |
[pid 129] munmap(0x7fd8b7505000, 43910) = 0 | |
[pid 129] brk(0) = 0x1c54000 | |
[pid 129] brk(0x1c75000) = 0x1c75000 | |
[pid 129] open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3 | |
[pid 129] fstat(3, {st_mode=S_IFREG|0644, st_size=1607664, ...}) = 0 | |
[pid 129] mmap(NULL, 1607664, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fd8b7299000 | |
[pid 129] close(3) = 0 | |
[pid 129] uname({sys="Linux", node="ALEXANDERPC", ...}) = 0 | |
[pid 129] fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 | |
[pid 129] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fd8b74e0000 | |
[pid 129] write(1, "x86_64\n", 7) = 7 | |
[pid 126] <... read resumed> "x86_64\n", 8192) = 7 | |
[pid 129] close(1 <unfinished ...> | |
[pid 126] read(4, <unfinished ...> | |
[pid 129] <... close resumed> ) = 0 | |
[pid 126] <... read resumed> "", 8185) = 0 | |
[pid 129] munmap(0x7fd8b74e0000, 4096) = 0 | |
[pid 126] close(4 <unfinished ...> | |
[pid 129] close(2 <unfinished ...> | |
[pid 126] <... close resumed> ) = 0 | |
[pid 129] <... close resumed> ) = 0 | |
[pid 126] wait4(129, <unfinished ...> | |
[pid 129] exit_group(0) = ? | |
[pid 129] +++ exited with 0 +++ | |
<... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 129 | |
open("/proc/cpuinfo", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc22130) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc220b0) = -1 ENOTTY (Inappropriate ioctl for device) | |
lseek(4, 0, SEEK_CUR) = 0 | |
read(4, "processor : 0\nvendor_id "..., 8192) = 3716 | |
read(4, "", 8192) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/expressions.py", {st_mode=S_IFREG|0664, st_size=16221, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/expressions.py", {st_mode=S_IFREG|0664, st_size=16221, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/__pycache__/expressions.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=15667, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=15667, ...}) = 0 | |
read(4, "\26\r\r\n\303_OW]?\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0B\0\0\0@\0\0"..., 15668) = 15667 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/interpreter.so", {st_mode=S_IFREG|0775, st_size=870323, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/interpreter.so", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300F\0\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0775, st_size=870323, ...}) = 0 | |
mmap(NULL, 2513784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f521f2a0000 | |
mprotect(0x7f521f2e1000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f521f4e0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x40000) = 0x7f521f4e0000 | |
mmap(0x7f521f4e2000, 146296, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f521f4e2000 | |
close(4) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/../../../tls/x86_64/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/../../../tls/x86_64", 0x7fffccc20350) = -1 ENOENT (No such file or directory) | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/../../../tls/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/../../../tls", 0x7fffccc20350) = -1 ENOENT (No such file or directory) | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/../../../x86_64/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/../../../x86_64", 0x7fffccc20350) = -1 ENOENT (No such file or directory) | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/../../../libstdc++.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/../../..", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
open("/home/alex/anaconda3/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) = 4 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=43910, ...}) = 0 | |
mmap(NULL, 43910, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f522ce65000 | |
close(4) = 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) = 4 | |
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20c\6\0\0\0\0\0"..., 832) = 832 | |
fstat(4, {st_mode=S_IFREG|0644, st_size=1110280, ...}) = 0 | |
mmap(NULL, 3218368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f521ef80000 | |
mprotect(0x7f521f086000, 2093056, PROT_NONE) = 0 | |
mmap(0x7f521f285000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x105000) = 0x7f521f285000 | |
mmap(0x7f521f28f000, 11200, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f521f28f000 | |
close(4) = 0 | |
mprotect(0x7f521f285000, 32768, PROT_READ) = 0 | |
munmap(0x7f522ce65000, 43910) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/necompiler.py", {st_mode=S_IFREG|0664, st_size=26959, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/necompiler.py", {st_mode=S_IFREG|0664, st_size=26959, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/__pycache__/necompiler.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=26306, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=26306, ...}) = 0 | |
read(4, "\26\r\r\n\304_OWOi\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\31\0\0\0@\0\0"..., 26307) = 26306 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/utils.py", {st_mode=S_IFREG|0664, st_size=4887, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/utils.py", {st_mode=S_IFREG|0664, st_size=4887, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/__pycache__/utils.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4629, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=4629, ...}) = 0 | |
read(4, "\26\r\r\n\303_OW\27\23\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 4630) = 4629 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/tests/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc22340) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/tests/__init__.abi3.so", 0x7fffccc22340) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/tests/__init__.so", 0x7fffccc22340) = -1 ENOENT (No such file or directory) | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/tests/__init__.py", {st_mode=S_IFREG|0664, st_size=447, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/tests/__init__.py", {st_mode=S_IFREG|0664, st_size=447, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/tests/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=296, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=296, ...}) = 0 | |
read(4, "\26\r\r\n\302_OW\277\1\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 297) = 296 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/tests", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/tests", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/tests", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/tests", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
getdents(4, /* 5 entries */, 32768) = 140 | |
getdents(4, /* 0 entries */, 32768) = 0 | |
close(4) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/tests/test_numexpr.py", {st_mode=S_IFREG|0664, st_size=39995, ...}) = 0 | |
stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/tests/test_numexpr.py", {st_mode=S_IFREG|0664, st_size=39995, ...}) = 0 | |
open("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/tests/__pycache__/test_numexpr.cpython-35.pyc", O_RDONLY) = 4 | |
ioctl(4, FIOCLEX) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=41797, ...}) = 0 | |
lseek(4, 0, SEEK_CUR) = 0 | |
fstat(4, {st_mode=S_IFREG|0664, st_size=41797, ...}) = 0 | |
read(4, "\26\r\r\n\306_OW;\234\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\26\0\0\0@\0\0"..., 41798) = 41797 | |
read(4, "", 1) = 0 | |
close(4) = 0 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521ef40000 | |
time(NULL) = 1469466417 | |
open("/sys/devices/system/cpu/online", O_RDONLY|O_CLOEXEC) = 4 | |
read(4, "0-3\n", 8192) = 4 | |
close(4) = 0 | |
time(NULL) = 1469466417 | |
mmap(NULL, 8392704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f521e730000 | |
mprotect(0x7f521e730000, 4096, PROT_NONE) = 0 | |
clone(Process 130 attached | |
child_stack=0x7f521ef2ffb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f521ef309d0, tls=0x7f521ef30700, child_tidptr=0x7f521ef309d0) = 130 | |
[pid 130] set_robust_list(0x7f521ef309e0, 24 <unfinished ...> | |
[pid 126] mmap(NULL, 8392704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0 <unfinished ...> | |
[pid 130] <... set_robust_list resumed> ) = 0 | |
[pid 126] <... mmap resumed> ) = 0x7f521df20000 | |
[pid 130] futex(0x7f521f505b24, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...> | |
[pid 126] mprotect(0x7f521df20000, 4096, PROT_NONE) = 0 | |
[pid 126] clone(Process 131 attached | |
child_stack=0x7f521e71ffb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f521e7209d0, tls=0x7f521e720700, child_tidptr=0x7f521e7209d0) = 131 | |
[pid 131] set_robust_list(0x7f521e7209e0, 24 <unfinished ...> | |
[pid 126] mmap(NULL, 8392704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0 <unfinished ...> | |
[pid 131] <... set_robust_list resumed> ) = 0 | |
[pid 126] <... mmap resumed> ) = 0x7f521d710000 | |
[pid 131] futex(0x7f521f505b24, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...> | |
[pid 126] mprotect(0x7f521d710000, 4096, PROT_NONE) = 0 | |
[pid 126] clone(Process 132 attached | |
child_stack=0x7f521df0ffb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f521df109d0, tls=0x7f521df10700, child_tidptr=0x7f521df109d0) = 132 | |
[pid 132] set_robust_list(0x7f521df109e0, 24 <unfinished ...> | |
[pid 126] mmap(NULL, 8392704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0 <unfinished ...> | |
[pid 132] <... set_robust_list resumed> ) = 0 | |
[pid 126] <... mmap resumed> ) = 0x7f521cf00000 | |
[pid 132] futex(0x7f521f505b24, FUTEX_WAIT_PRIVATE, 3, NULL <unfinished ...> | |
[pid 126] mprotect(0x7f521cf00000, 4096, PROT_NONE) = 0 | |
[pid 126] clone(Process 133 attached | |
child_stack=0x7f521d6fffb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f521d7009d0, tls=0x7f521d700700, child_tidptr=0x7f521d7009d0) = 133 | |
[pid 133] set_robust_list(0x7f521d7009e0, 24) = 0 | |
[pid 133] futex(0x7f521f505b24, FUTEX_WAIT_PRIVATE, 4, NULL <unfinished ...> | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/version.py", {st_mode=S_IFREG|0664, st_size=366, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/version.py", {st_mode=S_IFREG|0664, st_size=366, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/numexpr/__pycache__/version.cpython-35.pyc", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=179, ...}) = 0 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=179, ...}) = 0 | |
[pid 126] read(4, "\26\r\r\n\302_OWn\1\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 180) = 179 | |
[pid 126] read(4, "", 1) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/computation", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/computation", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/computation", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/pandas/computation", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
[pid 126] getdents(4, /* 15 entries */, 32768) = 416 | |
[pid 126] getdents(4, /* 0 entries */, 32768) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/computation/expressions.py", {st_mode=S_IFREG|0664, st_size=7748, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/computation/expressions.py", {st_mode=S_IFREG|0664, st_size=7748, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/computation/__pycache__/expressions.cpython-35.pyc", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=6363, ...}) = 0 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=6363, ...}) = 0 | |
[pid 126] read(4, "\26\r\r\n\244\205*WD\36\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0@\0\0"..., 6364) = 6363 | |
[pid 126] read(4, "", 1) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/datetools.py", {st_mode=S_IFREG|0664, st_size=1190, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/datetools.py", {st_mode=S_IFREG|0664, st_size=1190, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__pycache__/datetools.cpython-35.pyc", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=1272, ...}) = 0 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=1272, ...}) = 0 | |
[pid 126] read(4, "\26\r\r\n\244\205*W\246\4\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 1273) = 1272 | |
[pid 126] read(4, "", 1) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/series.py", {st_mode=S_IFREG|0664, st_size=96765, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/series.py", {st_mode=S_IFREG|0664, st_size=96765, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__pycache__/series.cpython-35.pyc", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=83222, ...}) = 0 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=83222, ...}) = 0 | |
[pid 126] read(4, "\26\r\r\n\244\205*W\375y\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 83223) = 83222 | |
[pid 126] read(4, "", 1) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] brk(0x27bc000) = 0x27bc000 | |
[pid 126] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521cec0000 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/common.py", {st_mode=S_IFREG|0664, st_size=7838, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/common.py", {st_mode=S_IFREG|0664, st_size=7838, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/__pycache__/common.cpython-35.pyc", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=7028, ...}) = 0 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=7028, ...}) = 0 | |
[pid 126] read(4, "\26\r\r\n\244\205*W\236\36\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 7029) = 7028 | |
[pid 126] read(4, "", 1) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/tdi.py", {st_mode=S_IFREG|0664, st_size=32550, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/tdi.py", {st_mode=S_IFREG|0664, st_size=32550, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/__pycache__/tdi.cpython-35.pyc", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=27771, ...}) = 0 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=27771, ...}) = 0 | |
[pid 126] read(4, "\26\r\r\n\244\205*W&\177\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0@\0\0"..., 27772) = 27771 | |
[pid 126] read(4, "", 1) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/window.py", {st_mode=S_IFREG|0664, st_size=51959, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/window.py", {st_mode=S_IFREG|0664, st_size=51959, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/__pycache__/window.cpython-35.pyc", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=50222, ...}) = 0 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=50222, ...}) = 0 | |
[pid 126] read(4, "\26\r\r\n\244\205*W\367\312\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 50223) = 50222 | |
[pid 126] read(4, "", 1) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521ce80000 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tools/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc27250) = -1 ENOENT (No such file or directory) | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tools/__init__.abi3.so", 0x7fffccc27250) = -1 ENOENT (No such file or directory) | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tools/__init__.so", 0x7fffccc27250) = -1 ENOENT (No such file or directory) | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tools/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tools/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tools/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=156, ...}) = 0 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=156, ...}) = 0 | |
[pid 126] read(4, "\26\r\r\n\244\205*W\0\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 157) = 156 | |
[pid 126] read(4, "", 1) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tools", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tools", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tools", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tools", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
[pid 126] getdents(4, /* 11 entries */, 32768) = 299 | |
[pid 126] getdents(4, /* 0 entries */, 32768) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tools/plotting.py", {st_mode=S_IFREG|0664, st_size=133624, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tools/plotting.py", {st_mode=S_IFREG|0664, st_size=133624, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tools/__pycache__/plotting.cpython-35.pyc", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=116652, ...}) = 0 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=116652, ...}) = 0 | |
[pid 126] brk(0x27e1000) = 0x27e1000 | |
[pid 126] read(4, "\26\r\r\n\244\205*W\370\t\2\0\343\0\0\0\0\0\0\0\0\0\0\0\0h\0\0\0@\0\0"..., 116653) = 116652 | |
[pid 126] read(4, "", 1) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/converter.py", {st_mode=S_IFREG|0664, st_size=32615, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/converter.py", {st_mode=S_IFREG|0664, st_size=32615, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/__pycache__/converter.cpython-35.pyc", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=26592, ...}) = 0 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=26592, ...}) = 0 | |
[pid 126] read(4, "\26\r\r\n\244\205*Wg\177\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 26593) = 26592 | |
[pid 126] read(4, "", 1) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521ce40000 | |
[pid 126] stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc252b0) = -1 ENOENT (No such file or directory) | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/__init__.abi3.so", 0x7fffccc252b0) = -1 ENOENT (No such file or directory) | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/__init__.so", 0x7fffccc252b0) = -1 ENOENT (No such file or directory) | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/__init__.py", {st_mode=S_IFREG|0664, st_size=63617, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/__init__.py", {st_mode=S_IFREG|0664, st_size=63617, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=51986, ...}) = 0 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=51986, ...}) = 0 | |
[pid 126] read(4, "\26\r\r\nj\r\2W\201\370\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0]\0\0\0@\0\0"..., 51987) = 51986 | |
[pid 126] read(4, "", 1) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
[pid 126] getdents(4, /* 86 entries */, 32768) = 2580 | |
[pid 126] getdents(4, /* 0 entries */, 32768) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/externals/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc242e0) = -1 ENOENT (No such file or directory) | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/externals/__init__.abi3.so", 0x7fffccc242e0) = -1 ENOENT (No such file or directory) | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/externals/__init__.so", 0x7fffccc242e0) = -1 ENOENT (No such file or directory) | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/externals/__init__.py", {st_mode=S_IFREG|0664, st_size=29, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/externals/__init__.py", {st_mode=S_IFREG|0664, st_size=29, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/externals/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=164, ...}) = 0 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=164, ...}) = 0 | |
[pid 126] read(4, "\26\r\r\nj\r\2W\35\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 165) = 164 | |
[pid 126] read(4, "", 1) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/externals", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/externals", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/externals", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/externals", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
[pid 126] getdents(4, /* 5 entries */, 32768) = 131 | |
[pid 126] getdents(4, /* 0 entries */, 32768) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/externals/six.py", {st_mode=S_IFREG|0664, st_size=29690, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/externals/six.py", {st_mode=S_IFREG|0664, st_size=29690, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/externals/__pycache__/six.cpython-35.pyc", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=26091, ...}) = 0 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=26091, ...}) = 0 | |
[pid 126] read(4, "\26\r\r\nj\r\2W\372s\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0G\0\0\0@\0\0"..., 26092) = 26091 | |
[pid 126] read(4, "", 1) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/distutils", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/distutils/sysconfig.py", {st_mode=S_IFREG|0644, st_size=20609, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/distutils/sysconfig.py", {st_mode=S_IFREG|0644, st_size=20609, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/distutils/__pycache__/sysconfig.cpython-35.pyc", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0644, st_size=13095, ...}) = 0 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0644, st_size=13095, ...}) = 0 | |
[pid 126] read(4, "\26\r\r\nQFxW\201P\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0@\0\0"..., 13096) = 13095 | |
[pid 126] read(4, "", 1) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/distutils", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/distutils/errors.py", {st_mode=S_IFREG|0644, st_size=3577, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/distutils/errors.py", {st_mode=S_IFREG|0644, st_size=3577, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/distutils/__pycache__/errors.cpython-35.pyc", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0644, st_size=5718, ...}) = 0 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0644, st_size=5718, ...}) = 0 | |
[pid 126] read(4, "\26\r\r\nPFxW\371\r\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 5719) = 5718 | |
[pid 126] read(4, "", 1) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521ce00000 | |
[pid 126] stat("/home/alex/anaconda3/bin/Modules/Setup.dist", 0x7fffccc242e0) = -1 ENOENT (No such file or directory) | |
[pid 126] stat("/home/alex/anaconda3/bin/Modules/Setup.local", 0x7fffccc242e0) = -1 ENOENT (No such file or directory) | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/cbook.py", {st_mode=S_IFREG|0664, st_size=77442, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/cbook.py", {st_mode=S_IFREG|0664, st_size=77442, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/__pycache__/cbook.cpython-35.pyc", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=79763, ...}) = 0 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=79763, ...}) = 0 | |
[pid 126] read(4, "\26\r\r\nj\r\2W\202.\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 79764) = 79763 | |
[pid 126] read(4, "", 1) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] brk(0x280a000) = 0x280a000 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/compat/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffccc242e0) = -1 ENOENT (No such file or directory) | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/compat/__init__.abi3.so", 0x7fffccc242e0) = -1 ENOENT (No such file or directory) | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/compat/__init__.so", 0x7fffccc242e0) = -1 ENOENT (No such file or directory) | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/compat/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/compat/__init__.py", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/compat/__pycache__/__init__.cpython-35.pyc", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=161, ...}) = 0 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=161, ...}) = 0 | |
[pid 126] read(4, "\26\r\r\nj\r\2W\0\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 162) = 161 | |
[pid 126] read(4, "", 1) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/compat", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/compat", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/compat", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] openat(AT_FDCWD, "/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/compat", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 | |
[pid 126] getdents(4, /* 5 entries */, 32768) = 138 | |
[pid 126] getdents(4, /* 0 entries */, 32768) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/compat/subprocess.py", {st_mode=S_IFREG|0664, st_size=2827, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/compat/subprocess.py", {st_mode=S_IFREG|0664, st_size=2827, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/compat/__pycache__/subprocess.cpython-35.pyc", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=2442, ...}) = 0 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=2442, ...}) = 0 | |
[pid 126] read(4, "\26\r\r\nj\r\2W\v\v\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 2443) = 2442 | |
[pid 126] read(4, "", 1) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/rcsetup.py", {st_mode=S_IFREG|0664, st_size=46996, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/rcsetup.py", {st_mode=S_IFREG|0664, st_size=46996, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/__pycache__/rcsetup.cpython-35.pyc", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=32983, ...}) = 0 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=32983, ...}) = 0 | |
[pid 126] read(4, "\26\r\r\nj\r\2W\224\267\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\7\2\0\0@\0\0"..., 32984) = 32983 | |
[pid 126] read(4, "", 1) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/fontconfig_pattern.py", {st_mode=S_IFREG|0664, st_size=6538, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/fontconfig_pattern.py", {st_mode=S_IFREG|0664, st_size=6538, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/__pycache__/fontconfig_pattern.cpython-35.pyc", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=6151, ...}) = 0 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=6151, ...}) = 0 | |
[pid 126] read(4, "\26\r\r\nj\r\2W\212\31\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 6152) = 6151 | |
[pid 126] read(4, "", 1) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521cdc0000 | |
[pid 126] stat("/home/alex/anaconda3/bin", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/plat-linux", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyparsing.py", {st_mode=S_IFREG|0664, st_size=168204, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyparsing.py", {st_mode=S_IFREG|0664, st_size=168204, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/__pycache__/pyparsing.cpython-35.pyc", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=153648, ...}) = 0 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=153648, ...}) = 0 | |
[pid 126] read(4, "\26\r\r\n\0\36FW\f\221\2\0\343\0\0\0\0\0\0\0\0\0\0\0\0g\0\0\0@\0\0"..., 153649) = 153648 | |
[pid 126] read(4, "", 1) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] brk(0x284e000) = 0x284e000 | |
[pid 126] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521cd80000 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyparsing.py", {st_mode=S_IFREG|0664, st_size=168204, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/pyparsing.py", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=168204, ...}) = 0 | |
[pid 126] ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc20d10) = -1 ENOTTY (Inappropriate ioctl for device) | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] read(4, "# module pyparsing.py\r\n#\r\n# Copy"..., 4096) = 4096 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 4096 | |
[pid 126] read(4, "reviousExpr', 'matchPreviousLite"..., 8192) = 8192 | |
[pid 126] read(4, "):\r\n self.__tokli"..., 8192) = 8192 | |
[pid 126] read(4, "k, _ParseResultsWithOffset(v[0],"..., 8192) = 8192 | |
[pid 126] read(4, " line separators.\r\n The first "..., 8192) = 8192 | |
[pid 126] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521cd40000 | |
[pid 126] read(4, "names using the abbreviated synt"..., 8192) = 8192 | |
[pid 126] read(4, " modal=self.mo"..., 8192) = 8192 | |
[pid 126] read(4, "e-raise exception from here, cle"..., 8192) = 8192 | |
[pid 126] read(4, " basestring ):\r\n othe"..., 8192) = 8192 | |
[pid 126] read(4, "\r\n test, the parsed re"..., 8192) = 8192 | |
[pid 126] read(4, "h) and\r\n (loc >= len"..., 8192) = 8192 | |
[pid 126] read(4, "e})\r\n - endQuoteChar "..., 8192) = 8192 | |
[pid 126] read(4, "maxloc = start + self.maxLen\r\n "..., 8192) = 8192 | |
[pid 126] read(4, "lf.strRepr\r\n\r\n def streamline"..., 8192) = 8192 | |
[pid 126] read(4, " maxExcLoc = len("..., 8192) = 8192 | |
[pid 126] read(4, "leading whitespace. C{NotAny}\r\n "..., 8192) = 8192 | |
[pid 126] read(4, " of the input string without mat"..., 8192) = 8192 | |
[pid 126] read(4, " return z\r\n\r\n#\r\n# global helpe"..., 8192) = 8192 | |
[pid 126] read(4, "iginally matched, and a \r\n "..., 8192) = 8192 | |
[pid 126] read(4, "s:\r\n attrs = args[:]\r\n "..., 8192) = 8192 | |
[pid 126] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521cd00000 | |
[pid 126] read(4, "EFAULT_WHITE_CHARS,exact=1))\r\n "..., 8192) = 8192 | |
[pid 126] read(4, " 3.14159\r\n 6.02e23"..., 8192) = 268 | |
[pid 126] read(4, "", 8192) = 0 | |
[pid 126] read(4, "", 8192) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/fontconfig_pattern.py", {st_mode=S_IFREG|0664, st_size=6538, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/fontconfig_pattern.py", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=6538, ...}) = 0 | |
[pid 126] ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc20d10) = -1 ENOTTY (Inappropriate ioctl for device) | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] read(4, "\"\"\"\nA module for parsing and gen"..., 4096) = 4096 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 4096 | |
[pid 126] read(4, " + point_sizes)\n "..., 8192) = 2442 | |
[pid 126] read(4, "", 8192) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/rcsetup.py", {st_mode=S_IFREG|0664, st_size=46996, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/rcsetup.py", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=46996, ...}) = 0 | |
[pid 126] ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc20d10) = -1 ENOTTY (Inappropriate ioctl for device) | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] read(4, "\"\"\"\nThe rcsetup module contains "..., 4096) = 4096 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 4096 | |
[pid 126] read(4, " return s\nvalidate_anylist = _"..., 8192) = 8192 | |
[pid 126] read(4, "_fontset = ValidateInStrings(\n "..., 8192) = 8192 | |
[pid 126] read(4, " 'fc': 'facecolor',\n 'e"..., 8192) = 8192 | |
[pid 126] read(4, " ['r', validate_color],\n 'box"..., 8192) = 8192 | |
[pid 126] read(4, "t], # units are fontsize\n # "..., 8192) = 8192 | |
[pid 126] read(4, "'keymap.grid': [['g'], v"..., 8192) = 1940 | |
[pid 126] read(4, "", 8192) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/__init__.py", {st_mode=S_IFREG|0664, st_size=63617, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/__init__.py", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=63617, ...}) = 0 | |
[pid 126] ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc20d10) = -1 ENOTTY (Inappropriate ioctl for device) | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] read(4, "\"\"\"\nThis is an object-oriented p"..., 4096) = 4096 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 4096 | |
[pid 126] read(4, "s import reload_module as reload"..., 8192) = 8192 | |
[pid 126] read(4, "ine in lines:\n if 've"..., 8192) = 8192 | |
[pid 126] read(4, "edir = verbose.wrap('CACHEDIR=%s"..., 8192) = 8192 | |
[pid 126] read(4, "depr_ignore % (key, alt))\n "..., 8192) = 8192 | |
[pid 126] read(4, "['examples.directory']:\n # pa"..., 8192) = 8192 | |
[pid 126] read(4, "return False\n return rcParams"..., 8192) = 8192 | |
[pid 126] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521ccc0000 | |
[pid 126] read(4, "= True\n else:\n "..., 8192) = 8192 | |
[pid 126] read(4, " \"label=None\", it does\n "..., 8192) = 2177 | |
[pid 126] read(4, "", 8192) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/converter.py", {st_mode=S_IFREG|0664, st_size=32615, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/converter.py", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=32615, ...}) = 0 | |
[pid 126] ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc20d10) = -1 ENOTTY (Inappropriate ioctl for device) | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] read(4, "from datetime import datetime, t"..., 4096) = 4096 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 4096 | |
[pid 126] read(4, "is_integer(date) or com.is_float"..., 8192) = 8192 | |
[pid 126] read(4, "--------------------------\n\n\ndef"..., 8192) = 8192 | |
[pid 126] read(4, "f not has_level_label(month_star"..., 8192) = 8192 | |
[pid 126] read(4, "lf, vmin, vmax):\n \"Return"..., 8192) = 3943 | |
[pid 126] read(4, "", 8192) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tools/plotting.py", {st_mode=S_IFREG|0664, st_size=133624, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tools/plotting.py", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=133624, ...}) = 0 | |
[pid 126] ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc20d10) = -1 ENOTTY (Inappropriate ioctl for device) | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] read(4, "# being a bit too dynamic\n# pyli"..., 4096) = 4096 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 4096 | |
[pid 126] read(4, "hich uses cycler.\n import cyc"..., 8192) = 8192 | |
[pid 126] read(4, "n],\n m"..., 8192) = 8192 | |
[pid 126] read(4, "ranges = np.array([(min(sampling"..., 8192) = 8192 | |
[pid 126] read(4, "itle = title\n self.use_in"..., 8192) = 8192 | |
[pid 126] read(4, "p(range(len(data.index)), labels"..., 8192) = 8192 | |
[pid 126] read(4, "ot None:\n if isinstan"..., 8192) = 8192 | |
[pid 126] read(4, "__(data, x, y, **kwargs)\n "..., 8192) = 8192 | |
[pid 126] read(4, "_between(xdata, start, y_values,"..., 8192) = 8192 | |
[pid 126] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521cc80000 | |
[pid 126] read(4, "\n if self.kwds.get('orien"..., 8192) = 8192 | |
[pid 126] read(4, ".values.T\n ax = self."..., 8192) = 8192 | |
[pid 126] read(4, "boolean, default False\n U"..., 8192) = 8192 | |
[pid 126] read(4, " None:\n raise ValueEr"..., 8192) = 8192 | |
[pid 126] read(4, "size=None,\n layo"..., 8192) = 8192 | |
[pid 126] read(4, " msg = \"At least one dimensi"..., 8192) = 8192 | |
[pid 126] read(4, "(ax.xaxis)\n\n except I"..., 8192) = 8192 | |
[pid 126] read(4, "ks, xlim=xlim, ylim=ylim, rot=ro"..., 8192) = 6648 | |
[pid 126] read(4, "", 8192) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/series.py", {st_mode=S_IFREG|0664, st_size=96765, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/series.py", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=96765, ...}) = 0 | |
[pid 126] ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc20d10) = -1 ENOTTY (Inappropriate ioctl for device) | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] read(4, "\"\"\"\nData structure for 1-dimensi"..., 4096) = 4096 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 4096 | |
[pid 126] read(4, "ex(len(data)) if not provided. I"..., 8192) = 8192 | |
[pid 126] read(4, "-\n arr : numpy.ndarray or"..., 8192) = 8192 | |
[pid 126] read(4, "f is_bool_indexer(key):\n "..., 8192) = 8192 | |
[pid 126] read(4, " \"\"\"\n DEPRECATED. Us"..., 8192) = 8192 | |
[pid 126] read(4, "):\n \"\"\"Alias for index\"\"\""..., 8192) = 8192 | |
[pid 126] read(4, " if com.is_list_like(result"..., 8192) = 8192 | |
[pid 126] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521cc40000 | |
[pid 126] read(4, "_maybe_match_name(self, other)\n "..., 8192) = 8192 | |
[pid 126] read(4, ", name=self.name,\n "..., 8192) = 8192 | |
[pid 126] read(4, "\n y : Series or DataFrame"..., 8192) = 8192 | |
[pid 126] read(4, " Return a boolean :class:`~pand"..., 8192) = 8192 | |
[pid 126] read(4, "(self) - i - 1]\n\n # ---------"..., 8192) = 8192 | |
[pid 126] read(4, "tetimetz(dtype):\n sub"..., 8192) = 2557 | |
[pid 126] read(4, "", 8192) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/frame.py", {st_mode=S_IFREG|0664, st_size=208315, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/frame.py", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=208315, ...}) = 0 | |
[pid 126] ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc20d10) = -1 ENOTTY (Inappropriate ioctl for device) | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] read(4, "\"\"\"\nDataFrame\n---------\nAn effic"..., 4096) = 4096 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 4096 | |
[pid 126] read(4, "e left DataFrame as the join key"..., 8192) = 8192 | |
[pid 126] read(4, " dtype=None):\n \"\"\"\n "..., 8192) = 8192 | |
[pid 126] read(4, " _repr_html_(self):\n \"\"\"\n"..., 8192) = 8192 | |
[pid 126] read(4, " raise TypeError('unsupported"..., 8192) = 8192 | |
[pid 126] read(4, " arrays, columns = _to_array"..., 8192) = 8192 | |
[pid 126] read(4, " encoding=encoding, tu"..., 8192) = 8192 | |
[pid 126] read(4, "pper left cell row to dump data "..., 8192) = 8192 | |
[pid 126] read(4, "ptions:\n\n bold_rows : boo"..., 8192) = 8192 | |
[pid 126] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521cc00000 | |
[pid 126] read(4, "sult = Series([c.memory_usage(in"..., 8192) = 8192 | |
[pid 126] read(4, "data.get(key))\n if result"..., 8192) = 8192 | |
[pid 126] read(4, "self\n kwargs['resolvers']"..., 8192) = 8192 | |
[pid 126] read(4, "alue = self._sanitize_column(key"..., 8192) = 8192 | |
[pid 126] read(4, "== -1).any():\n ra"..., 8192) = 8192 | |
[pid 126] read(4, "x.get_duplicates()\n r"..., 8192) = 8192 | |
[pid 126] read(4, " boolean, default False\n "..., 8192) = 8192 | |
[pid 126] read(4, "ders=ascending,\n "..., 8192) = 8192 | |
[pid 126] read(4, "\n level=N"..., 8192) = 8192 | |
[pid 126] read(4, "rite=True, filter_func=None,\n "..., 8192) = 8192 | |
[pid 126] read(4, "passed to functions are Series o"..., 8192) = 8192 | |
[pid 126] read(4, " = self\n elif axis == 1:\n"..., 8192) = 8192 | |
[pid 126] read(4, ":]:\n joined = mer"..., 8192) = 8192 | |
[pid 126] read(4, " # demeaned data\n ldem ="..., 8192) = 8192 | |
[pid 126] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521cbc0000 | |
[pid 126] read(4, "Series.idxmax\n \"\"\"\n "..., 8192) = 8192 | |
[pid 126] read(4, " = DataFrame({'A': [1, 3, 3, 2],"..., 8192) = 8192 | |
[pid 126] read(4, "(data, (np.ndarray, Series, Inde"..., 8192) = 7611 | |
[pid 126] read(4, "", 8192) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/groupby.py", {st_mode=S_IFREG|0664, st_size=142669, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/groupby.py", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=142669, ...}) = 0 | |
[pid 126] ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc20d10) = -1 ENOTTY (Inappropriate ioctl for device) | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] read(4, "import types\nfrom functools impo"..., 4096) = 4096 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 4096 | |
[pid 126] read(4, " return _last(x)\n\n\nclass Gro"..., 8192) = 8192 | |
[pid 126] read(4, " def get_converter(s):\n "..., 8192) = 8192 | |
[pid 126] read(4, "ine documentation for full expos"..., 8192) = 8192 | |
[pid 126] read(4, ".\n\n It's easiest to use obj.g"..., 8192) = 8192 | |
[pid 126] read(4, " dropna : None or str, optio"..., 8192) = 8192 | |
[pid 126] read(4, "ex.equals(axes[0])\n elif isin"..., 8192) = 8192 | |
[pid 126] read(4, " func = afunc = get_func(ftype["..., 8192) = 8192 | |
[pid 126] read(4, "alueError(\"Invalid length for va"..., 8192) = 8192 | |
[pid 126] read(4, " # a passed Grouper like"..., 8192) = 8192 | |
[pid 126] read(4, "------\n The generator yields "..., 8192) = 8192 | |
[pid 126] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521cb80000 | |
[pid 126] read(4, " not_indexed_same=n"..., 8192) = 8192 | |
[pid 126] read(4, " # group boundaries are where"..., 8192) = 8192 | |
[pid 126] read(4, " result[name] = data.apply(w"..., 8192) = 8192 | |
[pid 126] read(4, "olumns)\n resu"..., 8192) = 8192 | |
[pid 126] read(4, "DataFrame, _apply_whitelist):\n "..., 8192) = 8192 | |
[pid 126] read(4, "axes(0, 2)\n\n return resul"..., 8192) = 8192 | |
[pid 126] read(4, " lift = np.fromiter(((a =="..., 8192) = 7501 | |
[pid 126] read(4, "", 8192) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/api.py", {st_mode=S_IFREG|0664, st_size=1381, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/api.py", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=1381, ...}) = 0 | |
[pid 126] ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc20d10) = -1 ENOTTY (Inappropriate ioctl for device) | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] read(4, "\n# pylint: disable=W0614,W0401,W"..., 4096) = 1381 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 1381 | |
[pid 126] read(4, "", 8192) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/__init__.py", {st_mode=S_IFREG|0664, st_size=2017, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/__init__.py", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=2017, ...}) = 0 | |
[pid 126] ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc20d10) = -1 ENOTTY (Inappropriate ioctl for device) | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] read(4, "# pylint: disable-msg=W0614,W040"..., 4096) = 2017 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 2017 | |
[pid 126] read(4, "", 8192) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils/iofuncs.py", {st_mode=S_IFREG|0664, st_size=20744, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils/iofuncs.py", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=20744, ...}) = 0 | |
[pid 126] ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc20d10) = -1 ENOTTY (Inappropriate ioctl for device) | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] read(4, "# -*- coding:utf-8 -*-\r\n#\r\n# Cop"..., 4096) = 4096 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 4096 | |
[pid 126] read(4, "val.astype(val[0][0].dtype)\r\n "..., 8192) = 8192 | |
[pid 126] read(4, "name], dict):\r\n "..., 8192) = 8192 | |
[pid 126] read(4, "-t0))\r\n# for key in example:\r"..., 8192) = 264 | |
[pid 126] read(4, "", 8192) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/config.py", {st_mode=S_IFREG|0664, st_size=31170, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/config.py", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=31170, ...}) = 0 | |
[pid 126] ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc20d10) = -1 ENOTTY (Inappropriate ioctl for device) | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] read(4, "# -*- coding: utf-8 -*-\r\n#\r\n# Co"..., 4096) = 4096 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 4096 | |
[pid 126] read(4, "================================"..., 8192) = 8192 | |
[pid 126] read(4, " 'code_analysis/pep8': F"..., 8192) = 8192 | |
[pid 126] read(4, " 'editor/show/hide "..., 8192) = 8192 | |
[pid 126] read(4, "8eff', False, False),\r\n "..., 8192) = 2498 | |
[pid 126] read(4, "", 8192) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/start_app.py", {st_mode=S_IFREG|0664, st_size=4549, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/start_app.py", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0664, st_size=4549, ...}) = 0 | |
[pid 126] ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc20d10) = -1 ENOTTY (Inappropriate ioctl for device) | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] read(4, "# -*- coding: utf-8 -*-\r\n\r\nimpor"..., 4096) = 4096 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 4096 | |
[pid 126] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f521cb40000 | |
[pid 126] read(4, " else:\r\n # Pass arg"..., 8192) = 453 | |
[pid 126] read(4, "", 8192) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/bin/spyder", {st_mode=S_IFREG|0775, st_size=82, ...}) = 0 | |
[pid 126] open("/home/alex/anaconda3/bin/spyder", O_RDONLY) = 4 | |
[pid 126] ioctl(4, FIOCLEX) = 0 | |
[pid 126] fstat(4, {st_mode=S_IFREG|0775, st_size=82, ...}) = 0 | |
[pid 126] ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffccc20d10) = -1 ENOTTY (Inappropriate ioctl for device) | |
[pid 126] lseek(4, 0, SEEK_CUR) = 0 | |
[pid 126] read(4, "#!/home/alex/anaconda3/bin/pytho"..., 4096) = 82 | |
[pid 126] lseek(4, 0, SEEK_CUR) = 82 | |
[pid 126] read(4, "", 8192) = 0 | |
[pid 126] read(4, "", 8192) = 0 | |
[pid 126] close(4) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/config.py", {st_mode=S_IFREG|0664, st_size=31170, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/rcsetup.py", {st_mode=S_IFREG|0664, st_size=46996, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/fontconfig_pattern.py", {st_mode=S_IFREG|0664, st_size=6538, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/start_app.py", {st_mode=S_IFREG|0664, st_size=4549, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tools/plotting.py", {st_mode=S_IFREG|0664, st_size=133624, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils/iofuncs.py", {st_mode=S_IFREG|0664, st_size=20744, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/bin/spyder", {st_mode=S_IFREG|0775, st_size=82, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/__init__.py", {st_mode=S_IFREG|0664, st_size=63617, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/converter.py", {st_mode=S_IFREG|0664, st_size=32615, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/api.py", {st_mode=S_IFREG|0664, st_size=1381, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/__init__.py", {st_mode=S_IFREG|0664, st_size=2017, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyparsing.py", {st_mode=S_IFREG|0664, st_size=168204, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/frame.py", {st_mode=S_IFREG|0664, st_size=208315, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/groupby.py", {st_mode=S_IFREG|0664, st_size=142669, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/series.py", {st_mode=S_IFREG|0664, st_size=96765, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/config.py", {st_mode=S_IFREG|0664, st_size=31170, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/rcsetup.py", {st_mode=S_IFREG|0664, st_size=46996, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/fontconfig_pattern.py", {st_mode=S_IFREG|0664, st_size=6538, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/start_app.py", {st_mode=S_IFREG|0664, st_size=4549, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tools/plotting.py", {st_mode=S_IFREG|0664, st_size=133624, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils/iofuncs.py", {st_mode=S_IFREG|0664, st_size=20744, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/bin/spyder", {st_mode=S_IFREG|0775, st_size=82, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/__init__.py", {st_mode=S_IFREG|0664, st_size=63617, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/converter.py", {st_mode=S_IFREG|0664, st_size=32615, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/api.py", {st_mode=S_IFREG|0664, st_size=1381, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/__init__.py", {st_mode=S_IFREG|0664, st_size=2017, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyparsing.py", {st_mode=S_IFREG|0664, st_size=168204, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/frame.py", {st_mode=S_IFREG|0664, st_size=208315, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/groupby.py", {st_mode=S_IFREG|0664, st_size=142669, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/series.py", {st_mode=S_IFREG|0664, st_size=96765, ...}) = 0 | |
[pid 126] brk(0x286f000) = 0x286f000 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/config.py", {st_mode=S_IFREG|0664, st_size=31170, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/rcsetup.py", {st_mode=S_IFREG|0664, st_size=46996, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/fontconfig_pattern.py", {st_mode=S_IFREG|0664, st_size=6538, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/start_app.py", {st_mode=S_IFREG|0664, st_size=4549, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tools/plotting.py", {st_mode=S_IFREG|0664, st_size=133624, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils/iofuncs.py", {st_mode=S_IFREG|0664, st_size=20744, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/bin/spyder", {st_mode=S_IFREG|0775, st_size=82, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/__init__.py", {st_mode=S_IFREG|0664, st_size=63617, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/converter.py", {st_mode=S_IFREG|0664, st_size=32615, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/api.py", {st_mode=S_IFREG|0664, st_size=1381, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/__init__.py", {st_mode=S_IFREG|0664, st_size=2017, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyparsing.py", {st_mode=S_IFREG|0664, st_size=168204, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/frame.py", {st_mode=S_IFREG|0664, st_size=208315, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/groupby.py", {st_mode=S_IFREG|0664, st_size=142669, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/series.py", {st_mode=S_IFREG|0664, st_size=96765, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/config.py", {st_mode=S_IFREG|0664, st_size=31170, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/rcsetup.py", {st_mode=S_IFREG|0664, st_size=46996, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/fontconfig_pattern.py", {st_mode=S_IFREG|0664, st_size=6538, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/start_app.py", {st_mode=S_IFREG|0664, st_size=4549, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tools/plotting.py", {st_mode=S_IFREG|0664, st_size=133624, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils/iofuncs.py", {st_mode=S_IFREG|0664, st_size=20744, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/bin/spyder", {st_mode=S_IFREG|0775, st_size=82, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/__init__.py", {st_mode=S_IFREG|0664, st_size=63617, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/converter.py", {st_mode=S_IFREG|0664, st_size=32615, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/api.py", {st_mode=S_IFREG|0664, st_size=1381, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/__init__.py", {st_mode=S_IFREG|0664, st_size=2017, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyparsing.py", {st_mode=S_IFREG|0664, st_size=168204, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/frame.py", {st_mode=S_IFREG|0664, st_size=208315, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/groupby.py", {st_mode=S_IFREG|0664, st_size=142669, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/series.py", {st_mode=S_IFREG|0664, st_size=96765, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/config.py", {st_mode=S_IFREG|0664, st_size=31170, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/rcsetup.py", {st_mode=S_IFREG|0664, st_size=46996, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/fontconfig_pattern.py", {st_mode=S_IFREG|0664, st_size=6538, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/start_app.py", {st_mode=S_IFREG|0664, st_size=4549, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tools/plotting.py", {st_mode=S_IFREG|0664, st_size=133624, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/utils/iofuncs.py", {st_mode=S_IFREG|0664, st_size=20744, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/bin/spyder", {st_mode=S_IFREG|0775, st_size=82, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/matplotlib/__init__.py", {st_mode=S_IFREG|0664, st_size=63617, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/tseries/converter.py", {st_mode=S_IFREG|0664, st_size=32615, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/api.py", {st_mode=S_IFREG|0664, st_size=1381, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/__init__.py", {st_mode=S_IFREG|0664, st_size=2017, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pyparsing.py", {st_mode=S_IFREG|0664, st_size=168204, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/frame.py", {st_mode=S_IFREG|0664, st_size=208315, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/groupby.py", {st_mode=S_IFREG|0664, st_size=142669, ...}) = 0 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/pandas/core/series.py", {st_mode=S_IFREG|0664, st_size=96765, ...}) = 0 | |
[pid 126] brk(0x2890000) = 0x2890000 | |
[pid 126] stat("/home/alex/anaconda3/lib/python3.5/site-packages/spyderlib/config.py", {st_mode=S_IFREG|0664, st_size=31170, ...}) = 0 | |
[pid 126] stat("/home/alex/anac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment